fixing go.mod
This commit is contained in:
parent
85db3f37d8
commit
03b4e40911
1 changed files with 1 additions and 2 deletions
3
go.mod
3
go.mod
|
@ -4,9 +4,8 @@ go 1.15
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
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
|
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 => ./
|
replace github.com/wcharczuk/go-chart/v2 => ./
|
||||||
|
|
Loading…
Reference in a new issue