Skip to content

Commit 7904068

Browse files
NO-ISSUE: Update module github.com/coreos/ignition/v2 to v2.24.0
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 29588d1 commit 7904068

File tree

240 files changed

+10892
-5885
lines changed

Some content is hidden

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

240 files changed

+10892
-5885
lines changed

go.mod

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

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

57
// Versions to be held for v1beta1
68
// sigs.k8s.io/controller-runtime on v0.11.x
79
// k8s.io/* on v0.23.x
810
// github.com/go-logr/logr on v0.4.x
911
// k8s.io/klog/v2 on v2.10.x
1012
require (
11-
github.com/coreos/ignition/v2 v2.14.0
13+
github.com/coreos/ignition/v2 v2.24.0
1214
github.com/go-openapi/swag v0.23.0
1315
github.com/golang/mock v1.6.0
1416
github.com/onsi/ginkgo v1.16.5
@@ -36,17 +38,17 @@ require (
3638
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
3739
github.com/beorn7/perks v1.0.1 // indirect
3840
github.com/blang/semver/v4 v4.0.0 // indirect
39-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
41+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4042
github.com/coreos/go-semver v0.3.1 // indirect
41-
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
43+
github.com/coreos/go-systemd/v22 v22.6.0 // indirect
4244
github.com/coreos/vcontext v0.0.0-20231102161604-685dc7299dc5 // indirect
4345
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4446
github.com/distribution/reference v0.6.0 // indirect
4547
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
4648
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
4749
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
4850
github.com/fsnotify/fsnotify v1.7.0 // indirect
49-
github.com/go-logr/logr v1.4.1 // indirect
51+
github.com/go-logr/logr v1.4.3 // indirect
5052
github.com/go-logr/zapr v1.3.0 // indirect
5153
github.com/go-openapi/analysis v0.23.0 // indirect
5254
github.com/go-openapi/errors v0.22.0 // indirect
@@ -61,7 +63,7 @@ require (
6163
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
6264
github.com/golang/protobuf v1.5.4 // indirect
6365
github.com/google/gnostic-models v0.6.8 // indirect
64-
github.com/google/go-cmp v0.6.0 // indirect
66+
github.com/google/go-cmp v0.7.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
@@ -81,30 +83,25 @@ require (
8183
github.com/nxadm/tail v1.4.8 // indirect
8284
github.com/oklog/ulid v1.3.1 // indirect
8385
github.com/openshift/api v0.0.0-20240830023148-b7d0481c9094 // indirect
84-
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
8586
github.com/prometheus/client_golang v1.18.0 // indirect
8687
github.com/prometheus/client_model v0.5.0 // indirect
8788
github.com/prometheus/common v0.45.0 // indirect
8889
github.com/prometheus/procfs v0.12.0 // indirect
89-
github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace // indirect
90+
github.com/spf13/pflag v1.0.10 // indirect
9091
github.com/stoewer/go-strcase v1.3.0 // indirect
91-
github.com/stretchr/testify v1.10.0 // indirect
9292
github.com/vincent-petithory/dataurl v1.0.0 // indirect
9393
go.mongodb.org/mongo-driver v1.14.0 // indirect
9494
go.uber.org/multierr v1.11.0 // indirect
9595
go.uber.org/zap v1.26.0 // indirect
96-
golang.org/x/crypto v0.32.0 // indirect
9796
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
98-
golang.org/x/net v0.33.0 // indirect
99-
golang.org/x/oauth2 v0.28.0 // indirect
100-
golang.org/x/sys v0.29.0 // indirect
101-
golang.org/x/term v0.28.0 // indirect
102-
golang.org/x/text v0.21.0 // indirect
103-
golang.org/x/time v0.5.0 // indirect
97+
golang.org/x/net v0.46.0 // indirect
98+
golang.org/x/oauth2 v0.32.0 // indirect
99+
golang.org/x/sys v0.37.0 // indirect
100+
golang.org/x/term v0.36.0 // indirect
101+
golang.org/x/text v0.30.0 // indirect
102+
golang.org/x/time v0.13.0 // indirect
104103
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
105-
google.golang.org/genproto/googleapis/api v0.0.0-20240102182953-50ed04b92917 // indirect
106-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917 // indirect
107-
google.golang.org/protobuf v1.34.1 // indirect
104+
google.golang.org/protobuf v1.36.10 // indirect
108105
gopkg.in/inf.v0 v0.9.1 // indirect
109106
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
110107
gopkg.in/yaml.v2 v2.4.0 // indirect

go.sum

Lines changed: 37 additions & 284 deletions
Large diffs are not rendered by default.

vendor/github.com/cespare/xxhash/v2/README.md

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash.go

Lines changed: 22 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash_asm.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash_other.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash_safe.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash_unsafe.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/coreos/go-systemd/v22/unit/deserialize.go

Lines changed: 16 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/coreos/go-systemd/v22/unit/doc.go

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)