Skip to content

Commit a7395f5

Browse files
build(deps): bump github.com/openai/openai-go/v3 from 3.1.0 to 3.2.0 (#2)
Bumps [github.com/openai/openai-go/v3](https://github.com/openai/openai-go) from 3.1.0 to 3.2.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.1.0...v3.2.0) --- updated-dependencies: - dependency-name: github.com/openai/openai-go/v3 dependency-version: 3.2.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 115aedf commit a7395f5

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
@@ -6,7 +6,7 @@ require (
66
github.com/gin-gonic/gin v1.11.0
77
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
88
github.com/nduyhai/xcore/config/envloader v1.0.1
9-
github.com/openai/openai-go/v3 v3.1.0
9+
github.com/openai/openai-go/v3 v3.2.0
1010
go.uber.org/fx v1.24.0
1111
go.uber.org/ratelimit v0.3.1
1212
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G
5454
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
5555
github.com/nduyhai/xcore/config/envloader v1.0.1 h1:8D+dtcWJ1XKcpgYnM4ioHQQY5yXKBpJkf0dt2Ne1nVQ=
5656
github.com/nduyhai/xcore/config/envloader v1.0.1/go.mod h1:PuqkzytqAnrEtyt+QnW9M372nnx4n2568KRq2FrHNms=
57-
github.com/openai/openai-go/v3 v3.1.0 h1:sBf6OYL6Pj1qMAkQEmkz8r8z+EBes+iI7gCuCgr8e/A=
58-
github.com/openai/openai-go/v3 v3.1.0/go.mod h1:UOpNxkqC9OdNXNUfpNByKOtB4jAL0EssQXq5p8gO0Xs=
57+
github.com/openai/openai-go/v3 v3.2.0 h1:2AbqFUCsoW2pm/2pUtPRuwK89dnoGHaQokzWsfoQO/U=
58+
github.com/openai/openai-go/v3 v3.2.0/go.mod h1:UOpNxkqC9OdNXNUfpNByKOtB4jAL0EssQXq5p8gO0Xs=
5959
github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4=
6060
github.com/pelletier/go-toml/v2 v2.2.4/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY=
6161
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=

0 commit comments

Comments
 (0)