Skip to content

Commit 5c9f7c6

Browse files
fix(deps): update github.com/openshift/hypershift/api digest to 7757cbd
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 5314a17 commit 5c9f7c6

File tree

486 files changed

+25892
-10201
lines changed

Some content is hidden

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

486 files changed

+25892
-10201
lines changed

go.mod

Lines changed: 39 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,53 @@
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
9-
github.com/onsi/gomega v1.35.1
9+
github.com/onsi/gomega v1.38.0
1010
github.com/openshift/hive/apis v0.0.0-20241220022629-3f49f26197ff
11-
github.com/openshift/hypershift/api v0.0.0-20250108163049-830af0531d12
11+
github.com/openshift/hypershift/api v0.0.0-20251003002941-7757cbd8255c
1212
github.com/sirupsen/logrus v1.9.3
1313
github.com/vmware-tanzu/velero v1.14.0
1414
k8s.io/api v0.32.3
15-
k8s.io/apiextensions-apiserver v0.31.3
16-
sigs.k8s.io/controller-runtime v0.19.3
15+
k8s.io/apiextensions-apiserver v0.32.3
16+
sigs.k8s.io/controller-runtime v0.20.4
1717
)
1818

1919
require (
2020
github.com/beorn7/perks v1.0.1 // indirect
2121
github.com/cespare/xxhash/v2 v2.3.0 // indirect
22-
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
22+
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
23+
github.com/fsnotify/fsnotify v1.8.0 // indirect
2324
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
25+
github.com/google/btree v1.1.3 // indirect
26+
github.com/google/gnostic-models v0.6.9 // indirect
27+
github.com/google/go-cmp v0.7.0 // indirect
2628
github.com/google/uuid v1.6.0 // indirect
27-
github.com/openshift/api v0.0.0-20250418132733-f636181788a9 // indirect
29+
github.com/openshift/api v0.0.0-20250609083529-2b129d95495e // indirect
2830
github.com/openshift/custom-resource-status v1.1.3-0.20220503160415-f2fdb4999d87 // indirect
29-
github.com/prometheus/client_golang v1.19.1 // indirect
30-
github.com/prometheus/client_model v0.6.1 // indirect
31-
github.com/prometheus/common v0.55.0 // indirect
32-
github.com/prometheus/procfs v0.15.1 // indirect
31+
github.com/prometheus/client_golang v1.22.0 // indirect
32+
github.com/prometheus/client_model v0.6.2 // indirect
33+
github.com/prometheus/common v0.65.0 // indirect
34+
github.com/prometheus/procfs v0.16.1 // indirect
3335
github.com/spf13/afero v1.10.0 // indirect
3436
github.com/x448/float16 v0.8.4 // indirect
35-
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a // indirect
36-
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
37+
golang.org/x/sync v0.16.0 // indirect
38+
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
3739
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
40+
sigs.k8s.io/randfill v1.0.0 // indirect
3841
)
3942

4043
require (
4144
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
42-
github.com/emicklei/go-restful/v3 v3.11.2 // indirect
45+
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
4346
github.com/fatih/color v1.16.0 // indirect
44-
github.com/go-logr/logr v1.4.2 // indirect
45-
github.com/go-openapi/jsonpointer v0.21.0 // indirect
46-
github.com/go-openapi/jsonreference v0.20.4 // indirect
47-
github.com/go-openapi/swag v0.23.0 // indirect
47+
github.com/go-logr/logr v1.4.3 // indirect
48+
github.com/go-openapi/jsonpointer v0.21.1 // indirect
49+
github.com/go-openapi/jsonreference v0.21.0 // indirect
50+
github.com/go-openapi/swag v0.23.1 // indirect
4851
github.com/gobwas/glob v0.2.3 // indirect
4952
github.com/gogo/protobuf v1.3.2 // indirect
5053
github.com/golang/protobuf v1.5.4 // indirect
@@ -55,7 +58,7 @@ require (
5558
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5659
github.com/josharian/intern v1.0.0 // indirect
5760
github.com/json-iterator/go v1.1.12 // indirect
58-
github.com/mailru/easyjson v0.7.7 // indirect
61+
github.com/mailru/easyjson v0.9.0 // indirect
5962
github.com/mattn/go-colorable v0.1.13 // indirect
6063
github.com/mattn/go-isatty v0.0.20 // indirect
6164
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
@@ -64,25 +67,25 @@ require (
6467
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6568
github.com/oklog/run v1.0.0 // indirect
6669
github.com/pkg/errors v0.9.1 // indirect
67-
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
70-
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
75-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
70+
github.com/spf13/cobra v1.9.1 // indirect
71+
github.com/spf13/pflag v1.0.7 // indirect
72+
golang.org/x/net v0.42.0 // indirect
73+
golang.org/x/oauth2 v0.30.0 // indirect
74+
golang.org/x/sys v0.35.0 // indirect
75+
golang.org/x/term v0.34.0 // indirect
76+
golang.org/x/text v0.28.0 // indirect
77+
golang.org/x/time v0.11.0 // indirect
78+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 // indirect
7679
google.golang.org/grpc v1.65.0 // indirect
77-
google.golang.org/protobuf v1.35.1 // indirect
80+
google.golang.org/protobuf v1.36.6 // indirect
7881
gopkg.in/inf.v0 v0.9.1 // indirect
7982
gopkg.in/yaml.v3 v3.0.1 // indirect
8083
k8s.io/apimachinery v0.32.3
8184
k8s.io/client-go v0.32.3
8285
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
86+
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
87+
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e
88+
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
89+
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
8790
sigs.k8s.io/yaml v1.4.0 // indirect
8891
)

0 commit comments

Comments
 (0)