mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-24 13:45:39 +00:00
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:
2
Makefile
2
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
|
||||
|
||||
|
Reference in New Issue
Block a user