1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-23 17:53:23 +02:00

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:
# 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: