1
0
mirror of https://github.com/fumiama/go-onebot-agent.git synced 2026-06-05 02:00:23 +08:00

chore: update deps

This commit is contained in:
源文雨
2026-04-05 00:07:54 +08:00
parent bc4ca0e119
commit 921eee5b68
3 changed files with 20 additions and 16 deletions

11
go.mod
View File

@@ -1,9 +1,9 @@
module github.com/fumiama/go-onebot-agent
go 1.20
go 1.26.1
require (
github.com/FloatTech/imgfactory v0.2.2-0.20230413152719-e101cc3606ef
github.com/FloatTech/gg v1.1.4-0.20260404154921-9a57502381a1
github.com/FloatTech/ttl v0.0.0-20240716161252-965925764562
github.com/RomiChan/syncx v0.0.0-20240418144900-b7402ffdebc7
github.com/corona10/goimagehash v1.1.1-0.20240121134706-d8115886f360
@@ -15,16 +15,17 @@ require (
)
require (
github.com/FloatTech/gg v1.1.3 // indirect
github.com/disintegration/imaging v1.6.2 // indirect
github.com/ebitengine/purego v0.10.0 // indirect
github.com/ericpauley/go-quantize v0.0.0-20200331213906-ae555eb2afa4 // indirect
github.com/fumiama/gozel v0.0.0-20260329105205-a95fde52433a // indirect
github.com/fumiama/imgsz v0.0.4 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/tidwall/gjson v1.17.3 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
golang.org/x/image v0.16.0 // indirect
golang.org/x/image v0.38.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.15.0 // indirect
golang.org/x/text v0.35.0 // indirect
)