diff --git a/go.mod b/go.mod index 467d77a6..cc0d0de3 100644 --- a/go.mod +++ b/go.mod @@ -14,6 +14,7 @@ require ( github.com/fasthttp/websocket v1.5.0 github.com/fatih/structs v1.1.0 github.com/gbrlsnchs/jwt/v3 v3.0.0 + github.com/gdamore/tcell/v2 v2.3.11 github.com/go-playground/validator/v10 v10.7.0 github.com/go-sql-driver/mysql v1.6.0 github.com/gokeeptech/gktemplate v0.0.9 @@ -65,7 +66,6 @@ require ( github.com/fatih/color v1.13.0 // indirect github.com/fsnotify/fsnotify v1.5.1 // indirect github.com/gdamore/encoding v1.0.0 // indirect - github.com/gdamore/tcell/v2 v2.3.11 // indirect github.com/go-ole/go-ole v1.2.5 // indirect github.com/go-playground/locales v0.13.0 // indirect github.com/go-playground/universal-translator v0.17.0 // indirect @@ -110,7 +110,7 @@ require ( github.com/valyala/fastrand v1.1.0 // indirect github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect - golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect + golang.org/x/sys v0.1.0 // indirect golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect