From 7fc7bf540d4c057232815a18d25de388ca3d037e Mon Sep 17 00:00:00 2001 From: Kamil Samigullin Date: Wed, 18 Sep 2019 19:15:57 +0300 Subject: [PATCH] replace deprecated -m flag --- Makefile | 2 +- tools/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 32bd5a05..0a3f0aff 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ env: .PHONY: deps -deps: tools +deps: # tools # todo blocker#https://github.com/spf13/pflag/issues/218 @go mod tidy && go mod vendor && go mod verify .PHONY: format diff --git a/tools/Makefile b/tools/Makefile index fbc21a36..849de579 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -32,7 +32,7 @@ deps: .PHONY: egg egg: - @go get -m -u github.com/kamilsk/egg + @go get -d -u github.com/kamilsk/egg @go build -o $(BINPATH)/egg github.com/kamilsk/egg .PHONY: install