17 lines
358 B
Modula-2
17 lines
358 B
Modula-2
module gitea.mrixs.me/Mrixs/yamusic-bot
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/bogem/id3v2 v1.2.0
|
|
github.com/caarlos0/env/v10 v10.0.0
|
|
github.com/mattn/go-sqlite3 v1.14.28
|
|
github.com/oapi-codegen/runtime v1.1.1
|
|
)
|
|
|
|
require (
|
|
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
|
|
github.com/google/uuid v1.5.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
)
|