fixing go.mod
This commit is contained in:
parent
b2948ba590
commit
85db3f37d8
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -8,5 +8,5 @@ require (
|
||||||
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.
|
// 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