Use latest go-bindata and go-bindata-assetfs

These dep tools aren't tagged properly so shouldn't be installed with go
mod
This commit is contained in:
Mahmood Ali 2020-03-31 20:24:16 -04:00
parent 1e49ada3e0
commit 5378b557e9
1 changed files with 2 additions and 2 deletions

View File

@ -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