Merge pull request #796 from mattbostock/tidy_dependencies
Remove explicit `go get` for rice and goblin pkgs
This commit is contained in:
commit
254d910a62
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue