Sending messages to the Æther

Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
2025-12-30 00:13:59 -03:00
parent 2ab278fc5d
commit cf64d9038f
7 changed files with 70 additions and 14 deletions

4
go.mod
View File

@@ -1,14 +1,16 @@
module git.laidback.moe/shinyoukai/mikuru
go 1.20
go 1.24.0
require (
github.com/tj/go-editor v1.0.0
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/pkg/errors v0.8.1 // indirect
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