change db schema to json field

This commit is contained in:
2024-06-17 17:01:26 +02:00
parent 74e2f4e0a2
commit 2c4b6cac19
4 changed files with 130 additions and 67 deletions

10
go.mod
View File

@@ -2,4 +2,12 @@ module tasklist
go 1.20
require github.com/mattn/go-sqlite3 v1.14.16 // indirect
require (
github.com/mattn/go-sqlite3 v1.14.16
github.com/tidwall/gjson v1.17.1
)
require (
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
)