Skip to content

Commit fdd0369

Browse files
author
eversC
committed
Fix dependencies
1 parent 2bdaf94 commit fdd0369

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

go.mod

+2-8
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,9 @@ require (
88
github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96 // indirect
99
github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e // indirect
1010
github.com/evanphx/json-patch v0.0.0-20190203023257-5858425f7550 // indirect
11-
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903 // indirect
12-
github.com/golang/mock v1.2.0 // indirect
1311
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect
1412
github.com/google/uuid v0.0.0-20171113160352-8c31c18f31ed // indirect
1513
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d // indirect
16-
github.com/inconshreveable/mousetrap v1.0.0 // indirect
1714
github.com/json-iterator/go v0.0.0-20180701071628-ab8a2e0c74be // indirect
1815
github.com/jszwedko/go-circleci v0.2.0
1916
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -23,12 +20,9 @@ require (
2320
github.com/ovotech/mantle v0.0.0-20190313113039-b525d8003135
2421
github.com/spf13/cobra v0.0.5
2522
github.com/spf13/viper v1.4.0
26-
go.uber.org/atomic v1.3.2 // indirect
27-
go.uber.org/multierr v1.1.0 // indirect
2823
go.uber.org/zap v1.10.0
29-
golang.org/x/crypto v0.0.0-20190404164418-38d8ce5564a5
30-
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
31-
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
24+
golang.org/x/crypto v0.0.0-20190422183909-d864b10871cd
25+
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
3226
google.golang.org/api v0.7.0
3327
gopkg.in/inf.v0 v0.9.0 // indirect
3428
gopkg.in/src-d/go-git.v4 v4.12.0

0 commit comments

Comments
 (0)