mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 20:01:02 +00:00
fix Makefile to pull drone/mq
This commit is contained in:
parent
7c19801bfa
commit
2bb47ed7cb
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -19,6 +19,7 @@ deps_backend:
|
||||||
go get -u golang.org/x/tools/cmd/cover
|
go get -u golang.org/x/tools/cmd/cover
|
||||||
go get -u github.com/jteeuwen/go-bindata/...
|
go get -u github.com/jteeuwen/go-bindata/...
|
||||||
go get -u github.com/elazarl/go-bindata-assetfs/...
|
go get -u github.com/elazarl/go-bindata-assetfs/...
|
||||||
|
go get -u github.com/drone/mq/...
|
||||||
|
|
||||||
gen: gen_template gen_migrations
|
gen: gen_template gen_migrations
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue