mirror of
https://github.com/unidoc/unipdf.git
synced 2025-05-09 19:29:34 +08:00
11 lines
319 B
Modula-2
11 lines
319 B
Modula-2
module github.com/unidoc/unipdf/v3
|
|
|
|
require (
|
|
github.com/boombuler/barcode v1.0.0
|
|
github.com/gunnsth/pkcs7 v0.0.0-20181213175627-3cffc6fbfe83
|
|
github.com/stretchr/testify v1.3.0
|
|
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c
|
|
golang.org/x/image v0.0.0-20181116024801-cd38e8056d9b
|
|
golang.org/x/text v0.3.0
|
|
)
|