aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-23 15:55:53 +0000
committerTaras Madan <tarasmadan@google.com>2025-01-24 11:38:56 +0000
commit1293872ddc4eb3b11697a1d21008f7e99fcbba1f (patch)
tree89073ef760e6f931e20fd221e8a96c88db7f2c7d /go.mod
parent521b0ce3f194b9c4c768d8f8ae680a69dc1479f2 (diff)
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] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
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