summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-11-13 22:28:41 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-11-14 09:41:56 +1100
commit30aed94aa8451911fc1c5ba1e52ff28b180a8d31 (patch)
treeb8d68cfe129a94b42077aa2f912da519bfc95e8c /go.mod
parent3b1d705473494cca9894ec051d9d928c0c8926c7 (diff)
update go gitv0.10.6
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 8 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 92e931c13..e4692278e 100644
--- a/go.mod
+++ b/go.mod
@@ -4,6 +4,7 @@ go 1.13
require (
github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
+ github.com/creack/pty v1.1.9 // indirect
github.com/fatih/color v1.7.0
github.com/go-errors/errors v1.0.1
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
@@ -28,7 +29,14 @@ require (
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/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
+ golang.org/x/sys v0.0.0-20191112214154-59a1497f0cea // indirect
golang.org/x/text v0.3.2
+ golang.org/x/tools v0.0.0-20191113055240-e33b02e76616 // indirect
+ golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 // indirect
+ 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
)