Skip to content

Commit 8e22c9d

Browse files
Update github.com/openshift/assisted-service/api digest to 5ad96ae
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 691d306 commit 8e22c9d

File tree

422 files changed

+36673
-15161
lines changed

Some content is hidden

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

422 files changed

+36673
-15161
lines changed

go.mod

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/openshift/cluster-api-provider-agent
22

3-
go 1.20
3+
go 1.21
4+
5+
toolchain go1.24.6
46

57
// Versions to be held for v1beta1
68
// sigs.k8s.io/controller-runtime on v0.11.x
@@ -12,16 +14,16 @@ require (
1214
github.com/go-openapi/swag v0.22.4
1315
github.com/golang/mock v1.6.0
1416
github.com/onsi/ginkgo v1.16.5
15-
github.com/onsi/gomega v1.28.1
17+
github.com/onsi/gomega v1.30.0
1618
github.com/openshift/cluster-api-provider-agent/api v0.0.0-20230918065757-81658c4ddf2f
17-
github.com/openshift/custom-resource-status v1.1.2
18-
github.com/openshift/hive/apis v0.0.0-20220222213051-def9088fdb5a
19+
github.com/openshift/custom-resource-status v1.1.3-0.20220503160415-f2fdb4999d87
20+
github.com/openshift/hive/apis v0.0.0-20231220215202-ad99b9e52d27
1921
github.com/pkg/errors v0.9.1
2022
github.com/sirupsen/logrus v1.9.3
2123
github.com/thoas/go-funk v0.9.3
22-
k8s.io/api v0.28.4
23-
k8s.io/apimachinery v0.28.4
24-
k8s.io/client-go v0.28.4
24+
k8s.io/api v0.29.5
25+
k8s.io/apimachinery v0.29.5
26+
k8s.io/client-go v0.29.2
2527
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
2628
sigs.k8s.io/cluster-api v1.5.1
2729
sigs.k8s.io/controller-runtime v0.16.2
@@ -44,10 +46,10 @@ require (
4446
github.com/davecgh/go-spew v1.1.1 // indirect
4547
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
4648
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
47-
github.com/evanphx/json-patch/v5 v5.7.0 // indirect
48-
github.com/fsnotify/fsnotify v1.6.0 // indirect
49-
github.com/go-logr/logr v1.2.4 // indirect
50-
github.com/go-logr/zapr v1.2.4 // indirect
49+
github.com/evanphx/json-patch/v5 v5.8.0 // indirect
50+
github.com/fsnotify/fsnotify v1.7.0 // indirect
51+
github.com/go-logr/logr v1.4.1 // indirect
52+
github.com/go-logr/zapr v1.3.0 // indirect
5153
github.com/go-openapi/analysis v0.21.2 // indirect
5254
github.com/go-openapi/errors v0.20.3 // indirect
5355
github.com/go-openapi/jsonpointer v0.20.0 // indirect
@@ -59,12 +61,14 @@ require (
5961
github.com/gobuffalo/flect v1.0.2 // indirect
6062
github.com/gogo/protobuf v1.3.2 // indirect
6163
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
62-
github.com/golang/protobuf v1.5.3 // indirect
64+
github.com/golang/protobuf v1.5.4 // indirect
6365
github.com/google/gnostic-models v0.6.8 // indirect
6466
github.com/google/go-cmp v0.6.0 // indirect
6567
github.com/google/gofuzz v1.2.0 // indirect
6668
github.com/google/uuid v1.6.0 // indirect
6769
github.com/imdario/mergo v0.3.16 // indirect
70+
github.com/itchyny/gojq v0.12.8 // indirect
71+
github.com/itchyny/timefmt-go v0.1.3 // indirect
6872
github.com/jinzhu/inflection v1.0.0 // indirect
6973
github.com/jinzhu/now v1.1.5 // indirect
7074
github.com/josharian/intern v1.0.0 // indirect
@@ -80,15 +84,15 @@ require (
8084
github.com/oklog/ulid v1.3.1 // indirect
8185
github.com/openshift/api v0.0.0-20231031181504-3be12e93388f // indirect
8286
github.com/openshift/assisted-service v1.0.10-0.20240506174859-4577ef6f4cf1 // indirect
83-
github.com/prometheus/client_golang v1.17.0 // indirect
87+
github.com/prometheus/client_golang v1.18.0 // indirect
8488
github.com/prometheus/client_model v0.5.0 // indirect
8589
github.com/prometheus/common v0.45.0 // indirect
8690
github.com/prometheus/procfs v0.12.0 // indirect
8791
github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace // indirect
8892
github.com/vincent-petithory/dataurl v1.0.0 // indirect
8993
go.mongodb.org/mongo-driver v1.10.0 // indirect
9094
go.uber.org/multierr v1.11.0 // indirect
91-
go.uber.org/zap v1.25.0 // indirect
95+
go.uber.org/zap v1.26.0 // indirect
9296
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
9397
golang.org/x/net v0.33.0 // indirect
9498
golang.org/x/oauth2 v0.28.0 // indirect
@@ -97,23 +101,23 @@ require (
97101
golang.org/x/text v0.21.0 // indirect
98102
golang.org/x/time v0.3.0 // indirect
99103
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
100-
google.golang.org/protobuf v1.31.0 // indirect
104+
google.golang.org/protobuf v1.33.0 // indirect
101105
gopkg.in/inf.v0 v0.9.1 // indirect
102106
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
103107
gopkg.in/yaml.v2 v2.4.0 // indirect
104108
gopkg.in/yaml.v3 v3.0.1 // indirect
105109
gorm.io/gorm v1.25.7 // indirect
106-
k8s.io/apiextensions-apiserver v0.28.2 // indirect
107-
k8s.io/component-base v0.28.4 // indirect
108-
k8s.io/klog/v2 v2.100.1 // indirect
109-
k8s.io/kube-openapi v0.0.0-20230918164632-68afd615200d // indirect
110+
k8s.io/apiextensions-apiserver v0.29.2 // indirect
111+
k8s.io/component-base v0.29.2 // indirect
112+
k8s.io/klog/v2 v2.110.1 // indirect
113+
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
110114
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
111-
sigs.k8s.io/structured-merge-diff/v4 v4.3.0 // indirect
115+
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
112116
sigs.k8s.io/yaml v1.4.0 // indirect
113117
)
114118

115119
replace (
116-
github.com/openshift/assisted-service/api => github.com/openshift/assisted-service/api v0.0.0-20240506174859-4577ef6f4cf1
120+
github.com/openshift/assisted-service/api => github.com/openshift/assisted-service/api v0.0.0-20250821113912-5ad96ae324a1
117121
github.com/openshift/assisted-service/models => github.com/openshift/assisted-service/models v0.0.0-20240506174859-4577ef6f4cf1
118122
github.com/openshift/cluster-api-provider-agent/api => ./api
119123
// CVE-2025-22868

0 commit comments

Comments
 (0)