1
1
module github.com/openshift/hypershift-oadp-plugin
2
2
3
- go 1.23 .0
3
+ go 1.24 .0
4
4
5
- toolchain go1.23 .6
5
+ toolchain go1.24 .6
6
6
7
7
require (
8
8
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
10
10
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-20250924090655-57ce7995ae0c
12
12
github.com/sirupsen/logrus v1.9.3
13
13
github.com/vmware-tanzu/velero v1.14.0
14
14
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
17
17
)
18
18
19
19
require (
20
20
github.com/beorn7/perks v1.0.1 // indirect
21
21
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
23
24
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
26
28
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
28
30
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
33
35
github.com/spf13/afero v1.10.0 // indirect
34
36
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
37
39
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
40
+ sigs.k8s.io/randfill v1.0.0 // indirect
38
41
)
39
42
40
43
require (
41
44
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
43
46
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
48
51
github.com/gobwas/glob v0.2.3 // indirect
49
52
github.com/gogo/protobuf v1.3.2 // indirect
50
53
github.com/golang/protobuf v1.5.4 // indirect
@@ -55,7 +58,7 @@ require (
55
58
github.com/inconshreveable/mousetrap v1.1.0 // indirect
56
59
github.com/josharian/intern v1.0.0 // indirect
57
60
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
59
62
github.com/mattn/go-colorable v0.1.13 // indirect
60
63
github.com/mattn/go-isatty v0.0.20 // indirect
61
64
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
@@ -64,25 +67,25 @@ require (
64
67
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
65
68
github.com/oklog/run v1.0.0 // indirect
66
69
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
76
79
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
78
81
gopkg.in/inf.v0 v0.9.1 // indirect
79
82
gopkg.in/yaml.v3 v3.0.1 // indirect
80
83
k8s.io/apimachinery v0.32.3
81
84
k8s.io/client-go v0.32.3
82
85
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
87
90
sigs.k8s.io/yaml v1.4.0 // indirect
88
91
)
0 commit comments