2019-05-16 23:08:40 +03:00
|
|
|
module github.com/unidoc/unipdf/v3
|
2018-11-29 01:15:19 +02:00
|
|
|
|
2022-03-13 12:41:53 +00:00
|
|
|
go 1.14
|
2020-03-27 12:47:41 +01:00
|
|
|
|
2018-11-29 01:15:19 +02:00
|
|
|
require (
|
2020-10-19 10:58:10 +00:00
|
|
|
github.com/adrg/sysfont v0.1.1
|
2018-11-29 01:15:19 +02:00
|
|
|
github.com/boombuler/barcode v1.0.0
|
2022-04-27 00:10:33 +00:00
|
|
|
github.com/stretchr/testify v1.7.1
|
2021-12-14 01:08:28 +00:00
|
|
|
github.com/trimmer-io/go-xmp v1.0.0
|
2022-02-05 21:34:53 +00:00
|
|
|
github.com/unidoc/freetype v0.0.0-20220130190903-3efbeefd0c90
|
2021-10-22 10:53:20 +00:00
|
|
|
github.com/unidoc/pkcs7 v0.1.0
|
2020-04-22 23:21:53 +03:00
|
|
|
github.com/unidoc/timestamp v0.0.0-20200412005513-91597fd3793a
|
2022-04-27 00:10:33 +00:00
|
|
|
github.com/unidoc/unichart v0.1.0
|
2020-10-19 10:58:10 +00:00
|
|
|
github.com/unidoc/unitype v0.2.1
|
|
|
|
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
|
2022-02-05 21:34:53 +00:00
|
|
|
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
|
|
|
|
golang.org/x/text v0.3.6
|
2020-08-27 21:45:09 +00:00
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
|
2018-11-29 01:15:19 +02:00
|
|
|
)
|