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:
Henrik Jonsson 2015-11-10 19:50:36 +01:00
parent 427560a52d
commit 8197942f69

View file

@ -16,7 +16,7 @@ deps:
go get -u github.com/franela/goblin
go get -u github.com/PuerkitoBio/goquery
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