Skip to content

Commit

Permalink
update makefile and regen protobuf (no changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardsn committed May 7, 2024
1 parent a49abb0 commit 8e2010e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ run-generators: gen-mocks gen-api gen-protobuf

install-tools:
go install github.com/deepmap/oapi-codegen/v2/cmd/oapi-codegen@v2.1.0
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.33.0
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.1
go install go.uber.org/mock/mockgen@v0.4.0
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.57.2
Expand Down
4 changes: 2 additions & 2 deletions network/transport/grpc/testprotocol.pb.go

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

2 changes: 1 addition & 1 deletion network/transport/grpc/testprotocol_grpc.pb.go

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

4 changes: 2 additions & 2 deletions network/transport/v2/protocol.pb.go

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

2 changes: 1 addition & 1 deletion network/transport/v2/protocol_grpc.pb.go

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

0 comments on commit 8e2010e

Please sign in to comment.