Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 26, 2023
1 parent cc2f275 commit f812bae
Show file tree
Hide file tree
Showing 2 changed files with 1,624 additions and 165 deletions.
10 changes: 5 additions & 5 deletions examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ go 1.12
replace github.com/NYTimes/gcp-vault => ../

require (
github.com/NYTimes/gcp-vault v0.2.2
github.com/NYTimes/gcp-vault v0.0.0-00010101000000-000000000000
github.com/NYTimes/gizmo v0.4.3
github.com/NYTimes/marvin v0.2.1
github.com/go-kit/kit v0.8.0
github.com/kelseyhightower/envconfig v1.3.0
github.com/pkg/errors v0.8.1
google.golang.org/appengine v1.6.6
google.golang.org/grpc v1.31.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/pkg/errors v0.9.1
google.golang.org/appengine v1.6.8
google.golang.org/grpc v1.58.3
)
Loading

0 comments on commit f812bae

Please sign in to comment.