1
1
module github.com/openshift/cluster-api-provider-agent
2
2
3
- go 1.20
3
+ go 1.21
4
+
5
+ toolchain go1.24.6
4
6
5
7
// Versions to be held for v1beta1
6
8
// sigs.k8s.io/controller-runtime on v0.11.x
@@ -12,16 +14,16 @@ require (
12
14
github.com/go-openapi/swag v0.22.4
13
15
github.com/golang/mock v1.6.0
14
16
github.com/onsi/ginkgo v1.16.5
15
- github.com/onsi/gomega v1.28.1
17
+ github.com/onsi/gomega v1.30.0
16
18
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
19
21
github.com/pkg/errors v0.9.1
20
22
github.com/sirupsen/logrus v1.9.3
21
23
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
25
27
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
26
28
sigs.k8s.io/cluster-api v1.5.1
27
29
sigs.k8s.io/controller-runtime v0.16.2
@@ -44,10 +46,10 @@ require (
44
46
github.com/davecgh/go-spew v1.1.1 // indirect
45
47
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
46
48
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
51
53
github.com/go-openapi/analysis v0.21.2 // indirect
52
54
github.com/go-openapi/errors v0.20.3 // indirect
53
55
github.com/go-openapi/jsonpointer v0.20.0 // indirect
@@ -59,12 +61,14 @@ require (
59
61
github.com/gobuffalo/flect v1.0.2 // indirect
60
62
github.com/gogo/protobuf v1.3.2 // indirect
61
63
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
63
65
github.com/google/gnostic-models v0.6.8 // indirect
64
66
github.com/google/go-cmp v0.6.0 // indirect
65
67
github.com/google/gofuzz v1.2.0 // indirect
66
68
github.com/google/uuid v1.6.0 // indirect
67
69
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
68
72
github.com/jinzhu/inflection v1.0.0 // indirect
69
73
github.com/jinzhu/now v1.1.5 // indirect
70
74
github.com/josharian/intern v1.0.0 // indirect
@@ -80,15 +84,15 @@ require (
80
84
github.com/oklog/ulid v1.3.1 // indirect
81
85
github.com/openshift/api v0.0.0-20231031181504-3be12e93388f // indirect
82
86
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
84
88
github.com/prometheus/client_model v0.5.0 // indirect
85
89
github.com/prometheus/common v0.45.0 // indirect
86
90
github.com/prometheus/procfs v0.12.0 // indirect
87
91
github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace // indirect
88
92
github.com/vincent-petithory/dataurl v1.0.0 // indirect
89
93
go.mongodb.org/mongo-driver v1.10.0 // indirect
90
94
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
92
96
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
93
97
golang.org/x/net v0.33.0 // indirect
94
98
golang.org/x/oauth2 v0.28.0 // indirect
@@ -97,23 +101,23 @@ require (
97
101
golang.org/x/text v0.21.0 // indirect
98
102
golang.org/x/time v0.3.0 // indirect
99
103
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
101
105
gopkg.in/inf.v0 v0.9.1 // indirect
102
106
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
103
107
gopkg.in/yaml.v2 v2.4.0 // indirect
104
108
gopkg.in/yaml.v3 v3.0.1 // indirect
105
109
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
110
114
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
112
116
sigs.k8s.io/yaml v1.4.0 // indirect
113
117
)
114
118
115
119
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
117
121
github.com/openshift/assisted-service/models => github.com/openshift/assisted-service/models v0.0.0-20240506174859-4577ef6f4cf1
118
122
github.com/openshift/cluster-api-provider-agent/api => ./api
119
123
// CVE-2025-22868
0 commit comments