File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ module github.com/mudler/LocalAGI
33go 1.24.4
44
55require (
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
Original file line number Diff line number Diff line change @@ -170,10 +170,8 @@ github.com/modelcontextprotocol/go-sdk v1.0.0 h1:Z4MSjLi38bTgLrd/LjSmofqRqyBiVKR
170170github.com/modelcontextprotocol/go-sdk v1.0.0 /go.mod h1:nYtYQroQ2KQiM0/SbyEPUWQ6xs4B95gJjEalc9AQyOs =
171171github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A =
172172github.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 =
177175github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec =
178176github.com/olekukonko/tablewriter v0.0.5 /go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY =
179177github.com/onsi/ginkgo/v2 v2.25.3 h1:Ty8+Yi/ayDAGtk4XxmmfUy4GabvM+MegeB4cDLRi6nw =
You can’t perform that action at this time.
0 commit comments