optimize channel orchestration with errgroup and rate limiter

This commit is contained in:
DBT
2026-02-24 09:34:13 +00:00
parent 4105eeb0db
commit 8f75bb9ed8
4 changed files with 67 additions and 38 deletions

3
go.mod
View File

@@ -12,6 +12,8 @@ require (
github.com/open-dingtalk/dingtalk-stream-sdk-go v0.9.1
github.com/tencent-connect/botgo v0.2.1
golang.org/x/oauth2 v0.35.0
golang.org/x/sync v0.19.0
golang.org/x/time v0.12.0
)
require (
@@ -36,6 +38,5 @@ require (
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
golang.org/x/crypto v0.48.0 // indirect
golang.org/x/net v0.50.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.41.0 // indirect
)