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

release version problem #107

Open
overstep123 opened this issue Mar 24, 2020 · 6 comments
Open

release version problem #107

overstep123 opened this issue Mar 24, 2020 · 6 comments

Comments

@overstep123
Copy link

when i use go mod,
image

@overstep123
Copy link
Author

then ,
image

@overstep123
Copy link
Author

the master is version v1.2.1,but the latest release is version v1.2.0. much more,the two version have different interface :Generator(different count of return value of its function)

@isoloviev
Copy link

+1

I was enforced to fork this repo due to this issue.

@DamareYoh
Copy link

@isoloviev , @overstep123 when picking up a 3rd party library, an important step is to go look over the backlog of the repo and to figure out whether the package is live.

This package is basically dead, you should not use it. #103

@mailtokun
Copy link

here is a workaround . change the version to below in go.mod file.

	github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b // indirect

@DamareYoh
Copy link

@mailtokun a better work around is to use a maintained library for uuids. gofrs/uuid is a fork of this that fixed the original defects the library has and it has dedicated maintenance.

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

4 participants