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

@ -6,8 +6,8 @@ import (
_ "net/http/pprof"
"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 drawChart(res http.ResponseWriter, req *http.Request) {