Skip to content

Commit e7727ca

Browse files
fix(deps): update github.com/openshift/hive/apis digest to 0834189
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 92db714 commit e7727ca

File tree

480 files changed

+42427
-14497
lines changed

Some content is hidden

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

480 files changed

+42427
-14497
lines changed

go.mod

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

3-
go 1.23.0
3+
go 1.24.0
44

5-
toolchain go1.23.6
5+
toolchain go1.24.6
66

77
require (
88
github.com/kubernetes-csi/external-snapshotter/client/v8 v8.2.0
99
github.com/onsi/gomega v1.35.1
10-
github.com/openshift/hive/apis v0.0.0-20241220022629-3f49f26197ff
10+
github.com/openshift/hive/apis v0.0.0-20251001194108-08341899d1d3
1111
github.com/openshift/hypershift/api v0.0.0-20250108163049-830af0531d12
1212
github.com/sirupsen/logrus v1.9.3
1313
github.com/vmware-tanzu/velero v1.14.0
14-
k8s.io/api v0.32.3
14+
k8s.io/api v0.33.3
1515
k8s.io/apiextensions-apiserver v0.31.3
1616
sigs.k8s.io/controller-runtime v0.19.3
1717
)
@@ -21,11 +21,10 @@ require (
2121
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2222
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
2323
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
24-
github.com/google/gnostic-models v0.6.8 // indirect
25-
github.com/google/go-cmp v0.6.0 // indirect
24+
github.com/google/gnostic-models v0.6.9 // indirect
25+
github.com/google/go-cmp v0.7.0 // indirect
2626
github.com/google/uuid v1.6.0 // indirect
2727
github.com/openshift/api v0.0.0-20250418132733-f636181788a9 // indirect
28-
github.com/openshift/custom-resource-status v1.1.3-0.20220503160415-f2fdb4999d87 // indirect
2928
github.com/prometheus/client_golang v1.19.1 // indirect
3029
github.com/prometheus/client_model v0.6.1 // indirect
3130
github.com/prometheus/common v0.55.0 // indirect
@@ -35,6 +34,7 @@ require (
3534
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a // indirect
3635
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
3736
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
37+
sigs.k8s.io/randfill v1.0.0 // indirect
3838
)
3939

4040
require (
@@ -48,7 +48,6 @@ require (
4848
github.com/gobwas/glob v0.2.3 // indirect
4949
github.com/gogo/protobuf v1.3.2 // indirect
5050
github.com/golang/protobuf v1.5.4 // indirect
51-
github.com/google/gofuzz v1.2.0 // indirect
5251
github.com/hashicorp/go-hclog v0.14.1 // indirect
5352
github.com/hashicorp/go-plugin v1.6.0 // indirect
5453
github.com/hashicorp/yamux v0.1.1 // indirect
@@ -65,24 +64,24 @@ require (
6564
github.com/oklog/run v1.0.0 // indirect
6665
github.com/pkg/errors v0.9.1 // indirect
6766
github.com/spf13/cobra v1.8.1 // indirect
68-
github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace // indirect
69-
golang.org/x/net v0.33.0 // indirect
67+
github.com/spf13/pflag v1.0.6 // indirect
68+
golang.org/x/net v0.43.0 // indirect
7069
golang.org/x/oauth2 v0.23.0 // indirect
71-
golang.org/x/sys v0.28.0 // indirect
72-
golang.org/x/term v0.27.0 // indirect
73-
golang.org/x/text v0.21.0 // indirect
74-
golang.org/x/time v0.7.0 // indirect
70+
golang.org/x/sys v0.35.0 // indirect
71+
golang.org/x/term v0.34.0 // indirect
72+
golang.org/x/text v0.29.0 // indirect
73+
golang.org/x/time v0.9.0 // indirect
7574
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
7675
google.golang.org/grpc v1.65.0 // indirect
77-
google.golang.org/protobuf v1.35.1 // indirect
76+
google.golang.org/protobuf v1.36.5 // indirect
7877
gopkg.in/inf.v0 v0.9.1 // indirect
7978
gopkg.in/yaml.v3 v3.0.1 // indirect
80-
k8s.io/apimachinery v0.32.3
79+
k8s.io/apimachinery v0.33.3
8180
k8s.io/client-go v0.32.3
8281
k8s.io/klog/v2 v2.130.1 // indirect
83-
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
84-
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
85-
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
86-
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
82+
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
83+
k8s.io/utils v0.0.0-20241210054802-24370beab758
84+
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
85+
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
8786
sigs.k8s.io/yaml v1.4.0 // indirect
8887
)

go.sum

Lines changed: 39 additions & 174 deletions
Large diffs are not rendered by default.

vendor/github.com/golang/protobuf/ptypes/any.go

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

vendor/github.com/golang/protobuf/ptypes/any/any.pb.go

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

vendor/github.com/golang/protobuf/ptypes/doc.go

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

0 commit comments

Comments
 (0)