Skip to content

Commit 630933f

Browse files
author
yckj0834
committed
bug fix
1 parent 7222c3d commit 630933f

File tree

16 files changed

+220
-42
lines changed

16 files changed

+220
-42
lines changed

go.mod

+2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ require (
77
github.com/elastic/beats v7.6.1+incompatible
88
github.com/elastic/go-sysinfo v1.3.0 // indirect
99
github.com/elastic/go-ucfg v0.8.3 // indirect
10+
github.com/gofrs/uuid v3.2.0+incompatible // indirect
1011
github.com/google/gopacket v1.1.17
1112
github.com/sirupsen/logrus v1.4.2
13+
github.com/spf13/cobra v0.0.6 // indirect
1214
go.uber.org/zap v1.14.1 // indirect
1315
gopkg.in/olivere/elastic.v5 v5.0.84
1416
)

go.sum

+123-1
Large diffs are not rendered by default.

vendor/github.com/prometheus/procfs/MAINTAINERS.md

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

vendor/github.com/prometheus/procfs/Makefile.common

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

vendor/github.com/prometheus/procfs/buddyinfo.go

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

vendor/github.com/prometheus/procfs/fs.go

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

vendor/github.com/prometheus/procfs/internal/fs/fs.go

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

vendor/github.com/prometheus/procfs/ipvs.go

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

vendor/github.com/prometheus/procfs/mdstat.go

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

vendor/github.com/prometheus/procfs/net_dev.go

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

vendor/github.com/prometheus/procfs/proc.go

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

vendor/github.com/prometheus/procfs/proc_psi.go

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

vendor/github.com/prometheus/procfs/proc_stat.go

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

vendor/github.com/prometheus/procfs/stat.go

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

vendor/github.com/prometheus/procfs/xfrm.go

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

vendor/modules.txt

+6-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ github.com/elastic/go-ucfg/parse
3434
github.com/elastic/go-ucfg/yaml
3535
# github.com/elastic/go-windows v1.0.0
3636
github.com/elastic/go-windows
37+
# github.com/gofrs/uuid v3.2.0+incompatible
38+
## explicit
3739
# github.com/google/gopacket v1.1.17
3840
## explicit
3941
github.com/google/gopacket
@@ -50,11 +52,14 @@ github.com/mailru/easyjson/jlexer
5052
github.com/mailru/easyjson/jwriter
5153
# github.com/pkg/errors v0.8.1
5254
github.com/pkg/errors
53-
# github.com/prometheus/procfs v0.0.0-20190425082905-87a4384529e0
55+
# github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084
5456
github.com/prometheus/procfs
57+
github.com/prometheus/procfs/internal/fs
5558
# github.com/sirupsen/logrus v1.4.2
5659
## explicit
5760
github.com/sirupsen/logrus
61+
# github.com/spf13/cobra v0.0.6
62+
## explicit
5863
# go.uber.org/atomic v1.6.0
5964
go.uber.org/atomic
6065
# go.uber.org/multierr v1.5.0

0 commit comments

Comments
 (0)