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.4.3 . 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)
@@ -23,17 +23,11 @@ $(ALERTMANAGER): $(BINGO_DIR)/alertmanager.mod
23
23
@echo " (re)installing $( GOBIN) /alertmanager-v0.20.0"
24
24
@cd $(BINGO_DIR ) && $(GO ) build -mod=mod -modfile=alertmanager.mod -o=$(GOBIN ) /alertmanager-v0.20.0 " github.com/prometheus/alertmanager/cmd/alertmanager"
25
25
26
- BINGO := $(GOBIN ) /bingo-v0.3.0
26
+ BINGO := $(GOBIN ) /bingo-v0.4.3
27
27
$(BINGO ) : $(BINGO_DIR ) /bingo.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
- @echo " (re)installing $( GOBIN) /bingo-v0.3.0"
30
- @cd $(BINGO_DIR ) && $(GO ) build -mod=mod -modfile=bingo.mod -o=$(GOBIN ) /bingo-v0.3.0 " github.com/bwplotka/bingo"
31
-
32
- EMBEDMD := $(GOBIN ) /embedmd-v0.0.0-20181127031020-97c13d6e4160
33
- $(EMBEDMD ) : $(BINGO_DIR ) /embedmd.mod
34
- @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
35
- @echo " (re)installing $( GOBIN) /embedmd-v0.0.0-20181127031020-97c13d6e4160"
36
- @cd $(BINGO_DIR ) && $(GO ) build -mod=mod -modfile=embedmd.mod -o=$(GOBIN ) /embedmd-v0.0.0-20181127031020-97c13d6e4160 " github.com/campoy/embedmd"
29
+ @echo " (re)installing $( GOBIN) /bingo-v0.4.3"
30
+ @cd $(BINGO_DIR ) && $(GO ) build -mod=mod -modfile=bingo.mod -o=$(GOBIN ) /bingo-v0.4.3 " github.com/bwplotka/bingo"
37
31
38
32
FAILLINT := $(GOBIN ) /faillint-v1.5.0
39
33
$(FAILLINT ) : $(BINGO_DIR ) /faillint.mod
@@ -95,6 +89,12 @@ $(JSONNETFMT): $(BINGO_DIR)/jsonnetfmt.mod
95
89
@echo " (re)installing $( GOBIN) /jsonnetfmt-v0.17.0"
96
90
@cd $(BINGO_DIR ) && $(GO ) build -mod=mod -modfile=jsonnetfmt.mod -o=$(GOBIN ) /jsonnetfmt-v0.17.0 " github.com/google/go-jsonnet/cmd/jsonnetfmt"
97
91
92
+ MDOX := $(GOBIN ) /mdox-v0.2.2-0.20210617084122-22b44c491197
93
+ $(MDOX ) : $(BINGO_DIR ) /mdox.mod
94
+ @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
95
+ @echo " (re)installing $( GOBIN) /mdox-v0.2.2-0.20210617084122-22b44c491197"
96
+ @cd $(BINGO_DIR ) && $(GO ) build -mod=mod -modfile=mdox.mod -o=$(GOBIN ) /mdox-v0.2.2-0.20210617084122-22b44c491197 " github.com/bwplotka/mdox"
97
+
98
98
MINIO := $(GOBIN ) /minio-v0.0.0-20200527010300-cccf2de129da
99
99
$(MINIO ) : $(BINGO_DIR ) /minio.mod
100
100
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
0 commit comments