2 Star 2 Fork 1

wwhai/GoSNMPServer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 485 Bytes
一键复制 编辑 原始数据 按行查看 历史
wwhai 提交于 2021-09-18 15:23 +08:00 . fix: fix gomod version
module github.com/slayercat/GoSNMPServer
go 1.17
require (
github.com/pkg/errors v0.9.1
github.com/shirou/gopsutil v3.21.8+incompatible
github.com/sirupsen/logrus v1.8.1
github.com/slayercat/gosnmp v1.24.0
)
require (
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/tklauser/go-sysconf v0.3.9 // indirect
github.com/tklauser/numcpus v0.3.0 // indirect
golang.org/x/sys v0.0.0-20210816074244-15123e1e1f71 // indirect
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wwhai/GoSNMPServer.git
git@gitee.com:wwhai/GoSNMPServer.git
wwhai
GoSNMPServer
GoSNMPServer
master

搜索帮助