Go mod should be enabled here

This commit is contained in:
Cody Soyland 2019-02-07 10:49:40 -06:00
parent 8ffc4537b7
commit a9b8b352fc

View file

@ -25,7 +25,7 @@ clean:
# Set up vendor directory using `go mod vendor`
vendor: go.mod
GO111MODULE=off go mod vendor
go mod vendor
# Run test suite
test: