46 lines
1.6 KiB
Modula-2
Executable File
46 lines
1.6 KiB
Modula-2
Executable File
module wdd.io/agent-go
|
|
|
|
go 1.22.1
|
|
|
|
require (
|
|
github.com/panjf2000/ants/v2 v2.7.2
|
|
github.com/shirou/gopsutil/v3 v3.23.3
|
|
github.com/spf13/viper v1.15.0
|
|
github.com/streadway/amqp v1.1.0
|
|
golang.org/x/net v0.24.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
wdd.io/agent-common v0.0.0
|
|
)
|
|
|
|
replace wdd.io/agent-common => ../agent-common
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
|
|
github.com/rogpeppe/go-internal v1.10.0 // indirect
|
|
github.com/shoenig/go-m1cpu v0.1.4 // indirect
|
|
github.com/spf13/afero v1.9.3 // indirect
|
|
github.com/spf13/cast v1.5.0 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/stretchr/testify v1.8.4 // indirect
|
|
github.com/subosito/gotenv v1.4.2 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.11 // indirect
|
|
github.com/tklauser/numcpus v0.6.0 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
go.uber.org/zap v1.27.0 // indirect
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
)
|