Skip to content

Commit

Permalink
Tools: protobuf (#3436)
Browse files Browse the repository at this point in the history
* Tools: upgrade protobuf
  • Loading branch information
gerardsn authored Oct 2, 2024
1 parent ee55a89 commit ceea91e
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 136 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ run-generators: gen-mocks gen-api gen-protobuf

install-tools:
go install github.com/oapi-codegen/oapi-codegen/v2/cmd/[email protected]
go install google.golang.org/protobuf/cmd/[email protected].1
go install google.golang.org/protobuf/cmd/[email protected].2
go install go.uber.org/mock/[email protected]
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.5.1
go install github.com/golangci/golangci-lint/cmd/[email protected]

gen-mocks:
Expand Down
8 changes: 4 additions & 4 deletions network/transport/grpc/testprotocol.pb.go

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

88 changes: 31 additions & 57 deletions network/transport/grpc/testprotocol_grpc.pb.go

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

32 changes: 16 additions & 16 deletions network/transport/v2/protocol.pb.go

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

Loading

0 comments on commit ceea91e

Please sign in to comment.