Skip to content

Commit

Permalink
Go112 go mod tidy 3 (#331)
Browse files Browse the repository at this point in the history
* Go mod tidy

* Go mod tidy
  • Loading branch information
Chris Every authored Mar 19, 2021
1 parent 9451d17 commit c96ce68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ require (
github.com/beamly/go-gocd v0.0.0-20190719193049-383d56afbf92
github.com/google/gofuzz v1.1.0 // indirect
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d // indirect
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/jszwedko/go-circleci v0.3.0
github.com/mongodb/go-client-mongodb-atlas v0.3.0
github.com/ovotech/cloud-key-client v0.2.1
Expand All @@ -21,11 +22,13 @@ require (
github.com/spf13/viper v1.7.1
go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 // indirect
golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99
google.golang.org/api v0.40.0
gopkg.in/inf.v0 v0.9.0 // indirect
gopkg.in/ini.v1 v1.62.0
gopkg.in/src-d/go-git.v4 v4.13.1
honnef.co/go/tools v0.0.1-2020.1.4 // indirect
k8s.io/api v0.0.0-20190313235455-40a48860b5ab
k8s.io/apimachinery v0.0.0-20190313205120-d7deff9243b1
k8s.io/client-go v11.0.0+incompatible
Expand Down

0 comments on commit c96ce68

Please sign in to comment.