From 9608fbaa5a1a99d039b8af0f2ea3dc8670e239e8 Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 20 Jul 2020 11:49:12 +0100 Subject: Update preproc to v0.1.4 to take advantage of vertical wiping parameters, and change WipeFile() to take advantage of them --- go.mod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 59bdbc6..ab3ccda 100644 --- a/go.mod +++ b/go.mod @@ -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 ) -- cgit v1.2.1-24-ge1ad