go.mod replace won't cut it, converting import paths to own version

This commit is contained in:
Erik Bunn 2022-06-27 15:26:48 +02:00
parent 5bc01e79f3
commit dadc1da765
87 changed files with 103 additions and 103 deletions

View file

@ -7,7 +7,7 @@ import (
"log"
"os"
"github.com/wcharczuk/go-chart/v2"
"github.com/ebudan/go-chart/v2"
)
func main() {