unipdf/go.mod
2020-10-19 10:58:10 +00:00

18 lines
577 B
Modula-2

module github.com/unidoc/unipdf/v3
go 1.12
require (
github.com/adrg/sysfont v0.1.1
github.com/boombuler/barcode v1.0.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/stretchr/testify v1.6.1
github.com/unidoc/pkcs7 v0.0.0-20200411230602-d883fd70d1df
github.com/unidoc/timestamp v0.0.0-20200412005513-91597fd3793a
github.com/unidoc/unitype v0.2.1
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5
golang.org/x/text v0.3.3
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
)