mirror of
https://github.com/prosolis/gogobee.git
synced 2026-07-15 00:32:40 +00:00
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:
6
go.mod
6
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user