File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ require (
12
12
github.com/beamly/go-gocd v0.0.0-20190719193049-383d56afbf92
13
13
github.com/google/gofuzz v1.1.0 // indirect
14
14
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d // indirect
15
+ github.com/hashicorp/golang-lru v0.5.1 // indirect
15
16
github.com/jszwedko/go-circleci v0.3.0
16
17
github.com/mongodb/go-client-mongodb-atlas v0.3.0
17
18
github.com/ovotech/cloud-key-client v0.2.1
@@ -21,12 +22,14 @@ require (
21
22
github.com/spf13/viper v1.7.1
22
23
go.uber.org/zap v1.16.0
23
24
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
25
+ golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 // indirect
24
26
golang.org/x/oauth2 v0.0.0-20210113205817-d3ed898aa8a3
25
27
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
26
28
google.golang.org/api v0.39.0
27
29
gopkg.in/inf.v0 v0.9.0 // indirect
28
30
gopkg.in/ini.v1 v1.62.0
29
31
gopkg.in/src-d/go-git.v4 v4.13.1
32
+ honnef.co/go/tools v0.0.1-2020.1.4 // indirect
30
33
k8s.io/api v0.0.0-20190313235455-40a48860b5ab
31
34
k8s.io/apimachinery v0.0.0-20190313205120-d7deff9243b1
32
35
k8s.io/client-go v11.0.0+incompatible
You can’t perform that action at this time.
0 commit comments