-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (23 loc) · 891 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
module main
// +heroku goVersion go1.17
go 1.17
require (
github.com/PaulSonOfLars/gotgbot/v2 v2.0.0-rc.6
github.com/StarkBotsIndustries/telegraph/v2 v2.0.0
github.com/joho/godotenv v1.4.0
github.com/uptrace/bun v1.0.22
github.com/uptrace/bun/dialect/pgdialect v1.0.22
github.com/uptrace/bun/driver/pgdriver v1.0.22
)
require (
github.com/anaskhan96/soup v1.2.5 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/sys v0.0.0-20220224120231-95c6836cb0e7 // indirect
golang.org/x/text v0.3.7 // indirect
mellium.im/sasl v0.2.1 // indirect
)