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

👷chore: update module path for v2 #79

Conversation

yanosea
Copy link
Owner

@yanosea yanosea commented Jan 23, 2025

  • update module path from github.com/yanosea/jrp to github.com/yanosea/jrp/v2
  • this change follows Go modules versioning convention for v2+ modules

- update module path from `github.com/yanosea/jrp`
   to `github.com/yanosea/jrp/v2`
- this change follows Go modules versioning convention for v2+ modules
@yanosea yanosea added the bug Something isn't working label Jan 23, 2025
@yanosea yanosea self-assigned this Jan 23, 2025
@yanosea yanosea linked an issue Jan 23, 2025 that may be closed by this pull request
- change all import paths from `github.com/yanosea/jrp`
  to `github.com/yanosea/jrp/v2` to align with new major version
- modify package paths in:
  - application layer
  - infrastructure layer
  - presentation layer
  - utility package
- this change supports proper versioning according
  to semantic versioning principles for Go modules
@yanosea yanosea marked this pull request as ready for review January 23, 2025 16:13
@yanosea yanosea merged commit b218fa7 into main Jan 23, 2025
6 checks passed
@yanosea yanosea deleted the 78-go-install-githubcomyanoseajrpapppresentationclijrplatest-failed branch January 23, 2025 16:24
@yanosea yanosea restored the 78-go-install-githubcomyanoseajrpapppresentationclijrplatest-failed branch January 23, 2025 16:36
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

Successfully merging this pull request may close these issues.

go install github.com/yanosea/jrp/app/presentation/cli/jrp@latest failed
1 participant