2 Star 5 Fork 4

DeepSpark/ix-exporter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 999 Bytes
一键复制 编辑 原始数据 按行查看 历史
majorli6 提交于 2024-04-01 14:04 . prepare for 1st release
module gitee.com/deep-spark/ixexporter
go 1.17
require (
github.com/golang/glog v1.0.0
github.com/prometheus/client_golang v1.11.0
github.com/spf13/pflag v1.0.5
google.golang.org/grpc v1.44.0
gopkg.in/yaml.v2 v2.4.0
)
require github.com/gogo/protobuf v1.3.2 // indirect
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.28.0 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
golang.org/x/net v0.0.0-20211209124913-491a49abca63 // indirect
golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20210831024726-fe130286e0e2 // indirect
google.golang.org/protobuf v1.27.1 // indirect
k8s.io/kubelet v0.23.3
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/deep-spark/ix-exporter.git
git@gitee.com:deep-spark/ix-exporter.git
deep-spark
ix-exporter
ix-exporter
master

搜索帮助