Bumped sqlite3 version to fix issue building with musl

This commit is contained in:
Gnarwhal 2024-07-29 22:18:49 +00:00
parent c9be1ce75d
commit 6aefafa614
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -13,7 +13,7 @@ require (
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/joho/godotenv v1.4.0
github.com/lib/pq v1.10.7
github.com/mattn/go-sqlite3 v1.14.16
github.com/mattn/go-sqlite3 v1.14.22
github.com/microcosm-cc/bluemonday v1.0.26
github.com/pelletier/go-toml/v2 v2.1.0
github.com/reugn/equalizer v0.0.0-20210216135016-a959c509d7ad