go-session/go.mod
Claude 8ff7ccaee1
All checks were successful
Security Scan / security (push) Successful in 8s
Test / test (push) Successful in 1m22s
feat: upgrade to core v0.8.0-alpha.1, replace banned stdlib imports
Replace fmt, strings, path/filepath, core/log with Core primitives.
coreerr.E→core.E. Keep strings.ContainsAny/SplitSeq/Index/Repeat.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 14:08:17 +00:00

15 lines
374 B
Modula-2

module dappco.re/go/core/session
go 1.26.0
require (
dappco.re/go/core v0.8.0-alpha.1
github.com/stretchr/testify v1.11.1
)
require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)