Skip to content

Commit

Permalink
Merge pull request kubernetes#110013 from enj/enj/i/remove_azure_gcp_…
Browse files Browse the repository at this point in the history
…auth_plugins

Remove gcp and azure auth plugins
  • Loading branch information
k8s-ci-robot committed May 12, 2022
2 parents 46469f6 + 916cf16 commit 2d08104
Show file tree
Hide file tree
Showing 13 changed files with 141 additions and 2,188 deletions.
1 change: 1 addition & 0 deletions staging/src/k8s.io/apiserver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ require (
)

require (
cloud.google.com/go v0.81.0 // indirect
github.com/NYTimes/gziphandler v1.1.1 // indirect
github.com/PuerkitoBio/purell v1.1.1 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
Expand Down
68 changes: 68 additions & 0 deletions staging/src/k8s.io/apiserver/go.sum

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions staging/src/k8s.io/client-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ module k8s.io/client-go
go 1.18

require (
github.com/Azure/go-autorest/autorest v0.11.18
github.com/Azure/go-autorest/autorest/adal v0.9.13
github.com/davecgh/go-spew v1.1.1
github.com/evanphx/json-patch v4.12.0+incompatible
github.com/gogo/protobuf v1.3.2
Expand Down Expand Up @@ -36,15 +34,9 @@ require (
)

require (
cloud.google.com/go v0.81.0 // indirect
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
github.com/Azure/go-autorest/logger v0.2.1 // indirect
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
github.com/PuerkitoBio/purell v1.1.1 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
Expand All @@ -61,7 +53,6 @@ require (
github.com/nxadm/tail v1.4.4 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/appengine v1.6.7 // indirect
Expand Down
97 changes: 0 additions & 97 deletions staging/src/k8s.io/client-go/go.sum

Large diffs are not rendered by default.

This file was deleted.

0 comments on commit 2d08104

Please sign in to comment.