Working on vendor module fixes for go

This commit is contained in:
Gregory Kurtzer
2021-08-22 21:54:46 -07:00
parent c6ee7124ec
commit eac54ad88a
3 changed files with 6 additions and 6 deletions

View File

@@ -37,8 +37,8 @@ setup: vendor $(TOOLS_DIR) setup_tools
# vendor
vendor:
@go mod tidy -v
@go mod vendor
go mod tidy -v
go mod vendor
$(TOOLS_DIR):
@mkdir -p $@