Merge pull request #7575 from hashicorp/b-fix-deps

Use latest go-bindata and go-bindata-assetfs
This commit is contained in:
Jasmine Dahilig 2020-03-31 17:42:06 -07:00 committed by GitHub
commit a7d1c44883
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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