1 Star 0 Fork 36

敖江东/ascend-npu-exporter

forked from Ascend/ascend-npu-exporter 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 2.41 KB
一键复制 编辑 原始数据 按行查看 历史
李宁 提交于 2024-01-22 20:40 . 【修改描述】切换版本至v6
module huawei.com/npu-exporter/v6
go 1.18
require (
github.com/agiledragon/gomonkey/v2 v2.8.0
github.com/fsnotify/fsnotify v1.6.0
github.com/golang/protobuf v1.5.3
github.com/influxdata/telegraf v1.26.3
github.com/prometheus/client_golang v1.15.0
github.com/smartystreets/goconvey v1.6.4
github.com/stretchr/testify v1.8.2
google.golang.org/grpc v1.57.2
google.golang.org/protobuf v1.30.0
k8s.io/cri-api v0.25.13
)
require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/alecthomas/participle v0.4.1 // indirect
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/awnumar/memcall v0.1.2 // indirect
github.com/awnumar/memguard v0.22.3 // indirect
github.com/benbjohnson/clock v1.3.3 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/blues/jsonata-go v1.5.4 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/coreos/go-semver v0.3.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
github.com/gosnmp/gosnmp v1.35.0 // indirect
github.com/influxdata/toml v0.0.0-20190415235208-270119a8ce65 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/philhofer/fwd v1.1.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.42.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
github.com/prometheus/prometheus v0.42.0 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
github.com/sleepinggenius2/gosmi v0.4.4 // indirect
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
github.com/tinylib/msgp v1.1.8 // indirect
golang.org/x/crypto v0.8.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/ao-jiangdong/ascend-npu-exporter.git
git@gitee.com:ao-jiangdong/ascend-npu-exporter.git
ao-jiangdong
ascend-npu-exporter
ascend-npu-exporter
master

搜索帮助