summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-04-14 12:16:05 +0100
committerNick White <git@njw.name>2020-04-14 12:16:05 +0100
commit1acb120a0a79434c5726935c3b3f57595b354496 (patch)
tree12ac95602e962393ee7b604c83413527e1b8564d /go.mod
parent1f7329ea444738f540d89567b1d7f2d737dd9c31 (diff)
Update preproc and utils dependenciesv0.2.2
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 4 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 9f74c89..9b85a12 100644
--- a/go.mod
+++ b/go.mod
@@ -2,7 +2,9 @@ module rescribe.xyz/bookpipeline
require (
github.com/aws/aws-sdk-go v1.30.5
+ github.com/blend/go-sdk v2.0.0+incompatible // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
+ github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // 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
@@ -11,6 +13,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.1
- rescribe.xyz/utils v0.1.2
+ rescribe.xyz/preproc v0.1.2
+ rescribe.xyz/utils v0.1.3
)