1
1
module github.com/sigstore/policy-controller
2
2
3
- go 1.22
4
-
5
- toolchain go1.22.4
3
+ go 1.22.0
6
4
7
5
require (
8
6
github.com/aws/aws-sdk-go v1.54.10
9
- github.com/aws/aws-sdk-go-v2 v1.27.0 // indirect
7
+ github.com/aws/aws-sdk-go-v2 v1.27.2 // indirect
10
8
github.com/cenkalti/backoff/v3 v3.2.2
11
9
github.com/golang/protobuf v1.5.4 // indirect
12
10
github.com/golang/snappy v0.0.4 // indirect
@@ -25,13 +23,13 @@ require (
25
23
github.com/hashicorp/golang-lru v1.0.2
26
24
github.com/hashicorp/hcl v1.0.1-vault-5
27
25
github.com/kelseyhightower/envconfig v1.4.0
28
- github.com/letsencrypt/boulder v0.0.0-20231026200631-000cd05d5491
26
+ github.com/letsencrypt/boulder v0.0.0-20240620165639-de9c06129bec
29
27
github.com/mitchellh/go-homedir v1.1.0
30
28
github.com/mitchellh/mapstructure v1.5.0
31
29
github.com/ryanuber/go-glob v1.0.0
32
30
github.com/sigstore/cosign/v2 v2.2.4
33
31
github.com/sigstore/rekor v1.3.6
34
- github.com/sigstore/sigstore v1.8.4
32
+ github.com/sigstore/sigstore v1.8.6
35
33
github.com/stretchr/testify v1.9.0
36
34
github.com/theupdateframework/go-tuf v0.7.0
37
35
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399
@@ -40,17 +38,15 @@ require (
40
38
golang.org/x/net v0.26.0
41
39
golang.org/x/sys v0.21.0 // indirect
42
40
golang.org/x/time v0.5.0
43
- google.golang.org/grpc v1.63.2 // indirect
41
+ google.golang.org/grpc v1.64.0 // indirect
44
42
google.golang.org/protobuf v1.34.2
45
43
gopkg.in/yaml.v3 v3.0.1
46
44
k8s.io/api v0.29.4
47
45
k8s.io/apimachinery v0.29.4
48
46
k8s.io/client-go v0.29.4
49
47
k8s.io/code-generator v0.29.4
50
48
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00
51
- knative.dev/hack v0.0.0-20231016131700-2c938d4918da
52
- knative.dev/hack/schema v0.0.0-20221024013916-9d2ae47c16b2
53
- knative.dev/pkg v0.0.0-20231101193506-b09d4f2a2845
49
+ knative.dev/hack v0.0.0-20240111013919-e89096d74d85
54
50
sigs.k8s.io/release-utils v0.8.2
55
51
sigs.k8s.io/yaml v1.4.0
56
52
)
@@ -73,7 +69,8 @@ require (
73
69
github.com/sigstore/sigstore/pkg/signature/kms/gcp v1.8.4
74
70
github.com/sigstore/sigstore/pkg/signature/kms/hashivault v1.8.4
75
71
github.com/spf13/viper v1.19.0
76
- gopkg.in/go-jose/go-jose.v2 v2.6.3
72
+ knative.dev/hack/schema v0.0.0-20240607132042-09143140a254
73
+ knative.dev/pkg v0.0.0-20230612155445-74c4be5e935e
77
74
)
78
75
79
76
require (
@@ -117,20 +114,20 @@ require (
117
114
github.com/alibabacloud-go/tea-xml v1.1.3 // indirect
118
115
github.com/aliyun/credentials-go v1.3.1 // indirect
119
116
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
120
- github.com/aws/aws-sdk-go-v2/config v1.27.16 // indirect
121
- github.com/aws/aws-sdk-go-v2/credentials v1.17.16 // indirect
122
- github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.3 // indirect
123
- github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.7 // indirect
124
- github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.7 // indirect
117
+ github.com/aws/aws-sdk-go-v2/config v1.27.18 // indirect
118
+ github.com/aws/aws-sdk-go-v2/credentials v1.17.18 // indirect
119
+ github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.5 // indirect
120
+ github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.9 // indirect
121
+ github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.9 // indirect
125
122
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect
126
123
github.com/aws/aws-sdk-go-v2/service/ecr v1.24.7 // indirect
127
124
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.21.6 // indirect
128
125
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2 // indirect
129
- github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.9 // indirect
126
+ github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.11 // indirect
130
127
github.com/aws/aws-sdk-go-v2/service/kms v1.32.1 // indirect
131
- github.com/aws/aws-sdk-go-v2/service/sso v1.20.9 // indirect
132
- github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.3 // indirect
133
- github.com/aws/aws-sdk-go-v2/service/sts v1.28.10 // indirect
128
+ github.com/aws/aws-sdk-go-v2/service/sso v1.20.11 // indirect
129
+ github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.5 // indirect
130
+ github.com/aws/aws-sdk-go-v2/service/sts v1.28.12 // indirect
134
131
github.com/aws/smithy-go v1.20.2 // indirect
135
132
github.com/beorn7/perks v1.0.1 // indirect
136
133
github.com/blang/semver v3.5.1+incompatible // indirect
@@ -192,7 +189,7 @@ require (
192
189
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
193
190
github.com/googleapis/gax-go/v2 v2.12.4 // indirect
194
191
github.com/gorilla/mux v1.8.1 // indirect
195
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
192
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
196
193
github.com/hashicorp/vault/api v1.14.0 // indirect
197
194
github.com/imdario/mergo v0.3.16 // indirect
198
195
github.com/in-toto/in-toto-golang v0.9.0 // indirect
@@ -252,28 +249,28 @@ require (
252
249
github.com/yashtewari/glob-intersection v0.2.0 // indirect
253
250
go.mongodb.org/mongo-driver v1.14.0 // indirect
254
251
go.opencensus.io v0.24.0 // indirect
255
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
256
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
257
- go.opentelemetry.io/otel v1.24.0 // indirect
258
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.24.0 // indirect
252
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.52.0 // indirect
253
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 // indirect
254
+ go.opentelemetry.io/otel v1.27.0 // indirect
259
255
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.24.0 // indirect
260
- go.opentelemetry.io/otel/metric v1.24.0 // indirect
261
- go.opentelemetry.io/otel/sdk v1.24.0 // indirect
262
- go.opentelemetry.io/otel/trace v1.24.0 // indirect
256
+ go.opentelemetry.io/otel/metric v1.27.0 // indirect
257
+ go.opentelemetry.io/otel/sdk v1.27.0 // indirect
258
+ go.opentelemetry.io/otel/trace v1.27.0 // indirect
259
+ go.uber.org/atomic v1.9.0 // indirect
263
260
go.uber.org/automaxprocs v1.5.3 // indirect
264
261
go.uber.org/multierr v1.11.0 // indirect
265
- golang.org/x/exp v0.0.0-20231108232855-2478ac86f678 // indirect
262
+ golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 // indirect
266
263
golang.org/x/mod v0.17.0 // indirect
267
- golang.org/x/oauth2 v0.20 .0 // indirect
264
+ golang.org/x/oauth2 v0.21 .0 // indirect
268
265
golang.org/x/sync v0.7.0 // indirect
269
266
golang.org/x/term v0.21.0 // indirect
270
267
golang.org/x/text v0.16.0 // indirect
271
268
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
272
269
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
273
270
google.golang.org/api v0.181.0 // indirect
274
271
google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda // indirect
275
- google.golang.org/genproto/googleapis/api v0.0.0-20240513163218-0867130af1f8 // indirect
276
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240513163218-0867130af1f8 // indirect
272
+ google.golang.org/genproto/googleapis/api v0.0.0-20240520151616-dc85e6b867a5 // indirect
273
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240520151616-dc85e6b867a5 // indirect
277
274
gopkg.in/inf.v0 v0.9.1 // indirect
278
275
gopkg.in/ini.v1 v1.67.0 // indirect
279
276
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments