2
1
mirror of https://github.com/therootcompany/serviceman.git synced 2026-03-07 20:07:59 +00:00
serviceman/go.mod

12 lines
317 B
Modula-2
Raw Normal View History

2020-12-02 16:18:34 -07:00
module git.rootprojects.org/root/serviceman
2019-07-01 02:44:48 -06:00
go 1.12
require (
2020-12-02 16:18:34 -07:00
git.rootprojects.org/root/go-gitver/v2 v2.0.2
2019-07-01 02:44:48 -06:00
github.com/UnnoTed/fileb0x v1.1.3
github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936
2019-07-03 00:05:12 -06:00
golang.org/x/net v0.0.0-20180921000356-2f5d2388922f
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb
2019-07-01 02:44:48 -06:00
)