Skip to content

Commit e8f61b1

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

File tree

1,596 files changed

+49946
-71256
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,596 files changed

+49946
-71256
lines changed

go.mod

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ require (
1111
github.com/openshift/hypershift/api v0.0.0-20260318164553-2d4aedcf7899
1212
github.com/sirupsen/logrus v1.9.3
1313
github.com/vmware-tanzu/velero v1.14.0
14-
k8s.io/api v0.34.2
15-
k8s.io/apiextensions-apiserver v0.34.2
14+
k8s.io/api v0.35.3
15+
k8s.io/apiextensions-apiserver v0.35.3
1616
sigs.k8s.io/controller-runtime v0.20.4
1717
)
1818

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

4747
require (
@@ -53,7 +53,6 @@ require (
5353
github.com/go-openapi/jsonreference v0.21.0 // indirect
5454
github.com/go-openapi/swag v0.23.1 // indirect
5555
github.com/gobwas/glob v0.2.3 // indirect
56-
github.com/gogo/protobuf v1.3.2 // indirect
5756
github.com/golang/protobuf v1.5.4 // indirect
5857
github.com/hashicorp/go-hclog v0.14.1 // indirect
5958
github.com/hashicorp/go-plugin v1.6.0 // indirect
@@ -70,25 +69,25 @@ require (
7069
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
7170
github.com/oklog/run v1.0.0 // indirect
7271
github.com/pkg/errors v0.9.1 // indirect
73-
github.com/spf13/cobra v1.9.1 // indirect
74-
github.com/spf13/pflag v1.0.7 // indirect
72+
github.com/spf13/cobra v1.10.0 // indirect
73+
github.com/spf13/pflag v1.0.9 // indirect
7574
golang.org/x/net v0.52.0 // indirect
7675
golang.org/x/oauth2 v0.30.0 // indirect
7776
golang.org/x/sys v0.42.0 // indirect
7877
golang.org/x/term v0.41.0 // indirect
7978
golang.org/x/text v0.35.0 // indirect
8079
golang.org/x/time v0.11.0 // indirect
81-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
82-
google.golang.org/grpc v1.72.1 // indirect
83-
google.golang.org/protobuf v1.36.7 // indirect
80+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
81+
google.golang.org/grpc v1.72.2 // indirect
82+
google.golang.org/protobuf v1.36.8 // indirect
8483
gopkg.in/inf.v0 v0.9.1 // indirect
8584
gopkg.in/yaml.v3 v3.0.1 // indirect
86-
k8s.io/apimachinery v0.34.2
87-
k8s.io/client-go v0.34.2
88-
k8s.io/klog/v2 v2.130.1 // indirect
89-
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
90-
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
91-
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
85+
k8s.io/apimachinery v0.35.3
86+
k8s.io/client-go v0.35.3
87+
k8s.io/klog/v2 v2.140.0 // indirect
88+
k8s.io/kube-openapi v0.0.0-20260414162039-ec9c827d403f // indirect
89+
k8s.io/utils v0.0.0-20260319190234-28399d86e0b5 // indirect
90+
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
9291
sigs.k8s.io/yaml v1.6.0 // indirect
9392
)
9493

go.sum

Lines changed: 49 additions & 50 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)