diff options
author | Nick White <git@njw.name> | 2022-11-17 12:49:51 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2022-11-17 13:29:35 +0000 |
commit | a9bcda93f3a19bee07aa04b79dc4fc515c74de17 (patch) | |
tree | 79d991d50421518711d116b1f5a15184736d7726 /go.mod | |
parent | be3a836725a22d8bc41f576502f9db721283021c (diff) |
rescribe: support CCITTFaxDecode (tiff) encoded images in PDF reading
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 ) |