Rebrand the project from Fence to Greywall, the sandboxing layer of the GreyHaven platform. This updates: - Go module path to gitea.app.monadical.io/monadical/greywall - Binary name, CLI help text, and all usage examples - Config paths (~/.config/greywall/greywall.json), env vars (GREYWALL_*) - Log prefixes ([greywall:*]), temp file prefixes (greywall-*) - All documentation, scripts, CI workflows, and example files - README rewritten with GreyHaven branding and Fence attribution Directory/file renames: cmd/fence → cmd/greywall, pkg/fence → pkg/greywall, docs/why-fence.md → docs/why-greywall.md, example JSON files, and banner.
16 lines
315 B
Modula-2
16 lines
315 B
Modula-2
module gitea.app.monadical.io/monadical/greywall
|
|
|
|
go 1.25
|
|
|
|
require (
|
|
github.com/bmatcuk/doublestar/v4 v4.9.1
|
|
github.com/spf13/cobra v1.8.1
|
|
github.com/tidwall/jsonc v0.3.2
|
|
golang.org/x/sys v0.39.0
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
)
|