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