1
1
module github.com/sigstore/fulcio
2
2
3
- go 1.23.3
3
+ go 1.24.0
4
4
5
5
toolchain go1.24.1
6
6
7
7
require (
8
- chainguard.dev/go-grpc-kit v0.17.7
9
- chainguard.dev/sdk v0.1.29
8
+ chainguard.dev/go-grpc-kit v0.17.10
9
+ chainguard.dev/sdk v0.1.32
10
10
cloud.google.com/go/security v1.18.3
11
11
github.com/PaesslerAG/jsonpath v0.1.1
12
12
github.com/ThalesIgnite/crypto11 v1.2.5
@@ -18,21 +18,21 @@ require (
18
18
github.com/google/go-cmp v0.7.0
19
19
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
20
20
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.1-0.20210315223345-82c243799c99
21
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.0
21
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3
22
22
github.com/hashicorp/golang-lru/v2 v2.0.7
23
23
github.com/magiconair/properties v1.8.9
24
- github.com/prometheus/client_golang v1.20.5
24
+ github.com/prometheus/client_golang v1.21.1
25
25
github.com/prometheus/client_model v0.6.1
26
26
github.com/prometheus/common v0.62.0
27
27
github.com/rs/cors v1.11.1
28
- github.com/sigstore/protobuf-specs v0.4.0
29
- github.com/sigstore/sigstore v1.9.1-0.20250310170251-f577ba06d54c
28
+ github.com/sigstore/protobuf-specs v0.4.1
29
+ github.com/sigstore/sigstore v1.9.1
30
30
github.com/sigstore/sigstore/pkg/signature/kms/aws v1.8.12
31
31
github.com/sigstore/sigstore/pkg/signature/kms/azure v1.8.12
32
32
github.com/sigstore/sigstore/pkg/signature/kms/gcp v1.8.12
33
33
github.com/sigstore/sigstore/pkg/signature/kms/hashivault v1.8.12
34
34
github.com/spf13/cobra v1.8.1
35
- github.com/spf13/pflag v1.0.5
35
+ github.com/spf13/pflag v1.0.6
36
36
github.com/spf13/viper v1.19.0
37
37
github.com/spiffe/go-spiffe/v2 v2.4.0
38
38
github.com/stretchr/testify v1.10.0
@@ -41,18 +41,18 @@ require (
41
41
github.com/tink-crypto/tink-go/v2 v2.3.0
42
42
go.step.sm/crypto v0.57.0
43
43
go.uber.org/zap v1.27.0
44
- goa.design/goa/v3 v3.20.0
45
- google.golang.org/api v0.218 .0
46
- google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f
47
- google.golang.org/grpc v1.70 .0
48
- google.golang.org/protobuf v1.36.5
44
+ goa.design/goa/v3 v3.20.1
45
+ google.golang.org/api v0.227 .0
46
+ google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb
47
+ google.golang.org/grpc v1.71 .0
48
+ google.golang.org/protobuf v1.36.6
49
49
gopkg.in/yaml.v3 v3.0.1
50
50
sigs.k8s.io/release-utils v0.9.0
51
51
)
52
52
53
53
require (
54
54
cloud.google.com/go v0.116.0 // indirect
55
- cloud.google.com/go/auth v0.14 .0 // indirect
55
+ cloud.google.com/go/auth v0.15 .0 // indirect
56
56
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
57
57
cloud.google.com/go/compute/metadata v0.6.0 // indirect
58
58
cloud.google.com/go/iam v1.2.2 // indirect
@@ -71,7 +71,7 @@ require (
71
71
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
72
72
github.com/PaesslerAG/gval v1.0.0 // indirect
73
73
github.com/aws/aws-sdk-go v1.55.5 // indirect
74
- github.com/aws/aws-sdk-go-v2 v1.32.8 // indirect
74
+ github.com/aws/aws-sdk-go-v2 v1.36.3 // indirect
75
75
github.com/aws/aws-sdk-go-v2/config v1.28.10 // indirect
76
76
github.com/aws/aws-sdk-go-v2/credentials v1.17.51 // indirect
77
77
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.23 // indirect
@@ -84,11 +84,11 @@ require (
84
84
github.com/aws/aws-sdk-go-v2/service/sso v1.24.9 // indirect
85
85
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.8 // indirect
86
86
github.com/aws/aws-sdk-go-v2/service/sts v1.33.6 // indirect
87
- github.com/aws/smithy-go v1.22.1 // indirect
87
+ github.com/aws/smithy-go v1.22.3 // indirect
88
88
github.com/beorn7/perks v1.0.1 // indirect
89
89
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
90
90
github.com/cespare/xxhash/v2 v2.3.0 // indirect
91
- github.com/chainguard-dev/clog v1.5.1 // indirect
91
+ github.com/chainguard-dev/clog v1.7.0 // indirect
92
92
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
93
93
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
94
94
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -97,10 +97,10 @@ require (
97
97
github.com/go-logr/stdr v1.2.2 // indirect
98
98
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
99
99
github.com/golang/protobuf v1.5.4 // indirect
100
- github.com/google/go-containerregistry v0.20.3 // indirect
100
+ github.com/google/go-containerregistry v0.20.4-0.20250225234217-098045d5e61f // indirect
101
101
github.com/google/s2a-go v0.1.9 // indirect
102
102
github.com/google/uuid v1.6.0 // indirect
103
- github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
103
+ github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
104
104
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
105
105
github.com/hashicorp/errwrap v1.1.0 // indirect
106
106
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -145,27 +145,27 @@ require (
145
145
github.com/thales-e-security/pool v0.0.2 // indirect
146
146
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
147
147
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
148
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.57 .0 // indirect
149
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58 .0 // indirect
150
- go.opentelemetry.io/otel v1.33 .0 // indirect
151
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.32 .0 // indirect
152
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.32 .0 // indirect
153
- go.opentelemetry.io/otel/metric v1.33 .0 // indirect
154
- go.opentelemetry.io/otel/sdk v1.33 .0 // indirect
155
- go.opentelemetry.io/otel/trace v1.33 .0 // indirect
156
- go.opentelemetry.io/proto/otlp v1.3.1 // indirect
148
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60 .0 // indirect
149
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60 .0 // indirect
150
+ go.opentelemetry.io/otel v1.35 .0 // indirect
151
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35 .0 // indirect
152
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35 .0 // indirect
153
+ go.opentelemetry.io/otel/metric v1.35 .0 // indirect
154
+ go.opentelemetry.io/otel/sdk v1.35 .0 // indirect
155
+ go.opentelemetry.io/otel/trace v1.35 .0 // indirect
156
+ go.opentelemetry.io/proto/otlp v1.5.0 // indirect
157
157
go.uber.org/multierr v1.11.0 // indirect
158
- golang.org/x/crypto v0.35 .0 // indirect
159
- golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
160
- golang.org/x/net v0.36 .0 // indirect
161
- golang.org/x/oauth2 v0.27 .0 // indirect
162
- golang.org/x/sync v0.11 .0 // indirect
163
- golang.org/x/sys v0.30 .0 // indirect
164
- golang.org/x/term v0.29 .0 // indirect
165
- golang.org/x/text v0.22 .0 // indirect
166
- golang.org/x/time v0.9 .0 // indirect
158
+ golang.org/x/crypto v0.36 .0 // indirect
159
+ golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa // indirect
160
+ golang.org/x/net v0.37 .0 // indirect
161
+ golang.org/x/oauth2 v0.28 .0 // indirect
162
+ golang.org/x/sync v0.12 .0 // indirect
163
+ golang.org/x/sys v0.31 .0 // indirect
164
+ golang.org/x/term v0.30 .0 // indirect
165
+ golang.org/x/text v0.23 .0 // indirect
166
+ golang.org/x/time v0.11 .0 // indirect
167
167
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
168
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250219182151-9fdb1cabc7b2 // indirect
168
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
169
169
gopkg.in/ini.v1 v1.67.0 // indirect
170
170
k8s.io/klog/v2 v2.130.1 // indirect
171
171
)
0 commit comments