diff options
author | Nick White <git@njw.name> | 2019-11-12 11:22:40 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2019-11-12 11:22:40 +0000 |
commit | 1ebb21bfd9523291b3cc6f59103204942c5b9400 (patch) | |
tree | b08a7b787cae907125b81997a2a45c861ebf14bd /go.mod | |
parent | 488ae5c11cf7be4a8f35f6f82e19dda22663bcbf (diff) | |
parent | 1547698dfb3869e48bc79bc53a5e8d2d924a03e8 (diff) |
Merge branch 'addpdf'
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +module rescribe.xyz/bookpipeline + +require ( + github.com/aws/aws-sdk-go v1.25.31 + github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect + github.com/jung-kurt/gofpdf v1.15.1 + github.com/wcharczuk/go-chart v2.0.1+incompatible + rescribe.xyz/preproc v0.0.0-20191008143707-787d63fc5d13 + rescribe.xyz/utils v0.0.0-20191031104028-a46b217fd34f +) |