Skip to content

Commit 32f702f

Browse files
fix(deps): update k8s-dependencies
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 9ab3c18 commit 32f702f

File tree

1,696 files changed

+58898
-72498
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,696 files changed

+58898
-72498
lines changed

go.mod

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/openshift/hypershift-oadp-plugin
22

3-
go 1.24.4
3+
go 1.25.0
44

55
require (
66
github.com/kubernetes-csi/external-snapshotter/client/v8 v8.2.0
@@ -9,9 +9,9 @@ require (
99
github.com/openshift/hypershift/api v0.0.0-20260306152921-2bfe1933d8a1
1010
github.com/sirupsen/logrus v1.9.3
1111
github.com/vmware-tanzu/velero v1.14.0
12-
k8s.io/api v0.34.2
13-
k8s.io/apiextensions-apiserver v0.34.2
14-
sigs.k8s.io/controller-runtime v0.20.4
12+
k8s.io/api v0.35.3
13+
k8s.io/apiextensions-apiserver v0.35.3
14+
sigs.k8s.io/controller-runtime v0.23.3
1515
)
1616

1717
require (
@@ -28,18 +28,18 @@ require (
2828
github.com/openshift/api v0.0.0-20251204193610-68ce3d906ec8 // indirect
2929
github.com/openshift/custom-resource-status v1.1.3-0.20220503160415-f2fdb4999d87 // indirect
3030
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
31-
github.com/prometheus/client_golang v1.22.0 // indirect
31+
github.com/prometheus/client_golang v1.23.2 // indirect
3232
github.com/prometheus/client_model v0.6.2 // indirect
33-
github.com/prometheus/common v0.65.0 // indirect
33+
github.com/prometheus/common v0.66.1 // indirect
3434
github.com/prometheus/procfs v0.16.1 // indirect
3535
github.com/x448/float16 v0.8.4 // indirect
36-
go.yaml.in/yaml/v2 v2.4.2 // indirect
36+
go.yaml.in/yaml/v2 v2.4.3 // indirect
3737
go.yaml.in/yaml/v3 v3.0.4 // indirect
3838
golang.org/x/sync v0.18.0 // indirect
3939
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
40-
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
40+
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
4141
sigs.k8s.io/randfill v1.0.0 // indirect
42-
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
42+
sigs.k8s.io/structured-merge-diff/v6 v6.3.2 // indirect
4343
)
4444

4545
require (
@@ -51,7 +51,6 @@ require (
5151
github.com/go-openapi/jsonreference v0.21.0 // indirect
5252
github.com/go-openapi/swag v0.23.1 // indirect
5353
github.com/gobwas/glob v0.2.3 // indirect
54-
github.com/gogo/protobuf v1.3.2 // indirect
5554
github.com/golang/protobuf v1.5.4 // indirect
5655
github.com/hashicorp/go-hclog v0.14.1 // indirect
5756
github.com/hashicorp/go-plugin v1.6.0 // indirect
@@ -68,25 +67,25 @@ require (
6867
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6968
github.com/oklog/run v1.0.0 // indirect
7069
github.com/pkg/errors v0.9.1 // indirect
71-
github.com/spf13/cobra v1.9.1 // indirect
72-
github.com/spf13/pflag v1.0.7 // indirect
70+
github.com/spf13/cobra v1.10.0 // indirect
71+
github.com/spf13/pflag v1.0.9 // indirect
7372
golang.org/x/net v0.47.0 // indirect
7473
golang.org/x/oauth2 v0.30.0 // indirect
7574
golang.org/x/sys v0.38.0 // indirect
7675
golang.org/x/term v0.37.0 // indirect
7776
golang.org/x/text v0.31.0 // indirect
7877
golang.org/x/time v0.11.0 // indirect
79-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
80-
google.golang.org/grpc v1.72.1 // indirect
81-
google.golang.org/protobuf v1.36.7 // indirect
78+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
79+
google.golang.org/grpc v1.72.2 // indirect
80+
google.golang.org/protobuf v1.36.8 // indirect
8281
gopkg.in/inf.v0 v0.9.1 // indirect
8382
gopkg.in/yaml.v3 v3.0.1 // indirect
84-
k8s.io/apimachinery v0.34.2
85-
k8s.io/client-go v0.34.2
86-
k8s.io/klog/v2 v2.130.1 // indirect
87-
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
88-
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
89-
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
83+
k8s.io/apimachinery v0.35.3
84+
k8s.io/client-go v0.35.3
85+
k8s.io/klog/v2 v2.140.0 // indirect
86+
k8s.io/kube-openapi v0.0.0-20260330154417-16be699c7b31 // indirect
87+
k8s.io/utils v0.0.0-20260319190234-28399d86e0b5 // indirect
88+
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
9089
sigs.k8s.io/yaml v1.6.0 // indirect
9190
)
9291

go.sum

Lines changed: 51 additions & 52 deletions
Large diffs are not rendered by default.

vendor/github.com/gogo/protobuf/AUTHORS

Lines changed: 0 additions & 15 deletions
This file was deleted.

vendor/github.com/gogo/protobuf/CONTRIBUTORS

Lines changed: 0 additions & 23 deletions
This file was deleted.

vendor/github.com/gogo/protobuf/LICENSE

Lines changed: 0 additions & 35 deletions
This file was deleted.

vendor/github.com/gogo/protobuf/proto/Makefile

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)