Open wagslane opened 2 years ago
Let me run https://github.com/kisielk/godepgraph to see where the dependency is even coming from. Never seen it before in my life.
It's listed in the go.mod
It's an indirect
Oh, lame that go get doesn't give a more verbose chain. My bad.
hey @pjebs
the error is still in there, do you have any plan to upgrade go-chart to resolve this problem? the newest go-chart remove the github.com/blend/go-sdk
requirement already.
because for the new users, the local mod dir doesn't have github.com/blend/go-sdk@v1.1.1
, they can't make it work
It looks like
v1.1.1
ofgithub.com/blend/go-sdk
is missing. Are you seeing the same or am I taking crazy pills today?