From 1293872ddc4eb3b11697a1d21008f7e99fcbba1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 15:55:53 +0000 Subject: mod: bump github.com/google/generative-ai-go from 0.18.0 to 0.19.0 Bumps [github.com/google/generative-ai-go](https://github.com/google/generative-ai-go) from 0.18.0 to 0.19.0. - [Release notes](https://github.com/google/generative-ai-go/releases) - [Commits](https://github.com/google/generative-ai-go/compare/v0.18.0...v0.19.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 4ad78168f..7f3f4a15f 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,7 @@ require ( github.com/golang-migrate/migrate/v4 v4.18.1 github.com/golangci/golangci-lint v1.62.2 github.com/google/flatbuffers v24.3.25+incompatible - github.com/google/generative-ai-go v0.18.0 + github.com/google/generative-ai-go v0.19.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