Skip to content

Commit 5d73e8a

Browse files
author
Xuewei Zhang
committed
Add github.com/shirou/gopsutil/host to vendor
This is needed to measure system uptime and kernel version. This done via: GO111MODULE=on go get github.com/shirou/gopsutil/host GO111MODULE=on go mod vendor
1 parent 146dfd7 commit 5d73e8a

File tree

105 files changed

+21044
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+21044
-0
lines changed

go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ require (
3939
github.com/prometheus/common v0.3.0 // indirect
4040
github.com/prometheus/procfs v0.0.0-20190425082905-87a4384529e0 // indirect
4141
github.com/shirou/gopsutil v2.18.12+incompatible
42+
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
4243
github.com/sigma/go-inotify v0.0.0-20181102212354-c87b6cf5033d // indirect
4344
github.com/spf13/pflag v1.0.3
4445
github.com/stretchr/testify v1.3.0

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ github.com/prometheus/procfs v0.0.0-20190425082905-87a4384529e0 h1:c8R11WC8m7KNM
118118
github.com/prometheus/procfs v0.0.0-20190425082905-87a4384529e0/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA=
119119
github.com/shirou/gopsutil v2.18.12+incompatible h1:1eaJvGomDnH74/5cF4CTmTbLHAriGFsTZppLXDX93OM=
120120
github.com/shirou/gopsutil v2.18.12+incompatible/go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA=
121+
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 h1:udFKJ0aHUL60LboW/A+DfgoHVedieIzIXE8uylPue0U=
122+
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4/go.mod h1:qsXQc7+bwAM3Q1u/4XEfrquwF8Lw7D7y5cD8CuHnfIc=
121123
github.com/sigma/go-inotify v0.0.0-20181102212354-c87b6cf5033d h1:G1nNtZVTzcCvVKMwcG0Vispo3bhc15EbjO5uamiLikI=
122124
github.com/sigma/go-inotify v0.0.0-20181102212354-c87b6cf5033d/go.mod h1:stlh9OsqBQSdwxTxX73mu41BBtRbIpZLQ7flcAoxAfo=
123125
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=

vendor/github.com/shirou/gopsutil/cpu/cpu.go

+189
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/shirou/gopsutil/cpu/cpu_darwin.go

+115
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)