go mod tidy?
This commit is contained in:
parent
6ee932d1cf
commit
9803e0bd1f
2
Makefile
2
Makefile
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue