We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dba46c commit 967b31bCopy full SHA for 967b31b
go.mod
@@ -1,8 +1,6 @@
1
module github.com/smtg-ai/claude-squad
2
3
-go 1.23.0
4
-
5
-toolchain go1.24.1
+go 1.24.1
6
7
require (
8
github.com/atotto/clipboard v0.1.4
@@ -15,12 +13,15 @@ require (
15
13
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6
16
14
github.com/muesli/reflow v0.3.0
17
github.com/muesli/termenv v0.15.2
+ github.com/smtg-ai/claude-squad/log v0.0.0 // dummy version which gets replaced below
18
github.com/spf13/cobra v1.9.1
19
github.com/stretchr/testify v1.10.0
20
golang.org/x/sys v0.31.0
21
golang.org/x/term v0.30.0
22
)
23
+replace github.com/smtg-ai/claude-squad/log => ./log
24
+
25
26
dario.cat/mergo v1.0.0 // indirect
27
github.com/Microsoft/go-winio v0.6.2 // indirect
0 commit comments