Skip to content

Commit 0ff6201

Browse files
Bump k8s.io/client-go from 0.31.2 to 0.34.3 in /k8s-test-runner
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.31.2 to 0.34.3. - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.31.2...v0.34.3) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-version: 0.34.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d093862 commit 0ff6201

File tree

2 files changed

+111
-130
lines changed

2 files changed

+111
-130
lines changed

k8s-test-runner/go.mod

Lines changed: 32 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/smartcontractkit/chainlink-testing-framework/k8s-test-runner
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
github.com/BurntSushi/toml v1.4.0
@@ -13,10 +13,18 @@ require (
1313
github.com/pkg/errors v0.9.1
1414
github.com/rs/zerolog v1.33.0
1515
github.com/spf13/cobra v1.8.1
16-
golang.org/x/net v0.30.0
17-
k8s.io/api v0.31.2
18-
k8s.io/apimachinery v0.31.2
19-
k8s.io/client-go v0.31.2
16+
golang.org/x/net v0.47.0
17+
k8s.io/api v0.35.0
18+
k8s.io/apimachinery v0.35.0
19+
k8s.io/client-go v0.35.0
20+
)
21+
22+
require (
23+
go.yaml.in/yaml/v2 v2.4.3 // indirect
24+
go.yaml.in/yaml/v3 v3.0.4 // indirect
25+
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
26+
sigs.k8s.io/randfill v1.0.0 // indirect
27+
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
2028
)
2129

2230
require (
@@ -32,21 +40,16 @@ require (
3240
github.com/aws/aws-sdk-go-v2/service/sts v1.32.2 // indirect
3341
github.com/aws/smithy-go v1.22.0
3442
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
35-
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
36-
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
43+
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
44+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
3745
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
38-
github.com/go-logr/logr v1.4.2 // indirect
39-
github.com/go-openapi/jsonpointer v0.20.0 // indirect
46+
github.com/go-logr/logr v1.4.3 // indirect
47+
github.com/go-openapi/jsonpointer v0.21.0 // indirect
4048
github.com/go-openapi/jsonreference v0.20.2 // indirect
41-
github.com/go-openapi/swag v0.22.4 // indirect
49+
github.com/go-openapi/swag v0.23.0 // indirect
4250
github.com/go-playground/locales v0.14.1 // indirect
4351
github.com/go-playground/universal-translator v0.18.1 // indirect
44-
github.com/gogo/protobuf v1.3.2 // indirect
45-
github.com/golang/protobuf v1.5.4 // indirect
46-
github.com/google/gnostic-models v0.6.8 // indirect
47-
github.com/google/go-cmp v0.6.0 // indirect
48-
github.com/google/gofuzz v1.2.0 // indirect
49-
github.com/imdario/mergo v0.3.16 // indirect
52+
github.com/google/gnostic-models v0.7.0 // indirect
5053
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5154
github.com/jmespath/go-jmespath v0.4.0 // indirect
5255
github.com/josharian/intern v1.0.0 // indirect
@@ -56,26 +59,25 @@ require (
5659
github.com/mattn/go-colorable v0.1.13 // indirect
5760
github.com/mattn/go-isatty v0.0.19 // indirect
5861
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
59-
github.com/modern-go/reflect2 v1.0.2 // indirect
62+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
6063
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
61-
github.com/spf13/pflag v1.0.5 // indirect
64+
github.com/spf13/pflag v1.0.9 // indirect
6265
github.com/x448/float16 v0.8.4 // indirect
63-
golang.org/x/crypto v0.32.0 // indirect
64-
golang.org/x/oauth2 v0.21.0 // indirect
65-
golang.org/x/sys v0.29.0 // indirect
66-
golang.org/x/term v0.28.0 // indirect
67-
golang.org/x/text v0.21.0 // indirect
68-
golang.org/x/time v0.3.0 // indirect
69-
google.golang.org/protobuf v1.34.2 // indirect
66+
golang.org/x/crypto v0.44.0 // indirect
67+
golang.org/x/oauth2 v0.30.0 // indirect
68+
golang.org/x/sys v0.38.0 // indirect
69+
golang.org/x/term v0.37.0 // indirect
70+
golang.org/x/text v0.31.0 // indirect
71+
golang.org/x/time v0.9.0 // indirect
72+
google.golang.org/protobuf v1.36.8 // indirect
7073
gopkg.in/inf.v0 v0.9.1 // indirect
7174
gopkg.in/yaml.v2 v2.4.0
7275
gopkg.in/yaml.v3 v3.0.1 // indirect
7376
k8s.io/klog/v2 v2.130.1 // indirect
74-
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
75-
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
76-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
77-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
78-
sigs.k8s.io/yaml v1.4.0 // indirect
77+
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
78+
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect
79+
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
80+
sigs.k8s.io/yaml v1.6.0 // indirect
7981
)
8082

8183
retract [v1.999.0-test-release, v1.999.999-test-release]

0 commit comments

Comments
 (0)