Skip to content

Commit 4fa7974

Browse files
authored
Merge branch 'main' into renovate/kubernetes-go
2 parents 8655a17 + 6aa30b8 commit 4fa7974

File tree

11 files changed

+747
-185
lines changed

11 files changed

+747
-185
lines changed

bigquery/go.mod

Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3,41 +3,42 @@ module github.com/GoogleCloudPlatform/golang-samples/bigquery
33
go 1.23.0
44

55
require (
6-
cloud.google.com/go v0.121.0
6+
cloud.google.com/go v0.121.3
77
cloud.google.com/go/bigquery v1.69.0
8+
cloud.google.com/go/bigquery/v2 v2.0.0-20250710180625-7e28673c9827
89
cloud.google.com/go/iam v1.5.2
9-
cloud.google.com/go/storage v1.53.0
10+
cloud.google.com/go/storage v1.55.0
1011
github.com/GoogleCloudPlatform/golang-samples v0.0.0-20240724083556-7f760db013b7
1112
github.com/apache/arrow/go/v10 v10.0.1
1213
github.com/gofrs/uuid v4.4.0+incompatible
1314
github.com/google/uuid v1.6.0
14-
github.com/googleapis/gax-go/v2 v2.14.1
15+
github.com/googleapis/gax-go/v2 v2.15.0
1516
github.com/linkedin/goavro/v2 v2.13.0
16-
google.golang.org/api v0.232.0
17-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250505200425-f936aa4a68b2
18-
google.golang.org/grpc v1.72.0
17+
google.golang.org/api v0.239.0
18+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822
19+
google.golang.org/grpc v1.73.0
1920
google.golang.org/protobuf v1.36.6
2021
)
2122

2223
require (
23-
cel.dev/expr v0.20.0 // indirect
24-
cloud.google.com/go/auth v0.16.1 // indirect
24+
cel.dev/expr v0.23.0 // indirect
25+
cloud.google.com/go/auth v0.16.2 // indirect
2526
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
26-
cloud.google.com/go/compute/metadata v0.6.0 // indirect
27+
cloud.google.com/go/compute/metadata v0.7.0 // indirect
2728
cloud.google.com/go/longrunning v0.6.7 // indirect
28-
cloud.google.com/go/monitoring v1.24.0 // indirect
29+
cloud.google.com/go/monitoring v1.24.2 // indirect
2930
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0 // indirect
3031
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51.0 // indirect
3132
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.51.0 // indirect
3233
github.com/andybalholm/brotli v1.0.5 // indirect
3334
github.com/apache/arrow/go/v15 v15.0.2 // indirect
3435
github.com/apache/thrift v0.17.0 // indirect
3536
github.com/cespare/xxhash/v2 v2.3.0 // indirect
36-
github.com/cncf/xds/go v0.0.0-20250121191232-2f005788dc42 // indirect
37+
github.com/cncf/xds/go v0.0.0-20250326154945-ae57f3c0d45f // indirect
3738
github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
3839
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
3940
github.com/felixge/httpsnoop v1.0.4 // indirect
40-
github.com/go-jose/go-jose/v4 v4.0.4 // indirect
41+
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
4142
github.com/go-logr/logr v1.4.2 // indirect
4243
github.com/go-logr/stdr v1.2.2 // indirect
4344
github.com/goccy/go-json v0.10.3 // indirect
@@ -58,25 +59,25 @@ require (
5859
github.com/zeebo/xxh3 v1.0.2 // indirect
5960
go.opencensus.io v0.24.0 // indirect
6061
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
61-
go.opentelemetry.io/contrib/detectors/gcp v1.35.0 // indirect
62-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // indirect
63-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
64-
go.opentelemetry.io/otel v1.35.0 // indirect
65-
go.opentelemetry.io/otel/metric v1.35.0 // indirect
66-
go.opentelemetry.io/otel/sdk v1.35.0 // indirect
67-
go.opentelemetry.io/otel/sdk/metric v1.35.0 // indirect
68-
go.opentelemetry.io/otel/trace v1.35.0 // indirect
69-
golang.org/x/crypto v0.37.0 // indirect
62+
go.opentelemetry.io/contrib/detectors/gcp v1.36.0 // indirect
63+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
64+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
65+
go.opentelemetry.io/otel v1.36.0 // indirect
66+
go.opentelemetry.io/otel/metric v1.36.0 // indirect
67+
go.opentelemetry.io/otel/sdk v1.36.0 // indirect
68+
go.opentelemetry.io/otel/sdk/metric v1.36.0 // indirect
69+
go.opentelemetry.io/otel/trace v1.36.0 // indirect
70+
golang.org/x/crypto v0.39.0 // indirect
7071
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
71-
golang.org/x/mod v0.23.0 // indirect
72-
golang.org/x/net v0.39.0 // indirect
72+
golang.org/x/mod v0.25.0 // indirect
73+
golang.org/x/net v0.41.0 // indirect
7374
golang.org/x/oauth2 v0.30.0 // indirect
74-
golang.org/x/sync v0.14.0 // indirect
75-
golang.org/x/sys v0.32.0 // indirect
76-
golang.org/x/text v0.24.0 // indirect
77-
golang.org/x/time v0.11.0 // indirect
78-
golang.org/x/tools v0.30.0 // indirect
75+
golang.org/x/sync v0.15.0 // indirect
76+
golang.org/x/sys v0.33.0 // indirect
77+
golang.org/x/text v0.26.0 // indirect
78+
golang.org/x/time v0.12.0 // indirect
79+
golang.org/x/tools v0.33.0 // indirect
7980
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
80-
google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb // indirect
81-
google.golang.org/genproto/googleapis/api v0.0.0-20250505200425-f936aa4a68b2 // indirect
81+
google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect
82+
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
8283
)

0 commit comments

Comments
 (0)