diff options
author | Nick White <git@njw.name> | 2022-11-17 13:07:57 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2022-11-17 13:07:57 +0000 |
commit | 68037f7f35dc7b96d530ed6157d47e3a6dee28a6 (patch) | |
tree | 1e26e806b01527576f77dfbc4d7768bd9f348946 /go.mod | |
parent | 7f6eb257b38463db25851327bb118e0d12114f01 (diff) |
Update preproc to a more robust version
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,6 +9,6 @@ require ( 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 + rescribe.xyz/preproc v0.4.3 rescribe.xyz/utils v0.1.3 ) |