go-cache/go.mod
Snider 9f8cb6cd0e feat: extract cache package from core/go pkg/cache
File-based cache with TTL, JSON serialisation, go-io Medium backend.

Moved from forge.lthn.ai/core/go/pkg/cache to standalone module.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 13:03:52 +00:00

7 lines
141 B
Modula-2

module forge.lthn.ai/core/go-cache
go 1.26.0
require forge.lthn.ai/core/go-io v0.0.3
require forge.lthn.ai/core/go-log v0.0.1 // indirect