v0.0.2 init
This commit is contained in:
13
go.mod
Normal file → Executable file
13
go.mod
Normal file → Executable file
@@ -1,13 +1,8 @@
|
||||
module github.com/OmniX-Space/MeowBox-Core
|
||||
module MeowEmbedded-MusicServer
|
||||
|
||||
go 1.25.4
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
github.com/go-sql-driver/mysql v1.9.3
|
||||
golang.org/x/crypto v0.45.0
|
||||
)
|
||||
|
||||
require (
|
||||
filippo.io/edwards25519 v1.1.0 // indirect
|
||||
golang.org/x/sys v0.38.0 // indirect
|
||||
github.com/joho/godotenv v1.5.1
|
||||
golang.org/x/crypto v0.31.0
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user