summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 87649fc..7a545b0 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,8 @@ default: install
# This will re-generate ALL of the needed autogenerated .pb.go files
generate:
+ go mod init
+ go mod tidy
go generate
vet: