-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
executable file
·42 lines (38 loc) · 1.55 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
module github.com/tectiv3/chatgpt-bot
go 1.23.3
require (
github.com/PuerkitoBio/goquery v1.10.1
github.com/amikos-tech/chroma-go v0.1.4
github.com/eminarican/safetypes v0.0.8
github.com/go-shiori/go-readability v0.0.0-20241012063810-92284fa8a71f
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
github.com/meinside/openai-go v0.4.7
github.com/pkoukk/tiktoken-go v0.1.7
github.com/sirupsen/logrus v1.9.3
github.com/tectiv3/awsnova-go v0.0.0-20250112160719-476811ed218b
github.com/tectiv3/go-lame v0.0.0-20240321153525-da7c3c48f794
golang.org/x/crypto v0.32.0
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8
golang.org/x/net v0.34.0
gopkg.in/telebot.v3 v3.3.8
gorm.io/driver/sqlite v1.5.7
gorm.io/gorm v1.25.12
)
require (
github.com/Masterminds/semver v1.5.0 // indirect
github.com/andybalholm/cascadia v1.3.3 // indirect
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de // indirect
github.com/dlclark/regexp2 v1.11.4 // indirect
github.com/go-shiori/dom v0.0.0-20230515143342-73569d674e1c // indirect
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect
github.com/imacks/aws-sigv4 v0.1.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/mattn/go-sqlite3 v1.14.24 // indirect
github.com/oklog/ulid v1.3.1 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/term v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
)
replace github.com/meinside/openai-go => github.com/tectiv3/openai-go v0.4.8-0.20240413013544-cb9b1058c0f9