vvin/go.mod

17 lines
350 B
Modula-2
Raw Permalink Normal View History

2024-04-04 10:53:10 -04:00
module git.bigun.dev/evan/vvin
2019-11-09 01:26:01 -05:00
go 1.21
2019-11-09 01:26:01 -05:00
require (
github.com/mitchellh/go-ps v1.0.0
github.com/shu-go/gli/v2 v2.3.0
github.com/shu-go/nmfmt v0.2.2
)
require (
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/shu-go/cliparser v0.2.4 // indirect
2019-11-09 01:26:01 -05:00
)