summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorNick White <git@njw.name>2021-04-12 14:31:39 +0100
committerNick White <git@njw.name>2021-04-12 14:31:39 +0100
commit54510d7c797682d37b1bb0d62d8bb7c3f5951388 (patch)
treeff5998c710f4f5a01515555ac786f1e1e7759623 /go.mod
parentde17e27799e372b5056814550c344f6a62353128 (diff)
Update go-chart dependency (should solve issues with bad go-sdk version)v0.4.2
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 1 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 0a31aad..858f072 100644
--- a/go.mod
+++ b/go.mod
@@ -3,9 +3,6 @@ module rescribe.xyz/preproc
go 1.14
require (
- github.com/blend/go-sdk v1.1.1 // indirect
- github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
- github.com/wcharczuk/go-chart v2.0.2-0.20191206192251-962b9abdec2b+incompatible
- golang.org/x/image v0.0.0-20200618115811-c13761719519 // indirect
+ github.com/wcharczuk/go-chart/v2 v2.1.0
rescribe.xyz/integral v0.6.0
)