mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 18:01:02 +00:00
Fixing modules
This commit is contained in:
parent
5ea7098569
commit
80ecd44a08
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -13,6 +13,7 @@ deps:
|
|||
go get -u github.com/golang/protobuf/proto
|
||||
go get -u github.com/golang/protobuf/protoc-gen-go
|
||||
go get -d docker.io/go-docker
|
||||
go get -d github.com/jackspirou/syscerts
|
||||
|
||||
formatcheck:
|
||||
([ -z "$(shell gofmt -d $(GOFILES_NOVENDOR))" ]) || (echo "Source is unformatted"; exit 1)
|
||||
|
|
Loading…
Reference in a new issue