From 54510d7c797682d37b1bb0d62d8bb7c3f5951388 Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 12 Apr 2021 14:31:39 +0100 Subject: Update go-chart dependency (should solve issues with bad go-sdk version) --- go.mod | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'go.mod') 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 ) -- cgit v1.2.1-24-ge1ad