From b2486f9aa7f935f144201ed8294fe1dd78dc324a Mon Sep 17 00:00:00 2001 From: Paul van Brouwershaven Date: Mon, 4 Jul 2022 16:35:32 +0200 Subject: [PATCH] Update PKCS7 and time stamp libraries --- go.mod | 4 ++-- go.sum | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index ca84f3d..fd32e45 100644 --- a/go.mod +++ b/go.mod @@ -4,8 +4,8 @@ go 1.17 require ( github.com/digitorus/pdf v0.1.2 - github.com/digitorus/pkcs7 v0.0.0-20200320092839-808436b6f6d1 - github.com/digitorus/timestamp v0.0.0-20220630150916-a1b00e34b289 + github.com/digitorus/pkcs7 v0.0.0-20220704143225-a9c8106cbfc6 + github.com/digitorus/timestamp v0.0.0-20220704143351-8225fba02d52 github.com/mattetti/filebuffer v1.0.1 golang.org/x/crypto v0.0.0-20220307211146-efcb8507fb70 ) diff --git a/go.sum b/go.sum index 164fc45..d8c9623 100644 --- a/go.sum +++ b/go.sum @@ -6,12 +6,16 @@ github.com/digitorus/pdf v0.1.2 h1:RjYEJNbiV6Kcn8QzRi6pwHuOaSieUUrg4EZo4b7KuIQ= github.com/digitorus/pdf v0.1.2/go.mod h1:05fDDJhPswBRM7GTfqCxNiDyeNcN0f+IobfOAl5pdXw= github.com/digitorus/pkcs7 v0.0.0-20200320092839-808436b6f6d1 h1:V1cgDSp4Kq4eMCfazhWyqi2Js7BijkgPnp4Yej9CD9I= github.com/digitorus/pkcs7 v0.0.0-20200320092839-808436b6f6d1/go.mod h1:p2IZ9yq2kEKGFr3rfpYxaaOzB0VdLbF8VkZReEIpJmU= +github.com/digitorus/pkcs7 v0.0.0-20220704143225-a9c8106cbfc6 h1:b98clxJQS08ohZb7PuAqYJw6WvIJGcAWoUVPgOHwNw0= +github.com/digitorus/pkcs7 v0.0.0-20220704143225-a9c8106cbfc6/go.mod h1:ajT9Iifwrck892Z07+wD+dRRv9ULmlmPG0A+OHSrDuQ= github.com/digitorus/timestamp v0.0.0-20210102082646-54ddd7720e27 h1:X8tvQGATvS7vQBAPPn0f7nQPcTamu4ecCbRafPrBgik= github.com/digitorus/timestamp v0.0.0-20210102082646-54ddd7720e27/go.mod h1:IKw2TcDeMaZrNjpdq7gPc7I+a21+Sn34bUqWrTc70Hs= github.com/digitorus/timestamp v0.0.0-20220630080933-558840f252f5 h1:zYpNMBe+1x3h0FMTJThci7KimEldiiOrn0ENMP6+I/8= github.com/digitorus/timestamp v0.0.0-20220630080933-558840f252f5/go.mod h1:IKw2TcDeMaZrNjpdq7gPc7I+a21+Sn34bUqWrTc70Hs= github.com/digitorus/timestamp v0.0.0-20220630150916-a1b00e34b289 h1:WIoYZV4zZKwIymytM65i+WgqyTN/ElCf7KddV01C+0s= github.com/digitorus/timestamp v0.0.0-20220630150916-a1b00e34b289/go.mod h1:IKw2TcDeMaZrNjpdq7gPc7I+a21+Sn34bUqWrTc70Hs= +github.com/digitorus/timestamp v0.0.0-20220704143351-8225fba02d52 h1:8yE7SkzxCSHuu6++s3P2lJJZGLLS8Q5uL3MMwK3wD/U= +github.com/digitorus/timestamp v0.0.0-20220704143351-8225fba02d52/go.mod h1:pSqPNzhOhJrn3N5w7GvPHUuaGa7pPf4cKNm57fGLe2E= github.com/mattetti/filebuffer v1.0.1 h1:gG7pyfnSIZCxdoKq+cPa8T0hhYtD9NxCdI4D7PTjRLM= github.com/mattetti/filebuffer v1.0.1/go.mod h1:YdMURNDOttIiruleeVr6f56OrMc+MydEnTcXwtkxNVs= golang.org/x/crypto v0.0.0-20220307211146-efcb8507fb70 h1:syTAU9FwmvzEoIYMqcPHOcVm4H3U5u90WsvuYgwpETU=