26 lines
790 B
AMPL
26 lines
790 B
AMPL
module pdf
|
|
|
|
go 1.25.5
|
|
|
|
require (
|
|
github.com/pdfcpu/pdfcpu v0.11.1
|
|
github.com/urfave/cli/v2 v2.27.7
|
|
)
|
|
|
|
require (
|
|
github.com/clipperhouse/stringish v0.1.1 // indirect
|
|
github.com/clipperhouse/uax29/v2 v2.3.0 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
|
|
github.com/hhrutter/lzw v1.0.0 // indirect
|
|
github.com/hhrutter/pkcs7 v0.2.0 // indirect
|
|
github.com/hhrutter/tiff v1.0.2 // indirect
|
|
github.com/mattn/go-runewidth v0.0.19 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 // indirect
|
|
golang.org/x/crypto v0.46.0 // indirect
|
|
golang.org/x/image v0.34.0 // indirect
|
|
golang.org/x/text v0.32.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|