1
1
module github.com/openshift/assisted-installer
2
2
3
3
go 1.21
4
+ toolchain go1.24.1
4
5
5
6
require (
6
7
github.com/PuerkitoBio/rehttp v1.4.0
7
8
github.com/ReneKroon/ttlcache/v2 v2.11.0
8
9
github.com/coreos/go-semver v0.3.1
9
- github.com/coreos/ignition/v2 v2.18 .0
10
+ github.com/coreos/ignition/v2 v2.21 .0
10
11
github.com/go-openapi/runtime v0.28.0
11
12
github.com/go-openapi/strfmt v0.23.0
12
- github.com/go-openapi/swag v0.23.0
13
+ github.com/go-openapi/swag v0.23.1
13
14
github.com/google/uuid v1.6.0
14
- github.com/hashicorp/go-version v1.6 .0
15
+ github.com/hashicorp/go-version v1.7 .0
15
16
github.com/kelseyhightower/envconfig v1.4.0
16
17
github.com/metal3-io/baremetal-operator/apis v0.2.0
17
18
github.com/onsi/ginkgo v1.16.5
18
- github.com/onsi/gomega v1.34.1
19
+ github.com/onsi/gomega v1.37.0
19
20
github.com/openshift/api v0.0.0-20240521212423-414cf30d37be
20
21
github.com/openshift/assisted-installer-agent v1.0.9
21
22
github.com/openshift/assisted-service v1.0.10-0.20241213170211-a5016f125538
@@ -29,10 +30,10 @@ require (
29
30
github.com/rh-ecosystem-edge/preinstall-utils v0.0.0-20240722132034-cf015589a8b3
30
31
github.com/sirupsen/logrus v1.9.3
31
32
github.com/thoas/go-funk v0.9.3
32
- github.com/tidwall/gjson v1.17.1
33
+ github.com/tidwall/gjson v1.18.0
33
34
github.com/vincent-petithory/dataurl v1.0.0
34
- go.uber.org/mock v0.4.0
35
- golang.org/x/net v0.33 .0
35
+ go.uber.org/mock v0.5.2
36
+ golang.org/x/net v0.37 .0
36
37
gopkg.in/yaml.v2 v2.4.0
37
38
k8s.io/api v0.29.9
38
39
k8s.io/apimachinery v0.29.9
@@ -47,12 +48,12 @@ require (
47
48
github.com/Microsoft/go-winio v0.6.2 // indirect
48
49
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
49
50
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
50
- github.com/aws/aws-sdk-go v1.50.25 // indirect
51
+ github.com/aws/aws-sdk-go v1.55.6 // indirect
51
52
github.com/aymerick/douceur v0.2.0 // indirect
52
53
github.com/beorn7/perks v1.0.1 // indirect
53
54
github.com/blang/semver/v4 v4.0.0 // indirect
54
55
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
55
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
56
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
56
57
github.com/containerd/log v0.1.0 // indirect
57
58
github.com/containerd/platforms v0.2.1 // indirect
58
59
github.com/coreos/go-json v0.0.0-20230131223807-18775e0fb4fb // indirect
@@ -71,7 +72,7 @@ require (
71
72
github.com/fsnotify/fsnotify v1.7.0 // indirect
72
73
github.com/ghodss/yaml v1.0.0 // indirect
73
74
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
74
- github.com/go-logr/logr v1.4.1 // indirect
75
+ github.com/go-logr/logr v1.4.2 // indirect
75
76
github.com/go-logr/stdr v1.2.2 // indirect
76
77
github.com/go-ole/go-ole v1.2.6 // indirect
77
78
github.com/go-openapi/analysis v0.23.0 // indirect
@@ -89,7 +90,7 @@ require (
89
90
github.com/golang/mock v1.6.0 // indirect
90
91
github.com/golang/protobuf v1.5.4 // indirect
91
92
github.com/google/gnostic-models v0.6.8 // indirect
92
- github.com/google/go-cmp v0.6 .0 // indirect
93
+ github.com/google/go-cmp v0.7 .0 // indirect
93
94
github.com/google/gofuzz v1.2.0 // indirect
94
95
github.com/gorilla/css v1.0.0 // indirect
95
96
github.com/imdario/mergo v0.3.16 // indirect
@@ -110,7 +111,7 @@ require (
110
111
github.com/lib/pq v1.10.9 // indirect
111
112
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
112
113
github.com/magiconair/properties v1.8.7 // indirect
113
- github.com/mailru/easyjson v0.7.7 // indirect
114
+ github.com/mailru/easyjson v0.9.0 // indirect
114
115
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.2.0 // indirect
115
116
github.com/microcosm-cc/bluemonday v1.0.26 // indirect
116
117
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -143,7 +144,7 @@ require (
143
144
github.com/shirou/gopsutil/v3 v3.23.12 // indirect
144
145
github.com/shoenig/go-m1cpu v0.1.6 // indirect
145
146
github.com/slok/go-http-metrics v0.11.0 // indirect
146
- github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace // indirect
147
+ github.com/spf13/pflag v1.0.6 // indirect
147
148
github.com/ssgreg/journald v1.0.0 // indirect
148
149
github.com/stretchr/objx v0.5.2 // indirect
149
150
github.com/stretchr/testify v1.10.0 // indirect
@@ -154,23 +155,21 @@ require (
154
155
github.com/tklauser/numcpus v0.6.1 // indirect
155
156
github.com/yusufpapurcu/wmi v1.2.3 // indirect
156
157
go.mongodb.org/mongo-driver v1.14.0 // indirect
157
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
158
- go.opentelemetry.io/otel v1.24.0 // indirect
159
- go.opentelemetry.io/otel/metric v1.24.0 // indirect
160
- go.opentelemetry.io/otel/trace v1.24.0 // indirect
161
- golang.org/x/crypto v0.32.0 // indirect
158
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
159
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
160
+ go.opentelemetry.io/otel v1.34.0 // indirect
161
+ go.opentelemetry.io/otel/metric v1.34.0 // indirect
162
+ go.opentelemetry.io/otel/trace v1.34.0 // indirect
163
+ golang.org/x/crypto v0.36.0 // indirect
162
164
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
163
- golang.org/x/oauth2 v0.18 .0 // indirect
164
- golang.org/x/sync v0.11 .0 // indirect
165
- golang.org/x/sys v0.30 .0 // indirect
166
- golang.org/x/term v0.29 .0 // indirect
167
- golang.org/x/text v0.22 .0 // indirect
168
- golang.org/x/time v0.5 .0 // indirect
165
+ golang.org/x/oauth2 v0.28 .0 // indirect
166
+ golang.org/x/sync v0.12 .0 // indirect
167
+ golang.org/x/sys v0.31 .0 // indirect
168
+ golang.org/x/term v0.30 .0 // indirect
169
+ golang.org/x/text v0.23 .0 // indirect
170
+ golang.org/x/time v0.10 .0 // indirect
169
171
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
170
- google.golang.org/appengine v1.6.8 // indirect
171
- google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 // indirect
172
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
173
- google.golang.org/protobuf v1.34.1 // indirect
172
+ google.golang.org/protobuf v1.36.5 // indirect
174
173
gopkg.in/inf.v0 v0.9.1 // indirect
175
174
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
176
175
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments