-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
19 lines (18 loc) · 912 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/snapserv/nagocheck
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/fabiokung/shm v0.0.0-20150728212823-2852b0d79bae
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/google/uuid v1.1.1 // indirect
github.com/pborman/uuid v1.2.0 // indirect
github.com/shirou/gopsutil v0.0.0-20190601025009-5335e3fd506d
github.com/snapserv/nagopher v0.1.6
github.com/stretchr/objx v0.2.0 // indirect
golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4 // indirect
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
golang.org/x/tools v0.0.0-20190628222527-fb37f6ba8261
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)