Added make command to check for dependency updates.
This commit is contained in:
parent
cb58b89b6c
commit
0cb52b6e12
1 changed files with 6 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -61,3 +61,8 @@ test:
|
|||
worker:
|
||||
clear
|
||||
go run worker/worker.go
|
||||
|
||||
# Check for direct dependency updates
|
||||
.PHONY: check-updates
|
||||
check-updates:
|
||||
go list -u -m -f '{{if not .Indirect}}{{.}}{{end}}' all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue