Skip to content

Commit ad60ee4

Browse files
dependabot[bot]jlebon
authored andcommitted
build(deps): bump github.com/coreos/ignition/v2 from 2.17.0 to 2.19.0
Bumps [github.com/coreos/ignition/v2](https://github.com/coreos/ignition) from 2.17.0 to 2.19.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.17.0...v2.19.0) --- updated-dependencies: - dependency-name: github.com/coreos/ignition/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5e7638f commit ad60ee4

File tree

563 files changed

+235186
-238587
lines changed

Some content is hidden

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

563 files changed

+235186
-238587
lines changed

go.mod

Lines changed: 27 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,20 @@ require (
1414
github.com/IBM/ibm-cos-sdk-go v1.6.1
1515
github.com/aliyun/alibaba-cloud-sdk-go v1.61.1442
1616
github.com/aliyun/aliyun-oss-go-sdk v2.0.3+incompatible
17-
github.com/aws/aws-sdk-go v1.47.9
17+
github.com/aws/aws-sdk-go v1.53.5
1818
github.com/coreos/butane v0.19.0
1919
github.com/coreos/go-semver v0.3.1
2020
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
2121
github.com/coreos/go-systemd/v22 v22.5.0
22-
github.com/coreos/ignition/v2 v2.17.0
22+
github.com/coreos/ignition/v2 v2.19.0
2323
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f
2424
github.com/coreos/rpmostree-client-go v0.0.0-20231118154446-df964bc5419a
2525
github.com/coreos/stream-metadata-go v0.4.4
2626
github.com/coreos/vcontext v0.0.0-20230201181013-d72178a18687
2727
github.com/digitalocean/go-qemu v0.0.0-20200529005954-1b453d036a9c
2828
github.com/digitalocean/godo v1.33.0
2929
github.com/frostschutz/go-fibmap v0.0.0-20160825162329-b32c231bfe6a
30+
github.com/google/uuid v1.6.0
3031
github.com/gophercloud/gophercloud v0.22.0
3132
github.com/gophercloud/utils v0.0.0-20210323225332-7b186010c04f
3233
github.com/kballard/go-shellquote v0.0.0-20150810074751-d8ec1a69a250
@@ -42,19 +43,20 @@ require (
4243
github.com/vishvananda/netns v0.0.0-20150710222425-604eaf189ee8
4344
github.com/vmware/govmomi v0.15.0
4445
github.com/xeipuuv/gojsonschema v1.2.0
45-
golang.org/x/crypto v0.15.0
46-
golang.org/x/net v0.18.0
47-
golang.org/x/oauth2 v0.14.0
48-
golang.org/x/sys v0.14.0
49-
golang.org/x/term v0.14.0
50-
google.golang.org/api v0.151.0
46+
golang.org/x/crypto v0.23.0
47+
golang.org/x/net v0.25.0
48+
golang.org/x/oauth2 v0.20.0
49+
golang.org/x/sys v0.20.0
50+
golang.org/x/term v0.20.0
51+
google.golang.org/api v0.181.0
5152
gopkg.in/yaml.v2 v2.4.0
5253
gopkg.in/yaml.v3 v3.0.1
5354
)
5455

5556
require (
56-
cloud.google.com/go/compute v1.23.1 // indirect
57-
cloud.google.com/go/compute/metadata v0.2.3 // indirect
57+
cloud.google.com/go/auth v0.4.1 // indirect
58+
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
59+
cloud.google.com/go/compute/metadata v0.3.0 // indirect
5860
github.com/Azure/azure-sdk-for-go/sdk/internal v1.1.1 // indirect
5961
github.com/AzureAD/microsoft-authentication-library-for-go v0.8.1 // indirect
6062
github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f // indirect
@@ -64,15 +66,17 @@ require (
6466
github.com/coreos/go-json v0.0.0-20230131223807-18775e0fb4fb // indirect
6567
github.com/davecgh/go-spew v1.1.1 // indirect
6668
github.com/digitalocean/go-libvirt v0.0.0-20200810224808-b9c702499bf7 // indirect
69+
github.com/felixge/httpsnoop v1.0.4 // indirect
70+
github.com/go-logr/logr v1.4.1 // indirect
71+
github.com/go-logr/stdr v1.2.2 // indirect
6772
github.com/godbus/dbus/v5 v5.0.4 // indirect
6873
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
6974
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
70-
github.com/golang/protobuf v1.5.3 // indirect
75+
github.com/golang/protobuf v1.5.4 // indirect
7176
github.com/google/go-querystring v1.0.0 // indirect
7277
github.com/google/s2a-go v0.1.7 // indirect
73-
github.com/google/uuid v1.4.0 // indirect
7478
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
75-
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
79+
github.com/googleapis/gax-go/v2 v2.12.4 // indirect
7680
github.com/inconshreveable/mousetrap v1.0.0 // indirect
7781
github.com/jmespath/go-jmespath v0.4.0 // indirect
7882
github.com/json-iterator/go v1.1.12 // indirect
@@ -84,15 +88,18 @@ require (
8488
github.com/pmezard/go-difflib v1.0.0 // indirect
8589
github.com/satori/go.uuid v1.2.0 // indirect
8690
github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace // indirect
87-
github.com/stretchr/testify v1.8.4 // indirect
91+
github.com/stretchr/testify v1.9.0 // indirect
8892
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
8993
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
9094
go.opencensus.io v0.24.0 // indirect
91-
golang.org/x/text v0.14.0 // indirect
92-
golang.org/x/time v0.3.0 // indirect
93-
google.golang.org/appengine v1.6.7 // indirect
94-
google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect
95-
google.golang.org/grpc v1.59.0 // indirect
96-
google.golang.org/protobuf v1.31.0 // indirect
95+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
96+
go.opentelemetry.io/otel v1.24.0 // indirect
97+
go.opentelemetry.io/otel/metric v1.24.0 // indirect
98+
go.opentelemetry.io/otel/trace v1.24.0 // indirect
99+
golang.org/x/text v0.15.0 // indirect
100+
golang.org/x/time v0.5.0 // indirect
101+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240513163218-0867130af1f8 // indirect
102+
google.golang.org/grpc v1.63.2 // indirect
103+
google.golang.org/protobuf v1.34.1 // indirect
97104
gopkg.in/ini.v1 v1.66.2 // indirect
98105
)

0 commit comments

Comments
 (0)