Fixes and support for ApprovalSignature and TimeStampSignature
This commit is contained in:
8
go.mod
8
go.mod
@@ -4,9 +4,9 @@ go 1.17
|
||||
|
||||
require (
|
||||
github.com/digitorus/pdf v0.1.2
|
||||
github.com/digitorus/pkcs7 v0.0.0-20230220124406-51331ccfc40f
|
||||
github.com/digitorus/timestamp v0.0.0-20230220124323-d542479a2425
|
||||
github.com/digitorus/pkcs7 v0.0.0-20230818184609-3a137a874352
|
||||
github.com/digitorus/timestamp v0.0.0-20231217203849-220c5c2851b7
|
||||
github.com/mattetti/filebuffer v1.0.1
|
||||
golang.org/x/crypto v0.28.0
|
||||
golang.org/x/text v0.19.0
|
||||
golang.org/x/crypto v0.29.0
|
||||
golang.org/x/text v0.20.0
|
||||
)
|
||||
|
Reference in New Issue
Block a user