build: new deps target

This commit is contained in:
decentral1se 2024-06-19 19:14:31 +02:00
parent e6b35e8524
commit 791183adfe
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -53,3 +53,6 @@ test:
loc:
@find . -name "*.go" | xargs wc -l
deps:
@go get -t -u ./...