forked from tectiv3/chatgpt-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
executable file
·25 lines (21 loc) · 823 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/codeproger/chatgpt-bot
go 1.20
require (
github.com/go-shiori/go-readability v0.0.0-20230421032831-c66949dfc0ad
github.com/meinside/openai-go v0.3.1
github.com/sunicy/go-lame v0.0.0-20200422031049-1c192eaafa39
gopkg.in/telebot.v3 v3.1.3
gorm.io/driver/sqlite v1.5.3
gorm.io/gorm v1.25.4
)
require (
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/go-shiori/dom v0.0.0-20230515143342-73569d674e1c // indirect
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/mattn/go-sqlite3 v1.14.17 // indirect
golang.org/x/net v0.16.0 // indirect
golang.org/x/text v0.13.0 // indirect
)
//replace github.com/meinside/openai-go => github.com/tectiv3/openai-go v0.2.1