@@ -7,15 +7,15 @@ toolchain go1.23.3
7
7
require (
8
8
cloud.google.com/go/compute/metadata v0.6.0
9
9
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
11
11
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.5.0
12
12
github.com/DataDog/datadog-go/v5 v5.6.0
13
13
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
19
19
github.com/brunoscheufler/aws-ecs-metadata-go v0.0.0-20220812150832-b6b31c6eeeaf
20
20
github.com/buildkite/bintest/v3 v3.3.0
21
21
github.com/buildkite/go-pipeline v0.13.3
@@ -56,18 +56,18 @@ require (
56
56
golang.org/x/oauth2 v0.25.0
57
57
golang.org/x/sys v0.29.0
58
58
golang.org/x/term v0.28.0
59
- google.golang.org/api v0.213 .0
59
+ google.golang.org/api v0.217 .0
60
60
gopkg.in/DataDog/dd-trace-go.v1 v1.70.3
61
61
gopkg.in/yaml.v3 v3.0.1
62
62
gotest.tools/v3 v3.5.1
63
63
)
64
64
65
65
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
69
69
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
71
71
github.com/DataDog/appsec-internal-go v1.9.0 // indirect
72
72
github.com/DataDog/datadog-agent/pkg/obfuscate v0.58.0 // indirect
73
73
github.com/DataDog/datadog-agent/pkg/proto v0.58.0 // indirect
@@ -86,15 +86,15 @@ require (
86
86
github.com/alexflint/go-arg v1.4.2 // indirect
87
87
github.com/alexflint/go-scalar v1.0.0 // indirect
88
88
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
92
92
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
93
93
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
98
98
github.com/aws/smithy-go v1.22.1 // indirect
99
99
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
100
100
github.com/cespare/xxhash/v2 v2.3.0 // indirect
@@ -112,10 +112,10 @@ require (
112
112
github.com/gogo/protobuf v1.3.2 // indirect
113
113
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
114
114
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
116
116
github.com/google/uuid v1.6.0 // indirect
117
117
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
119
119
github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 // indirect
120
120
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.7 // indirect
121
121
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
@@ -165,13 +165,13 @@ require (
165
165
golang.org/x/mod v0.20.0 // indirect
166
166
golang.org/x/sync v0.10.0 // indirect
167
167
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
169
169
golang.org/x/tools v0.24.0 // indirect
170
170
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
171
171
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
175
175
gopkg.in/ini.v1 v1.67.0 // indirect
176
176
gopkg.in/yaml.v2 v2.4.0 // indirect
177
177
)
0 commit comments