Skip to content

Commit fc90d78

Browse files
Update github.com/openshift/hypershift/api digest to 81b7f1e
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 66ae5e5 commit fc90d78

File tree

364 files changed

+44405
-4927
lines changed

Some content is hidden

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

364 files changed

+44405
-4927
lines changed

go.mod

Lines changed: 27 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,51 @@
11
module github.com/openshift/hypershift-oadp-plugin
22

3-
go 1.23.0
3+
go 1.23.6
44

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

77
require (
88
github.com/onsi/gomega v1.35.1
99
github.com/openshift/hive/apis v0.0.0-20241220022629-3f49f26197ff
10-
github.com/openshift/hypershift/api v0.0.0-20250108163049-830af0531d12
10+
github.com/openshift/hypershift/api v0.0.0-20250627225044-81b7f1e93bc5
1111
github.com/sirupsen/logrus v1.9.3
1212
github.com/vmware-tanzu/velero v1.14.0
1313
k8s.io/api v0.32.3
14-
k8s.io/apiextensions-apiserver v0.31.3
15-
sigs.k8s.io/controller-runtime v0.19.3
14+
k8s.io/apiextensions-apiserver v0.32.2
15+
sigs.k8s.io/controller-runtime v0.20.1
1616
)
1717

1818
require (
1919
github.com/beorn7/perks v1.0.1 // indirect
2020
github.com/cespare/xxhash/v2 v2.3.0 // indirect
21-
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
21+
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
22+
github.com/fsnotify/fsnotify v1.8.0 // indirect
2223
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
23-
github.com/google/gnostic-models v0.6.8 // indirect
24-
github.com/google/go-cmp v0.6.0 // indirect
24+
github.com/google/btree v1.1.3 // indirect
25+
github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
26+
github.com/google/go-cmp v0.7.0 // indirect
2527
github.com/google/uuid v1.6.0 // indirect
26-
github.com/openshift/api v0.0.0-20250418132733-f636181788a9 // indirect
28+
github.com/klauspost/compress v1.17.9 // indirect
29+
github.com/openshift/api v0.0.0-20250609083529-2b129d95495e // indirect
2730
github.com/openshift/custom-resource-status v1.1.3-0.20220503160415-f2fdb4999d87 // indirect
28-
github.com/prometheus/client_golang v1.19.1 // indirect
31+
github.com/prometheus/client_golang v1.20.5 // indirect
2932
github.com/prometheus/client_model v0.6.1 // indirect
30-
github.com/prometheus/common v0.55.0 // indirect
33+
github.com/prometheus/common v0.62.0 // indirect
3134
github.com/prometheus/procfs v0.15.1 // indirect
3235
github.com/spf13/afero v1.10.0 // indirect
3336
github.com/x448/float16 v0.8.4 // indirect
34-
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a // indirect
37+
golang.org/x/sync v0.12.0 // indirect
3538
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
3639
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
3740
)
3841

3942
require (
4043
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
41-
github.com/emicklei/go-restful/v3 v3.11.2 // indirect
44+
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
4245
github.com/fatih/color v1.16.0 // indirect
4346
github.com/go-logr/logr v1.4.2 // indirect
4447
github.com/go-openapi/jsonpointer v0.21.0 // indirect
45-
github.com/go-openapi/jsonreference v0.20.4 // indirect
48+
github.com/go-openapi/jsonreference v0.21.0 // indirect
4649
github.com/go-openapi/swag v0.23.0 // indirect
4750
github.com/gobwas/glob v0.2.3 // indirect
4851
github.com/gogo/protobuf v1.3.2 // indirect
@@ -64,23 +67,23 @@ require (
6467
github.com/oklog/run v1.0.0 // indirect
6568
github.com/pkg/errors v0.9.1 // indirect
6669
github.com/spf13/cobra v1.8.1 // indirect
67-
github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace // indirect
68-
golang.org/x/net v0.33.0 // indirect
69-
golang.org/x/oauth2 v0.23.0 // indirect
70-
golang.org/x/sys v0.28.0 // indirect
71-
golang.org/x/term v0.27.0 // indirect
72-
golang.org/x/text v0.21.0 // indirect
73-
golang.org/x/time v0.7.0 // indirect
74-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
70+
github.com/spf13/pflag v1.0.6 // indirect
71+
golang.org/x/net v0.37.0 // indirect
72+
golang.org/x/oauth2 v0.27.0 // indirect
73+
golang.org/x/sys v0.31.0 // indirect
74+
golang.org/x/term v0.30.0 // indirect
75+
golang.org/x/text v0.23.0 // indirect
76+
golang.org/x/time v0.11.0 // indirect
77+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 // indirect
7578
google.golang.org/grpc v1.65.0 // indirect
76-
google.golang.org/protobuf v1.35.1 // indirect
79+
google.golang.org/protobuf v1.36.5 // indirect
7780
gopkg.in/inf.v0 v0.9.1 // indirect
7881
gopkg.in/yaml.v3 v3.0.1 // indirect
7982
k8s.io/apimachinery v0.32.3
8083
k8s.io/client-go v0.32.3
8184
k8s.io/klog/v2 v2.130.1 // indirect
8285
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
83-
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
86+
k8s.io/utils v0.0.0-20241210054802-24370beab758
8487
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
8588
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
8689
sigs.k8s.io/yaml v1.4.0 // indirect

go.sum

Lines changed: 58 additions & 50 deletions
Large diffs are not rendered by default.

vendor/github.com/emicklei/go-restful/v3/CHANGES.md

Lines changed: 19 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/emicklei/go-restful/v3/README.md

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/emicklei/go-restful/v3/compress.go

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/emicklei/go-restful/v3/curly.go

Lines changed: 28 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/emicklei/go-restful/v3/jsr311.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/evanphx/json-patch/v5/merge.go

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)