mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-04 07:48:39 +00:00
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:
1
Makefile
1
Makefile
@@ -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:
|
||||||
|
Reference in New Issue
Block a user