From 5378b557e95ced82c65eefbec79456f1e5d7a49c Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Tue, 31 Mar 2020 20:24:16 -0400 Subject: [PATCH] Use latest go-bindata and go-bindata-assetfs These dep tools aren't tagged properly so shouldn't be installed with go mod --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 02af3ae76..9d2c7ebed 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -158,8 +158,8 @@ bootstrap: deps lint-deps git-hooks # Install all dependencies deps: ## Install build and development dependencies @echo "==> Updating build dependencies..." GO111MODULE=on go get -u github.com/kardianos/govendor - GO111MODULE=on go get -u github.com/hashicorp/go-bindata/go-bindata - GO111MODULE=on go get -u github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs + go get -u github.com/hashicorp/go-bindata/go-bindata + go get -u github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs GO111MODULE=on go get -u github.com/a8m/tree/cmd/tree GO111MODULE=on go get -u github.com/magiconair/vendorfmt/cmd/vendorfmt GO111MODULE=on go get -u gotest.tools/gotestsum