Skip to content

Commit f30ac0d

Browse files
NO-ISSUE: Bump the go-dependencies group across 1 directory with 7 updates
Bumps the go-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/coreos/ignition/v2](https://github.com/coreos/ignition) | `2.18.0` | `2.21.0` | | [github.com/go-openapi/swag](https://github.com/go-openapi/swag) | `0.23.0` | `0.23.1` | | [github.com/hashicorp/go-version](https://github.com/hashicorp/go-version) | `1.6.0` | `1.7.0` | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.34.1` | `1.37.0` | | [github.com/tidwall/gjson](https://github.com/tidwall/gjson) | `1.17.1` | `1.18.0` | | [go.uber.org/mock](https://github.com/uber/mock) | `0.4.0` | `0.5.2` | Updates `github.com/coreos/ignition/v2` from 2.18.0 to 2.21.0 - [Release notes](https://github.com/coreos/ignition/releases) - [Changelog](https://github.com/coreos/ignition/blob/main/docs/release-notes.md) - [Commits](coreos/ignition@v2.18.0...v2.21.0) Updates `github.com/go-openapi/swag` from 0.23.0 to 0.23.1 - [Commits](go-openapi/swag@v0.23.0...v0.23.1) Updates `github.com/hashicorp/go-version` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/hashicorp/go-version/releases) - [Changelog](https://github.com/hashicorp/go-version/blob/main/CHANGELOG.md) - [Commits](hashicorp/go-version@v1.6.0...v1.7.0) Updates `github.com/onsi/gomega` from 1.34.1 to 1.37.0 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.34.1...v1.37.0) Updates `github.com/tidwall/gjson` from 1.17.1 to 1.18.0 - [Commits](tidwall/gjson@v1.17.1...v1.18.0) Updates `go.uber.org/mock` from 0.4.0 to 0.5.2 - [Release notes](https://github.com/uber/mock/releases) - [Changelog](https://github.com/uber-go/mock/blob/main/CHANGELOG.md) - [Commits](uber-go/mock@v0.4.0...v0.5.2) Updates `golang.org/x/net` from 0.33.0 to 0.37.0 - [Commits](golang/net@v0.33.0...v0.37.0) --- updated-dependencies: - dependency-name: github.com/coreos/ignition/v2 dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/go-openapi/swag dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/hashicorp/go-version dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/onsi/gomega dependency-version: 1.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/tidwall/gjson dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: go.uber.org/mock dependency-version: 0.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/net dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ecea908 commit f30ac0d

File tree

473 files changed

+26982
-16179
lines changed

Some content is hidden

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

473 files changed

+26982
-16179
lines changed

go.mod

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
module github.com/openshift/assisted-installer
22

33
go 1.21
4+
toolchain go1.24.1
45

56
require (
67
github.com/PuerkitoBio/rehttp v1.4.0
78
github.com/ReneKroon/ttlcache/v2 v2.11.0
89
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
1011
github.com/go-openapi/runtime v0.28.0
1112
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
1314
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
1516
github.com/kelseyhightower/envconfig v1.4.0
1617
github.com/metal3-io/baremetal-operator/apis v0.2.0
1718
github.com/onsi/ginkgo v1.16.5
18-
github.com/onsi/gomega v1.34.1
19+
github.com/onsi/gomega v1.37.0
1920
github.com/openshift/api v0.0.0-20240521212423-414cf30d37be
2021
github.com/openshift/assisted-installer-agent v1.0.9
2122
github.com/openshift/assisted-service v1.0.10-0.20241213170211-a5016f125538
@@ -29,10 +30,10 @@ require (
2930
github.com/rh-ecosystem-edge/preinstall-utils v0.0.0-20240722132034-cf015589a8b3
3031
github.com/sirupsen/logrus v1.9.3
3132
github.com/thoas/go-funk v0.9.3
32-
github.com/tidwall/gjson v1.17.1
33+
github.com/tidwall/gjson v1.18.0
3334
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
3637
gopkg.in/yaml.v2 v2.4.0
3738
k8s.io/api v0.29.9
3839
k8s.io/apimachinery v0.29.9
@@ -47,12 +48,12 @@ require (
4748
github.com/Microsoft/go-winio v0.6.2 // indirect
4849
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
4950
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
5152
github.com/aymerick/douceur v0.2.0 // indirect
5253
github.com/beorn7/perks v1.0.1 // indirect
5354
github.com/blang/semver/v4 v4.0.0 // indirect
5455
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
5657
github.com/containerd/log v0.1.0 // indirect
5758
github.com/containerd/platforms v0.2.1 // indirect
5859
github.com/coreos/go-json v0.0.0-20230131223807-18775e0fb4fb // indirect
@@ -71,7 +72,7 @@ require (
7172
github.com/fsnotify/fsnotify v1.7.0 // indirect
7273
github.com/ghodss/yaml v1.0.0 // indirect
7374
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
7576
github.com/go-logr/stdr v1.2.2 // indirect
7677
github.com/go-ole/go-ole v1.2.6 // indirect
7778
github.com/go-openapi/analysis v0.23.0 // indirect
@@ -89,7 +90,7 @@ require (
8990
github.com/golang/mock v1.6.0 // indirect
9091
github.com/golang/protobuf v1.5.4 // indirect
9192
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
9394
github.com/google/gofuzz v1.2.0 // indirect
9495
github.com/gorilla/css v1.0.0 // indirect
9596
github.com/imdario/mergo v0.3.16 // indirect
@@ -110,7 +111,7 @@ require (
110111
github.com/lib/pq v1.10.9 // indirect
111112
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
112113
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
114115
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.2.0 // indirect
115116
github.com/microcosm-cc/bluemonday v1.0.26 // indirect
116117
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -143,7 +144,7 @@ require (
143144
github.com/shirou/gopsutil/v3 v3.23.12 // indirect
144145
github.com/shoenig/go-m1cpu v0.1.6 // indirect
145146
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
147148
github.com/ssgreg/journald v1.0.0 // indirect
148149
github.com/stretchr/objx v0.5.2 // indirect
149150
github.com/stretchr/testify v1.10.0 // indirect
@@ -154,23 +155,21 @@ require (
154155
github.com/tklauser/numcpus v0.6.1 // indirect
155156
github.com/yusufpapurcu/wmi v1.2.3 // indirect
156157
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
162164
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
169171
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
174173
gopkg.in/inf.v0 v0.9.1 // indirect
175174
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
176175
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)