fix go build with sqlite
This commit is contained in:
parent
0bd065c2d1
commit
f6b6c8a7e6
2 changed files with 6 additions and 4 deletions
3
go.mod
3
go.mod
|
|
@ -5,6 +5,5 @@ go 1.25.0
|
|||
require (
|
||||
git.travisshears.com/travisshears/gemlog-cli v1.1.0
|
||||
github.com/kulak/gemini v1.2.2
|
||||
github.com/mattn/go-sqlite3 v1.14.32
|
||||
)
|
||||
|
||||
require github.com/mattn/go-sqlite3 v1.14.32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue