go mod tidy?

This commit is contained in:
Scott Blum 2023-12-26 09:16:02 -05:00
parent 6ee932d1cf
commit 9803e0bd1f
1 changed files with 2 additions and 0 deletions

View File

@ -18,10 +18,12 @@ ci: deps checkgofmt checkgenerate vet staticcheck ineffassign predeclared test
.PHONY: deps .PHONY: deps
deps: deps:
go get -d -v -t ./... go get -d -v -t ./...
go mod tidy
.PHONY: updatedeps .PHONY: updatedeps
updatedeps: updatedeps:
go get -d -v -t -u -f ./... go get -d -v -t -u -f ./...
go mod tidy
.PHONY: install .PHONY: install
install: install: