Skip to content

Commit 246db0c

Browse files
authored
Merge pull request #221 from securesign/konflux/mintmaker/main/cloud.google.com-go-security-1.x
Update module cloud.google.com/go/security to v1.18.4
2 parents 20a45c9 + fb92956 commit 246db0c

File tree

2 files changed

+89
-90
lines changed

2 files changed

+89
-90
lines changed

go.mod

+29-28
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.23.4
77
require (
88
chainguard.dev/go-grpc-kit v0.17.7
99
chainguard.dev/sdk v0.1.29
10-
cloud.google.com/go/security v1.18.3
10+
cloud.google.com/go/security v1.18.4
1111
github.com/PaesslerAG/jsonpath v0.1.1
1212
github.com/ThalesIgnite/crypto11 v1.2.5
1313
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
@@ -16,7 +16,7 @@ require (
1616
github.com/go-jose/go-jose/v4 v4.0.4
1717
github.com/goadesign/goa v2.2.5+incompatible
1818
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
2020
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
2121
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.1-0.20210315223345-82c243799c99
2222
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1
@@ -40,22 +40,22 @@ require (
4040
github.com/tink-crypto/tink-go/v2 v2.3.0
4141
go.step.sm/crypto v0.57.0
4242
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
4747
gopkg.in/yaml.v3 v3.0.1
4848
sigs.k8s.io/release-utils v0.9.0
4949
)
5050

5151
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
5454
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
5555
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
5959
filippo.io/edwards25519 v1.1.0 // indirect
6060
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0 // indirect
6161
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.0 // indirect
@@ -93,7 +93,7 @@ require (
9393
github.com/google/go-containerregistry v0.20.2 // indirect
9494
github.com/google/s2a-go v0.1.9 // indirect
9595
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
9797
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
9898
github.com/hashicorp/errwrap v1.1.0 // indirect
9999
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -132,28 +132,29 @@ require (
132132
github.com/subosito/gotenv v1.6.0 // indirect
133133
github.com/thales-e-security/pool v0.0.2 // indirect
134134
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
138139
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.32.0 // indirect
139140
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
143144
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
144145
go.uber.org/multierr v1.11.0 // indirect
145146
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
147148
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
157158
gopkg.in/ini.v1 v1.67.0 // indirect
158159
k8s.io/klog/v2 v2.130.1 // indirect
159160
)

0 commit comments

Comments
 (0)