-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
38 lines (35 loc) · 1.44 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
module github.com/M3chD09/StickerNinjaBot
go 1.23.1
require (
github.com/BurntSushi/toml v1.4.0
github.com/M3chD09/tgsconverter v0.0.0-20220525070051-d36278fc1dd0
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
github.com/joho/godotenv v1.5.1
github.com/nicksnyder/go-i18n/v2 v2.4.0
github.com/u2takey/ffmpeg-go v0.5.0
golang.org/x/image v0.20.0
golang.org/x/text v0.18.0
gorm.io/driver/mysql v1.5.7
gorm.io/driver/postgres v1.5.9
gorm.io/driver/sqlite v1.5.6
gorm.io/gorm v1.25.12
)
require (
github.com/Benau/go_rlottie v0.0.0-20210807002906-98c1b2421989 // indirect
github.com/av-elier/go-decimal-to-rational v0.0.0-20191127152832-89e6aad02ecf // indirect
github.com/aws/aws-sdk-go v1.38.20 // indirect
github.com/go-sql-driver/mysql v1.7.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgx/v5 v5.5.5 // indirect
github.com/jackc/puddle/v2 v2.2.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/kettek/apng v0.0.0-20191108220231-414630eed80f // indirect
github.com/mattn/go-sqlite3 v1.14.22 // indirect
github.com/sizeofint/webpanimation v0.0.0-20210809145948-1d2b32119882 // indirect
github.com/u2takey/go-utils v0.3.1 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/sync v0.8.0 // indirect
)