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

go.mod has wrong module path #208

Open
clausecker opened this issue Dec 20, 2021 · 4 comments
Open

go.mod has wrong module path #208

clausecker opened this issue Dec 20, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@clausecker
Copy link

The major version of this package is v4. For this reason, the module path must end in /v4. Please replace the module path in go.mod with

module github.com/achannarasappa/ticker/v4

to fix this. You will also need to add the /v4 path component to all import statements.

This is required so the package can be downloaded and installed in module-aware mode.

@clausecker clausecker added the bug Something isn't working label Dec 20, 2021
@github-actions
Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days.

@github-actions github-actions bot added the Stale label Feb 19, 2022
@clausecker
Copy link
Author

The problem is still there and needs to be fixed.

@github-actions
Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days.

@github-actions github-actions bot added the Stale label Apr 21, 2022
@clausecker
Copy link
Author

The problem is still there and needs to be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants