Skip to content

Commit

Permalink
Add go mod tidy to clean up modules
Browse files Browse the repository at this point in the history
  • Loading branch information
MChorfa committed May 13, 2020
1 parent f948fec commit 46f5564
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ build-client: generate
$(GO) build -ldflags '$(LDFLAGS)' -o $(BINDIR)/$(MIXIN)$(FILE_EXT) ./cmd/$(MIXIN)

generate: packr2
$(GO) mod tidy
$(GO) generate ./...

HAS_PACKR2 := $(shell command -v packr2)
Expand Down

0 comments on commit 46f5564

Please sign in to comment.