Skip to content

Commit e725fec

Browse files
authored
Merge pull request #3160 from buildkite/dependabot/go_modules/cloud-providers-b656eff092
Bump the cloud-providers group across 1 directory with 7 updates
2 parents 649bd5d + 4f18527 commit e725fec

File tree

2 files changed

+78
-78
lines changed

2 files changed

+78
-78
lines changed

go.mod

+24-24
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ toolchain go1.23.3
77
require (
88
cloud.google.com/go/compute/metadata v0.6.0
99
drjosh.dev/zzglob v0.4.0
10-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.0
10+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.1
1111
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.5.0
1212
github.com/DataDog/datadog-go/v5 v5.6.0
1313
github.com/Khan/genqlient v0.7.0
14-
github.com/aws/aws-sdk-go v1.55.5
15-
github.com/aws/aws-sdk-go-v2 v1.32.6
16-
github.com/aws/aws-sdk-go-v2/config v1.28.6
17-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.21
18-
github.com/aws/aws-sdk-go-v2/service/kms v1.37.7
14+
github.com/aws/aws-sdk-go v1.55.6
15+
github.com/aws/aws-sdk-go-v2 v1.33.0
16+
github.com/aws/aws-sdk-go-v2/config v1.29.1
17+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.24
18+
github.com/aws/aws-sdk-go-v2/service/kms v1.37.13
1919
github.com/brunoscheufler/aws-ecs-metadata-go v0.0.0-20220812150832-b6b31c6eeeaf
2020
github.com/buildkite/bintest/v3 v3.3.0
2121
github.com/buildkite/go-pipeline v0.13.3
@@ -56,18 +56,18 @@ require (
5656
golang.org/x/oauth2 v0.25.0
5757
golang.org/x/sys v0.29.0
5858
golang.org/x/term v0.28.0
59-
google.golang.org/api v0.213.0
59+
google.golang.org/api v0.217.0
6060
gopkg.in/DataDog/dd-trace-go.v1 v1.70.3
6161
gopkg.in/yaml.v3 v3.0.1
6262
gotest.tools/v3 v3.5.1
6363
)
6464

6565
require (
66-
cloud.google.com/go/auth v0.13.0 // indirect
67-
cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect
68-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0 // indirect
66+
cloud.google.com/go/auth v0.14.0 // indirect
67+
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
68+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0 // indirect
6969
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
70-
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
70+
github.com/AzureAD/microsoft-authentication-library-for-go v1.3.2 // indirect
7171
github.com/DataDog/appsec-internal-go v1.9.0 // indirect
7272
github.com/DataDog/datadog-agent/pkg/obfuscate v0.58.0 // indirect
7373
github.com/DataDog/datadog-agent/pkg/proto v0.58.0 // indirect
@@ -86,15 +86,15 @@ require (
8686
github.com/alexflint/go-arg v1.4.2 // indirect
8787
github.com/alexflint/go-scalar v1.0.0 // indirect
8888
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
89-
github.com/aws/aws-sdk-go-v2/credentials v1.17.47 // indirect
90-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 // indirect
91-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 // indirect
89+
github.com/aws/aws-sdk-go-v2/credentials v1.17.54 // indirect
90+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.28 // indirect
91+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.28 // indirect
9292
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
9393
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect
94-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.6 // indirect
95-
github.com/aws/aws-sdk-go-v2/service/sso v1.24.7 // indirect
96-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.6 // indirect
97-
github.com/aws/aws-sdk-go-v2/service/sts v1.33.2 // indirect
94+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.9 // indirect
95+
github.com/aws/aws-sdk-go-v2/service/sso v1.24.11 // indirect
96+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.10 // indirect
97+
github.com/aws/aws-sdk-go-v2/service/sts v1.33.9 // indirect
9898
github.com/aws/smithy-go v1.22.1 // indirect
9999
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
100100
github.com/cespare/xxhash/v2 v2.3.0 // indirect
@@ -112,10 +112,10 @@ require (
112112
github.com/gogo/protobuf v1.3.2 // indirect
113113
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
114114
github.com/golang/protobuf v1.5.4 // indirect
115-
github.com/google/s2a-go v0.1.8 // indirect
115+
github.com/google/s2a-go v0.1.9 // indirect
116116
github.com/google/uuid v1.6.0 // indirect
117117
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
118-
github.com/googleapis/gax-go/v2 v2.14.0 // indirect
118+
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
119119
github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 // indirect
120120
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.7 // indirect
121121
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
@@ -165,13 +165,13 @@ require (
165165
golang.org/x/mod v0.20.0 // indirect
166166
golang.org/x/sync v0.10.0 // indirect
167167
golang.org/x/text v0.21.0 // indirect
168-
golang.org/x/time v0.8.0 // indirect
168+
golang.org/x/time v0.9.0 // indirect
169169
golang.org/x/tools v0.24.0 // indirect
170170
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
171171
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
172-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
173-
google.golang.org/grpc v1.68.1 // indirect
174-
google.golang.org/protobuf v1.35.2 // indirect
172+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 // indirect
173+
google.golang.org/grpc v1.69.4 // indirect
174+
google.golang.org/protobuf v1.36.2 // indirect
175175
gopkg.in/ini.v1 v1.67.0 // indirect
176176
gopkg.in/yaml.v2 v2.4.0 // indirect
177177
)

0 commit comments

Comments
 (0)