switch to forked readline lib which doesn't wreck the repl prompt (#578)
Showing
| ... | @@ -8,6 +8,7 @@ require ( | ... | @@ -8,6 +8,7 @@ require ( |
| github.com/mattn/go-runewidth v0.0.14 | github.com/mattn/go-runewidth v0.0.14 | ||
| github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db | github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db | ||
| github.com/olekukonko/tablewriter v0.0.5 | github.com/olekukonko/tablewriter v0.0.5 | ||
| github.com/pdevine/readline v1.5.2 | |||
| github.com/spf13/cobra v1.7.0 | github.com/spf13/cobra v1.7.0 | ||
| ) | ) | ||
| ... | @@ -16,7 +17,6 @@ require github.com/rivo/uniseg v0.2.0 // indirect | ... | @@ -16,7 +17,6 @@ require github.com/rivo/uniseg v0.2.0 // indirect |
| require ( | require ( | ||
| github.com/bytedance/sonic v1.9.1 // indirect | github.com/bytedance/sonic v1.9.1 // indirect | ||
| github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect | github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect | ||
| github.com/chzyer/readline v1.5.1 | |||
| github.com/gabriel-vasile/mimetype v1.4.2 // indirect | github.com/gabriel-vasile/mimetype v1.4.2 // indirect | ||
| github.com/gin-contrib/cors v1.4.0 | github.com/gin-contrib/cors v1.4.0 | ||
| github.com/gin-contrib/sse v0.1.0 // indirect | github.com/gin-contrib/sse v0.1.0 // indirect | ||
| ... | ... |
Please register or sign in to comment