manually go get goblin since it isn't included by vexp yet
This commit is contained in:
parent
b315914edb
commit
6c81c9cb03
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -12,6 +12,7 @@ deps:
|
||||||
go get -u github.com/jteeuwen/go-bindata/...
|
go get -u github.com/jteeuwen/go-bindata/...
|
||||||
go get -u github.com/elazarl/go-bindata-assetfs/...
|
go get -u github.com/elazarl/go-bindata-assetfs/...
|
||||||
go get -u github.com/dchest/jsmin
|
go get -u github.com/dchest/jsmin
|
||||||
|
go get -u github.com/franela/goblin
|
||||||
|
|
||||||
gen:
|
gen:
|
||||||
go generate $(PACKAGES)
|
go generate $(PACKAGES)
|
||||||
|
|
Loading…
Reference in a new issue