Skip to content

Commit

Permalink
Bump google.golang.org/grpc from 1.29.1 to 1.56.3
Browse files Browse the repository at this point in the history
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.29.1 to 1.56.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.29.1...v1.56.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 25, 2023
1 parent 860908d commit d715de9
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 256 deletions.
12 changes: 9 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ module github.com/datacommonsorg/data
go 1.14

require (
cloud.google.com/go/storage v1.10.0 // indirect
google.golang.org/grpc v1.29.1 // indirect
googlemaps.github.io/maps v1.2.2 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/stretchr/testify v1.8.3 // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/time v0.3.0 // indirect
googlemaps.github.io/maps v1.2.2
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)
Loading

0 comments on commit d715de9

Please sign in to comment.