fix(deps): update module github.com/lib/pq to v1.11.1

This commit was merged in pull request #18.
This commit is contained in:
2026-01-30 00:06:46 +00:00
parent 8c4b7895ba
commit 7cc27ba911
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -11,7 +11,7 @@ require (
github.com/go-acme/lego/v4 v4.31.0
github.com/go-sql-driver/mysql v1.9.3
github.com/joho/godotenv v1.5.1
github.com/lib/pq v1.10.9
github.com/lib/pq v1.11.1
github.com/mattn/go-sqlite3 v1.14.33
github.com/microcosm-cc/bluemonday v1.0.27
github.com/pelletier/go-toml/v2 v2.2.4