This commit is contained in:
2025-12-09 16:33:44 +08:00
parent 345af5e2a3
commit 1d42f5ea50
49 changed files with 12015 additions and 1 deletions

8
go.mod Executable file
View File

@@ -0,0 +1,8 @@
module MeowEmbedded-MusicServer
go 1.25.0
require (
github.com/joho/godotenv v1.5.1
golang.org/x/crypto v0.31.0
)