Add specific versions to go get
This commit is contained in:
parent
013815db5c
commit
1b16f4aa5b
1 changed files with 3 additions and 3 deletions
|
@ -32,11 +32,11 @@ run:
|
||||||
$(GOBUILD) -o $(BINARY_NAME) -v
|
$(GOBUILD) -o $(BINARY_NAME) -v
|
||||||
./$(BINARY_NAME)
|
./$(BINARY_NAME)
|
||||||
deps:
|
deps:
|
||||||
$(GOGET) github.com/fatih/color
|
$(GOGET) github.com/fatih/color@v1.12.0
|
||||||
$(GOGET) github.com/akamensky/argparse
|
$(GOGET) github.com/akamensky/argparse@v1.3.2
|
||||||
$(GOGET) github.com/awalterschulze/gographviz
|
$(GOGET) github.com/awalterschulze/gographviz
|
||||||
$(GOGET) github.com/sergi/go-diff/...
|
$(GOGET) github.com/sergi/go-diff/...
|
||||||
$(GOGET) github.com/AlecAivazis/survey
|
$(GOGET) github.com/AlecAivazis/survey@v2.3.2
|
||||||
# Cross compilation
|
# Cross compilation
|
||||||
build-linux:
|
build-linux:
|
||||||
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 $(GOBUILD) -o $(BINARY_UNIX) -v
|
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 $(GOBUILD) -o $(BINARY_UNIX) -v
|
||||||
|
|
Loading…
Add table
Reference in a new issue