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

Change in module name leads to inaccessible releases. #36

Closed
marvinkite opened this issue Jul 10, 2022 · 2 comments
Closed

Change in module name leads to inaccessible releases. #36

marvinkite opened this issue Jul 10, 2022 · 2 comments

Comments

@marvinkite
Copy link

How shell I reference the latest releases from external project?

In this repo the module name was changed ea14952 but the other repository https://github.com/royshahaf/countries last commit is from February and there is no way to reference the recent changes any way.

in go.mod

require (
	github.com/biter777/countries v1.3.4 <- This is the last working version
	github.com/royshahaf/countries v1.5.1 <- This repo has only github.com/royshahaf/countries v1.3.7

Now Go can't find the right module and the right repository.

go: github.com/biter777/countries@v1.5.1: parsing go.mod:
        module declares its path as: github.com/royshahaf/countries
                but was required as: github.com/biter777/countries

The two only working version now are

  • github.com/biter777/countries v1.3.4
  • github.com/royshahaf/countries v1.3.7

Either fix the module names or please update the repository so the v1.5.x can be referenced from externally.

@bosix
Copy link

bosix commented Jul 11, 2022

Hi :),

I can confirm the issue and I'm a bit confused why a fork of this repo is mentioned inside go.mod. We stay at v1.3.7 until this is fixed.

Edit: I created a pr to revoke the change: #37

@biter777
Copy link
Owner

Done

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