Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad import, was an upstream dependency deleted? #60

Open
wagslane opened this issue Mar 3, 2022 · 5 comments
Open

Bad import, was an upstream dependency deleted? #60

wagslane opened this issue Mar 3, 2022 · 5 comments

Comments

@wagslane
Copy link

wagslane commented Mar 3, 2022

go: github.com/sjwhitworth/golearn@v0.0.0-20210117164941-cde96fa8267f requires
        github.com/rocketlaunchr/dataframe-go@v0.0.0-20201007021539-67b046771f0b requires
        github.com/blend/go-sdk@v1.1.1: 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?

@pjebs
Copy link
Collaborator

pjebs commented Mar 4, 2022

Let me run https://github.com/kisielk/godepgraph to see where the dependency is even coming from. Never seen it before in my life.

@wagslane
Copy link
Author

wagslane commented Mar 4, 2022

It's listed in the go.mod

@pjebs
Copy link
Collaborator

pjebs commented Mar 4, 2022

It's an indirect

@wagslane
Copy link
Author

wagslane commented Mar 4, 2022

Oh, lame that go get doesn't give a more verbose chain. My bad.

@ppd0705
Copy link

ppd0705 commented Jun 14, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants