1
1
module github.com/sigstore/policy-controller
2
2
3
3
go 1.22.6
4
+ toolchain go1.22.8
4
5
5
6
require (
6
7
github.com/aws/aws-sdk-go v1.55.5
7
- github.com/aws/aws-sdk-go-v2 v1.30.4 // indirect
8
+ github.com/aws/aws-sdk-go-v2 v1.30.5 // indirect
8
9
github.com/cenkalti/backoff/v3 v3.2.2
9
10
github.com/golang/protobuf v1.5.4 // indirect
10
11
github.com/golang/snappy v0.0.4 // indirect
@@ -27,7 +28,7 @@ require (
27
28
github.com/mitchellh/go-homedir v1.1.0
28
29
github.com/mitchellh/mapstructure v1.5.0
29
30
github.com/ryanuber/go-glob v1.0.0
30
- github.com/sigstore/cosign/v2 v2.4.0
31
+ github.com/sigstore/cosign/v2 v2.4.1
31
32
github.com/sigstore/rekor v1.3.6
32
33
github.com/sigstore/sigstore v1.8.9
33
34
github.com/stretchr/testify v1.9.0
@@ -75,16 +76,16 @@ require (
75
76
76
77
require (
77
78
cloud.google.com/go v0.115.1 // indirect
78
- cloud.google.com/go/auth v0.9.1 // indirect
79
+ cloud.google.com/go/auth v0.9.3 // indirect
79
80
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
80
81
cloud.google.com/go/compute/metadata v0.5.0 // indirect
81
- cloud.google.com/go/iam v1.1.13 // indirect
82
+ cloud.google.com/go/iam v1.2.0 // indirect
82
83
cloud.google.com/go/kms v1.19.0 // indirect
83
- cloud.google.com/go/longrunning v0.5.12 // indirect
84
+ cloud.google.com/go/longrunning v0.6.0 // indirect
84
85
contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d // indirect
85
86
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
86
87
cuelang.org/go v0.9.2 // indirect
87
- github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper v0.2 .0 // indirect
88
+ github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/provider v0.14 .0 // indirect
88
89
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
89
90
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.1.0 // indirect
90
91
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.0.0 // indirect
@@ -112,22 +113,22 @@ require (
112
113
github.com/alibabacloud-go/tea v1.2.1 // indirect
113
114
github.com/alibabacloud-go/tea-utils v1.4.5 // indirect
114
115
github.com/alibabacloud-go/tea-xml v1.1.3 // indirect
115
- github.com/aliyun/credentials-go v1.3.1 // indirect
116
+ github.com/aliyun/credentials-go v1.3.2 // indirect
116
117
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
117
- github.com/aws/aws-sdk-go-v2/config v1.27.31 // indirect
118
- github.com/aws/aws-sdk-go-v2/credentials v1.17.30 // indirect
119
- github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.12 // indirect
120
- github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.16 // indirect
121
- github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.16 // indirect
118
+ github.com/aws/aws-sdk-go-v2/config v1.27.33 // indirect
119
+ github.com/aws/aws-sdk-go-v2/credentials v1.17.32 // indirect
120
+ github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.13 // indirect
121
+ github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.17 // indirect
122
+ github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.17 // indirect
122
123
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
123
124
github.com/aws/aws-sdk-go-v2/service/ecr v1.24.7 // indirect
124
125
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.21.6 // indirect
125
126
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.4 // indirect
126
- github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.18 // indirect
127
- github.com/aws/aws-sdk-go-v2/service/kms v1.35.5 // indirect
128
- github.com/aws/aws-sdk-go-v2/service/sso v1.22.5 // indirect
129
- github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.5 // indirect
130
- github.com/aws/aws-sdk-go-v2/service/sts v1.30.5 // indirect
127
+ github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.19 // indirect
128
+ github.com/aws/aws-sdk-go-v2/service/kms v1.35.7 // indirect
129
+ github.com/aws/aws-sdk-go-v2/service/sso v1.22.7 // indirect
130
+ github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.7 // indirect
131
+ github.com/aws/aws-sdk-go-v2/service/sts v1.30.7 // indirect
131
132
github.com/aws/smithy-go v1.20.4 // indirect
132
133
github.com/beorn7/perks v1.0.1 // indirect
133
134
github.com/blang/semver v3.5.1+incompatible // indirect
@@ -187,7 +188,7 @@ require (
187
188
github.com/google/gofuzz v1.2.0 // indirect
188
189
github.com/google/s2a-go v0.1.8 // indirect
189
190
github.com/google/uuid v1.6.0 // indirect
190
- github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
191
+ github.com/googleapis/enterprise-certificate-proxy v0.3.3 // indirect
191
192
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
192
193
github.com/gorilla/mux v1.8.1 // indirect
193
194
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
@@ -208,7 +209,7 @@ require (
208
209
github.com/moby/docker-image-spec v1.3.1 // indirect
209
210
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
210
211
github.com/modern-go/reflect2 v1.0.2 // indirect
211
- github.com/mozillazg/docker-credential-acr-helper v0.3 .0 // indirect
212
+ github.com/mozillazg/docker-credential-acr-helper v0.4 .0 // indirect
212
213
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
213
214
github.com/nozzle/throttler v0.0.0-20180817012639-2ea982251481 // indirect
214
215
github.com/oklog/ulid v1.3.1 // indirect
@@ -247,34 +248,34 @@ require (
247
248
github.com/transparency-dev/merkle v0.0.2 // indirect
248
249
github.com/vbatts/tar-split v0.11.5 // indirect
249
250
github.com/x448/float16 v0.8.4 // indirect
250
- github.com/xanzy/go-gitlab v0.107 .0 // indirect
251
+ github.com/xanzy/go-gitlab v0.109 .0 // indirect
251
252
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
252
253
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
253
254
github.com/yashtewari/glob-intersection v0.2.0 // indirect
254
255
go.mongodb.org/mongo-driver v1.14.0 // indirect
255
256
go.opencensus.io v0.24.0 // indirect
256
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53 .0 // indirect
257
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53 .0 // indirect
258
- go.opentelemetry.io/otel v1.28 .0 // indirect
257
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54 .0 // indirect
258
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54 .0 // indirect
259
+ go.opentelemetry.io/otel v1.29 .0 // indirect
259
260
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.24.0 // indirect
260
- go.opentelemetry.io/otel/metric v1.28 .0 // indirect
261
- go.opentelemetry.io/otel/sdk v1.28 .0 // indirect
262
- go.opentelemetry.io/otel/trace v1.28 .0 // indirect
261
+ go.opentelemetry.io/otel/metric v1.29 .0 // indirect
262
+ go.opentelemetry.io/otel/sdk v1.29 .0 // indirect
263
+ go.opentelemetry.io/otel/trace v1.29 .0 // indirect
263
264
go.uber.org/atomic v1.9.0 // indirect
264
265
go.uber.org/automaxprocs v1.5.3 // indirect
265
266
go.uber.org/multierr v1.11.0 // indirect
266
267
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
267
268
golang.org/x/mod v0.20.0 // indirect
268
- golang.org/x/oauth2 v0.22 .0 // indirect
269
+ golang.org/x/oauth2 v0.23 .0 // indirect
269
270
golang.org/x/sync v0.8.0 // indirect
270
271
golang.org/x/term v0.25.0 // indirect
271
272
golang.org/x/text v0.19.0 // indirect
272
273
golang.org/x/tools v0.24.0 // indirect
273
274
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
274
- google.golang.org/api v0.195 .0 // indirect
275
- google.golang.org/genproto v0.0.0-20240823204242-4ba0660f739c // indirect
276
- google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
277
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240823204242-4ba0660f739c // indirect
275
+ google.golang.org/api v0.196 .0 // indirect
276
+ google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
277
+ google.golang.org/genproto/googleapis/api v0.0.0-20240827150818-7e3bb234dfed // indirect
278
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
278
279
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
279
280
gopkg.in/inf.v0 v0.9.1 // indirect
280
281
gopkg.in/ini.v1 v1.67.0 // indirect
0 commit comments