-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
25 lines (22 loc) · 710 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 whatsapp-botto-go
go 1.20
require (
github.com/fatih/color v1.15.0
github.com/joho/godotenv v1.5.1
github.com/mattn/go-sqlite3 v1.14.17
github.com/mdp/qrterminal/v3 v3.1.1
github.com/sashabaranov/go-openai v1.9.5
github.com/taigrr/elevenlabs v0.0.4
go.mau.fi/whatsmeow v0.0.0-20230601124015-46f2ff088640
google.golang.org/protobuf v1.30.0
)
require (
filippo.io/edwards25519 v1.0.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
go.mau.fi/libsignal v0.1.0 // indirect
golang.org/x/crypto v0.8.0 // indirect
golang.org/x/sys v0.8.0 // indirect
rsc.io/qr v0.2.0 // indirect
)