mirror of
https://github.com/unidoc/unipdf.git
synced 2025-04-24 13:48:49 +08:00

* Add timestamp signature handler * Add timestamp signature handler test * fix PR issues * fix PR issues * fix PR issues * Fix Co-authored-by: Gunnsteinn Hall <gunnsteinn.hall@gmail.com>
16 lines
486 B
Modula-2
16 lines
486 B
Modula-2
module github.com/unidoc/unipdf/v3
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/adrg/sysfont v0.1.0
|
|
github.com/boombuler/barcode v1.0.0
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/unidoc/pkcs7 v0.0.0-20200411230602-d883fd70d1df
|
|
github.com/unidoc/timestamp v0.0.0-20200412005513-91597fd3793a
|
|
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
|
|
golang.org/x/image v0.0.0-20181116024801-cd38e8056d9b
|
|
golang.org/x/text v0.3.2
|
|
)
|