Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump k8s.io/client-go from 0.21.3 to 0.26.1 #273

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/containernetworking/cni v0.6.1-0.20180218032124-142cde0c766c
github.com/elazarl/goproxy v0.0.0-20190711103511-473e67f1d7d2 // indirect
github.com/emicklei/proto v1.9.1
github.com/evanphx/json-patch v4.9.0+incompatible
github.com/evanphx/json-patch v4.12.0+incompatible
github.com/fatih/color v1.12.0
github.com/fsnotify/fsnotify v1.5.1
github.com/ghodss/yaml v1.0.0
Expand All @@ -25,7 +25,6 @@ require (
github.com/mattn/go-isatty v0.0.14
github.com/mattn/go-runewidth v0.0.13
github.com/nsf/termbox-go v0.0.0-20180613055208-5c94acc5e6eb
github.com/onsi/gomega v1.8.1 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/browser v0.0.0-20170505125900-c90ca0c84f15
github.com/prometheus/client_golang v1.11.0
Expand All @@ -38,21 +37,21 @@ require (
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
go.opencensus.io v0.23.0
golang.org/x/net v0.0.0-20210525063256-abc453219eb5
golang.org/x/tools v0.1.5
golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10
golang.org/x/tools v0.2.0
google.golang.org/grpc v1.40.0
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
google.golang.org/protobuf v1.27.1
google.golang.org/protobuf v1.28.1
helm.sh/helm/v3 v3.6.3
k8s.io/api v0.21.3
k8s.io/api v0.26.1
k8s.io/apiextensions-apiserver v0.21.3
k8s.io/apimachinery v0.21.3
k8s.io/client-go v0.21.3
k8s.io/apimachinery v0.26.1
k8s.io/client-go v0.26.1
k8s.io/code-generator v0.21.3
k8s.io/klog/v2 v2.20.0
k8s.io/klog/v2 v2.80.1
k8s.io/kube-aggregator v0.21.3
rsc.io/letsencrypt v0.0.3 // indirect
sigs.k8s.io/yaml v1.2.0
sigs.k8s.io/yaml v1.3.0
)

// to avoid the `github.com/golang/protobuf/protoc-gen-go/generator` deprecation warning
Expand Down
Loading