Fixing modules

This commit is contained in:
Laszlo Fogas 2021-02-19 09:47:26 +01:00
parent 5ea7098569
commit 80ecd44a08

View file

@ -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)