mirror of
https://github.com/xiaoqidun/ofdgo.git
synced 2026-08-30 12:12:40 +08:00
41 lines
1.8 KiB
AMPL
41 lines
1.8 KiB
AMPL
module github.com/xiaoqidun/ofdgo
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/tdewolff/canvas v0.0.0-20260109131636-69e1540379c6
|
|
github.com/xiaoqidun/jbig2 v0.0.0-20260118155717-9968b0f88191
|
|
)
|
|
|
|
require (
|
|
codeberg.org/go-latex/latex v0.2.0 // indirect
|
|
codeberg.org/go-pdf/fpdf v0.11.1 // indirect
|
|
github.com/BurntSushi/freetype-go v0.0.0-20160129220410-b763ddbfe298 // indirect
|
|
github.com/BurntSushi/graphics-go v0.0.0-20160129215708-b43f31a4a966 // indirect
|
|
github.com/BurntSushi/xgb v0.0.0-20210121224620-deaf085860bc // indirect
|
|
github.com/BurntSushi/xgbutil v0.0.0-20190907113008-ad855c713046 // indirect
|
|
github.com/ByteArena/poly2tri-go v0.0.0-20170716161910-d102ad91854f // indirect
|
|
github.com/Kagami/go-avif v0.1.0 // indirect
|
|
github.com/andybalholm/brotli v1.2.0 // indirect
|
|
github.com/benoitkugler/textlayout v0.3.1 // indirect
|
|
github.com/benoitkugler/textprocessing v0.0.3 // indirect
|
|
github.com/go-fonts/latin-modern v0.3.3 // indirect
|
|
github.com/go-text/typesetting v0.3.0 // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
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-20250902141222-fb72ecc1bc0a // indirect
|
|
github.com/tdewolff/minify/v2 v2.24.4 // indirect
|
|
github.com/tdewolff/parse/v2 v2.8.4 // indirect
|
|
github.com/wcharczuk/go-chart/v2 v2.1.2 // indirect
|
|
github.com/yuin/goldmark v1.7.13 // indirect
|
|
golang.org/x/image v0.35.0 // indirect
|
|
golang.org/x/net v0.46.0 // indirect
|
|
golang.org/x/text v0.33.0 // indirect
|
|
gonum.org/v1/plot v0.16.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
|
|
)
|