diff options
author | Nick White <git@njw.name> | 2021-02-05 17:15:51 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2021-02-05 17:15:51 +0000 |
commit | 11470933e4fd379b4aefa4e2bab33662a72791c2 (patch) | |
tree | 8607e7739989ff63032b9ce10a8bf8553ecc6eb6 /go.mod | |
parent | 3e7da751b3ca917adb79674eac4ef2a3267e3984 (diff) | |
parent | a8c7481f0dc02bbda3b3a07091e9d61f6eb728b2 (diff) |
Merge branch 'master' of ssh://ssh.phx.nearlyfreespeech.net/home/public/bookpipeline
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -3,16 +3,10 @@ module rescribe.xyz/bookpipeline go 1.14 require ( - 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/aws/aws-sdk-go v1.37.1 + github.com/phpdave11/gofpdf v1.4.2 github.com/wcharczuk/go-chart/v2 v2.1.0 golang.org/x/image v0.0.0-20200927104501-e162460cd6b5 - 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.4.0 + rescribe.xyz/preproc v0.4.1 rescribe.xyz/utils v0.1.3 ) |