Skip to content

Commit 8877fec

Browse files
build(deps): bump the build group across 1 directory with 8 updates
Bumps the build group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/IBM/ibm-cos-sdk-go](https://github.com/IBM/ibm-cos-sdk-go) | `1.12.2` | `1.12.3` | | [github.com/coreos/butane](https://github.com/coreos/butane) | `0.24.0` | `0.25.0` | | [github.com/digitalocean/godo](https://github.com/digitalocean/godo) | `1.163.0` | `1.164.0` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.9.1` | `1.10.1` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.41.0` | `0.42.0` | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.30.0` | `0.31.0` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.248.0` | `0.249.0` | Updates `github.com/IBM/ibm-cos-sdk-go` from 1.12.2 to 1.12.3 - [Release notes](https://github.com/IBM/ibm-cos-sdk-go/releases) - [Changelog](https://github.com/IBM/ibm-cos-sdk-go/blob/master/CHANGELOG.md) - [Commits](IBM/ibm-cos-sdk-go@v1.12.2...v1.12.3) Updates `github.com/coreos/butane` from 0.24.0 to 0.25.0 - [Release notes](https://github.com/coreos/butane/releases) - [Changelog](https://github.com/coreos/butane/blob/main/docs/release-notes.md) - [Commits](coreos/butane@v0.24.0...v0.25.0) Updates `github.com/digitalocean/godo` from 1.163.0 to 1.164.0 - [Release notes](https://github.com/digitalocean/godo/releases) - [Changelog](https://github.com/digitalocean/godo/blob/main/CHANGELOG.md) - [Commits](digitalocean/godo@v1.163.0...v1.164.0) Updates `github.com/spf13/cobra` from 1.9.1 to 1.10.1 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.9.1...v1.10.1) Updates `golang.org/x/crypto` from 0.41.0 to 0.42.0 - [Commits](golang/crypto@v0.41.0...v0.42.0) Updates `golang.org/x/oauth2` from 0.30.0 to 0.31.0 - [Commits](golang/oauth2@v0.30.0...v0.31.0) Updates `golang.org/x/term` from 0.34.0 to 0.35.0 - [Commits](golang/term@v0.34.0...v0.35.0) Updates `google.golang.org/api` from 0.248.0 to 0.249.0 - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.248.0...v0.249.0) --- updated-dependencies: - dependency-name: github.com/IBM/ibm-cos-sdk-go dependency-version: 1.12.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build - dependency-name: github.com/coreos/butane dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build - dependency-name: github.com/digitalocean/godo dependency-version: 1.164.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build - dependency-name: github.com/spf13/cobra dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build - dependency-name: golang.org/x/crypto dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build - dependency-name: golang.org/x/oauth2 dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build - dependency-name: golang.org/x/term dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build - dependency-name: google.golang.org/api dependency-version: 0.249.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 641b3e8 commit 8877fec

File tree

125 files changed

+27440
-984
lines changed

Some content is hidden

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

125 files changed

+27440
-984
lines changed

go.mod

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/coreos/coreos-assembler
22

3-
go 1.23.0
4-
5-
toolchain go1.24.0
3+
go 1.24.0
64

75
require (
86
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.19.0
@@ -13,11 +11,11 @@ require (
1311
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.8.1
1412
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.2
1513
github.com/IBM-Cloud/bluemix-go v0.0.0-20250324085928-caa6511f0c13
16-
github.com/IBM/ibm-cos-sdk-go v1.12.2
14+
github.com/IBM/ibm-cos-sdk-go v1.12.3
1715
github.com/aliyun/alibaba-cloud-sdk-go v1.63.107
1816
github.com/aliyun/aliyun-oss-go-sdk v3.0.2+incompatible
1917
github.com/aws/aws-sdk-go v1.55.8
20-
github.com/coreos/butane v0.24.0
18+
github.com/coreos/butane v0.25.0
2119
github.com/coreos/go-semver v0.3.1
2220
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
2321
github.com/coreos/go-systemd/v22 v22.6.0
@@ -27,7 +25,7 @@ require (
2725
github.com/coreos/stream-metadata-go v0.4.9
2826
github.com/coreos/vcontext v0.0.0-20231102161604-685dc7299dc5
2927
github.com/digitalocean/go-qemu v0.0.0-20250212194115-ee9b0668d242
30-
github.com/digitalocean/godo v1.163.0
28+
github.com/digitalocean/godo v1.164.0
3129
github.com/frostschutz/go-fibmap v0.0.0-20160825162329-b32c231bfe6a
3230
github.com/google/uuid v1.6.0
3331
github.com/gophercloud/gophercloud v1.14.1
@@ -38,17 +36,17 @@ require (
3836
github.com/pin/tftp v2.1.0+incompatible
3937
github.com/pkg/errors v0.9.1
4038
github.com/sirupsen/logrus v1.9.3
41-
github.com/spf13/cobra v1.9.1
39+
github.com/spf13/cobra v1.10.1
4240
github.com/vincent-petithory/dataurl v1.0.0
4341
github.com/vishvananda/netlink v1.3.1
4442
github.com/vishvananda/netns v0.0.5
4543
github.com/vmware/govmomi v0.52.0
4644
github.com/xeipuuv/gojsonschema v1.2.0
47-
golang.org/x/crypto v0.41.0
45+
golang.org/x/crypto v0.42.0
4846
golang.org/x/net v0.43.0
49-
golang.org/x/oauth2 v0.30.0
50-
golang.org/x/term v0.34.0
51-
google.golang.org/api v0.248.0
47+
golang.org/x/oauth2 v0.31.0
48+
golang.org/x/term v0.35.0
49+
google.golang.org/api v0.249.0
5250
gopkg.in/yaml.v2 v2.4.0
5351
gopkg.in/yaml.v3 v3.0.1
5452
)
@@ -59,7 +57,7 @@ require (
5957
cloud.google.com/go/compute/metadata v0.8.0 // indirect
6058
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2 // indirect
6159
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 // indirect
62-
github.com/IBM/go-sdk-core/v5 v5.19.0 // indirect
60+
github.com/IBM/go-sdk-core/v5 v5.21.0 // indirect
6361
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
6462
github.com/clarketm/json v1.17.1 // indirect
6563
github.com/containers/image/v5 v5.34.2 // indirect
@@ -75,7 +73,7 @@ require (
7573
github.com/go-openapi/strfmt v0.23.0 // indirect
7674
github.com/go-playground/locales v0.14.1 // indirect
7775
github.com/go-playground/universal-translator v0.18.1 // indirect
78-
github.com/go-playground/validator/v10 v10.25.0 // indirect
76+
github.com/go-playground/validator/v10 v10.26.0 // indirect
7977
github.com/godbus/dbus/v5 v5.1.0 // indirect
8078
github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
8179
github.com/google/go-querystring v1.1.0 // indirect
@@ -98,23 +96,24 @@ require (
9896
github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b // indirect
9997
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
10098
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
101-
github.com/spf13/pflag v1.0.6 // indirect
99+
github.com/spf13/pflag v1.0.9 // indirect
102100
github.com/stretchr/testify v1.10.0 // indirect
103101
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
104102
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
105103
go.mongodb.org/mongo-driver v1.17.3 // indirect
106104
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
107105
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
108-
go.opentelemetry.io/otel v1.36.0 // indirect
109-
go.opentelemetry.io/otel/metric v1.36.0 // indirect
110-
go.opentelemetry.io/otel/trace v1.36.0 // indirect
111-
golang.org/x/sys v0.35.0 // indirect
112-
golang.org/x/text v0.28.0 // indirect
106+
go.opentelemetry.io/otel v1.37.0 // indirect
107+
go.opentelemetry.io/otel/metric v1.37.0 // indirect
108+
go.opentelemetry.io/otel/trace v1.37.0 // indirect
109+
golang.org/x/sys v0.36.0 // indirect
110+
golang.org/x/text v0.29.0 // indirect
113111
golang.org/x/time v0.12.0 // indirect
114112
google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c // indirect
115-
google.golang.org/grpc v1.74.2 // indirect
116-
google.golang.org/protobuf v1.36.7 // indirect
113+
google.golang.org/grpc v1.75.0 // indirect
114+
google.golang.org/protobuf v1.36.8 // indirect
117115
gopkg.in/ini.v1 v1.67.0 // indirect
116+
sigs.k8s.io/yaml v1.4.0 // indirect
118117
)
119118

120119
replace gopkg.in/alecthomas/kingpin.v2 => github.com/alecthomas/kingpin/v2 v2.4.0

0 commit comments

Comments
 (0)