From 036f5c6bb155772aba9b3408413dcda631eb00a1 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 7 Apr 2020 15:32:18 +0100 Subject: Update dependencies --- go.mod | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 750ef9e..9f74c89 100644 --- a/go.mod +++ b/go.mod @@ -1,12 +1,16 @@ module rescribe.xyz/bookpipeline require ( - github.com/aws/aws-sdk-go v1.29.11 - github.com/blend/go-sdk v2.0.0+incompatible // indirect - github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect + github.com/aws/aws-sdk-go v1.30.5 + github.com/davecgh/go-spew v1.1.1 // indirect github.com/jung-kurt/gofpdf v1.16.2 + github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect github.com/wcharczuk/go-chart v2.0.2-0.20191206192251-962b9abdec2b+incompatible golang.org/x/image v0.0.0-20200119044424-58c23975cae1 - rescribe.xyz/preproc v0.1.0 - rescribe.xyz/utils v0.1.1 + golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect + 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.1 + rescribe.xyz/utils v0.1.2 ) -- cgit v1.2.1-24-ge1ad