-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathgo.mod
25 lines (22 loc) · 773 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/theprimeagen/vim-with-me
go 1.22.0
require (
github.com/creack/pty v1.1.21
github.com/gempir/go-twitch-irc/v4 v4.0.0
github.com/gorilla/websocket v1.5.1
github.com/imkira/go-observer/v2 v2.0.0-20230629064422-8e0b61f11f1b
github.com/joho/godotenv v1.5.1
github.com/leaanthony/go-ansi-parser v1.6.1
github.com/liushuangls/go-anthropic/v2 v2.6.0
github.com/sashabaranov/go-openai v1.27.1
github.com/stretchr/testify v1.9.0
gitlab.com/ethanbakerdev/colors v0.0.0-20200516034746-6377d14b7978
golang.org/x/sys v0.13.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/net v0.17.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)