Skip to content

Commit 09ffc4b

Browse files
chore(deps): bump github.com/mudler/cogito from 0.4.2 to 0.5.0
Bumps [github.com/mudler/cogito](https://github.com/mudler/cogito) from 0.4.2 to 0.5.0. - [Release notes](https://github.com/mudler/cogito/releases) - [Commits](mudler/cogito@v0.4.2...v0.5.0) --- updated-dependencies: - dependency-name: github.com/mudler/cogito dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f777ce2 commit 09ffc4b

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module github.com/mudler/LocalAGI
33
go 1.24.4
44

55
require (
6+
github.com/Masterminds/sprig/v3 v3.3.0
67
github.com/bwmarrin/discordgo v0.29.0
78
github.com/chasefleming/elem-go v0.30.0
89
github.com/dave-gray101/v2keyauth v0.0.0-20240624150259-c45d584d25e2
@@ -12,7 +13,7 @@ require (
1213
github.com/google/go-github/v69 v69.2.0
1314
github.com/google/uuid v1.6.0
1415
github.com/modelcontextprotocol/go-sdk v1.0.0
15-
github.com/mudler/cogito v0.4.2
16+
github.com/mudler/cogito v0.5.0
1617
github.com/onsi/ginkgo/v2 v2.25.3
1718
github.com/onsi/gomega v1.38.2
1819
github.com/philippgille/chromem-go v0.7.0
@@ -34,7 +35,6 @@ require (
3435
github.com/JohannesKaufmann/dom v0.2.0 // indirect
3536
github.com/Masterminds/goutils v1.1.1 // indirect
3637
github.com/Masterminds/semver/v3 v3.4.0 // indirect
37-
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
3838
github.com/google/jsonschema-go v0.3.0 // indirect
3939
github.com/gorilla/websocket v1.5.3 // indirect
4040
github.com/huandu/xstrings v1.5.0 // indirect

go.sum

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,8 @@ github.com/modelcontextprotocol/go-sdk v1.0.0 h1:Z4MSjLi38bTgLrd/LjSmofqRqyBiVKR
170170
github.com/modelcontextprotocol/go-sdk v1.0.0/go.mod h1:nYtYQroQ2KQiM0/SbyEPUWQ6xs4B95gJjEalc9AQyOs=
171171
github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=
172172
github.com/morikuni/aec v1.0.0/go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc=
173-
github.com/mudler/cogito v0.4.1-0.20251027122454-3f982f8fe711 h1:poqzlrxY6DhxzlKSL65pXeTydPAdCHWsVBm/FCgnwFU=
174-
github.com/mudler/cogito v0.4.1-0.20251027122454-3f982f8fe711/go.mod h1:2uhEElCTq8eXSsqJ1JF01oA5h9niXSELVKqCF1PqjEw=
175-
github.com/mudler/cogito v0.4.2 h1:1PypFvUq3A+iBxMCR0v+sGXlhOsRnvyFZhEE93tsuDU=
176-
github.com/mudler/cogito v0.4.2/go.mod h1:2uhEElCTq8eXSsqJ1JF01oA5h9niXSELVKqCF1PqjEw=
173+
github.com/mudler/cogito v0.5.0 h1:A2zAj5PY9rriRfczM+bnSwe2qAEvJSh9eK9hNUPx++E=
174+
github.com/mudler/cogito v0.5.0/go.mod h1:2uhEElCTq8eXSsqJ1JF01oA5h9niXSELVKqCF1PqjEw=
177175
github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec=
178176
github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY=
179177
github.com/onsi/ginkgo/v2 v2.25.3 h1:Ty8+Yi/ayDAGtk4XxmmfUy4GabvM+MegeB4cDLRi6nw=

0 commit comments

Comments
 (0)