go-pathman/go.mod

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

2019-07-21 23:21:47 -06:00
module git.rootprojects.org/root/pathman
2023-11-04 22:41:43 -06:00
go 1.21
2019-07-21 23:21:47 -06:00
2019-07-28 04:04:53 -06:00
require (
git.rootprojects.org/root/go-gitver v1.1.3
2023-11-04 22:41:43 -06:00
golang.org/x/sys v0.14.0
2019-07-28 04:04:53 -06:00
)