This commit is contained in:
17
go.mod
Normal file
17
go.mod
Normal file
@@ -0,0 +1,17 @@
|
||||
module gitea.mrixs.me/Mrixs/yamusic-bot
|
||||
|
||||
go 1.24
|
||||
|
||||
require (
|
||||
github.com/bogem/id3v2 v1.2.1
|
||||
github.com/caarlos0/env/v10 v10.0.0
|
||||
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
|
||||
github.com/mattn/go-sqlite3 v1.14.22
|
||||
golang.org/x/sync v0.7.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/lmittmann/tint v1.0.4 // indirect
|
||||
golang.org/x/net v0.21.0 // indirect
|
||||
golang.org/x/text v0.14.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user