summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-02-28 18:23:38 +0000
committerNick White <git@njw.name>2020-02-28 18:23:38 +0000
commitb34722465b49336ac3d5237a5fe19a0a60a4c39d (patch)
treefcffd6fb09cae3d593d21fd181169b26a7c18983 /go.mod
parentb2a173b50b87fb49b6b7d62962c4b455e66e25ef (diff)
Update go-chart to a working version in go.modv0.1.2
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 2d1730d..750ef9e 100644
--- a/go.mod
+++ b/go.mod
@@ -5,8 +5,8 @@ require (
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.16.2
- github.com/wcharczuk/go-chart v2.0.1+incompatible
+ github.com/wcharczuk/go-chart v2.0.2-0.20191206192251-962b9abdec2b+incompatible
golang.org/x/image v0.0.0-20200119044424-58c23975cae1
rescribe.xyz/preproc v0.1.0
- rescribe.xyz/utils v0.1.0
+ rescribe.xyz/utils v0.1.1
)