Bad import, was an upstream dependency deleted?
go: github.com/sjwhitworth/[email protected] requires
github.com/rocketlaunchr/[email protected] requires
github.com/blend/[email protected]: reading github.com/blend/go-sdk/go.mod at revision v1.1.1: unknown revision v1.1.1
It looks like v1.1.1 of github.com/blend/go-sdk is missing. Are you seeing the same or am I taking crazy pills today?
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/[email protected] , they can't make it work