pathman/go.mod

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

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