forked from rroy233/StickerDownloader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 628 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 628 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/rroy233/StickerDownloader
go 1.19
require (
github.com/go-redis/redis/v8 v8.11.5
github.com/go-sql-driver/mysql v1.7.0
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
github.com/google/uuid v1.3.0
github.com/rroy233/logger v1.1.2
go.uber.org/ratelimit v0.2.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
golang.org/x/sys v0.4.0 // indirect
)