go.mod replace won't cut it, converting import paths to own version
This commit is contained in:
parent
5bc01e79f3
commit
dadc1da765
87 changed files with 103 additions and 103 deletions
|
|
@ -5,8 +5,8 @@ package main
|
|||
import (
|
||||
"os"
|
||||
|
||||
"github.com/wcharczuk/go-chart/v2"
|
||||
"github.com/wcharczuk/go-chart/v2/drawing"
|
||||
"github.com/ebudan/go-chart/v2"
|
||||
"github.com/ebudan/go-chart/v2/drawing"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue