Merge pull request #796 from mattbostock/tidy_dependencies

Remove explicit `go get` for rice and goblin pkgs
This commit is contained in:
Brad Rydzewski 2015-01-11 11:03:34 -08:00
commit 254d910a62

View file

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