Make dependencies explicit in glide.yaml

This commit is contained in:
Ethan Frey
2017-04-10 19:51:02 +02:00
parent 9e57d521ef
commit aecc32d363
3 changed files with 37 additions and 1 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ docs:
godoc2md $(REPO) > README.md
test:
go test ./...
go test `glide novendor`