Bump remaining direct deps: goquery, expr, x/image

Wave 2 of the dependency refresh — cosmetic patch bumps on the
non-security-sensitive direct deps. Full test suite passes.

- github.com/PuerkitoBio/goquery 1.10.3 → 1.12.0
- github.com/expr-lang/expr      1.17.5 → 1.17.8
- golang.org/x/image             0.36.0 → 0.40.0

Remaining outdated entries in `go list -u -m all` are transitive
indirects pinned by other libraries (yaml.v2, xerrors, go-cmp, joker,
mattn/go-isatty); not on our code path.
This commit is contained in:
prosolis
2026-05-17 11:37:20 -07:00
parent b58f154b4d
commit 3b5a6ad4b8
2 changed files with 9 additions and 9 deletions

6
go.mod
View File

@@ -3,16 +3,16 @@ module gogobee
go 1.25.0
require (
github.com/PuerkitoBio/goquery v1.10.3
github.com/PuerkitoBio/goquery v1.12.0
github.com/chehsunliu/poker v0.1.0
github.com/expr-lang/expr v1.17.5
github.com/expr-lang/expr v1.17.8
github.com/fogleman/gg v1.3.0
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
github.com/olebedev/when v1.1.0
github.com/robfig/cron/v3 v3.0.1
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
golang.org/x/image v0.36.0
golang.org/x/image v0.40.0
maunium.net/go/mautrix v0.28.0
modernc.org/sqlite v1.50.1
)