@@ -7,7 +7,7 @@ toolchain go1.23.4
7
7
require (
8
8
chainguard.dev/go-grpc-kit v0.17.7
9
9
chainguard.dev/sdk v0.1.29
10
- cloud.google.com/go/security v1.18.3
10
+ cloud.google.com/go/security v1.18.4
11
11
github.com/PaesslerAG/jsonpath v0.1.1
12
12
github.com/ThalesIgnite/crypto11 v1.2.5
13
13
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
@@ -16,7 +16,7 @@ require (
16
16
github.com/go-jose/go-jose/v4 v4.0.4
17
17
github.com/goadesign/goa v2.2.5+incompatible
18
18
github.com/google/certificate-transparency-go v1.3.1
19
- github.com/google/go-cmp v0.6 .0
19
+ github.com/google/go-cmp v0.7 .0
20
20
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
21
21
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.1-0.20210315223345-82c243799c99
22
22
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1
@@ -40,22 +40,22 @@ require (
40
40
github.com/tink-crypto/tink-go/v2 v2.3.0
41
41
go.step.sm/crypto v0.57.0
42
42
go.uber.org/zap v1.27.0
43
- google.golang.org/api v0.217 .0
44
- google.golang.org/genproto/googleapis/api v0.0.0-20241219192143-6b3ec007d9bb
45
- google.golang.org/grpc v1.69.4
46
- google.golang.org/protobuf v1.36.3
43
+ google.golang.org/api v0.224 .0
44
+ google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb
45
+ google.golang.org/grpc v1.71.0
46
+ google.golang.org/protobuf v1.36.5
47
47
gopkg.in/yaml.v3 v3.0.1
48
48
sigs.k8s.io/release-utils v0.9.0
49
49
)
50
50
51
51
require (
52
- cloud.google.com/go v0.116.0 // indirect
53
- cloud.google.com/go/auth v0.14 .0 // indirect
52
+ cloud.google.com/go v0.118.3 // indirect
53
+ cloud.google.com/go/auth v0.15 .0 // indirect
54
54
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
55
55
cloud.google.com/go/compute/metadata v0.6.0 // indirect
56
- cloud.google.com/go/iam v1.2.2 // indirect
57
- cloud.google.com/go/kms v1.20.4 // indirect
58
- cloud.google.com/go/longrunning v0.6.2 // indirect
56
+ cloud.google.com/go/iam v1.4.1 // indirect
57
+ cloud.google.com/go/kms v1.21.0 // indirect
58
+ cloud.google.com/go/longrunning v0.6.5 // indirect
59
59
filippo.io/edwards25519 v1.1.0 // indirect
60
60
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0 // indirect
61
61
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.0 // indirect
@@ -93,7 +93,7 @@ require (
93
93
github.com/google/go-containerregistry v0.20.2 // indirect
94
94
github.com/google/s2a-go v0.1.9 // indirect
95
95
github.com/google/uuid v1.6.0 // indirect
96
- github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
96
+ github.com/googleapis/enterprise-certificate-proxy v0.3.5 // indirect
97
97
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
98
98
github.com/hashicorp/errwrap v1.1.0 // indirect
99
99
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -132,28 +132,29 @@ require (
132
132
github.com/subosito/gotenv v1.6.0 // indirect
133
133
github.com/thales-e-security/pool v0.0.2 // indirect
134
134
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
135
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.57.0 // indirect
136
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.57.0 // indirect
137
- go.opentelemetry.io/otel v1.32.0 // indirect
135
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
136
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect
137
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
138
+ go.opentelemetry.io/otel v1.34.0 // indirect
138
139
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.32.0 // indirect
139
140
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.32.0 // indirect
140
- go.opentelemetry.io/otel/metric v1.32 .0 // indirect
141
- go.opentelemetry.io/otel/sdk v1.32 .0 // indirect
142
- go.opentelemetry.io/otel/trace v1.32 .0 // indirect
141
+ go.opentelemetry.io/otel/metric v1.34 .0 // indirect
142
+ go.opentelemetry.io/otel/sdk v1.34 .0 // indirect
143
+ go.opentelemetry.io/otel/trace v1.34 .0 // indirect
143
144
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
144
145
go.uber.org/multierr v1.11.0 // indirect
145
146
goa.design/goa v2.2.5+incompatible // indirect
146
- golang.org/x/crypto v0.32 .0 // indirect
147
+ golang.org/x/crypto v0.36 .0 // indirect
147
148
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
148
- golang.org/x/net v0.34 .0 // indirect
149
- golang.org/x/oauth2 v0.25 .0 // indirect
150
- golang.org/x/sync v0.10 .0 // indirect
151
- golang.org/x/sys v0.29 .0 // indirect
152
- golang.org/x/term v0.28 .0 // indirect
153
- golang.org/x/text v0.21 .0 // indirect
154
- golang.org/x/time v0.9 .0 // indirect
155
- google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
156
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 // indirect
149
+ golang.org/x/net v0.37 .0 // indirect
150
+ golang.org/x/oauth2 v0.27 .0 // indirect
151
+ golang.org/x/sync v0.12 .0 // indirect
152
+ golang.org/x/sys v0.31 .0 // indirect
153
+ golang.org/x/term v0.30 .0 // indirect
154
+ golang.org/x/text v0.23 .0 // indirect
155
+ golang.org/x/time v0.10 .0 // indirect
156
+ google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb // indirect
157
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250227231956-55c901821b1e // indirect
157
158
gopkg.in/ini.v1 v1.67.0 // indirect
158
159
k8s.io/klog/v2 v2.130.1 // indirect
159
160
)
0 commit comments