summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-06-15 08:12:38 +1000
committerJesse Duffield <jessedduffield@gmail.com>2021-06-15 08:12:38 +1000
commit3dd88d613802dfb5c85282f149e311c1523dbc99 (patch)
tree58d7e8d8e966d0c040138191accc67f10b15e168 /go.mod
parentce7cbe58a045b9a7efe5fb48bb75eaa8c8593af3 (diff)
bump dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 4 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index aee0dba83..27d9dbeb7 100644
--- a/go.mod
+++ b/go.mod
@@ -11,8 +11,8 @@ 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.3.8 // indirect
- github.com/go-errors/errors v1.1.1
+ github.com/gdamore/tcell/v2 v2.3.11 // indirect
+ github.com/go-errors/errors v1.4.0
github.com/go-logfmt/logfmt v0.5.0 // indirect
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
github.com/golang/protobuf v1.3.2 // indirect
@@ -20,8 +20,7 @@ require (
github.com/imdario/mergo v0.3.11
github.com/integrii/flaggy v1.4.0
github.com/jesseduffield/go-git/v5 v5.1.2-0.20201006095850-341962be15a4
- github.com/jesseduffield/gocui v0.3.2
- github.com/jesseduffield/termbox-go v0.0.0-20200823212418-a2289ed6aafe // indirect
+ github.com/jesseduffield/gocui v0.3.1-0.20210614081440-74b42ecad52b
github.com/jesseduffield/yaml v2.1.0+incompatible
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
@@ -32,14 +31,13 @@ require (
github.com/mgutz/str v1.2.0
github.com/onsi/ginkgo v1.10.3 // indirect
github.com/onsi/gomega v1.7.1 // indirect
- github.com/rivo/uniseg v0.2.0 // indirect
github.com/sahilm/fuzzy v0.1.0
github.com/sirupsen/logrus v1.4.2
github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad
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-20210603125802-9665404d3644 // indirect
+ golang.org/x/sys v0.0.0-20210611083646-a4fc73990273 // indirect
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
golang.org/x/text v0.3.6 // indirect
)