From 4e049c6ad0117e76e6221cbdaa98e0fc6595b54f Mon Sep 17 00:00:00 2001 From: Roman Lasskiy Date: Wed, 25 Feb 2026 12:47:06 +0000 Subject: [PATCH 1/2] CW-3261 - Nitro Sign corrupts files created/produced by Aspose#230 --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 73c3ef9..b4783f9 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/s3 v1.94.0 github.com/go-chi/chi/v5 v5.2.3 github.com/google/uuid v1.6.0 - github.com/nitro/lazypdf/v2 v2.0.0-20251222085501-6157acf24854 + github.com/nitro/lazypdf/v2 v2.0.0-20260225124350-9d56656a8ef1 github.com/rs/zerolog v1.34.0 github.com/sirupsen/logrus v1.9.3 // indirect github.com/smartystreets/goconvey v1.6.4 // indirect diff --git a/go.sum b/go.sum index c342326..8387414 100644 --- a/go.sum +++ b/go.sum @@ -188,6 +188,8 @@ github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee h1:W5t00kpgFd github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= github.com/nitro/lazypdf/v2 v2.0.0-20251222085501-6157acf24854 h1:sr7laRsZSbLr0eoUf3hiYRyn7tTwy3Rx6+JjmkHsmfI= github.com/nitro/lazypdf/v2 v2.0.0-20251222085501-6157acf24854/go.mod h1:hIq0I7f/dyOQlD8RP0wFK57BCgKiFZxl9uO9jeso2y8= +github.com/nitro/lazypdf/v2 v2.0.0-20260225124350-9d56656a8ef1 h1:1eflbSwBsMzYyH6vS14hHLk6e6tpr6Vg/lKVpsfAT3A= +github.com/nitro/lazypdf/v2 v2.0.0-20260225124350-9d56656a8ef1/go.mod h1:hIq0I7f/dyOQlD8RP0wFK57BCgKiFZxl9uO9jeso2y8= github.com/open-telemetry/opentelemetry-collector-contrib/pkg/sampling v0.133.0 h1:iPei+89a2EK4LuN4HeIRzZNE6XxCyrKfBKG3BkK/ViU= github.com/open-telemetry/opentelemetry-collector-contrib/pkg/sampling v0.133.0/go.mod h1:asV77TgnGfc7A+a9jggdsnlLlW5dnJT8RroVuf5slko= github.com/open-telemetry/opentelemetry-collector-contrib/processor/probabilisticsamplerprocessor v0.133.0 h1:4ca2pM3+xDMB9H3UnhjAiNg7EpIydZ7HdohOexU8xb8= From d97156d7dfd1aaeac4a8cade079871be10fe2a1e Mon Sep 17 00:00:00 2001 From: Roman Lasskiy Date: Wed, 25 Feb 2026 12:49:35 +0000 Subject: [PATCH 2/2] go mod tidy --- go.sum | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.sum b/go.sum index 8387414..c99aacf 100644 --- a/go.sum +++ b/go.sum @@ -186,8 +186,6 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJ github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee h1:W5t00kpgFdJifH4BDsTlE89Zl93FEloxaWZfGcifgq8= github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= -github.com/nitro/lazypdf/v2 v2.0.0-20251222085501-6157acf24854 h1:sr7laRsZSbLr0eoUf3hiYRyn7tTwy3Rx6+JjmkHsmfI= -github.com/nitro/lazypdf/v2 v2.0.0-20251222085501-6157acf24854/go.mod h1:hIq0I7f/dyOQlD8RP0wFK57BCgKiFZxl9uO9jeso2y8= github.com/nitro/lazypdf/v2 v2.0.0-20260225124350-9d56656a8ef1 h1:1eflbSwBsMzYyH6vS14hHLk6e6tpr6Vg/lKVpsfAT3A= github.com/nitro/lazypdf/v2 v2.0.0-20260225124350-9d56656a8ef1/go.mod h1:hIq0I7f/dyOQlD8RP0wFK57BCgKiFZxl9uO9jeso2y8= github.com/open-telemetry/opentelemetry-collector-contrib/pkg/sampling v0.133.0 h1:iPei+89a2EK4LuN4HeIRzZNE6XxCyrKfBKG3BkK/ViU=