-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
31 lines (28 loc) · 896 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
26
27
28
29
30
31
module mkuznets.com/go/jeepity
go 1.19
require (
github.com/BurntSushi/toml v1.3.2
github.com/go-pkgz/repeater v1.1.3
github.com/h2non/filetype v1.1.3
github.com/jmoiron/sqlx v1.3.5
github.com/joho/godotenv v1.5.1
github.com/mattn/go-sqlite3 v1.14.17
github.com/mkuznets/telebot/v3 v3.1.8
github.com/nicksnyder/go-i18n/v2 v2.2.1
github.com/oklog/ulid/v2 v2.1.0
github.com/sashabaranov/go-openai v1.14.1
golang.org/x/exp v0.0.0-20230809150735-7b3493d9a819
golang.org/x/sync v0.10.0
golang.org/x/text v0.21.0
mkuznets.com/go/ytils v0.1.1
ytils.dev/heartbeat v0.0.2
ytils.dev/sqlite-migrator v0.1.0
)
require (
github.com/dlsniper/debugger v0.6.0 // indirect
github.com/jessevdk/go-flags v1.5.0 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/sys v0.28.0 // indirect
)