This commit is contained in:
2025-12-16 21:23:28 +03:00
commit cb0b14799e
15 changed files with 1109 additions and 0 deletions

8
api/go.mod Normal file
View File

@@ -0,0 +1,8 @@
module archive.local
go 1.25.4
require (
github.com/jmoiron/sqlx v1.4.0 // indirect
github.com/mattn/go-sqlite3 v1.14.32 // indirect
)