- upgrade dependencies - fix wand exec bug - support module versions in wand exec
14 lines
463 B
Modula-2
14 lines
463 B
Modula-2
module code.squareroundforest.org/arpio/wand
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
code.squareroundforest.org/arpio/bind v0.0.0-20251105181644-3443251be2d5
|
|
code.squareroundforest.org/arpio/docreflect v0.0.0-20251031192707-01c5ff18fab1
|
|
code.squareroundforest.org/arpio/notation v0.0.0-20251101123932-5f5c05ee0239
|
|
code.squareroundforest.org/arpio/treerack v0.0.0-20251031193114-4f1c219052ae
|
|
github.com/iancoleman/strcase v0.3.0
|
|
)
|
|
|
|
require golang.org/x/mod v0.27.0 // indirect
|