mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-24 10:07:21 +02:00
Fixing modules
This commit is contained in:
parent
5ea7098569
commit
80ecd44a08
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 New Issue
Block a user