-
Notifications
You must be signed in to change notification settings - Fork 314
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
invalid pseudo-version: tag (v1.0.1) found on revision 59fac5042749 is already canonical, so should not be replaced with a pseudo-version derived from that tag #34
Comments
when i use go1.12 it works but with but there is no v1.0.2...so what's going on |
Exactly same problem |
still not solved? |
Exactly same problem |
Could you say exactly how you're encountering the problem (preferably as a reproducible standalone example)? |
I had the same issue, resolved with |
just the same issue, any helps? go version: 1.16 |
i resolve my issue with:
in go.mod file because the repo is included deeply in my mod,so |
I am using the same trick. but just raised it here to get some attention
…On Wed, Apr 21, 2021 at 11:02 AM allen ***@***.***> wrote:
i resolve my issue with:
replace (
github.com/juju/ratelimit v1.0.2-0.20171026090426-59fac5042749 => github.com/juju/ratelimit v1.0.1
)
in go.mod file
because the repo is include in deep in my mod,so go get can't work
hope it helps.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#34 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7I44TARL7LRYCZWCK34EDTJY55NANCNFSM4KSZ5RUQ>
.
|
when i use go mod to install this package, it shows up
looks wrong tag are build?
The text was updated successfully, but these errors were encountered: