@@ -4,7 +4,7 @@ go 1.23.2
4
4
5
5
require (
6
6
github.com/aws/aws-sdk-go v1.55.5
7
- github.com/aws/aws-sdk-go-v2 v1.32.2 // indirect
7
+ github.com/aws/aws-sdk-go-v2 v1.32.4 // indirect
8
8
github.com/golang/protobuf v1.5.4 // indirect
9
9
github.com/golang/snappy v0.0.4 // indirect
10
10
github.com/google/go-cmp v0.6.0
@@ -27,7 +27,7 @@ require (
27
27
github.com/mitchellh/mapstructure v1.5.0
28
28
github.com/ryanuber/go-glob v1.0.0
29
29
github.com/sigstore/cosign/v2 v2.4.1
30
- github.com/sigstore/rekor v1.3.6
30
+ github.com/sigstore/rekor v1.3.7
31
31
github.com/sigstore/sigstore v1.8.10
32
32
github.com/stretchr/testify v1.9.0
33
33
github.com/theupdateframework/go-tuf v0.7.0
@@ -37,7 +37,7 @@ require (
37
37
golang.org/x/net v0.31.0
38
38
golang.org/x/sys v0.27.0 // indirect
39
39
golang.org/x/time v0.8.0
40
- google.golang.org/grpc v1.67.1 // indirect
40
+ google.golang.org/grpc v1.68.0 // indirect
41
41
google.golang.org/protobuf v1.35.2
42
42
gopkg.in/yaml.v3 v3.0.1
43
43
k8s.io/api v0.31.3
@@ -74,13 +74,13 @@ require (
74
74
)
75
75
76
76
require (
77
- cloud.google.com/go v0.115.1 // indirect
78
- cloud.google.com/go/auth v0.9.8 // indirect
79
- cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
77
+ cloud.google.com/go v0.116.0 // indirect
78
+ cloud.google.com/go/auth v0.10.2 // indirect
79
+ cloud.google.com/go/auth/oauth2adapt v0.2.5 // indirect
80
80
cloud.google.com/go/compute/metadata v0.5.2 // indirect
81
- cloud.google.com/go/iam v1.2.1 // indirect
82
- cloud.google.com/go/kms v1.20.0 // indirect
83
- cloud.google.com/go/longrunning v0.6.1 // indirect
81
+ cloud.google.com/go/iam v1.2.2 // indirect
82
+ cloud.google.com/go/kms v1.20.1 // indirect
83
+ cloud.google.com/go/longrunning v0.6.2 // indirect
84
84
contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d // indirect
85
85
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
86
86
cuelang.org/go v0.9.2 // indirect
@@ -114,20 +114,20 @@ require (
114
114
github.com/alibabacloud-go/tea-xml v1.1.3 // indirect
115
115
github.com/aliyun/credentials-go v1.3.2 // indirect
116
116
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
117
- github.com/aws/aws-sdk-go-v2/config v1.27.43 // indirect
118
- github.com/aws/aws-sdk-go-v2/credentials v1.17.41 // indirect
119
- github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.17 // indirect
120
- github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 // indirect
121
- github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 // indirect
117
+ github.com/aws/aws-sdk-go-v2/config v1.28.3 // indirect
118
+ github.com/aws/aws-sdk-go-v2/credentials v1.17.44 // indirect
119
+ github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.19 // indirect
120
+ github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.23 // indirect
121
+ github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.23 // indirect
122
122
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
123
123
github.com/aws/aws-sdk-go-v2/service/ecr v1.24.7 // indirect
124
124
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.21.6 // indirect
125
125
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 // indirect
126
- github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.2 // indirect
127
- github.com/aws/aws-sdk-go-v2/service/kms v1.37.2 // indirect
128
- github.com/aws/aws-sdk-go-v2/service/sso v1.24.2 // indirect
129
- github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.2 // indirect
130
- github.com/aws/aws-sdk-go-v2/service/sts v1.32.2 // indirect
126
+ github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.4 // indirect
127
+ github.com/aws/aws-sdk-go-v2/service/kms v1.37.5 // indirect
128
+ github.com/aws/aws-sdk-go-v2/service/sso v1.24.5 // indirect
129
+ github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.4 // indirect
130
+ github.com/aws/aws-sdk-go-v2/service/sts v1.32.4 // indirect
131
131
github.com/aws/smithy-go v1.22.0 // indirect
132
132
github.com/beorn7/perks v1.0.1 // indirect
133
133
github.com/blang/semver v3.5.1+incompatible // indirect
@@ -188,7 +188,7 @@ require (
188
188
github.com/google/s2a-go v0.1.8 // indirect
189
189
github.com/google/uuid v1.6.0 // indirect
190
190
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
191
- github.com/googleapis/gax-go/v2 v2.13 .0 // indirect
191
+ github.com/googleapis/gax-go/v2 v2.14 .0 // indirect
192
192
github.com/gorilla/mux v1.8.1 // indirect
193
193
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
194
194
github.com/hashicorp/vault/api v1.15.0 // indirect
@@ -220,7 +220,7 @@ require (
220
220
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
221
221
github.com/pkg/errors v0.9.1 // indirect
222
222
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
223
- github.com/prometheus/client_golang v1.20.4 // indirect
223
+ github.com/prometheus/client_golang v1.20.5 // indirect
224
224
github.com/prometheus/client_model v0.6.1 // indirect
225
225
github.com/prometheus/common v0.57.0 // indirect
226
226
github.com/prometheus/procfs v0.15.1 // indirect
@@ -236,7 +236,7 @@ require (
236
236
github.com/sirupsen/logrus v1.9.3 // indirect
237
237
github.com/sourcegraph/conc v0.3.0 // indirect
238
238
github.com/spf13/afero v1.11.0 // indirect
239
- github.com/spf13/cast v1.6 .0 // indirect
239
+ github.com/spf13/cast v1.7 .0 // indirect
240
240
github.com/spf13/pflag v1.0.5 // indirect
241
241
github.com/subosito/gotenv v1.6.0 // indirect
242
242
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
@@ -264,17 +264,17 @@ require (
264
264
go.uber.org/automaxprocs v1.5.3 // indirect
265
265
go.uber.org/multierr v1.11.0 // indirect
266
266
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
267
- golang.org/x/mod v0.20 .0 // indirect
268
- golang.org/x/oauth2 v0.23 .0 // indirect
267
+ golang.org/x/mod v0.22 .0 // indirect
268
+ golang.org/x/oauth2 v0.24 .0 // indirect
269
269
golang.org/x/sync v0.9.0 // indirect
270
270
golang.org/x/term v0.26.0 // indirect
271
271
golang.org/x/text v0.20.0 // indirect
272
272
golang.org/x/tools v0.24.0 // indirect
273
273
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
274
- google.golang.org/api v0.200 .0 // indirect
275
- google.golang.org/genproto v0.0.0-20241007155032-5fefd90f89a9 // indirect
276
- google.golang.org/genproto/googleapis/api v0.0.0-20240930140551-af27646dc61f // indirect
277
- google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect
274
+ google.golang.org/api v0.206 .0 // indirect
275
+ google.golang.org/genproto v0.0.0-20241104194629-dd2ea8efbc28 // indirect
276
+ google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
277
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
278
278
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
279
279
gopkg.in/inf.v0 v0.9.1 // indirect
280
280
gopkg.in/ini.v1 v1.67.0 // indirect
0 commit comments