summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorDawid Dziurla <dawidd0811@gmail.com>2019-12-13 11:29:12 +0100
committerDawid Dziurla <dawidd0811@gmail.com>2019-12-13 11:31:04 +0100
commitbe8f589c325e7a7d78c753a2571577eb76cba4ad (patch)
tree89bd2ab275e48bba66c35a1696f21e2a7f1612d8 /go.mod
parent3074ae99ead364d38c0d271df18bdf95eacfa8ea (diff)
update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod23
1 files changed, 14 insertions, 9 deletions
diff --git a/go.mod b/go.mod
index 01261b0be..c2270c9a0 100644
--- a/go.mod
+++ b/go.mod
@@ -10,30 +10,35 @@ require (
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
github.com/golang/protobuf v1.3.2 // indirect
github.com/google/go-cmp v0.3.1 // indirect
- github.com/integrii/flaggy v1.3.0
+ github.com/integrii/flaggy v1.4.0
github.com/jesseduffield/gocui v0.3.1-0.20191116013947-b13bda319532
github.com/jesseduffield/pty v1.2.1
github.com/jesseduffield/rollrus v0.0.0-20190701125922-dd028cb0bfd7
github.com/jesseduffield/termbox-go v0.0.0-20190630083001-9dd53af7214e // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
+ github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
- github.com/mattn/go-isatty v0.0.10 // indirect
- github.com/mattn/go-runewidth v0.0.6 // indirect
+ github.com/mattn/go-isatty v0.0.11 // indirect
+ github.com/mattn/go-runewidth v0.0.7 // indirect
github.com/mgutz/str v1.2.0
- github.com/nicksnyder/go-i18n/v2 v2.0.2
+ github.com/nicksnyder/go-i18n/v2 v2.0.3
github.com/onsi/ginkgo v1.10.3 // indirect
github.com/onsi/gomega v1.7.1 // indirect
+ github.com/pelletier/go-toml v1.6.0 // indirect
github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0
github.com/sirupsen/logrus v1.4.2
- github.com/spf13/viper v1.5.0
+ github.com/spf13/afero v1.2.2 // indirect
+ github.com/spf13/jwalterweatherman v1.1.0 // indirect
+ github.com/spf13/pflag v1.0.5 // indirect
+ github.com/spf13/viper v1.6.1
github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad
github.com/stretchr/testify v1.4.0
github.com/tcnksm/go-gitconfig v0.1.2
- golang.org/x/crypto v0.0.0-20191112222119-e1110fd1c708 // indirect
- golang.org/x/net v0.0.0-20191112182307-2180aed22343 // indirect
- golang.org/x/sys v0.0.0-20191112214154-59a1497f0cea // indirect
+ golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 // indirect
+ golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
+ golang.org/x/sys v0.0.0-20191210023423-ac6580df4449 // indirect
golang.org/x/text v0.3.2
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/src-d/go-git.v4 v4.13.1
- gopkg.in/yaml.v2 v2.2.5
+ gopkg.in/yaml.v2 v2.2.7
)