mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-25 19:31:05 +00:00
Merge pull request #1307 from hkjn/patch-5
Enable vendoring for github.com/go-swagger dependency
This commit is contained in:
commit
a5f2ff509b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@ deps:
|
||||||
go get -u github.com/franela/goblin
|
go get -u github.com/franela/goblin
|
||||||
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/...
|
GO15VENDOREXPERIMENT=1 go get -u github.com/go-swagger/go-swagger/...
|
||||||
|
|
||||||
gen: gen_static gen_template gen_migrations
|
gen: gen_static gen_template gen_migrations
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue