Skip to content

Commit

Permalink
build(deps): bump the examples-grpc-bridge group
Browse files Browse the repository at this point in the history
Bumps the examples-grpc-bridge group in /examples/grpc-bridge/server with 3 updates: [github.com/golang/protobuf](https://github.com/golang/protobuf), [golang.org/x/net](https://github.com/golang/net) and [google.golang.org/grpc](https://github.com/grpc/grpc-go).


Updates `github.com/golang/protobuf` from 1.5.3 to 1.5.4
- [Release notes](https://github.com/golang/protobuf/releases)
- [Commits](golang/protobuf@v1.5.3...v1.5.4)

Updates `golang.org/x/net` from 0.21.0 to 0.23.0
- [Commits](golang/net@v0.21.0...v0.23.0)

Updates `google.golang.org/grpc` from 1.61.1 to 1.63.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.61.1...v1.63.0)

---
updated-dependencies:
- dependency-name: github.com/golang/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: examples-grpc-bridge
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: examples-grpc-bridge
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: examples-grpc-bridge
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 4, 2024
1 parent e9558d3 commit c1949a2
Show file tree
Hide file tree
Showing 2 changed files with 354 additions and 10 deletions.
6 changes: 3 additions & 3 deletions examples/grpc-bridge/server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/envoyproxy/envoy/examples/grpc-bridge/server
go 1.13

require (
github.com/golang/protobuf v1.5.3
golang.org/x/net v0.21.0
google.golang.org/grpc v1.61.1
github.com/golang/protobuf v1.5.4
golang.org/x/net v0.23.0
google.golang.org/grpc v1.63.0
)
Loading

0 comments on commit c1949a2

Please sign in to comment.