mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-03 07:18:37 +00:00
temporarioly GO15VENDOREXPERIMENT when go getting the swagger package
This commit is contained in:
2
Makefile
2
Makefile
@@ -14,9 +14,9 @@ deps:
|
|||||||
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
|
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/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/...
|
||||||
|
|
||||||
gen: gen_static gen_template gen_migrations
|
gen: gen_static gen_template gen_migrations
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user