diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -3,11 +3,13 @@ module rescribe.xyz/bookpipeline go 1.16 require ( - fyne.io/fyne/v2 v2.3.0 + fyne.io/fyne/v2 v2.4.3 github.com/aws/aws-sdk-go v1.40.6 github.com/nickjwhite/gofpdf v1.12.7-0.20210817123627-3cbaeb9797ef + github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect github.com/wcharczuk/go-chart/v2 v2.1.0 - golang.org/x/image v0.1.0 + golang.org/x/image v0.11.0 + gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect rescribe.xyz/pdf v0.1.6 rescribe.xyz/preproc v0.4.3 rescribe.xyz/utils v0.1.3 |