Skip to content

fix: align go module path with github repo URL#1

Open
vishnu-narayanan wants to merge 1 commit intomainfrom
fix/module-path
Open

fix: align go module path with github repo URL#1
vishnu-narayanan wants to merge 1 commit intomainfrom
fix/module-path

Conversation

@vishnu-narayanan
Copy link
Member

@vishnu-narayanan vishnu-narayanan commented Mar 5, 2026

Summary

  • Module path in go.mod was github.com/chatwoot/chatwoot-cli but the repo lives at github.com/chatwoot/cli, causing go install to fail with a path mismatch error
  • Updated module path and all import references across 15 files
  • Fixed README install command and clone URL to match

Test plan

  • go build ./cmd/chatwoot/ succeeds
  • go install github.com/chatwoot/cli/cmd/chatwoot@latest works

🤖 Generated with Claude Code

The module declared itself as github.com/chatwoot/chatwoot-cli but the
repo lives at github.com/chatwoot/cli, causing go install to fail.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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

Successfully merging this pull request may close these issues.

1 participant