rmmagent/go.mod

77 lines
3.1 KiB
Modula-2
Raw Normal View History

2022-03-19 18:55:43 +00:00
module github.com/amidaware/rmmagent
go 1.17
require (
github.com/StackExchange/wmi v1.2.1
github.com/elastic/go-sysinfo v1.7.1
github.com/go-ole/go-ole v1.2.6
github.com/go-ping/ping v0.0.0-20211130115550-779d1e919534
github.com/go-resty/resty/v2 v2.7.0
github.com/gonutz/w32/v2 v2.4.0
2022-05-14 23:44:54 +00:00
github.com/iamacarpet/go-win64api v0.0.0-20220420140031-e6e5e4bf90e4
2022-03-19 18:55:43 +00:00
github.com/nats-io/nats-server/v2 v2.4.0 // indirect
2022-05-14 23:44:54 +00:00
github.com/nats-io/nats.go v1.15.0
2022-03-19 18:55:43 +00:00
github.com/rickb777/date v1.15.3
2022-05-14 23:44:54 +00:00
github.com/shirou/gopsutil/v3 v3.22.4
2022-03-19 18:55:43 +00:00
github.com/sirupsen/logrus v1.8.1
github.com/ugorji/go/codec v1.2.7
github.com/wh1te909/go-win64api v0.0.0-20210906074314-ab23795a6ae5
github.com/wh1te909/trmm-shared v0.0.0-20220227075846-f9f757361139
2022-05-14 23:44:54 +00:00
golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
2022-03-19 18:55:43 +00:00
)
require (
github.com/amidaware/taskmaster v0.0.0-20220111015025-c9cd178bbbf2
2022-05-14 23:44:54 +00:00
github.com/go-cmd/cmd v1.4.1
2022-03-19 18:55:43 +00:00
)
require (
2022-05-14 23:44:54 +00:00
github.com/jaypipes/ghw v0.9.0
2022-03-19 18:55:43 +00:00
github.com/kardianos/service v1.2.1
2022-05-14 23:44:54 +00:00
github.com/spf13/viper v1.11.0
2022-03-19 18:55:43 +00:00
)
require (
github.com/elastic/go-windows v1.0.0 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/google/cabbie v1.0.2 // indirect
github.com/google/glazier v0.0.0-20211029225403-9f766cca891d // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
2022-05-14 23:44:54 +00:00
github.com/jaypipes/pcidb v1.0.0 // indirect
2022-03-19 18:55:43 +00:00
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
2022-05-14 23:44:54 +00:00
github.com/magiconair/properties v1.8.6 // indirect
2022-03-19 18:55:43 +00:00
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/nats-io/nkeys v0.3.0 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/pelletier/go-toml v1.9.4 // indirect
2022-05-14 23:44:54 +00:00
github.com/pelletier/go-toml/v2 v2.0.0-beta.8 // indirect
2022-03-19 18:55:43 +00:00
github.com/pkg/errors v0.9.1 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/prometheus/procfs v0.0.8 // indirect
github.com/rickb777/plural v1.3.0 // indirect
github.com/scjalliance/comshim v0.0.0-20190308082608-cf06d2532c4e // indirect
2022-05-14 23:44:54 +00:00
github.com/spf13/afero v1.8.2 // indirect
2022-03-19 18:55:43 +00:00
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
2022-05-14 23:44:54 +00:00
github.com/tklauser/go-sysconf v0.3.10 // indirect
github.com/tklauser/numcpus v0.4.0 // indirect
2022-03-19 18:55:43 +00:00
github.com/yusufpapurcu/wmi v1.2.2 // indirect
2022-05-14 23:44:54 +00:00
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
2022-03-19 18:55:43 +00:00
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
2022-05-14 23:44:54 +00:00
gopkg.in/ini.v1 v1.66.4 // indirect
2022-03-19 18:55:43 +00:00
gopkg.in/yaml.v2 v2.4.0 // indirect
2022-05-14 23:44:54 +00:00
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
howett.net/plist v1.0.0 // indirect
2022-03-19 18:55:43 +00:00
)