From ec75ce18fcea6aacdd3add8e3c73f2651aa22382 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 01:16:47 +0000 Subject: mod: bump github.com/google/generative-ai-go from 0.17.0 to 0.18.0 Bumps [github.com/google/generative-ai-go](https://github.com/google/generative-ai-go) from 0.17.0 to 0.18.0. - [Release notes](https://github.com/google/generative-ai-go/releases) - [Commits](https://github.com/google/generative-ai-go/compare/v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: github.com/google/generative-ai-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 1906464e2..c49def71b 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/dvyukov/go-fuzz v0.0.0-20220726122315-1d375ef9f9f6 github.com/golangci/golangci-lint v1.61.0 github.com/google/flatbuffers v24.3.25+incompatible - github.com/google/generative-ai-go v0.17.0 + github.com/google/generative-ai-go v0.18.0 github.com/google/go-cmp v0.6.0 github.com/google/uuid v1.6.0 github.com/gorilla/handlers v1.5.2 -- cgit mrf-deployment