diff --git a/Makefile b/Makefile index 24f9a60d..307b06fa 100644 --- a/Makefile +++ b/Makefile @@ -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