-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 799 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 799 Bytes
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 matcher-bot
go 1.24.0
require (
github.com/joho/godotenv v1.5.1
github.com/uptrace/bun v1.2.17
github.com/uptrace/bun/dialect/pgdialect v1.2.17
github.com/uptrace/bun/driver/pgdriver v1.2.17
gopkg.in/telebot.v4 v4.0.0-beta.7
)
require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/puzpuzpuz/xsync/v3 v3.5.1 // indirect
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
go.opentelemetry.io/otel v1.40.0 // indirect
go.opentelemetry.io/otel/trace v1.40.0 // indirect
golang.org/x/crypto v0.48.0 // indirect
golang.org/x/sys v0.41.0 // indirect
mellium.im/sasl v0.3.2 // indirect
)