Skip to content

Commit

Permalink
Merge pull request #261 from ovotech/go-mod-tidy-2
Browse files Browse the repository at this point in the history
Go mod tidy
  • Loading branch information
Chris Every authored Sep 12, 2020
2 parents 8bba6aa + 1ed87d1 commit d11249a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 113 deletions.
16 changes: 3 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,48 +3,38 @@ module github.com/ovotech/cloud-key-rotator
go 1.12

require (
cloud.google.com/go/bigquery v1.10.0 // indirect
cloud.google.com/go/storage v1.11.0
github.com/CircleCI-Public/circleci-cli v0.1.9431
github.com/Sectorbob/mlab-ns2 v0.0.0-20171030222938-d3aa0c295a8a
github.com/aws/aws-lambda-go v1.19.1
github.com/aws/aws-sdk-go v1.34.22
github.com/beamly/go-gocd v0.0.0-20190719193049-383d56afbf92
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354 // indirect
github.com/envoyproxy/go-control-plane v0.9.6 // indirect
github.com/envoyproxy/protoc-gen-validate v0.4.0 // indirect
github.com/google/gofuzz v1.1.0 // indirect
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d // indirect
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334 // indirect
github.com/ianlancetaylor/demangle v0.0.0-20200715173712-053cf528c12f // indirect
github.com/jszwedko/go-circleci v0.3.0
github.com/lyft/protoc-gen-star v0.4.15 // indirect
github.com/mongodb/go-client-mongodb-atlas v0.3.0
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/ovotech/cloud-key-client v0.2.1
github.com/ovotech/mantle v0.32.1
github.com/pkg/sftp v1.11.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/spf13/afero v1.3.2 // indirect
github.com/spf13/cobra v0.0.7
github.com/spf13/viper v1.7.1
github.com/stretchr/objx v0.3.0 // indirect
github.com/yuin/goldmark v1.2.0 // indirect
go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
google.golang.org/api v0.30.0
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/inf.v0 v0.9.0 // indirect
gopkg.in/ini.v1 v1.61.0
gopkg.in/src-d/go-git.v4 v4.13.1
gopkg.in/yaml.v2 v2.2.7 // indirect
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
k8s.io/klog v0.0.0-20190306015804-8e90cee79f82 // indirect
k8s.io/utils v0.0.0-20190308190857-21c4ce38f2a7 // indirect
rsc.io/sampler v1.99.99 // indirect
sigs.k8s.io/yaml v1.1.0 // indirect
)
Loading

0 comments on commit d11249a

Please sign in to comment.