update deps

This commit is contained in:
Aine
2023-12-19 12:48:50 +02:00
parent fe17195bc1
commit c19c87393c
441 changed files with 11883 additions and 7230 deletions

View File

@@ -10,8 +10,8 @@ default:
@just --list --justfile {{ justfile() }}
# update go deps
update:
go get ./cmd
update *flags:
go get {{flags}} ./cmd
go get gitlab.com/etke.cc/linkpearl@latest
go mod tidy
go mod vendor