go-agentic/go.mod
Claude af110becc1
fix: correct go.mod replace directive (../core → ../go)
Co-Authored-By: Charon <developers@lethean.io>
2026-02-20 00:48:29 +00:00

16 lines
363 B
Modula-2

module forge.lthn.ai/core/go-agentic
go 1.25.5
require (
forge.lthn.ai/core/go v0.0.0
github.com/stretchr/testify v1.11.1
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
)
replace forge.lthn.ai/core/go => ../go