diff options
author | Nick White <git@njw.name> | 2021-10-25 16:58:51 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2021-10-25 16:58:51 +0100 |
commit | 0f5e9d9cbca588c22c7e0c96390436ec5763668a (patch) | |
tree | a12739e0df4778f4c3b7bb4ff388cfaa938f1ceb /go.mod | |
parent | ebf623c447d4fe73801242262d4b584920235920 (diff) |
rescribe: wip gui using fyne
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,10 +3,12 @@ module rescribe.xyz/bookpipeline go 1.16 require ( + fyne.io/fyne/v2 v2.1.1 github.com/aws/aws-sdk-go v1.40.6 github.com/nickjwhite/gofpdf v1.12.7-0.20210817123627-3cbaeb9797ef github.com/wcharczuk/go-chart/v2 v2.1.0 golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d + golang.org/x/sys v0.0.0-20211023085530-d6a326fbbf70 // indirect rescribe.xyz/preproc v0.4.2 rescribe.xyz/utils v0.1.3 ) |