chore: ⬆️ updated deps

This commit is contained in:
2026-05-20 22:52:20 +02:00
parent d9f27c1775
commit 43f4680176
374 changed files with 295527 additions and 301467 deletions
+2 -2
View File
@@ -61,13 +61,13 @@ edit:
editor:
go test -c -o /dev/null
go build -v -o /dev/null ./...
cd vendor_libsqlite3 && go build -o /dev/null main.go
cd vendor_libs && go build -o /dev/null main.go
test:
go test -v -timeout 24h
vendor:
cd vendor_libsqlite3 && go build -o ../vendor main.go
cd vendor_libs && go build -o ../vendor main.go
./vendor
rm -f vendor
make build_all_targets