2019-05-16 23:08:40 +03:00
|
|
|
module github.com/unidoc/unipdf/v3
|
2018-11-29 01:15:19 +02:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/boombuler/barcode v1.0.0
|
2019-03-28 10:12:18 +00:00
|
|
|
github.com/gunnsth/pkcs7 v0.0.0-20181213175627-3cffc6fbfe83
|
2019-02-07 12:17:54 +00:00
|
|
|
github.com/stretchr/testify v1.3.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
|
2019-07-14 23:18:40 +02:00
|
|
|
golang.org/x/lint v0.0.0-20190409202823-959b441ac422 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20190606173856-1492cefac77f // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20190606203320-7fc4e5ec1444 // indirect
|
|
|
|
golang.org/x/text v0.3.2
|
|
|
|
golang.org/x/tools v0.0.0-20190606174628-0139d5756a7d // indirect
|
2018-11-29 01:15:19 +02:00
|
|
|
)
|