mirror of
https://github.com/xiaoqidun/ofdgo.git
synced 2026-08-30 12:12:40 +08:00
feat(升级依赖): 升级canvas和jbig2
This commit is contained in:
@@ -3,8 +3,8 @@ module github.com/xiaoqidun/ofdgo
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
github.com/tdewolff/canvas v0.0.0-20260406091912-5d4f7059846e
|
||||
github.com/xiaoqidun/jbig2 v0.0.0-20260410020505-aaeb46433155
|
||||
github.com/tdewolff/canvas v0.0.0-20260617131110-529326a1955e
|
||||
github.com/xiaoqidun/jbig2 v0.0.0-20260624075118-47743b68effa
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -25,15 +25,15 @@ require (
|
||||
github.com/kolesa-team/go-webp v1.0.5 // indirect
|
||||
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef // indirect
|
||||
github.com/srwiley/scanx v0.0.0-20190309010443-e94503791388 // indirect
|
||||
github.com/tdewolff/font v0.0.0-20260314002930-9f995dac393e // indirect
|
||||
github.com/tdewolff/minify/v2 v2.24.11 // indirect
|
||||
github.com/tdewolff/parse/v2 v2.8.11 // indirect
|
||||
github.com/tdewolff/font v0.0.0-20260424075104-b5eeb1e23189 // indirect
|
||||
github.com/tdewolff/minify/v2 v2.24.13 // indirect
|
||||
github.com/tdewolff/parse/v2 v2.8.12 // indirect
|
||||
github.com/wcharczuk/go-chart/v2 v2.1.2 // indirect
|
||||
github.com/yuin/goldmark v1.8.2 // indirect
|
||||
golang.org/x/image v0.39.0 // indirect
|
||||
golang.org/x/net v0.52.0 // indirect
|
||||
golang.org/x/text v0.36.0 // indirect
|
||||
gonum.org/v1/plot v0.16.0 // indirect
|
||||
golang.org/x/image v0.43.0 // indirect
|
||||
golang.org/x/net v0.53.0 // indirect
|
||||
golang.org/x/text v0.38.0 // indirect
|
||||
gonum.org/v1/plot v0.17.0 // indirect
|
||||
modernc.org/knuth v0.5.5 // indirect
|
||||
modernc.org/token v1.1.0 // indirect
|
||||
star-tex.org/x/tex v0.7.1 // indirect
|
||||
|
||||
Reference in New Issue
Block a user