vvin/go.mod

10 lines
176 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-16 16:14:26 -04:00
go 1.13
2019-11-09 01:26:01 -05:00
require (
2023-10-16 16:14:26 -04:00
github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
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
)