-
Notifications
You must be signed in to change notification settings - Fork 10
fix: update module path to v2 #43
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
Conversation
WalkthroughThis pull request updates the Go module path from Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~10 minutes
Suggested labels
Poem
Pre-merge checks and finishing touches✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (26)
🧰 Additional context used🪛 markdownlint-cli2 (0.18.1)README.md93-93: Emphasis used instead of a heading (MD036, no-emphasis-as-heading) ⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
🔇 Additional comments (27)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the Go module path from github.com/satococoa/wtp to github.com/satococoa/wtp/v2, indicating a major version upgrade to v2 following Go semantic versioning conventions.
- Updates the module declaration in
go.modtogithub.com/satococoa/wtp/v2 - Updates all internal import paths across the codebase to reference the new v2 module path
- Updates documentation and configuration files to reflect the new module path
Reviewed Changes
Copilot reviewed 26 out of 26 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| go.mod | Updates module path to v2 |
| README.md | Updates installation instructions with v2 path |
| AGENTS.md | Updates documentation to reference v2 module |
| .golangci.yml | Updates linter configuration with v2 import paths |
| cmd/wtp/*.go | Updates import statements to v2 module path |
| internal/hooks/*.go | Updates import statements to v2 module path |
| internal/git/repository.go | Updates import statement to v2 module path |
| test/e2e/*.go | Updates test import statements to v2 module path |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
Testing
Summary by CodeRabbit
Chores
Documentation