Switch to go modules
This commit is contained in:
parent
461954facb
commit
1720059244
763 changed files with 24896 additions and 177398 deletions
4
Makefile
4
Makefile
|
|
@ -245,9 +245,7 @@ check_dead_links:
|
|||
|
||||
.PHONY: dep-ensure
|
||||
dep-ensure:
|
||||
dep version || curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
|
||||
dep ensure -v
|
||||
dep prune -v
|
||||
GO111MODULE=on go mod tidy -v
|
||||
find vendor -name '*_test.go' -delete
|
||||
|
||||
.PHONY: dev-env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue