This commit is contained in:
Nazar Kanaev
2024-09-25 12:32:23 +01:00
parent b70fc8db06
commit 8e4caf7d1b
16 changed files with 233 additions and 90 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/nkanaev/yarr
go 1.17
go 1.18
require (
github.com/mattn/go-sqlite3 v1.14.7