Skip to content

FIX: go.mod to allow `go install github.com/smtg-ai/claude-squad@late…#94

Open
gwpl wants to merge 1 commit intosmtg-ai:mainfrom
VariousForks:gwpl-go-mod-install-patch
Open

FIX: go.mod to allow `go install github.com/smtg-ai/claude-squad@late…#94
gwpl wants to merge 1 commit intosmtg-ai:mainfrom
VariousForks:gwpl-go-mod-install-patch

Conversation

@gwpl
Copy link
Copy Markdown

@gwpl gwpl commented May 25, 2025

…st` (according to claude)

Claude Code hopes this will fix problem below when one wants to install/compile from sources directly by providing repository URL:

$ go install github.com/smtg-ai/claude-squad@latest
go: github.com/smtg-ai/claude-squad@latest: version constraints conflict:
        github.com/smtg-ai/claude-squad@v1.0.3: parsing go.mod:
        module declares its path as: claude-squad
                but was required as: github.com/smtg-ai/claude-squad

#93

…st` (according to claude)

Claude Code hopes this will fix problem below when one wants to install/compile from sources directly by providing repository URL:

```
$ go install github.com/smtg-ai/claude-squad@latest
go: github.com/smtg-ai/claude-squad@latest: version constraints conflict:
        github.com/smtg-ai/claude-squad@v1.0.3: parsing go.mod:
        module declares its path as: claude-squad
                but was required as: github.com/smtg-ai/claude-squad
```

smtg-ai#93
@jayshrivastava
Copy link
Copy Markdown
Collaborator

@gwpl would you mind updating the imports like "claude-squad/config" -> "github.com/smtg-ai/claude-squad" too?

@mufeez-amjad mufeez-amjad force-pushed the main branch 5 times, most recently from 72c6178 to ff9b650 Compare June 5, 2025 02:26
@bupd
Copy link
Copy Markdown

bupd commented Dec 26, 2025

this has to be done differently for go install to work

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.

3 participants