Enable vendoring for github.com/go-swagger dependency
Building in a Docker container based on `golang` doesn't work at `427560a`: C.f 2d37d66e2d
This commit is contained in:
parent
427560a52d
commit
8197942f69
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@ deps:
|
||||||
go get -u github.com/franela/goblin
|
go get -u github.com/franela/goblin
|
||||||
go get -u github.com/PuerkitoBio/goquery
|
go get -u github.com/PuerkitoBio/goquery
|
||||||
go get -u github.com/russross/blackfriday
|
go get -u github.com/russross/blackfriday
|
||||||
GO15VENDOREXPERIMENT=0 go get -u github.com/go-swagger/go-swagger/...
|
GO15VENDOREXPERIMENT=1 go get -u github.com/go-swagger/go-swagger/...
|
||||||
|
|
||||||
gen: gen_static gen_template gen_migrations
|
gen: gen_static gen_template gen_migrations
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue