fix dependencies

This commit is contained in:
2024-06-17 17:38:19 +02:00
parent 94314ae91e
commit b9f8fe84d9
2 changed files with 1 additions and 15 deletions

10
go.mod
View File

@@ -2,12 +2,4 @@ module tasklist
go 1.20
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
)
require github.com/mattn/go-sqlite3 v1.14.16