Skip to content

Commit ce709a9

Browse files
Bump k8s.io/client-go from 0.23.6 to 0.24.1 (#250)
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.23.6 to 0.24.1. - [Release notes](https://github.com/kubernetes/client-go/releases) - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.23.6...v0.24.1) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2568e63 commit ce709a9

File tree

2 files changed

+56
-35
lines changed

2 files changed

+56
-35
lines changed

go.mod

+19-11
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ require (
88
golang.org/x/net v0.0.0-20220412020605-290c469a71a5
99
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
1010
google.golang.org/api v0.76.0
11-
k8s.io/api v0.23.6
12-
k8s.io/apimachinery v0.23.6
13-
k8s.io/client-go v0.23.6
11+
k8s.io/api v0.24.1
12+
k8s.io/apimachinery v0.24.1
13+
k8s.io/client-go v0.24.1
1414
)
1515

1616
require (
@@ -21,42 +21,50 @@ require (
2121
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
2222
github.com/Azure/go-autorest/logger v0.2.1 // indirect
2323
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
24+
github.com/PuerkitoBio/purell v1.1.1 // indirect
25+
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
2426
github.com/davecgh/go-spew v1.1.1 // indirect
27+
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
2528
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
2629
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
2730
github.com/go-logr/logr v1.2.0 // indirect
31+
github.com/go-openapi/jsonpointer v0.19.5 // indirect
32+
github.com/go-openapi/jsonreference v0.19.5 // indirect
33+
github.com/go-openapi/swag v0.19.14 // indirect
2834
github.com/gogo/protobuf v1.3.2 // indirect
2935
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3036
github.com/golang/protobuf v1.5.2 // indirect
31-
github.com/google/go-cmp v0.5.7 // indirect
37+
github.com/google/gnostic v0.5.7-v3refs // indirect
3238
github.com/google/gofuzz v1.1.0 // indirect
3339
github.com/googleapis/gax-go/v2 v2.3.0 // indirect
34-
github.com/googleapis/gnostic v0.5.5 // indirect
3540
github.com/imdario/mergo v0.3.5 // indirect
3641
github.com/inconshreveable/mousetrap v1.0.0 // indirect
42+
github.com/josharian/intern v1.0.0 // indirect
3743
github.com/json-iterator/go v1.1.12 // indirect
44+
github.com/mailru/easyjson v0.7.6 // indirect
3845
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
3946
github.com/modern-go/reflect2 v1.0.2 // indirect
47+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
4048
github.com/pkg/errors v0.9.1 // indirect
4149
github.com/pmezard/go-difflib v1.0.0 // indirect
4250
github.com/spf13/pflag v1.0.5 // indirect
4351
go.opencensus.io v0.23.0 // indirect
44-
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
52+
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
4553
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
4654
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
4755
golang.org/x/text v0.3.7 // indirect
48-
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
56+
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
4957
google.golang.org/appengine v1.6.7 // indirect
5058
google.golang.org/genproto v0.0.0-20220414192740-2d67ff6cf2b4 // indirect
5159
google.golang.org/grpc v1.45.0 // indirect
5260
google.golang.org/protobuf v1.28.0 // indirect
5361
gopkg.in/inf.v0 v0.9.1 // indirect
5462
gopkg.in/yaml.v2 v2.4.0 // indirect
5563
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
56-
k8s.io/klog/v2 v2.30.0 // indirect
57-
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
58-
k8s.io/utils v0.0.0-20211116205334-6203023598ed // indirect
59-
sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
64+
k8s.io/klog/v2 v2.60.1 // indirect
65+
k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
66+
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
67+
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
6068
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
6169
sigs.k8s.io/yaml v1.2.0 // indirect
6270
)

0 commit comments

Comments
 (0)