Skip to content

Commit

Permalink
Bump google.golang.org/grpc from 1.44.0 to 1.56.3 in /tools/gcs2bq (#…
Browse files Browse the repository at this point in the history
…1156)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.44.0 to 1.56.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.44.0...v1.56.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Gold <[email protected]>
  • Loading branch information
dependabot[bot] and agold-rh authored Oct 26, 2023
1 parent eb3bc2a commit c94ea2e
Show file tree
Hide file tree
Showing 2 changed files with 976 additions and 68 deletions.
13 changes: 4 additions & 9 deletions tools/gcs2bq/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,10 @@ module github.com/GoogleCloudPlatform/professional-services/tools/gcs2bq
go 1.16

require (
cloud.google.com/go/compute v1.2.0 // indirect
cloud.google.com/go/iam v0.1.1 // indirect
cloud.google.com/go/storage v1.20.0
github.com/golang/glog v1.0.0
cloud.google.com/go/storage v1.29.0
github.com/golang/glog v1.1.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
golang.org/x/sys v0.0.0-20220204135822-1c1b9b1eba6a // indirect
google.golang.org/api v0.67.0
google.golang.org/genproto v0.0.0-20220204002441-d6cc3cc0770e // indirect
google.golang.org/grpc v1.44.0 // indirect
google.golang.org/api v0.114.0
google.golang.org/grpc v1.56.3 // indirect
gopkg.in/avro.v0 v0.0.0-20171217001914-a730b5802183
)
Loading

0 comments on commit c94ea2e

Please sign in to comment.