Update packages

This commit is contained in:
Paul van Brouwershaven
2023-02-20 13:18:05 +01:00
parent d3f4c77359
commit 8986ee90a9
2 changed files with 10 additions and 3 deletions

6
go.mod
View File

@@ -4,8 +4,8 @@ go 1.17
require (
github.com/digitorus/pdf v0.1.2
github.com/digitorus/pkcs7 v0.0.0-20220704143225-a9c8106cbfc6
github.com/digitorus/timestamp v0.0.0-20220704143351-8225fba02d52
github.com/digitorus/pkcs7 v0.0.0-20221212123742-001c36b64ec3
github.com/digitorus/timestamp v0.0.0-20221118121739-0faba6f30e54
github.com/mattetti/filebuffer v1.0.1
golang.org/x/crypto v0.0.0-20220307211146-efcb8507fb70
golang.org/x/crypto v0.6.0
)