@@ -30,9 +30,10 @@ require (
3030 github.com/mholt/archiver/v3 v3.5.1
3131 github.com/microcosm-cc/bluemonday v1.0.27
3232 github.com/modelcontextprotocol/go-sdk v1.1.0
33- github.com/mudler/cogito v0.6.0
33+ github.com/mudler/cogito v0.7.1
3434 github.com/mudler/edgevpn v0.31.1
3535 github.com/mudler/go-processmanager v0.0.0-20240820160718-8b802d3ecf82
36+ github.com/mudler/memory v0.0.0-20251216220809-d1256471a6c2
3637 github.com/onsi/ginkgo/v2 v2.27.3
3738 github.com/onsi/gomega v1.38.3
3839 github.com/otiai10/copy v1.14.1
@@ -65,7 +66,6 @@ require (
6566require (
6667 github.com/ghodss/yaml v1.0.0 // indirect
6768 github.com/labstack/gommon v0.4.2 // indirect
68- github.com/mudler/memory v0.0.0-20251216220809-d1256471a6c2 // indirect
6969 github.com/swaggo/files/v2 v2.0.2 // indirect
7070 github.com/valyala/fasttemplate v1.2.2 // indirect
7171)
@@ -273,7 +273,7 @@ require (
273273 github.com/opencontainers/go-digest v1.0.0 // indirect
274274 github.com/opencontainers/image-spec v1.1.1
275275 github.com/opentracing/opentracing-go v1.2.0 // indirect
276- github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
276+ github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
277277 github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
278278 github.com/pierrec/lz4/v4 v4.1.2 // indirect
279279 github.com/pkg/errors v0.9.1
0 commit comments