Skip to content

Commit 856c01d

Browse files
Merge pull request #543 from KohlsTechnology/dependabot/go_modules/cloud.google.com/go/bigquery-1.73.1
chore(deps): bump cloud.google.com/go/bigquery from 1.72.0 to 1.73.1
2 parents 8a3da51 + f6b7895 commit 856c01d

289 files changed

Lines changed: 26061 additions & 71506 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

bigquerydb/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func NewClient(logger *slog.Logger, googleAPIjsonkeypath, googleProjectID, googl
7777
if googleProjectID == "" {
7878
googleProjectID = fmt.Sprintf("%v", result["project_id"])
7979
}
80-
bigQueryClientOptions = append(bigQueryClientOptions, option.WithCredentialsFile(googleAPIjsonkeypath))
80+
bigQueryClientOptions = append(bigQueryClientOptions, option.WithAuthCredentialsFile(option.ServiceAccount, googleAPIjsonkeypath))
8181
}
8282

8383
c, err := bigquery.NewClient(ctx, googleProjectID, bigQueryClientOptions...)

go.mod

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@ module github.com/KohlsTechnology/prometheus_bigquery_remote_storage_adapter
33
go 1.25.3
44

55
require (
6-
cloud.google.com/go/bigquery v1.72.0
6+
cloud.google.com/go/bigquery v1.76.0
77
github.com/gogo/protobuf v1.3.2
88
github.com/golang/snappy v1.0.0
99
github.com/pkg/errors v0.9.1
1010
github.com/prometheus/client_golang v1.23.2
1111
github.com/prometheus/common v0.67.5
1212
github.com/prometheus/prometheus v2.5.0+incompatible
1313
github.com/stretchr/testify v1.11.1
14-
google.golang.org/api v0.257.0
14+
google.golang.org/api v0.275.0
1515
gopkg.in/alecthomas/kingpin.v2 v2.2.6
1616
)
1717

1818
require (
19-
cloud.google.com/go v0.121.6 // indirect
20-
cloud.google.com/go/auth v0.17.0 // indirect
19+
cloud.google.com/go v0.123.0 // indirect
20+
cloud.google.com/go/auth v0.20.0 // indirect
2121
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
2222
cloud.google.com/go/compute/metadata v0.9.0 // indirect
23-
cloud.google.com/go/iam v1.5.2 // indirect
23+
cloud.google.com/go/iam v1.7.0 // indirect
2424
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
2525
github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b // indirect
2626
github.com/apache/arrow/go/v15 v15.0.2 // indirect
@@ -35,8 +35,8 @@ require (
3535
github.com/google/flatbuffers v23.5.26+incompatible // indirect
3636
github.com/google/s2a-go v0.1.9 // indirect
3737
github.com/google/uuid v1.6.0 // indirect
38-
github.com/googleapis/enterprise-certificate-proxy v0.3.7 // indirect
39-
github.com/googleapis/gax-go/v2 v2.15.0 // indirect
38+
github.com/googleapis/enterprise-certificate-proxy v0.3.14 // indirect
39+
github.com/googleapis/gax-go/v2 v2.21.0 // indirect
4040
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
4141
github.com/klauspost/compress v1.18.0 // indirect
4242
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
@@ -47,28 +47,28 @@ require (
4747
github.com/prometheus/procfs v0.16.1 // indirect
4848
github.com/zeebo/xxh3 v1.0.2 // indirect
4949
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
50-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
51-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
52-
go.opentelemetry.io/otel v1.39.0 // indirect
53-
go.opentelemetry.io/otel/metric v1.39.0 // indirect
54-
go.opentelemetry.io/otel/trace v1.39.0 // indirect
50+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.67.0 // indirect
51+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0 // indirect
52+
go.opentelemetry.io/otel v1.43.0 // indirect
53+
go.opentelemetry.io/otel/metric v1.43.0 // indirect
54+
go.opentelemetry.io/otel/trace v1.43.0 // indirect
5555
go.yaml.in/yaml/v2 v2.4.3 // indirect
56-
golang.org/x/crypto v0.46.0 // indirect
56+
golang.org/x/crypto v0.49.0 // indirect
5757
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
58-
golang.org/x/mod v0.30.0 // indirect
59-
golang.org/x/net v0.48.0 // indirect
60-
golang.org/x/oauth2 v0.34.0 // indirect
61-
golang.org/x/sync v0.19.0 // indirect
62-
golang.org/x/sys v0.39.0 // indirect
63-
golang.org/x/telemetry v0.0.0-20251111182119-bc8e575c7b54 // indirect
64-
golang.org/x/text v0.32.0 // indirect
65-
golang.org/x/time v0.14.0 // indirect
66-
golang.org/x/tools v0.39.0 // indirect
58+
golang.org/x/mod v0.33.0 // indirect
59+
golang.org/x/net v0.52.0 // indirect
60+
golang.org/x/oauth2 v0.36.0 // indirect
61+
golang.org/x/sync v0.20.0 // indirect
62+
golang.org/x/sys v0.42.0 // indirect
63+
golang.org/x/telemetry v0.0.0-20260209163413-e7419c687ee4 // indirect
64+
golang.org/x/text v0.35.0 // indirect
65+
golang.org/x/time v0.15.0 // indirect
66+
golang.org/x/tools v0.42.0 // indirect
6767
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
68-
google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect
69-
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect
70-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
71-
google.golang.org/grpc v1.79.3 // indirect
68+
google.golang.org/genproto v0.0.0-20260319201613-d00831a3d3e7 // indirect
69+
google.golang.org/genproto/googleapis/api v0.0.0-20260401024825-9d38bb4040a9 // indirect
70+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260401024825-9d38bb4040a9 // indirect
71+
google.golang.org/grpc v1.80.0 // indirect
7272
google.golang.org/protobuf v1.36.11 // indirect
7373
gopkg.in/yaml.v3 v3.0.1 // indirect
7474
)

0 commit comments

Comments
 (0)