Skip to content

Commit

Permalink
Import auth plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
abursavich committed Aug 10, 2019
1 parent 23d84b6 commit efd7c11
Show file tree
Hide file tree
Showing 184 changed files with 33,280 additions and 21 deletions.
2 changes: 1 addition & 1 deletion cmd/configmapsecret-controller/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
"sigs.k8s.io/controller-runtime/pkg/log"
"sigs.k8s.io/controller-runtime/pkg/metrics"

_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
_ "k8s.io/client-go/plugin/pkg/client/auth"
// +kubebuilder:scaffold:imports
)

Expand Down
8 changes: 8 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,32 @@ go 1.12

require (
cloud.google.com/go v0.43.0 // indirect
github.com/DATA-DOG/go-sqlmock v1.3.3 // indirect
github.com/go-logr/logr v0.1.0
github.com/go-logr/zapr v0.1.1
github.com/gobuffalo/packr v1.30.1 // indirect
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
github.com/google/go-cmp v0.3.1 // indirect
github.com/googleapis/gnostic v0.3.0 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/imdario/mergo v0.3.7 // indirect
github.com/jmoiron/sqlx v1.2.0 // indirect
github.com/lib/pq v1.2.0 // indirect
github.com/magefile/mage v1.8.0
github.com/onsi/gomega v1.5.0
github.com/prometheus/client_golang v1.1.0
github.com/rubenv/sql-migrate v0.0.0-20190717103323-87ce952f7079 // indirect
github.com/ziutek/mymysql v1.5.4 // indirect
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/zap v1.10.0
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
golang.org/x/sys v0.0.0-20190804053845-51ab0e2deafa // indirect
gopkg.in/gorp.v1 v1.7.2 // indirect
k8s.io/api v0.0.0-20190808180749-077ce48e77da
k8s.io/apimachinery v0.0.0-20190808180622-ac5d3b819fc6
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
k8s.io/helm v2.14.3+incompatible
k8s.io/klog v0.4.0 // indirect
k8s.io/kube-openapi v0.0.0-20190722073852-5e22f3d471e6 // indirect
k8s.io/utils v0.0.0-20190801114015-581e00157fb1 // indirect
Expand Down
64 changes: 64 additions & 0 deletions go.sum

Large diffs are not rendered by default.

191 changes: 191 additions & 0 deletions vendor/github.com/Azure/go-autorest/LICENSE

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

Loading

0 comments on commit efd7c11

Please sign in to comment.