*: remove glide and add Go module files

This commit is contained in:
Joshua M. Dotson
2018-11-28 16:59:09 +00:00
parent f3acec0b1b
commit 172df9ccef
7 changed files with 201 additions and 497 deletions

View File

@@ -34,8 +34,9 @@ release-binary:
.PHONY: revendor
revendor:
@glide up -v
@glide-vc --use-lock-file --no-tests --only-code
@go mod tidy -v
@go mod vendor -v
@go mod verify
test:
@go test -v -i $(shell go list ./... | grep -v '/vendor/')