From 80ecd44a08d3af4249c0b036eec7b01695e94120 Mon Sep 17 00:00:00 2001 From: Laszlo Fogas Date: Fri, 19 Feb 2021 09:47:26 +0100 Subject: [PATCH] Fixing modules --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e1d1b13bb..011e32be4 100644 --- a/Makefile +++ b/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)