diff --git a/Makefile b/Makefile index 5b994da..7f4eb1d 100644 --- a/Makefile +++ b/Makefile @@ -15,3 +15,9 @@ protos: build: $(D)CGO_ENABLED=0 go build -v -ldflags '-extldflags "-static"' . + +update: + go get -u ./... && \ + go mod tidy && \ + go mod vendor +