From 2d37d66e2d5ef0de221339a7d010fabf94b12d79 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Thu, 5 Nov 2015 19:26:25 -0800 Subject: [PATCH] temporarioly GO15VENDOREXPERIMENT when go getting the swagger package --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7ca76e227..24f9a60d0 100644 --- a/Makefile +++ b/Makefile @@ -14,9 +14,9 @@ deps: go get -u github.com/elazarl/go-bindata-assetfs/... go get -u github.com/dchest/jsmin go get -u github.com/franela/goblin - go get -u github.com/go-swagger/go-swagger/... 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/... gen: gen_static gen_template gen_migrations