Skip to content

Commit

Permalink
Merge pull request #180 from ovotech/bump-deps
Browse files Browse the repository at this point in the history
Bump deps
  • Loading branch information
Chris Every authored Nov 19, 2019
2 parents c46d70e + 607d140 commit 9d3af25
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 15 deletions.
34 changes: 19 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,49 +3,53 @@ module github.com/ovotech/cloud-key-rotator
go 1.12

require (
cloud.google.com/go v0.47.0 // indirect
cloud.google.com/go/bigquery v1.1.0 // indirect
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.4.0
github.com/aws/aws-lambda-go v1.13.3
github.com/aws/aws-sdk-go v1.25.38
github.com/beamly/go-gocd v0.0.0-20190719193049-383d56afbf92
github.com/creack/pty v1.1.9 // indirect
github.com/golang/groupcache v0.0.0-20191002201903-404acd9df4cc // indirect
github.com/envoyproxy/go-control-plane v0.9.1 // indirect
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect
github.com/google/go-cmp v0.3.1 // indirect
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect
github.com/google/pprof v0.0.0-20191022163618-5260658b92d7 // indirect
github.com/google/pprof v0.0.0-20191105193234-27840fff0d09 // indirect
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/json-iterator/go v0.0.0-20180701071628-ab8a2e0c74be // indirect
github.com/jstemmer/go-junit-report v0.9.1 // indirect
github.com/jszwedko/go-circleci v0.3.0
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/ovotech/cloud-key-client v0.0.0-20191022200439-a12a86360096
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/viper v1.5.0
go.opencensus.io v0.22.1 // indirect
go.uber.org/multierr v1.2.0 // indirect
go.opencensus.io v0.22.2 // indirect
go.uber.org/atomic v1.5.1 // indirect
go.uber.org/multierr v1.4.0 // indirect
go.uber.org/zap v1.13.0
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
golang.org/x/exp v0.0.0-20191014171548-69215a2ee97e // indirect
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-20191002175909-6d0d39b2ca82 // indirect
golang.org/x/net v0.0.0-20191021144547-ec77196f6094 // indirect
golang.org/x/mobile v0.0.0-20191115022231-f0c40035f2ba // indirect
golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914 // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20191022100944-742c48ecaeb7 // indirect
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0 // indirect
golang.org/x/tools v0.0.0-20191022174149-ab6dbf99d100 // indirect
golang.org/x/sys v0.0.0-20191119195528-f068ffe820e4 // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
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.14.0
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/grpc v1.24.0 // 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/src-d/go-git.v4 v4.13.1
gopkg.in/yaml.v2 v2.2.7 // 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
Loading

0 comments on commit 9d3af25

Please sign in to comment.