fix: enable Feishu message flow

This commit is contained in:
Guoguo
2026-02-10 15:20:00 +08:00
parent ac945fa6f3
commit f3f7ca7851
4 changed files with 209 additions and 17 deletions

2
go.mod
View File

@@ -8,9 +8,11 @@ require (
github.com/chzyer/readline v1.5.1
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
github.com/gorilla/websocket v1.5.3
github.com/larksuite/oapi-sdk-go/v3 v3.5.3
)
require (
github.com/gogo/protobuf v1.3.2 // indirect
golang.org/x/crypto v0.28.0 // indirect
golang.org/x/sys v0.40.0 // indirect
)