File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,6 @@ module github.com/gptscript-ai/gptscript
2
2
3
3
go 1.23.1
4
4
5
- replace (
6
- github.com/gptscript-ai/chat-completion-client => ../chat-completion-client
7
- )
8
-
9
5
require (
10
6
github.com/AlecAivazis/survey/v2 v2.3.7
11
7
github.com/BurntSushi/locker v0.0.0-20171006230638-a6e239ea1c69
@@ -19,7 +15,7 @@ require (
19
15
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
20
16
github.com/google/uuid v1.6.0
21
17
github.com/gptscript-ai/broadcaster v0.0.0-20240625175512-c43682019b86
22
- github.com/gptscript-ai/chat-completion-client v0.0.0-20241104122544-5fe75f07c131
18
+ github.com/gptscript-ai/chat-completion-client v0.0.0-20241216203633-5c0178fb89ed
23
19
github.com/gptscript-ai/cmd v0.0.0-20240802230653-326b7baf6fcb
24
20
github.com/gptscript-ai/go-gptscript v0.9.5-rc5.0.20240927213153-2af51434b93e
25
21
github.com/gptscript-ai/tui v0.0.0-20240923192013-172e51ccf1d6
Original file line number Diff line number Diff line change @@ -200,8 +200,8 @@ github.com/gorilla/css v1.0.0 h1:BQqNyPTi50JCFMTw/b67hByjMVXZRwGha6wxVGkeihY=
200
200
github.com/gorilla/css v1.0.0 /go.mod h1:Dn721qIggHpt4+EFCcTLTU/vk5ySda2ReITrtgBl60c =
201
201
github.com/gptscript-ai/broadcaster v0.0.0-20240625175512-c43682019b86 h1:m9yLtIEd0z1ia8qFjq3u0Ozb6QKwidyL856JLJp6nbA =
202
202
github.com/gptscript-ai/broadcaster v0.0.0-20240625175512-c43682019b86 /go.mod h1:lK3K5EZx4dyT24UG3yCt0wmspkYqrj4D/8kxdN3relk =
203
- github.com/gptscript-ai/chat-completion-client v0.0.0-20241104122544-5fe75f07c131 h1:y2FcmT4X8U606gUS0teX5+JWX9K/NclsLEhHiyrd+EU =
204
- github.com/gptscript-ai/chat-completion-client v0.0.0-20241104122544-5fe75f07c131 /go.mod h1:7P/o6/IWa1KqsntVf68hSnLKuu3+xuqm6lYhch1w4jo =
203
+ github.com/gptscript-ai/chat-completion-client v0.0.0-20241216203633-5c0178fb89ed h1:qMHm0IYpKgmw4KHX76RMB/duSICxo7IZuimPCKb0qG4 =
204
+ github.com/gptscript-ai/chat-completion-client v0.0.0-20241216203633-5c0178fb89ed /go.mod h1:7P/o6/IWa1KqsntVf68hSnLKuu3+xuqm6lYhch1w4jo =
205
205
github.com/gptscript-ai/cmd v0.0.0-20240802230653-326b7baf6fcb h1:ky2J2CzBOskC7Jgm2VJAQi2x3p7FVGa+2/PcywkFJuc =
206
206
github.com/gptscript-ai/cmd v0.0.0-20240802230653-326b7baf6fcb /go.mod h1:DJAo1xTht1LDkNYFNydVjTHd576TC7MlpsVRl3oloVw =
207
207
github.com/gptscript-ai/go-gptscript v0.9.5-rc5.0.20240927213153-2af51434b93e h1:WpNae0NBx+Ri8RB3SxF8DhadDKU7h+jfWPQterDpbJA =
You can’t perform that action at this time.
0 commit comments