2022-04-13 12:36:01 +08:00
|
|
|
module flashcat.cloud/categraf
|
|
|
|
|
|
|
|
go 1.17
|
2022-04-13 14:09:33 +08:00
|
|
|
|
|
|
|
require (
|
2022-04-15 16:44:57 +08:00
|
|
|
github.com/gobwas/glob v0.2.3
|
2022-04-13 20:12:20 +08:00
|
|
|
github.com/golang/protobuf v1.5.2
|
|
|
|
github.com/golang/snappy v0.0.4
|
2022-04-18 14:23:00 +08:00
|
|
|
github.com/influxdata/line-protocol/v2 v2.2.1
|
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
2022-04-13 16:24:12 +08:00
|
|
|
github.com/koding/multiconfig v0.0.0-20171124222453-69c27309b2d7
|
2022-04-13 20:12:20 +08:00
|
|
|
github.com/prometheus/client_golang v1.12.1
|
|
|
|
github.com/prometheus/common v0.32.1
|
|
|
|
github.com/prometheus/prometheus v2.5.0+incompatible
|
2022-04-14 18:34:27 +08:00
|
|
|
github.com/shirou/gopsutil/v3 v3.22.3
|
2022-04-13 14:09:33 +08:00
|
|
|
github.com/toolkits/pkg v1.2.9
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2022-04-13 16:24:12 +08:00
|
|
|
github.com/BurntSushi/toml v1.1.0 // indirect
|
|
|
|
github.com/fatih/camelcase v1.0.0 // indirect
|
|
|
|
github.com/fatih/structs v1.1.0 // indirect
|
2022-04-14 18:34:27 +08:00
|
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
2022-04-13 20:12:20 +08:00
|
|
|
github.com/gogo/protobuf v1.1.1 // indirect
|
|
|
|
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
|
2022-04-14 18:34:27 +08:00
|
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
|
|
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
|
|
|
|
github.com/tklauser/go-sysconf v0.3.10 // indirect
|
|
|
|
github.com/tklauser/numcpus v0.4.0 // indirect
|
|
|
|
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
2022-04-13 14:09:33 +08:00
|
|
|
go.uber.org/automaxprocs v1.4.0 // indirect
|
2022-04-13 20:12:20 +08:00
|
|
|
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
|
2022-04-14 18:34:27 +08:00
|
|
|
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect
|
2022-04-13 20:12:20 +08:00
|
|
|
golang.org/x/text v0.3.7 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20200825200019-8632dd797987 // indirect
|
|
|
|
google.golang.org/grpc v1.33.1 // indirect
|
|
|
|
google.golang.org/protobuf v1.26.0 // indirect
|
2022-04-13 14:09:33 +08:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
)
|