Skip to content

Commit

Permalink
Merge pull request #1115 from sagikazarmark/update-grpc-proto
Browse files Browse the repository at this point in the history
Update protobuf
  • Loading branch information
sagikazarmark committed Jun 24, 2021
2 parents d032a0b + 419745d commit e12e92a
Show file tree
Hide file tree
Showing 10 changed files with 399 additions and 213 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -21,7 +21,6 @@ require (
github.com/franela/goreq v0.0.0-20171204163338-bcd34c9993f8 // indirect
github.com/go-logfmt/logfmt v0.5.0
github.com/go-stack/stack v1.8.0
github.com/golang/protobuf v1.5.2
github.com/google/btree v1.0.0 // indirect
github.com/hashicorp/consul/api v1.3.0
github.com/hashicorp/golang-lru v0.5.1 // indirect
Expand Down Expand Up @@ -50,6 +49,7 @@ require (
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
golang.org/x/tools v0.1.2
google.golang.org/grpc v1.38.0
google.golang.org/protobuf v1.26.0
gopkg.in/gcfg.v1 v1.2.3 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)
2 changes: 1 addition & 1 deletion transport/grpc/_grpc_test/pb/generate.go
@@ -1,3 +1,3 @@
package pb

//go:generate protoc test.proto --go_out=plugins=grpc:.
//go:generate protoc test.proto --go_out=. --go-grpc_out=. --go_opt=Mtest.proto=github.com/go-kit/kit/transport/grpc/_grpc_test/pb --go_opt=paths=source_relative --go-grpc_opt=paths=source_relative --go-grpc_opt=Mtest.proto=github.com/go-kit/kit/transport/grpc/_grpc_test/pb
309 changes: 162 additions & 147 deletions transport/grpc/_grpc_test/pb/test.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e12e92a

Please sign in to comment.