mirror of
https://github.com/unidoc/unipdf.git
synced 2025-04-24 13:48:49 +08:00
34 lines
1.1 KiB
Modula-2
34 lines
1.1 KiB
Modula-2
module github.com/unidoc/unipdf/v3
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/adrg/sysfont v0.1.1
|
|
github.com/boombuler/barcode v1.0.0
|
|
github.com/gorilla/i18n v0.0.0-20150820051429-8b358169da46
|
|
github.com/stretchr/testify v1.7.1
|
|
github.com/trimmer-io/go-xmp v1.0.0
|
|
github.com/unidoc/freetype v0.0.0-20220130190903-3efbeefd0c90
|
|
github.com/unidoc/garabic v0.0.0-20220702200334-8c7cb25baa11
|
|
github.com/unidoc/pkcs7 v0.2.0
|
|
github.com/unidoc/timestamp v0.0.0-20200412005513-91597fd3793a
|
|
github.com/unidoc/unichart v0.1.0
|
|
github.com/unidoc/unitype v0.2.1
|
|
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
|
|
golang.org/x/image v0.5.0
|
|
golang.org/x/net v0.7.0
|
|
golang.org/x/text v0.7.0
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
|
|
)
|
|
|
|
require (
|
|
github.com/adrg/strutil v0.1.0 // indirect
|
|
github.com/adrg/xdg v0.2.1 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/sirupsen/logrus v1.5.0 // indirect
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
)
|