From 56af69c93b35ae3473a49aeccafa1dc1f40eaea6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 22:35:57 +0000 Subject: [PATCH] build(deps): bump github.com/ollama/ollama from 0.2.7 to 0.3.1 (#469) Bumps [github.com/ollama/ollama](https://github.com/ollama/ollama) from 0.2.7 to 0.3.1. - [Release notes](https://github.com/ollama/ollama/releases) - [Commits](https://github.com/ollama/ollama/compare/v0.2.7...v0.3.1) --- updated-dependencies: - dependency-name: github.com/ollama/ollama dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Dutchak --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 63c733cb..b3ca6763 100644 --- a/go.mod +++ b/go.mod @@ -32,7 +32,7 @@ require ( github.com/masa-finance/masa-twitter-scraper v0.0.0-20240515201201-b83fa3597a31 github.com/multiformats/go-multiaddr v0.13.0 github.com/multiformats/go-multihash v0.2.3 - github.com/ollama/ollama v0.2.7 + github.com/ollama/ollama v0.3.1 github.com/rivo/tview v0.0.0-20240505185119-ed116790de0f github.com/sashabaranov/go-openai v1.27.0 github.com/sirupsen/logrus v1.9.3 diff --git a/go.sum b/go.sum index a35134b1..a5fde0b3 100644 --- a/go.sum +++ b/go.sum @@ -547,8 +547,8 @@ github.com/nxadm/tail v1.4.11 h1:8feyoE3OzPrcshW5/MJ4sGESc5cqmGkGCWlco4l0bqY= github.com/nxadm/tail v1.4.11/go.mod h1:OTaG3NK980DZzxbRq6lEuzgU+mug70nY11sMd4JXXHc= github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec= github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY= -github.com/ollama/ollama v0.2.7 h1:t5OZJ4iazb46+0986+vpj54LCazq5B/bGdLMl2m49qs= -github.com/ollama/ollama v0.2.7/go.mod h1:USAVO5xFaXAoVWJ0rkPYgCVhTxE/oJ81o7YGcJxvyp8= +github.com/ollama/ollama v0.3.1 h1:FvbhD9TxSB1F2xvQPFaGvYKLVxK9QJqfU+EUb3ftwkE= +github.com/ollama/ollama v0.3.1/go.mod h1:USAVO5xFaXAoVWJ0rkPYgCVhTxE/oJ81o7YGcJxvyp8= github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk=