Files
Cyrene/backend/ai-core/go.mod
T
2026-05-16 08:26:56 +08:00

9 lines
121 B
Modula-2

module github.com/yourname/cyrene-ai/ai-core
go 1.26.2
require (
gopkg.in/yaml.v3 v3.0.1
github.com/lib/pq v1.10.9
)