mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
rebase: add protobuf to go.mod
adding protobuf to go.mod to fix `from implicitly required module to add missing requirement` error Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
b8b30eb668
commit
42403e2ba7
1
go.mod
1
go.mod
@ -25,6 +25,7 @@ require (
|
||||
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
|
||||
golang.org/x/sys v0.0.0-20210817190340-bfb29a6856f2
|
||||
google.golang.org/grpc v1.42.0
|
||||
google.golang.org/protobuf v1.26.0
|
||||
k8s.io/api v0.22.4
|
||||
k8s.io/apimachinery v0.22.4
|
||||
k8s.io/client-go v12.0.0+incompatible
|
||||
|
1
vendor/modules.txt
vendored
1
vendor/modules.txt
vendored
@ -543,6 +543,7 @@ google.golang.org/grpc/stats
|
||||
google.golang.org/grpc/status
|
||||
google.golang.org/grpc/tap
|
||||
# google.golang.org/protobuf v1.26.0
|
||||
## explicit
|
||||
google.golang.org/protobuf/encoding/protojson
|
||||
google.golang.org/protobuf/encoding/prototext
|
||||
google.golang.org/protobuf/encoding/protowire
|
||||
|
Loading…
Reference in New Issue
Block a user