summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorNick White <git@njw.name>2022-11-17 15:40:29 +0000
committerNick White <git@njw.name>2022-11-17 15:40:29 +0000
commitd9cf2b5568598eb7a5a938fc7ae3a9c001d240c7 (patch)
tree39b605bc60bbf8836a9f65fe62b19fe58a22cda5 /go.mod
parent4c5b49d05ba0193d6299f27480b597d0c998979e (diff)
Update PDF reading library to enable reading more CCITT formatted images in PDFs
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index eecbbbb..bfbe135 100644
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,7 @@ require (
github.com/nickjwhite/gofpdf v1.12.7-0.20210817123627-3cbaeb9797ef
github.com/wcharczuk/go-chart/v2 v2.1.0
golang.org/x/image v0.1.0
- rescribe.xyz/pdf v0.1.4
+ rescribe.xyz/pdf v0.1.6
rescribe.xyz/preproc v0.4.3
rescribe.xyz/utils v0.1.3
)