fix(deps): update golang deps non-major

This commit was merged in pull request #62.
This commit is contained in:
2026-06-26 00:06:31 +00:00
parent 5e69121eef
commit d6e8f849da
2 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -10,15 +10,15 @@ require (
github.com/go-sql-driver/mysql v1.10.0
github.com/joho/godotenv v1.5.1
github.com/lib/pq v1.12.3
github.com/mattn/go-sqlite3 v1.14.45
github.com/mattn/go-sqlite3 v1.14.47
github.com/microcosm-cc/bluemonday v1.0.27
github.com/pelletier/go-toml/v2 v2.3.1
github.com/pelletier/go-toml/v2 v2.4.2
github.com/reugn/equalizer v0.0.0-20210216135016-a959c509d7ad
github.com/rs/zerolog v1.35.1
github.com/stretchr/testify v1.11.1
github.com/urfave/cli/v2 v2.27.7
golang.org/x/exp v0.0.0-20260611194520-c48552f49976
xorm.io/xorm v1.3.11
xorm.io/xorm v1.4.0
)
require (