@@ -3,77 +3,80 @@ module github.com/GoogleCloudPlatform/golang-samples/bigquery
3
3
go 1.23.0
4
4
5
5
require (
6
- cloud.google.com/go v0.118 .0
7
- cloud.google.com/go/bigquery v1.65 .0
8
- cloud.google.com/go/iam v1.3.1
9
- cloud.google.com/go/storage v1.50 .0
6
+ cloud.google.com/go v0.121 .0
7
+ cloud.google.com/go/bigquery v1.69 .0
8
+ cloud.google.com/go/iam v1.5.2
9
+ cloud.google.com/go/storage v1.53 .0
10
10
github.com/GoogleCloudPlatform/golang-samples v0.0.0-20240724083556-7f760db013b7
11
11
github.com/apache/arrow/go/v10 v10.0.1
12
12
github.com/gofrs/uuid v4.4.0+incompatible
13
13
github.com/google/uuid v1.6.0
14
14
github.com/googleapis/gax-go/v2 v2.14.1
15
15
github.com/linkedin/goavro/v2 v2.13.0
16
- google.golang.org/api v0.217 .0
17
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f
18
- google.golang.org/grpc v1.69.4
19
- google.golang.org/protobuf v1.36.3
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
19
+ google.golang.org/protobuf v1.36.6
20
20
)
21
21
22
22
require (
23
- cel.dev/expr v0.19.1 // indirect
24
- cloud.google.com/go/auth v0.14.0 // indirect
25
- cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
23
+ cel.dev/expr v0.20.0 // indirect
24
+ cloud.google.com/go/auth v0.16.1 // indirect
25
+ cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
26
26
cloud.google.com/go/compute/metadata v0.6.0 // indirect
27
- cloud.google.com/go/longrunning v0.6.4 // indirect
28
- cloud.google.com/go/monitoring v1.23 .0 // indirect
29
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25 .0 // indirect
30
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.49 .0 // indirect
31
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.49 .0 // indirect
27
+ cloud.google.com/go/longrunning v0.6.7 // indirect
28
+ cloud.google.com/go/monitoring v1.24 .0 // indirect
29
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27 .0 // indirect
30
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51 .0 // indirect
31
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.51 .0 // indirect
32
32
github.com/andybalholm/brotli v1.0.5 // indirect
33
33
github.com/apache/arrow/go/v15 v15.0.2 // indirect
34
34
github.com/apache/thrift v0.17.0 // indirect
35
35
github.com/cespare/xxhash/v2 v2.3.0 // indirect
36
36
github.com/cncf/xds/go v0.0.0-20250121191232-2f005788dc42 // indirect
37
- github.com/envoyproxy/go-control-plane/envoy v1.32.3 // indirect
38
- github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
37
+ github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
38
+ github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
39
39
github.com/felixge/httpsnoop v1.0.4 // indirect
40
+ github.com/go-jose/go-jose/v4 v4.0.4 // indirect
40
41
github.com/go-logr/logr v1.4.2 // indirect
41
42
github.com/go-logr/stdr v1.2.2 // indirect
42
43
github.com/goccy/go-json v0.10.3 // indirect
43
44
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
44
45
github.com/golang/snappy v0.0.4 // indirect
45
46
github.com/google/flatbuffers v23.5.26+incompatible // indirect
46
47
github.com/google/s2a-go v0.1.9 // indirect
47
- github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
48
+ github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
48
49
github.com/klauspost/asmfmt v1.3.2 // indirect
49
50
github.com/klauspost/compress v1.17.11 // indirect
50
51
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
51
52
github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8 // indirect
52
53
github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3 // indirect
53
54
github.com/pierrec/lz4/v4 v4.1.18 // indirect
54
55
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
56
+ github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect
57
+ github.com/zeebo/errs v1.4.0 // indirect
55
58
github.com/zeebo/xxh3 v1.0.2 // indirect
56
59
go.opencensus.io v0.24.0 // indirect
57
60
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
58
- go.opentelemetry.io/contrib/detectors/gcp v1.34 .0 // indirect
59
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59 .0 // indirect
60
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59 .0 // indirect
61
- go.opentelemetry.io/otel v1.34 .0 // indirect
62
- go.opentelemetry.io/otel/metric v1.34 .0 // indirect
63
- go.opentelemetry.io/otel/sdk v1.34 .0 // indirect
64
- go.opentelemetry.io/otel/sdk/metric v1.34 .0 // indirect
65
- go.opentelemetry.io/otel/trace v1.34 .0 // indirect
66
- golang.org/x/crypto v0.32 .0 // indirect
67
- golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
68
- golang.org/x/mod v0.20 .0 // indirect
69
- golang.org/x/net v0.34 .0 // indirect
70
- golang.org/x/oauth2 v0.25 .0 // indirect
71
- golang.org/x/sync v0.10 .0 // indirect
72
- golang.org/x/sys v0.29 .0 // indirect
73
- golang.org/x/text v0.21 .0 // indirect
74
- golang.org/x/time v0.9 .0 // indirect
75
- golang.org/x/tools v0.24 .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
70
+ 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
73
+ 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
76
79
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
77
- google.golang.org/genproto v0.0.0-20250115164207-1a7da9e5054f // indirect
78
- google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // 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
79
82
)
0 commit comments