implemennted downloader

This commit is contained in:
2025-06-23 09:45:42 +03:00
parent 4db033dc7d
commit 610fb3da11
4 changed files with 170 additions and 0 deletions

1
go.mod
View File

@@ -5,6 +5,7 @@ go 1.24
require (
github.com/bogem/id3v2 v1.2.0
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.28
github.com/oapi-codegen/runtime v1.1.1
)