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-13 20:12:20 +08:00
|
|
|
github.com/golang/protobuf v1.5.2
|
|
|
|
github.com/golang/snappy v0.0.4
|
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-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-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-13 14:09:33 +08:00
|
|
|
github.com/stretchr/testify v1.7.1 // indirect
|
|
|
|
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
|
|
|
|
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
|
|
|
|
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
|
|
|
|
)
|