diff options
author | Nick White <git@njw.name> | 2022-02-09 16:23:45 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2022-02-09 16:23:45 +0000 |
commit | b539af4ca52c94db8dfa8a1d7e91a2400ae03f87 (patch) | |
tree | bfbf641c18549cfcaebdb035c01752b2597356ff /go.mod | |
parent | 1045fde0b0e5025ca0c1140949474455418f77f8 (diff) |
rescribe: makefile now supports cross-compiling with fyne
This also necessitated a version bump to fyne.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ module rescribe.xyz/bookpipeline go 1.16 require ( - fyne.io/fyne/v2 v2.1.1 + fyne.io/fyne/v2 v2.1.2 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 |