ticker icon indicating copy to clipboard operation
ticker copied to clipboard

go.mod has wrong module path

Open clausecker opened this issue 3 years ago • 4 comments

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 avatar Dec 20 '21 10:12 clausecker

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[bot] avatar Feb 19 '22 01:02 github-actions[bot]

The problem is still there and needs to be fixed.

clausecker avatar Feb 19 '22 10:02 clausecker

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[bot] avatar Apr 21 '22 02:04 github-actions[bot]

The problem is still there and needs to be fixed.

clausecker avatar Apr 21 '22 09:04 clausecker