contracts and models

This commit is contained in:
2025-06-23 08:30:27 +03:00
parent 15686b146a
commit 20090e5bb1
5 changed files with 116 additions and 13 deletions

14
go.mod
View File

@@ -2,16 +2,4 @@ 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
)
require github.com/caarlos0/env/v10 v10.0.0