forked from wh1te909/rmmagent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (19 loc) · 836 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/wh1te909/rmmagent
go 1.15
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d
github.com/capnspacehook/taskmaster v0.0.0-20201022195506-c2d8b114cec0
github.com/elastic/go-sysinfo v1.5.0
github.com/go-ole/go-ole v1.2.5
github.com/go-resty/resty/v2 v2.4.0
github.com/gonutz/w32 v1.0.1-0.20201105145118-e88c649a9470
github.com/iamacarpet/go-win64api v0.0.0-20200715182619-8cbc936e1a5a
github.com/josephspurrier/goversioninfo v1.2.0 // indirect
github.com/nats-io/nats.go v1.10.1-0.20201021145452-94be476ad6e0
github.com/rickb777/date v1.15.3 // indirect
github.com/shirou/gopsutil/v3 v3.20.12
github.com/sirupsen/logrus v1.7.0
github.com/ugorji/go/codec v1.2.3
github.com/wh1te909/go-win64api v0.0.0-20201021040544-8fba2a0fc3d0
golang.org/x/sys v0.0.0-20210122235752-a8b976e07c7b
)