vvin/go.mod

17 lines
347 B
Modula-2
Raw Normal View History

2023-10-14 21:34:16 -04:00
module git.bigun.dev/evan/vvin
2019-11-09 01:26:01 -05:00
2023-10-14 21:36:59 -04:00
go 1.21.0
2019-11-09 01:26:01 -05:00
require (
2023-10-14 21:36:59 -04:00
github.com/mitchellh/go-ps v1.0.0
github.com/shu-go/gli v1.5.7
2022-02-13 21:06:27 -05:00
github.com/shu-go/rog v0.1.0
2019-11-09 01:26:01 -05:00
)
2023-10-14 21:36:59 -04:00
require (
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rivo/uniseg v0.4.3 // indirect
github.com/shu-go/cliparser v0.2.2 // indirect
)