-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
49 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,16 +14,16 @@ all: build test | |
### Tools needed for development | ||
devtools: | ||
@echo "Installing devtools" | ||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61 | ||
go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway@v2.22 | ||
go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2@v2.22 | ||
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.34 | ||
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.4 | ||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.62 | ||
go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway@v2.23 | ||
go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2@v2.23 | ||
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.35 | ||
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.5 | ||
go install github.com/NathanBaulch/[email protected] | ||
go install github.com/pactus-project/protoc-gen-doc/cmd/[email protected] | ||
go install github.com/bufbuild/buf/cmd/buf@v1.42 | ||
go install github.com/bufbuild/buf/cmd/buf@v1.47 | ||
go install mvdan.cc/gofumpt@latest | ||
go install github.com/pacviewer/jrpc-gateway/protoc-gen-jrpc-gateway@v0.3.2 | ||
go install github.com/pacviewer/jrpc-gateway/protoc-gen-jrpc-gateway@v0.5 | ||
|
||
######################################## | ||
### Building | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.