Initial message to the past
Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
17
go.mod
Normal file
17
go.mod
Normal file
@@ -0,0 +1,17 @@
|
||||
module git.laidback.moe/shinyoukai/mikuru
|
||||
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
go.yarn.social/client v0.0.0-20250420114029-410ad71a453e
|
||||
golang.org/x/term v0.38.0
|
||||
gopkg.in/ini.v1 v1.67.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/sirupsen/logrus v1.9.3 // indirect
|
||||
github.com/stretchr/testify v1.11.1 // indirect
|
||||
go.yarn.social/types v0.0.0-20250420113154-c5a6df6d2f22 // indirect
|
||||
golang.org/x/sys v0.39.0 // indirect
|
||||
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user