feat(docker): Added curl for Docker image

This commit is contained in:
Artem Yadelskyi
2026-02-14 14:44:19 +02:00
parent 1cff7d4e37
commit a24cbd4385
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