Skip to content

Commit 2bb0d5e

Browse files
Bump k8s.io/client-go from 0.30.3 to 0.31.0 (#1054)
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.30.3 to 0.31.0. - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.30.3...v0.31.0) --- 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 79488f8 commit 2bb0d5e

File tree

2 files changed

+83
-74
lines changed

2 files changed

+83
-74
lines changed

go.mod

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ require (
1515
go.opentelemetry.io/otel/metric v1.22.0
1616
go.opentelemetry.io/otel/sdk/metric v1.22.0
1717
go.uber.org/multierr v1.11.0
18-
golang.org/x/sys v0.18.0
19-
k8s.io/api v0.30.3
20-
k8s.io/apimachinery v0.30.3
21-
k8s.io/client-go v0.30.3
18+
golang.org/x/sys v0.21.0
19+
k8s.io/api v0.31.0
20+
k8s.io/apimachinery v0.31.0
21+
k8s.io/client-go v0.31.0
2222
k8s.io/kubectl v0.30.3
2323
)
2424

@@ -30,24 +30,26 @@ require (
3030
github.com/beorn7/perks v1.0.1 // indirect
3131
github.com/cespare/xxhash/v2 v2.2.0 // indirect
3232
github.com/chai2010/gettext-go v1.0.2 // indirect
33-
github.com/davecgh/go-spew v1.1.1 // indirect
33+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3434
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
3535
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
3636
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
37+
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
3738
github.com/go-errors/errors v1.4.2 // indirect
38-
github.com/go-logr/logr v1.4.1 // indirect
39+
github.com/go-logr/logr v1.4.2 // indirect
3940
github.com/go-logr/stdr v1.2.2 // indirect
4041
github.com/go-openapi/jsonpointer v0.19.6 // indirect
4142
github.com/go-openapi/jsonreference v0.20.2 // indirect
42-
github.com/go-openapi/swag v0.22.3 // indirect
43+
github.com/go-openapi/swag v0.22.4 // indirect
4344
github.com/gogo/protobuf v1.3.2 // indirect
4445
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
4546
github.com/golang/protobuf v1.5.4 // indirect
4647
github.com/google/btree v1.0.1 // indirect
4748
github.com/google/gnostic-models v0.6.8 // indirect
49+
github.com/google/go-cmp v0.6.0 // indirect
4850
github.com/google/gofuzz v1.2.0 // indirect
4951
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
50-
github.com/google/uuid v1.3.0 // indirect
52+
github.com/google/uuid v1.6.0 // indirect
5153
github.com/gorilla/websocket v1.5.0 // indirect
5254
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
5355
github.com/huandu/xstrings v1.3.3 // indirect
@@ -64,7 +66,7 @@ require (
6466
github.com/mitchellh/copystructure v1.2.0 // indirect
6567
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
6668
github.com/mitchellh/reflectwalk v1.0.2 // indirect
67-
github.com/moby/spdystream v0.2.0 // indirect
69+
github.com/moby/spdystream v0.4.0 // indirect
6870
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
6971
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
7072
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -81,30 +83,31 @@ require (
8183
github.com/spf13/cast v1.3.1 // indirect
8284
github.com/spf13/cobra v1.7.0 // indirect
8385
github.com/spf13/pflag v1.0.5 // indirect
86+
github.com/x448/float16 v0.8.4 // indirect
8487
github.com/xlab/treeprint v1.2.0 // indirect
8588
go.opentelemetry.io/otel/sdk v1.22.0 // indirect
8689
go.opentelemetry.io/otel/trace v1.22.0 // indirect
8790
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
88-
golang.org/x/crypto v0.21.0 // indirect
89-
golang.org/x/net v0.23.0 // indirect
90-
golang.org/x/oauth2 v0.12.0 // indirect
91-
golang.org/x/sync v0.6.0 // indirect
92-
golang.org/x/term v0.18.0 // indirect
93-
golang.org/x/text v0.14.0 // indirect
91+
golang.org/x/crypto v0.24.0 // indirect
92+
golang.org/x/net v0.26.0 // indirect
93+
golang.org/x/oauth2 v0.21.0 // indirect
94+
golang.org/x/sync v0.7.0 // indirect
95+
golang.org/x/term v0.21.0 // indirect
96+
golang.org/x/text v0.16.0 // indirect
9497
golang.org/x/time v0.3.0 // indirect
95-
google.golang.org/appengine v1.6.7 // indirect
96-
google.golang.org/protobuf v1.33.0 // indirect
98+
google.golang.org/protobuf v1.34.2 // indirect
99+
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
97100
gopkg.in/inf.v0 v0.9.1 // indirect
98101
gopkg.in/yaml.v2 v2.4.0 // indirect
99102
gopkg.in/yaml.v3 v3.0.1 // indirect
100103
k8s.io/cli-runtime v0.30.3 // indirect
101104
k8s.io/component-base v0.30.3 // indirect
102-
k8s.io/klog/v2 v2.120.1 // indirect
105+
k8s.io/klog/v2 v2.130.1 // indirect
103106
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
104-
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
107+
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
105108
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
106109
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
107110
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
108111
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
109-
sigs.k8s.io/yaml v1.3.0 // indirect
112+
sigs.k8s.io/yaml v1.4.0 // indirect
110113
)

0 commit comments

Comments
 (0)