Skip to content

Commit aecb397

Browse files
build(deps): bump github.com/openai/openai-go/v3 from 3.17.0 to 3.21.0 (#36)
Bumps [github.com/openai/openai-go/v3](https://github.com/openai/openai-go) from 3.17.0 to 3.21.0. - [Release notes](https://github.com/openai/openai-go/releases) - [Changelog](https://github.com/openai/openai-go/blob/main/CHANGELOG.md) - [Commits](openai/openai-go@v3.17.0...v3.21.0) --- updated-dependencies: - dependency-name: github.com/openai/openai-go/v3 dependency-version: 3.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 58e2110 commit aecb397

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
99
github.com/nduyhai/go-zalo-bot-api v1.0.3
1010
github.com/nduyhai/xcore/config/envloader v1.0.1
11-
github.com/openai/openai-go/v3 v3.17.0
11+
github.com/openai/openai-go/v3 v3.21.0
1212
go.uber.org/fx v1.24.0
1313
go.uber.org/ratelimit v0.3.1
1414
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ github.com/nduyhai/go-zalo-bot-api v1.0.3 h1:jvhS2GGYmb4Ru3x+NKFL6rortvaqI33Raab
5858
github.com/nduyhai/go-zalo-bot-api v1.0.3/go.mod h1:ux64wiIKcOE3CgR7mPBprlKRfR7WS8PxKyTML6VydGY=
5959
github.com/nduyhai/xcore/config/envloader v1.0.1 h1:8D+dtcWJ1XKcpgYnM4ioHQQY5yXKBpJkf0dt2Ne1nVQ=
6060
github.com/nduyhai/xcore/config/envloader v1.0.1/go.mod h1:PuqkzytqAnrEtyt+QnW9M372nnx4n2568KRq2FrHNms=
61-
github.com/openai/openai-go/v3 v3.17.0 h1:CfTkmQoItolSyW+bHOUF190KuX5+1Zv6MC0Gb4wAwy8=
62-
github.com/openai/openai-go/v3 v3.17.0/go.mod h1:cdufnVK14cWcT9qA1rRtrXx4FTRsgbDPW7Ia7SS5cZo=
61+
github.com/openai/openai-go/v3 v3.21.0 h1:3GpIR/W4q/v1uUOVuK3zYtQiF3DnRrZag/sxbtvEdtc=
62+
github.com/openai/openai-go/v3 v3.21.0/go.mod h1:cdufnVK14cWcT9qA1rRtrXx4FTRsgbDPW7Ia7SS5cZo=
6363
github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4=
6464
github.com/pelletier/go-toml/v2 v2.2.4/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY=
6565
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=

0 commit comments

Comments
 (0)