Skip to content

Commit

Permalink
Update Kubernetes vendor to v1.22.0 (#46)
Browse files Browse the repository at this point in the history
* Update Kubernetes vendor to v1.22.0

* No longer use gocenter.io for go proxy

* No longer need to set GO111MODULE=on due to default
  • Loading branch information
superbrothers authored Aug 8, 2021
1 parent c296e98 commit 53d9190
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 149 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GO ?= GO111MODULE=on GOPROXY=https://gocenter.io go
GO ?= go
DIST_DIR := dist
GIT_VERSION ?= $(shell ./hack/git-version.sh)

Expand Down
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ module github.com/superbrothers/kubectl-view-serviceaccount-kubeconfig-plugin
go 1.16

require (
github.com/spf13/cobra v1.1.1
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
k8s.io/api v0.21.0
k8s.io/apimachinery v0.21.0
k8s.io/cli-runtime v0.21.0
k8s.io/client-go v0.21.0
k8s.io/klog/v2 v2.8.0
k8s.io/kubectl v0.21.0
k8s.io/api v0.22.0
k8s.io/apimachinery v0.22.0
k8s.io/cli-runtime v0.22.0
k8s.io/client-go v0.22.0
k8s.io/klog/v2 v2.9.0
k8s.io/kubectl v0.22.0
)
Loading

0 comments on commit 53d9190

Please sign in to comment.