q/go.mod
Eduard Urbach a7fd4172b9
All checks were successful
/ test (push) Successful in 16s
Implemented running executables in memory
2025-07-06 20:25:16 +02:00

10 lines
No EOL
204 B
Modula-2

module git.urbach.dev/cli/q
go 1.24
require (
git.urbach.dev/go/assert v0.0.0-20250606150337-559d3d3afcda
git.urbach.dev/go/color v0.0.0-20250606151219-222306e0b534
)
require golang.org/x/sys v0.33.0