From 5e524d8a7571d3a6b48e02dab6e792be56ac1083 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 20:42:45 +0000 Subject: [PATCH] build(deps): bump github.com/openai/openai-go (#117) Bumps [github.com/openai/openai-go](https://github.com/openai/openai-go) from 0.1.0-alpha.19 to 0.1.0-alpha.20. - [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/v0.1.0-alpha.19...v0.1.0-alpha.20) --- updated-dependencies: - dependency-name: github.com/openai/openai-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 78dd0f1..8161b14 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.23 require ( github.com/google/generative-ai-go v0.18.0 - github.com/openai/openai-go v0.1.0-alpha.19 + github.com/openai/openai-go v0.1.0-alpha.20 github.com/sunshineplan/workers v1.0.1 golang.org/x/time v0.6.0 google.golang.org/api v0.198.0 diff --git a/go.sum b/go.sum index 164c545..6807d91 100644 --- a/go.sum +++ b/go.sum @@ -64,8 +64,8 @@ github.com/googleapis/enterprise-certificate-proxy v0.3.4 h1:XYIDZApgAnrN1c855gT github.com/googleapis/enterprise-certificate-proxy v0.3.4/go.mod h1:YKe7cfqYXjKGpGvmSg28/fFvhNzinZQm8DGnaburhGA= github.com/googleapis/gax-go/v2 v2.13.0 h1:yitjD5f7jQHhyDsnhKEBU52NdvvdSeGzlAnDPT0hH1s= github.com/googleapis/gax-go/v2 v2.13.0/go.mod h1:Z/fvTZXF8/uw7Xu5GuslPw+bplx6SS338j1Is2S+B7A= -github.com/openai/openai-go v0.1.0-alpha.19 h1:yIv3SxsW0zrvKzhoEBPZ9msfKXuq6PmZcFOkH43OMNw= -github.com/openai/openai-go v0.1.0-alpha.19/go.mod h1:3SdE6BffOX9HPEQv8IL/fi3LYZ5TUpRYaqGQZbyk11A= +github.com/openai/openai-go v0.1.0-alpha.20 h1:t9YXGtWEMaaximTWXGbZ15nXD18nR+YQU3yBGQi8GkE= +github.com/openai/openai-go v0.1.0-alpha.20/go.mod h1:3SdE6BffOX9HPEQv8IL/fi3LYZ5TUpRYaqGQZbyk11A= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=