1
0
mirror of https://github.com/fumiama/NanoBot.git synced 2026-06-11 21:50:29 +08:00

feat: implement imoto

This commit is contained in:
源文雨
2023-11-17 13:46:21 +09:00
parent c9ba2f7350
commit 44f83cae19
3 changed files with 46 additions and 4 deletions

1
go.mod
View File

@@ -9,6 +9,7 @@ require (
github.com/RomiChan/syncx v0.0.0-20221202055724-5f842c53020e
github.com/RomiChan/websocket v1.4.3-0.20220227141055-9b2c6168c9c5
github.com/fumiama/go-base16384 v1.7.0
github.com/fumiama/imoto v0.1.1
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.8.1