Skip to content

Commit

Permalink
Bump google.golang.org/grpc in /go/opentracing/client
Browse files Browse the repository at this point in the history
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.21.0 to 1.56.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.21.0...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 1bfce79 commit 37d79f3
Show file tree
Hide file tree
Showing 2 changed files with 1,462 additions and 13 deletions.
13 changes: 7 additions & 6 deletions go/opentracing/client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ require (

require (
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.3.1 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20210210170715-a8dfcb80d3a7 // indirect
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/sys v0.0.0-20210217105451-b926d437f341 // indirect
golang.org/x/text v0.3.3 // indirect
google.golang.org/genproto v0.0.0-20190530194941-fb225487d101 // indirect
google.golang.org/grpc v1.21.0 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/grpc v1.56.3 // indirect
google.golang.org/protobuf v1.30.0 // indirect
)
Loading

0 comments on commit 37d79f3

Please sign in to comment.