1
- # Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.4.0 . DO NOT EDIT.
1
+ # Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.8 . DO NOT EDIT.
2
2
# All tools are designed to be build inside $GOBIN.
3
3
BINGO_DIR := $(dir $(lastword $(MAKEFILE_LIST ) ) )
4
4
GOPATH ?= $(shell go env GOPATH)
@@ -21,53 +21,59 @@ BINGO := $(GOBIN)/bingo-v0.3.0
21
21
$(BINGO ) : $(BINGO_DIR ) /bingo.mod
22
22
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
23
23
@echo " (re)installing $( GOBIN) /bingo-v0.3.0"
24
- @cd $(BINGO_DIR ) && $(GO ) build -mod=mod -modfile=bingo.mod -o=$(GOBIN ) /bingo-v0.3.0 " github.com/bwplotka/bingo"
24
+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=bingo.mod -o=$(GOBIN ) /bingo-v0.3.0 " github.com/bwplotka/bingo"
25
25
26
26
BUF := $(GOBIN ) /buf-v0.35.1
27
27
$(BUF ) : $(BINGO_DIR ) /buf.mod
28
28
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
29
29
@echo " (re)installing $( GOBIN) /buf-v0.35.1"
30
- @cd $(BINGO_DIR ) && $(GO ) build -mod=mod -modfile=buf.mod -o=$(GOBIN ) /buf-v0.35.1 " github.com/bufbuild/buf/cmd/buf"
30
+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=buf.mod -o=$(GOBIN ) /buf-v0.35.1 " github.com/bufbuild/buf/cmd/buf"
31
31
32
32
COPYRIGHT := $(GOBIN ) /copyright-v0.0.0-20210326193628-425a09c04e05
33
33
$(COPYRIGHT ) : $(BINGO_DIR ) /copyright.mod
34
34
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
35
35
@echo " (re)installing $( GOBIN) /copyright-v0.0.0-20210326193628-425a09c04e05"
36
- @cd $(BINGO_DIR ) && $(GO ) build -mod=mod -modfile=copyright.mod -o=$(GOBIN ) /copyright-v0.0.0-20210326193628-425a09c04e05 " github.com/efficientgo/tools/copyright"
36
+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=copyright.mod -o=$(GOBIN ) /copyright-v0.0.0-20210326193628-425a09c04e05 " github.com/efficientgo/tools/copyright"
37
37
38
38
FAILLINT := $(GOBIN ) /faillint-v1.5.0
39
39
$(FAILLINT ) : $(BINGO_DIR ) /faillint.mod
40
40
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
41
41
@echo " (re)installing $( GOBIN) /faillint-v1.5.0"
42
- @cd $(BINGO_DIR ) && $(GO ) build -mod=mod -modfile=faillint.mod -o=$(GOBIN ) /faillint-v1.5.0 " github.com/fatih/faillint"
42
+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=faillint.mod -o=$(GOBIN ) /faillint-v1.5.0 " github.com/fatih/faillint"
43
43
44
44
GOIMPORTS := $(GOBIN ) /goimports-v0.0.0-20200529172331-a64b76657301
45
45
$(GOIMPORTS ) : $(BINGO_DIR ) /goimports.mod
46
46
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
47
47
@echo " (re)installing $( GOBIN) /goimports-v0.0.0-20200529172331-a64b76657301"
48
- @cd $(BINGO_DIR ) && $(GO ) build -mod=mod -modfile=goimports.mod -o=$(GOBIN ) /goimports-v0.0.0-20200529172331-a64b76657301 " golang.org/x/tools/cmd/goimports"
48
+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=goimports.mod -o=$(GOBIN ) /goimports-v0.0.0-20200529172331-a64b76657301 " golang.org/x/tools/cmd/goimports"
49
49
50
50
GOLANGCI_LINT := $(GOBIN ) /golangci-lint-v1.27.0
51
51
$(GOLANGCI_LINT ) : $(BINGO_DIR ) /golangci-lint.mod
52
52
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
53
53
@echo " (re)installing $( GOBIN) /golangci-lint-v1.27.0"
54
- @cd $(BINGO_DIR ) && $(GO ) build -mod=mod -modfile=golangci-lint.mod -o=$(GOBIN ) /golangci-lint-v1.27.0 " github.com/golangci/golangci-lint/cmd/golangci-lint"
54
+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=golangci-lint.mod -o=$(GOBIN ) /golangci-lint-v1.27.0 " github.com/golangci/golangci-lint/cmd/golangci-lint"
55
+
56
+ MDOX := $(GOBIN ) /mdox-v0.9.0
57
+ $(MDOX ) : $(BINGO_DIR ) /mdox.mod
58
+ @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
59
+ @echo " (re)installing $( GOBIN) /mdox-v0.9.0"
60
+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=mdox.mod -o=$(GOBIN ) /mdox-v0.9.0 " github.com/bwplotka/mdox"
55
61
56
62
MISSPELL := $(GOBIN ) /misspell-v0.3.4
57
63
$(MISSPELL ) : $(BINGO_DIR ) /misspell.mod
58
64
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
59
65
@echo " (re)installing $( GOBIN) /misspell-v0.3.4"
60
- @cd $(BINGO_DIR ) && $(GO ) build -mod=mod -modfile=misspell.mod -o=$(GOBIN ) /misspell-v0.3.4 " github.com/client9/misspell/cmd/misspell"
66
+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=misspell.mod -o=$(GOBIN ) /misspell-v0.3.4 " github.com/client9/misspell/cmd/misspell"
61
67
62
68
PROTOC_GEN_GO_GRPC := $(GOBIN ) /protoc-gen-go-grpc-v0.0.0-20200723182653-9106c3fff523
63
69
$(PROTOC_GEN_GO_GRPC ) : $(BINGO_DIR ) /protoc-gen-go-grpc.mod
64
70
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
65
71
@echo " (re)installing $( GOBIN) /protoc-gen-go-grpc-v0.0.0-20200723182653-9106c3fff523"
66
- @cd $(BINGO_DIR ) && $(GO ) build -mod=mod -modfile=protoc-gen-go-grpc.mod -o=$(GOBIN ) /protoc-gen-go-grpc-v0.0.0-20200723182653-9106c3fff523 " google.golang.org/grpc/cmd/protoc-gen-go-grpc"
72
+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=protoc-gen-go-grpc.mod -o=$(GOBIN ) /protoc-gen-go-grpc-v0.0.0-20200723182653-9106c3fff523 " google.golang.org/grpc/cmd/protoc-gen-go-grpc"
67
73
68
- PROTOC_GEN_GO := $(GOBIN ) /protoc-gen-go-v1.25 .0
74
+ PROTOC_GEN_GO := $(GOBIN ) /protoc-gen-go-v1.30 .0
69
75
$(PROTOC_GEN_GO ) : $(BINGO_DIR ) /protoc-gen-go.mod
70
76
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
71
- @echo " (re)installing $( GOBIN) /protoc-gen-go-v1.25 .0"
72
- @cd $(BINGO_DIR ) && $(GO ) build -mod=mod -modfile=protoc-gen-go.mod -o=$(GOBIN ) /protoc-gen-go-v1.25 .0 " google.golang.org/protobuf/cmd/protoc-gen-go"
77
+ @echo " (re)installing $( GOBIN) /protoc-gen-go-v1.30 .0"
78
+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=protoc-gen-go.mod -o=$(GOBIN ) /protoc-gen-go-v1.30 .0 " google.golang.org/protobuf/cmd/protoc-gen-go"
73
79
0 commit comments