Upgrade go-sqlite to v1.14.22 (#30462)

This commit is contained in:
Lunny Xiao
2024-04-13 21:33:50 +08:00
committed by GitHub
parent 68bd1dd89d
commit fc4e08f804
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -73,7 +73,7 @@ require (
github.com/lib/pq v1.10.9
github.com/markbates/goth v1.78.0
github.com/mattn/go-isatty v0.0.20
github.com/mattn/go-sqlite3 v1.14.17
github.com/mattn/go-sqlite3 v1.14.22
github.com/meilisearch/meilisearch-go v0.25.1
github.com/mholt/archiver/v3 v3.5.1
github.com/microcosm-cc/bluemonday v1.0.26