Skip to content

Commit

Permalink
Merge pull request #272 from ovotech/go-mod-tidy-4
Browse files Browse the repository at this point in the history
Go mod tidy
  • Loading branch information
Chris Every authored Oct 22, 2020
2 parents ed3bc0d + dded31f commit ff45d08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,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 @@ -20,6 +21,7 @@ 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-20200902213428-5d25da1a8d43
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
google.golang.org/api v0.32.0
Expand Down

0 comments on commit ff45d08

Please sign in to comment.