From a9bcda93f3a19bee07aa04b79dc4fc515c74de17 Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 17 Nov 2022 12:49:51 +0000 Subject: rescribe: support CCITTFaxDecode (tiff) encoded images in PDF reading --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 2ac72fa..eecbbbb 100644 --- a/go.mod +++ b/go.mod @@ -7,8 +7,8 @@ require ( github.com/aws/aws-sdk-go v1.40.6 github.com/nickjwhite/gofpdf v1.12.7-0.20210817123627-3cbaeb9797ef github.com/wcharczuk/go-chart/v2 v2.1.0 - golang.org/x/image v0.0.0-20220601225756-64ec528b34cd - rescribe.xyz/pdf v0.1.3 - rescribe.xyz/preproc v0.4.2 + golang.org/x/image v0.1.0 + rescribe.xyz/pdf v0.1.4 + rescribe.xyz/preproc v0.4.3 rescribe.xyz/utils v0.1.3 ) -- cgit v1.2.1-24-ge1ad