-
Notifications
You must be signed in to change notification settings - Fork 707
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgraded proto related deps: grpc and protobuf; removed gogo from core.
Signed-off-by: Bartlomiej Plotka <[email protected]>
- Loading branch information
1 parent
08b17eb
commit 934ecec
Showing
32 changed files
with
862 additions
and
1,639 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT | ||
|
||
go 1.14 | ||
|
||
require google.golang.org/grpc/cmd/protoc-gen-go-grpc v0.0.0-20200723182653-9106c3fff523 |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT | ||
|
||
go 1.14 | ||
|
||
require google.golang.org/protobuf v1.25.0 // cmd/protoc-gen-go |
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 |
---|---|---|
@@ -1,22 +1,26 @@ | ||
# Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.2.2. DO NOT EDIT. | ||
# Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.3.0. DO NOT EDIT. | ||
# All tools are designed to be build inside $GOBIN. | ||
# Those variables will work only until 'bingo get' was invoked, or if tools were installed via Makefile's Variables.mk. | ||
local gobin=$(go env GOBIN) | ||
GOBIN=${GOBIN:=$(go env GOBIN)} | ||
|
||
if [ -z "$gobin" ]; then | ||
gobin="$(go env GOPATH)/bin" | ||
if [ -z "$GOBIN" ]; then | ||
GOBIN="$(go env GOPATH)/bin" | ||
fi | ||
|
||
|
||
BINGO="${gobin}/bingo-v0.2.2" | ||
BINGO="${GOBIN}/bingo-v0.3.0" | ||
|
||
FAILLINT="${gobin}/faillint-v1.5.0" | ||
FAILLINT="${GOBIN}/faillint-v1.5.0" | ||
|
||
GOIMPORTS="${gobin}/goimports-v0.0.0-20200529172331-a64b76657301" | ||
GOIMPORTS="${GOBIN}/goimports-v0.0.0-20200529172331-a64b76657301" | ||
|
||
GOLANGCI_LINT="${gobin}/golangci-lint-v1.27.0" | ||
GOLANGCI_LINT="${GOBIN}/golangci-lint-v1.27.0" | ||
|
||
MISSPELL="${gobin}/misspell-v0.3.4" | ||
MISSPELL="${GOBIN}/misspell-v0.3.4" | ||
|
||
PROTOC_GEN_GOGOFAST="${gobin}/protoc-gen-gogofast-v1.3.1" | ||
PROTOC_GEN_GO_GRPC="${GOBIN}/protoc-gen-go-grpc-v0.0.0-20200723182653-9106c3fff523" | ||
|
||
PROTOC_GEN_GO="${GOBIN}/protoc-gen-go-v1.25.0" | ||
|
||
PROTOC_GEN_GOGOFAST="${GOBIN}/protoc-gen-gogofast-v1.3.1" | ||
|
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 |
---|---|---|
|
@@ -201,4 +201,5 @@ coverage.txt | |
#vendor | ||
vendor/ | ||
|
||
.envrc | ||
.envrc | ||
.bin |
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.