forked from ncr-devops-platform/nagiosfoundation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (18 loc) · 761 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/ncr-devops-platform/nagiosfoundation
go 1.17
require (
github.com/PaesslerAG/gval v1.0.1
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6
github.com/pbnjay/memory v0.0.0-20190104145345-974d429e7ae4
github.com/shirou/gopsutil v2.17.13-0.20180801053943-8048a2e9c577+incompatible
github.com/spf13/cobra v0.0.4-0.20190311125509-ba1052d4cbce
github.com/thedevsaddam/gojsonq v2.2.2+incompatible
golang.org/x/sys v0.0.0-20190219203350-90b0e4468f99
)
require (
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
github.com/spf13/pflag v1.0.3 // indirect
github.com/stretchr/testify v1.7.0 // indirect
)