summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-06-05 22:17:49 +1000
committerJesse Duffield <jessedduffield@gmail.com>2021-06-06 09:12:42 +1000
commit82022615ddc25ec5bc0631894e32d8dda380eac2 (patch)
treeb609c448557e23d9ce4efbd1eb1e3aee41667f70 /go.mod
parentfb395bca6eedfc44afb04ad26005a45e7b7dfea9 (diff)
bump tcell
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 38917a64b..f771216f5 100644
--- a/go.mod
+++ b/go.mod
@@ -11,7 +11,7 @@ require (
github.com/creack/pty v1.1.11
github.com/fatih/color v1.9.0
github.com/fsnotify/fsnotify v1.4.7
- github.com/gdamore/tcell/v2 v2.2.0 // indirect
+ github.com/gdamore/tcell/v2 v2.3.8 // indirect
github.com/go-errors/errors v1.1.1
github.com/go-logfmt/logfmt v0.5.0 // indirect
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
@@ -28,7 +28,7 @@ require (
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-colorable v0.1.7 // indirect
- github.com/mattn/go-runewidth v0.0.12
+ github.com/mattn/go-runewidth v0.0.13
github.com/mgutz/str v1.2.0
github.com/onsi/ginkgo v1.10.3 // indirect
github.com/onsi/gomega v1.7.1 // indirect
@@ -39,8 +39,8 @@ require (
github.com/stretchr/testify v1.4.0
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 // indirect
golang.org/x/net v0.0.0-20201002202402-0a1ea396d57c // indirect
- golang.org/x/sys v0.0.0-20210415045647-66c3f260301c // indirect
- golang.org/x/term v0.0.0-20210406210042-72f3dc4e9b72 // indirect
+ golang.org/x/sys v0.0.0-20210603125802-9665404d3644 // indirect
+ golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
golang.org/x/text v0.3.6 // indirect
)