Skip to content

Commit

Permalink
Merge branch 'master' into add-atlas-location
Browse files Browse the repository at this point in the history
  • Loading branch information
apjm authored Mar 4, 2020
2 parents 2aa3a39 + a5bd64d commit cc925f2
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 7 deletions.
20 changes: 14 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ module github.com/ovotech/cloud-key-rotator
go 1.12

require (
cloud.google.com/go/storage v1.5.0
github.com/Sectorbob/mlab-ns2 v0.0.0-20171030222938-d3aa0c295a8a
github.com/aws/aws-lambda-go v1.13.3
github.com/aws/aws-sdk-go v1.28.9
cloud.google.com/go v0.49.0 // indirect
cloud.google.com/go/bigquery v1.3.0 // indirect
cloud.google.com/go/pubsub v1.1.0 // indirect
cloud.google.com/go/storage v1.6.0
github.com/aws/aws-lambda-go v1.14.0
github.com/aws/aws-sdk-go v1.29.14
github.com/beamly/go-gocd v0.0.0-20190719193049-383d56afbf92
github.com/creack/pty v1.1.9 // indirect
github.com/envoyproxy/go-control-plane v0.9.1 // indirect
Expand All @@ -22,17 +25,22 @@ require (
github.com/ovotech/cloud-key-client v0.0.0-20191119224032-d4d5f5354584
github.com/ovotech/mantle v0.0.0-20190313113039-b525d8003135
github.com/rogpeppe/go-internal v1.5.0 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/cobra v0.0.6
github.com/spf13/viper v1.6.2
go.uber.org/atomic v1.5.1 // indirect
go.uber.org/multierr v1.4.0 // indirect
go.uber.org/zap v1.13.0
go.uber.org/zap v1.14.0
golang.org/x/crypto v0.0.0-20191119213627-4f8c1d86b1ba
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
golang.org/x/mobile v0.0.0-20191115022231-f0c40035f2ba // indirect
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
google.golang.org/api v0.15.0
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e // indirect
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 // indirect
google.golang.org/api v0.19.0
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/genproto v0.0.0-20191115221424-83cc0476cb11 // indirect
google.golang.org/grpc v1.25.1 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/inf.v0 v0.9.0 // indirect
gopkg.in/ini.v1 v1.51.0
Expand Down
Loading

0 comments on commit cc925f2

Please sign in to comment.