diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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 ) |