diff options
author | Nick White <git@njw.name> | 2021-04-12 15:00:25 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2021-04-12 15:00:25 +0100 |
commit | 8d2045eee6273f2a30ca91debe05d010556bb630 (patch) | |
tree | 029aebe3618732fa13d90bcacef39738741951c9 /go.mod | |
parent | 8ab178eaa23215c8f5ac41ca36f7863d56d06cf3 (diff) |
Update preproc dependency
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,6 +7,6 @@ require ( github.com/phpdave11/gofpdf v1.4.2 github.com/wcharczuk/go-chart/v2 v2.1.0 golang.org/x/image v0.0.0-20200927104501-e162460cd6b5 - rescribe.xyz/preproc v0.4.1 + rescribe.xyz/preproc v0.4.2 rescribe.xyz/utils v0.1.3 ) |