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

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

Open
Petelin opened this issue Feb 11, 2020 · 9 comments

Comments

@Petelin
Copy link

Petelin commented Feb 11, 2020

when i use go mod to install this package, it shows up

cannot load github.com/juju/ratelimit: github.com/juju/[email protected]: 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

looks wrong tag are build?

@Petelin
Copy link
Author

Petelin commented Feb 11, 2020

when i use go1.12 it works but with
github.com/juju/ratelimit v1.0.2-0.20171026090426-59fac5042749

but there is no v1.0.2...so what's going on

@bofei5675
Copy link

Exactly same problem

@franklingu
Copy link

still not solved?

@jerry9032
Copy link

Exactly same problem

@rogpeppe
Copy link
Contributor

Could you say exactly how you're encountering the problem (preferably as a reproducible standalone example)?
I tried go get github.com/juju/ratelimit and go get github.com/juju/ratelimit@master and both worked OK.
Perhaps running go mod tidy might fix your issue?

@danlzh
Copy link

danlzh commented Sep 2, 2020

I had the same issue, resolved with go get github.com/juju/ratelimit@master

@allenlongbaobao
Copy link

just the same issue, any helps? go version: 1.16

@allenlongbaobao
Copy link

allenlongbaobao commented Apr 21, 2021

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 included deeply in my mod,so go get can't work
hope it helps.

@franklingu
Copy link

franklingu commented Apr 21, 2021 via email

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

7 participants