fixing go.mod

This commit is contained in:
Erik Bunn 2022-06-27 14:43:37 +02:00
parent 85db3f37d8
commit 03b4e40911

3
go.mod
View file

@ -4,9 +4,8 @@ go 1.15
require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/wcharczuk/go-chart/v2 v2.1.0
github.com/wcharczuk/go-chart/v2 v2.1.0 // indirect
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5
)
// Replacing original's import path to avoid editing all imports here.
replace github.com/wcharczuk/go-chart/v2 => ./