Switch to go modules

This commit is contained in:
Geoff Bourne
2019-04-15 21:16:26 -05:00
parent d9a0c70a31
commit 5576f484dd
7 changed files with 194 additions and 265 deletions
+3 -10
View File
@@ -1,13 +1,6 @@
test: vendor
test:
go test ./...
vendor:
glide install
.PHONY: release
release: vendor
curl -sL https://git.io/goreleaser | bash
.PHONY: install-dep-mgmt
install-dep-mgmt:
curl https://glide.sh/get | sh
release:
curl -sL https://git.io/goreleaser | bash