This commit is contained in:
2026-02-13 11:30:39 +03:00
commit 8cf2e69df9
3 changed files with 362 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module podcaster
go 1.25.6
require (
github.com/jmoiron/sqlx v1.4.0
github.com/mattn/go-sqlite3 v1.14.34
)