diff options
author | Nick White <git@njw.name> | 2022-11-17 15:40:29 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2022-11-17 15:40:29 +0000 |
commit | d9cf2b5568598eb7a5a938fc7ae3a9c001d240c7 (patch) | |
tree | 39b605bc60bbf8836a9f65fe62b19fe58a22cda5 /go.mod | |
parent | 4c5b49d05ba0193d6299f27480b597d0c998979e (diff) |
Update PDF reading library to enable reading more CCITT formatted images in PDFs
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |