Skip to content

Commit

Permalink
[GH] Update googleapis to 8af14fe
Browse files Browse the repository at this point in the history
This is an imported pull request from #91.

Resolves #91

Bug: NA
Test: presubmits

Github-Pr-Head-Sha: be1b651
GitOrigin-RevId: 659a99d4c1f847cdde89f115bae3d5fbbb102f27
Change-Id: I3cff3fef5d7bd83658c2c343cdea3a7493a6ba97
  • Loading branch information
bentekkie authored and copybara-github committed Sep 30, 2024
1 parent 4d9d00d commit 5132ea9
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 67 deletions.
42 changes: 21 additions & 21 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ go 1.21.11

require (
cloud.google.com/go/bigquery v1.62.0
cloud.google.com/go/monitoring v1.20.4
cloud.google.com/go/monitoring v1.21.0
cloud.google.com/go/profiler v0.4.0
cloud.google.com/go/storage v1.43.0
cloud.google.com/go/trace v1.10.12
cloud.google.com/go/trace v1.11.0
contrib.go.opencensus.io/exporter/stackdriver v0.13.14
github.com/GoogleCloudPlatform/protoc-gen-bq-schema v1.1.0
github.com/Microsoft/go-winio v0.6.2
Expand All @@ -29,22 +29,22 @@ require (
golang.org/x/mod v0.18.0
golang.org/x/oauth2 v0.22.0
golang.org/x/sync v0.8.0
golang.org/x/sys v0.22.0
golang.org/x/sys v0.24.0
golang.org/x/tools v0.22.0
google.golang.org/api v0.191.0
google.golang.org/genproto v0.0.0-20240820151423-278611b39280
google.golang.org/genproto/googleapis/rpc v0.0.0-20240820151423-278611b39280
google.golang.org/grpc v1.64.1
google.golang.org/api v0.193.0
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1
google.golang.org/grpc v1.66.0
google.golang.org/protobuf v1.34.2
)

require (
cloud.google.com/go v0.115.1 // indirect
cloud.google.com/go/auth v0.8.0 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.3 // indirect
cloud.google.com/go/auth v0.9.0 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
cloud.google.com/go/compute/metadata v0.5.0 // indirect
cloud.google.com/go/iam v1.1.13 // indirect
cloud.google.com/go/longrunning v0.5.12 // indirect
cloud.google.com/go/iam v1.2.0 // indirect
cloud.google.com/go/longrunning v0.6.0 // indirect
github.com/apache/arrow/go/v15 v15.0.2 // indirect
github.com/aws/aws-sdk-go v1.43.31 // indirect
github.com/bazelbuild/remote-apis v0.0.0-20230411132548-35aee1c4a425 // indirect
Expand Down Expand Up @@ -75,17 +75,17 @@ require (
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
github.com/zeebo/xxh3 v1.0.2 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
go.opentelemetry.io/otel v1.24.0 // indirect
go.opentelemetry.io/otel/metric v1.24.0 // indirect
go.opentelemetry.io/otel/trace v1.24.0 // indirect
golang.org/x/crypto v0.25.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.52.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
go.opentelemetry.io/otel v1.28.0 // indirect
go.opentelemetry.io/otel/metric v1.28.0 // indirect
go.opentelemetry.io/otel/trace v1.28.0 // indirect
golang.org/x/crypto v0.26.0 // indirect
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/text v0.17.0 // indirect
golang.org/x/time v0.6.0 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
google.golang.org/genproto/googleapis/bytestream v0.0.0-20240730163845-b1a4ccb954bf // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240827150818-7e3bb234dfed // indirect
google.golang.org/genproto/googleapis/bytestream v0.0.0-20240814211410-ddb44dafa142 // indirect
)
Loading

0 comments on commit 5132ea9

Please sign in to comment.