Replace fmt, errors, strings, path/filepath, encoding/json with Core primitives across 23 files. Keep encoding/json for streaming NewDecoder/NewEncoder, strings for Fields/FieldsFuncSeq. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
11 lines
202 B
Modula-2
11 lines
202 B
Modula-2
module dappco.re/go/core/forge
|
|
|
|
go 1.26.0
|
|
|
|
require (
|
|
dappco.re/go/core v0.8.0-alpha.1
|
|
dappco.re/go/core/io v0.2.0
|
|
dappco.re/go/core/log v0.1.0
|
|
)
|
|
|
|
require forge.lthn.ai/core/go-log v0.0.4 // indirect
|