File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,18 +4,16 @@ go 1.25.0
44
55require (
66 github.com/BurntSushi/toml v1.6.0
7- github.com/GrayCodeAI/iteragent v1.2 .0
7+ github.com/GrayCodeAI/iteragent v1.3 .0
88 github.com/google/go-github/v61 v61.0.0
99 golang.org/x/oauth2 v0.36.0
1010 golang.org/x/term v0.41.0
11+ golang.org/x/tools v0.43.0
1112)
1213
1314require (
1415 github.com/google/go-querystring v1.2.0 // indirect
1516 golang.org/x/mod v0.34.0 // indirect
1617 golang.org/x/sync v0.20.0 // indirect
1718 golang.org/x/sys v0.42.0 // indirect
18- golang.org/x/tools v0.43.0 // indirect
1919)
20-
21- replace github.com/GrayCodeAI/iteragent => ../iteragent
Original file line number Diff line number Diff line change 11github.com/BurntSushi/toml v1.6.0 h1:dRaEfpa2VI55EwlIW72hMRHdWouJeRF7TPYhI+AUQjk =
22github.com/BurntSushi/toml v1.6.0 /go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho =
3+ github.com/GrayCodeAI/iteragent v1.2.0 h1:/BeqEIJxlIrMc5dFi7oDjE0r26UrLlZoUGKFUDblEWM =
4+ github.com/GrayCodeAI/iteragent v1.2.0 /go.mod h1:YQe51e7LC4cyWEapx8UfZiid2fUmLzsJ54R2ZhBkmHw =
5+ github.com/GrayCodeAI/iteragent v1.3.0 h1:2VqL09t0ll0KP3T38nX0Hxu+/te/S5qa3ZinEF4sxaE =
6+ github.com/GrayCodeAI/iteragent v1.3.0 /go.mod h1:wsIv7o17FthxfJ1zzbqgPdnVSSlUOxmEC2ch96S+4hY =
37github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
48github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
59github.com/google/go-github/v61 v61.0.0 h1:VwQCBwhyE9JclCI+22/7mLB1PuU9eowCXKY5pNlu1go =
You can’t perform that action at this time.
0 commit comments