From ff86aff18d4fff3eedce8f3b9eede601ffc897bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 13:13:30 +0000 Subject: [PATCH] build(deps): bump github.com/openai/openai-go/v3 from 3.35.0 to 3.41.1 Bumps [github.com/openai/openai-go/v3](https://github.com/openai/openai-go) from 3.35.0 to 3.41.1. - [Release notes](https://github.com/openai/openai-go/releases) - [Changelog](https://github.com/openai/openai-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-go/compare/v3.35.0...v3.41.1) --- updated-dependencies: - dependency-name: github.com/openai/openai-go/v3 dependency-version: 3.41.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 3b01a0e..446dd02 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1 github.com/nduyhai/go-zalo-bot-api v1.0.3 github.com/nduyhai/xcore/config/envloader v1.0.1 - github.com/openai/openai-go/v3 v3.35.0 + github.com/openai/openai-go/v3 v3.41.1 go.uber.org/fx v1.24.0 go.uber.org/ratelimit v0.3.1 ) diff --git a/go.sum b/go.sum index 7b85d3f..6301b32 100644 --- a/go.sum +++ b/go.sum @@ -58,8 +58,8 @@ github.com/nduyhai/go-zalo-bot-api v1.0.3 h1:jvhS2GGYmb4Ru3x+NKFL6rortvaqI33Raab github.com/nduyhai/go-zalo-bot-api v1.0.3/go.mod h1:ux64wiIKcOE3CgR7mPBprlKRfR7WS8PxKyTML6VydGY= github.com/nduyhai/xcore/config/envloader v1.0.1 h1:8D+dtcWJ1XKcpgYnM4ioHQQY5yXKBpJkf0dt2Ne1nVQ= github.com/nduyhai/xcore/config/envloader v1.0.1/go.mod h1:PuqkzytqAnrEtyt+QnW9M372nnx4n2568KRq2FrHNms= -github.com/openai/openai-go/v3 v3.35.0 h1:109x3epXMSE423KW2euR506GGFezcEt0s87MoWejpH0= -github.com/openai/openai-go/v3 v3.35.0/go.mod h1:cdufnVK14cWcT9qA1rRtrXx4FTRsgbDPW7Ia7SS5cZo= +github.com/openai/openai-go/v3 v3.41.1 h1:c7vLxUL4I1GjHcHoQvb/5qpBHEt3m7ZJIb8lFWIRkfc= +github.com/openai/openai-go/v3 v3.41.1/go.mod h1:cdufnVK14cWcT9qA1rRtrXx4FTRsgbDPW7Ia7SS5cZo= github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4= github.com/pelletier/go-toml/v2 v2.2.4/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=