2019-05-16 23:08:40 +03:00
|
|
|
module github.com/unidoc/unipdf/v3
|
2018-11-29 01:15:19 +02:00
|
|
|
|
2020-03-27 12:47:41 +01:00
|
|
|
go 1.11
|
|
|
|
|
2018-11-29 01:15:19 +02:00
|
|
|
require (
|
2020-03-02 23:22:54 +02:00
|
|
|
github.com/adrg/sysfont v0.1.0
|
2018-11-29 01:15:19 +02:00
|
|
|
github.com/boombuler/barcode v1.0.0
|
2020-06-16 21:19:10 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2020-03-02 23:22:54 +02:00
|
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
2020-06-16 21:19:10 +00:00
|
|
|
github.com/sirupsen/logrus v1.6.0
|
2020-05-05 00:17:27 +00:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2020-04-22 23:21:53 +03:00
|
|
|
github.com/unidoc/pkcs7 v0.0.0-20200411230602-d883fd70d1df
|
|
|
|
github.com/unidoc/timestamp v0.0.0-20200412005513-91597fd3793a
|
2020-06-16 21:19:10 +00:00
|
|
|
github.com/unidoc/unitype v0.2.0
|
2019-07-14 23:18:40 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
|
2018-11-29 01:15:19 +02:00
|
|
|
golang.org/x/image v0.0.0-20181116024801-cd38e8056d9b
|
2020-06-16 21:19:10 +00:00
|
|
|
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 // indirect
|
2019-07-14 23:18:40 +02:00
|
|
|
golang.org/x/text v0.3.2
|
2018-11-29 01:15:19 +02:00
|
|
|
)
|