summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-02-27 17:32:37 +0000
committerNick White <git@njw.name>2020-02-27 17:32:37 +0000
commit05372a7d4ae1baaee2295753b340d654f99bed7c (patch)
tree815e60ae17ff4abe55d3cd7092b1941af4eba6c6 /go.mod
parent1281c63cec52c79fb5b7c960c71f5f4dbbd5a30d (diff)
Update go.mod
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod11
1 files changed, 6 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 498825b..f4f7e26 100644
--- a/go.mod
+++ b/go.mod
@@ -1,11 +1,12 @@
module rescribe.xyz/bookpipeline
require (
- github.com/aws/aws-sdk-go v1.25.31
+ 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/jung-kurt/gofpdf v1.15.1
+ github.com/jung-kurt/gofpdf v1.16.2
github.com/wcharczuk/go-chart v2.0.1+incompatible
- golang.org/x/image v0.0.0-20190910094157-69e4b8554b2a
- rescribe.xyz/preproc v0.0.0-20191008143707-787d63fc5d13
- rescribe.xyz/utils v0.0.0-20191031104028-a46b217fd34f
+ golang.org/x/image v0.0.0-20200119044424-58c23975cae1
+ rescribe.xyz/preproc v0.1.0
+ rescribe.xyz/utils v0.0.0-20200211110912-01d5636bbb33
)