-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
Indirect dependency github.com/blend/go-sdk v1.1.1
does not exist
#64
Comments
If it's indirect, how can I control it? |
You can explicitly set it in your go.mod file to override “v1.1.1” to “legacy-v1.1.1”. Or determine which of your dependence’s pulls it in with ‘go mod graph’ and upgrade that one.
… On Jul 1, 2022, at 6:27 PM, pj ***@***.***> wrote:
If it's indirect, how can I control it?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
to clarify what Steve said, adding
to your
that needs a more involved replace directive
|
I've never been able to reproduce this issue. That's why this issue has been kept open. |
I'm working in Fedora 36 with (as far as I recall) a basically vanilla |
We encountered it after configuring our project for dependabot in github. Dependabot runs failed fetching blend. Per https://proxy.golang.org/:
|
I suspect that the library maintainers prepended "legacy-" to versions before changing the versioning scheme. At the least, this dependency should be updated to
legacy-v1.1.1
.The text was updated successfully, but these errors were encountered: