diff options
author | Nick White <git@njw.name> | 2020-07-20 11:49:12 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-07-20 11:49:12 +0100 |
commit | 9608fbaa5a1a99d039b8af0f2ea3dc8670e239e8 (patch) | |
tree | b2f7be08fd3019916cea788dacb1f9670fa5c349 /go.mod | |
parent | 8aa2d713d511baeaa94472e238e46c6d02ac9332 (diff) |
Update preproc to v0.1.4 to take advantage of vertical wiping parameters, and change WipeFile() to take advantage of themv0.2.5
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ module rescribe.xyz/bookpipeline +go 1.14 + require ( github.com/aws/aws-sdk-go v1.30.5 github.com/blend/go-sdk v2.0.0+incompatible // indirect @@ -13,6 +15,6 @@ require ( golang.org/x/text v0.3.2 // indirect gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect gopkg.in/yaml.v2 v2.2.8 // indirect - rescribe.xyz/preproc v0.1.3 + rescribe.xyz/preproc v0.1.4 rescribe.xyz/utils v0.1.3 ) |