mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-14 02:10:21 +00:00
335c945d97
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.41.0 to 1.42.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.41.0...v1.42.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
20 lines
705 B
Modula-2
20 lines
705 B
Modula-2
module google.golang.org/grpc
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.1.1
|
|
github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4
|
|
github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1
|
|
github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
|
|
github.com/golang/protobuf v1.4.3
|
|
github.com/google/go-cmp v0.5.0
|
|
github.com/google/uuid v1.1.2
|
|
golang.org/x/net v0.0.0-20200822124328-c89045814202
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd
|
|
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
|
|
google.golang.org/protobuf v1.25.0
|
|
)
|