Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
16 changes: 3 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ go 1.15
require (
github.com/armon/go-metrics v0.3.4 // indirect
github.com/aws/aws-sdk-go v1.23.13
github.com/go-ini/ini v1.38.2 // indirect
github.com/googleapis/gnostic v0.3.0 // indirect
github.com/hashicorp/consul v1.2.3
github.com/hashicorp/go-msgpack v1.1.5 // indirect
github.com/hashicorp/go-rootcerts v0.0.0-20160503143440-6bb64b370b90 // indirect
Expand All @@ -18,16 +16,8 @@ require (
github.com/jessevdk/go-flags v1.4.0
github.com/mitchellh/go-homedir v1.0.0 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/mitchellh/mapstructure v1.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/smartystreets/goconvey v1.6.4 // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
google.golang.org/appengine v1.6.1 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.61.0 // indirect
gopkg.in/yaml.v2 v2.2.5
k8s.io/apimachinery v0.17.0
k8s.io/client-go v0.17.0
gopkg.in/yaml.v2 v2.2.8
k8s.io/apimachinery v0.20.0
k8s.io/client-go v0.20.0
)
423 changes: 289 additions & 134 deletions go.sum

Large diffs are not rendered by default.

201 changes: 201 additions & 0 deletions vendor/github.com/go-logr/logr/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading