Remove explicit go get for goblin package

The goblin package will be pulled in by the `go get` invocation
on the following line as it's references by imports, so there's no
need to list it separately.
This commit is contained in:
Matt Bostock 2015-01-11 17:47:56 +00:00
parent 6ed8542f7d
commit 3cb015a287

View file

@ -5,7 +5,6 @@ all: build
deps:
# which npm && npm -g install uglify-js less autoprefixer
go get github.com/GeertJohan/go.rice/rice
go get github.com/franela/goblin
go get -t -v ./...
test: