Skip to content

Commit

Permalink
Bump google.golang.org/grpc from 1.47.0 to 1.62.1 in /csds-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.47.0 to 1.62.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.47.0...v1.62.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 0e5c9db commit b28361c
Show file tree
Hide file tree
Showing 2 changed files with 1,735 additions and 31 deletions.
13 changes: 4 additions & 9 deletions csds-client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,13 @@ module envoy-tools/csds-client
go 1.14

require (
cloud.google.com/go/compute v1.7.0 // indirect
github.com/awalterschulze/gographviz v2.0.3+incompatible
github.com/cncf/xds/go v0.0.0-20220520190051-1e77728a1eaa // indirect
github.com/emirpasic/gods v1.18.1
github.com/envoyproxy/go-control-plane v0.10.3
github.com/envoyproxy/go-control-plane v0.12.0
github.com/ghodss/yaml v1.0.0
github.com/golang/mock v1.6.0
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
golang.org/x/oauth2 v0.0.0-20220628200809-02e64fa58f26 // indirect
golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b // indirect
google.golang.org/genproto v0.0.0-20220628213854-d9e0b6570c03 // indirect
google.golang.org/grpc v1.47.0
google.golang.org/protobuf v1.28.0
github.com/google/uuid v1.6.0
google.golang.org/grpc v1.62.1
google.golang.org/protobuf v1.32.0
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading

0 comments on commit b28361c

Please sign in to comment.