pathman/go.mod

9 lines
160 B
Modula-2
Raw Permalink Normal View History

2019-07-22 05:21:47 +00:00
module git.rootprojects.org/root/pathman
go 1.12
2019-07-28 10:04:53 +00:00
require (
git.rootprojects.org/root/go-gitver v1.1.3
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7
)