Skip to content

Commit

Permalink
Include a commit with K8s 1.20 libs (#1027)
Browse files Browse the repository at this point in the history
* Revert "Update k8schain's k8s dependency to 0.21.0 (#1001)"

This reverts commit f009e5f.

* bump to k8s 1.20.7

* bump to k8s 1.21.1
  • Loading branch information
dprotaso committed Jun 1, 2021
1 parent 100e16a commit 0ffa4a5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 315 deletions.
10 changes: 3 additions & 7 deletions pkg/authn/k8schain/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@ go 1.14

require (
github.com/google/go-containerregistry v0.4.1-0.20210128200529-19c2b639fab1
github.com/onsi/gomega v1.10.3 // indirect
github.com/vdemeester/k8s-pkg-credentialprovider v1.21.0-1
golang.org/x/text v0.3.5 // indirect
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
k8s.io/api v0.21.0
k8s.io/apimachinery v0.21.0
k8s.io/client-go v0.21.0
k8s.io/api v0.21.1
k8s.io/apimachinery v0.21.1
k8s.io/client-go v0.21.1
)

replace github.com/google/go-containerregistry => ../../..
Loading

0 comments on commit 0ffa4a5

Please sign in to comment.