16 lines
350 B
Modula-2
16 lines
350 B
Modula-2
module git.bigun.dev/evan/vvin
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/mitchellh/go-ps v1.0.0
|
|
github.com/shu-go/gli/v2 v2.0.1
|
|
github.com/shu-go/nmfmt v0.1.0
|
|
)
|
|
|
|
require (
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
|
github.com/shu-go/cliparser v0.2.2 // indirect
|
|
)
|