mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-05-24 17:16:31 +00:00
Bumped sqlite3 version to fix issue building with musl
This commit is contained in:
parent
c9be1ce75d
commit
6aefafa614
2 changed files with 3 additions and 3 deletions
2
go.mod
2
go.mod
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue