Merge pull request #172 from mymmrac/docker-curl

feat(docker): Added curl for Docker image
This commit is contained in:
Meng Zhuo
2026-02-15 09:08:27 +08:00
committed by GitHub
4 changed files with 10 additions and 6 deletions

2
go.mod
View File

@@ -13,7 +13,7 @@ require (
github.com/larksuite/oapi-sdk-go/v3 v3.5.3
github.com/mymmrac/telego v1.6.0
github.com/open-dingtalk/dingtalk-stream-sdk-go v0.9.1
github.com/openai/openai-go/v3 v3.21.0
github.com/openai/openai-go/v3 v3.22.0
github.com/slack-go/slack v0.17.3
github.com/tencent-connect/botgo v0.2.1
golang.org/x/oauth2 v0.35.0