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

Commit

Permalink
Use google.golang.org/protobuf instead of github.com/golang/protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
horkhe committed Jul 2, 2021
1 parent cc98f3a commit 8c7a4da
Show file tree
Hide file tree
Showing 3 changed files with 1,005 additions and 491 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ require (
google.golang.org/api v0.30.0
google.golang.org/genproto v0.0.0-20210617175327-b9e0b3197ced
google.golang.org/grpc v1.38.0
google.golang.org/protobuf v1.27.1 // indirect
google.golang.org/protobuf v1.27.1
k8s.io/api v0.0.0-20190620084959-7cf5895f2711
k8s.io/apimachinery v0.0.0-20190612205821-1799e75a0719
k8s.io/client-go v0.0.0-20190620085101-78d2af792bab
Expand Down
Loading

0 comments on commit 8c7a4da

Please sign in to comment.