Skip to content

Commit 43663b2

Browse files
committed
bump versions of other packages
1 parent 86e0f5d commit 43663b2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ module k8s.io/node-problem-detector
33
go 1.11
44

55
require (
6-
code.cloudfoundry.org/clock v0.0.0-20161212184238-07af930eb5e5
6+
code.cloudfoundry.org/clock v0.0.0-20180518195852-02e53af36e6c
77
contrib.go.opencensus.io/exporter/prometheus v0.0.0-20190427222117-f6cda26f80a3 // indirect
88
github.com/PuerkitoBio/purell v1.0.0 // indirect
99
github.com/PuerkitoBio/urlesc v0.0.0-20160726150825-5bd2802263f2 // indirect
1010
github.com/StackExchange/wmi v0.0.0-20181212234831-e0a55b97c705 // indirect
1111
github.com/beorn7/perks v1.0.0 // indirect
12-
github.com/coreos/go-systemd v0.0.0-20161114122254-48702e0da86b
12+
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
1313
github.com/coreos/pkg v0.0.0-20160620232715-fa29b1d70f0b // indirect
1414
github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633 // indirect
15-
github.com/euank/go-kmsg-parser v2.0.0+incompatible
15+
github.com/euank/go-kmsg-parser v2.0.1+incompatible
1616
github.com/fsnotify/fsnotify v0.0.0-20160816051541-f12c6236fe7b // indirect
1717
github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680 // indirect
1818
github.com/go-ole/go-ole v1.2.4 // indirect
@@ -24,7 +24,7 @@ require (
2424
github.com/golang/groupcache v0.0.0-20150125180832-604ed5785183 // indirect
2525
github.com/golang/protobuf v1.3.1 // indirect
2626
github.com/google/btree v0.0.0-20160524151835-7d79101e329e // indirect
27-
github.com/google/cadvisor v0.0.0-20171116003604-5231853e7124
27+
github.com/google/cadvisor v0.33.0
2828
github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367 // indirect
2929
github.com/googleapis/gnostic v0.1.0 // indirect
3030
github.com/gregjones/httpcache v0.0.0-20170926212834-c1f8028e62ad // indirect
@@ -41,8 +41,8 @@ require (
4141
github.com/prometheus/common v0.3.0 // indirect
4242
github.com/prometheus/procfs v0.0.0-20190425082905-87a4384529e0 // indirect
4343
github.com/shirou/gopsutil v0.0.0-20190427031343-fa9845945e5b // indirect
44-
github.com/spf13/pflag v0.0.0-20161024131444-5ccb023bc27d
45-
github.com/stretchr/testify v1.2.2
44+
github.com/spf13/pflag v1.0.3
45+
github.com/stretchr/testify v1.3.0
4646
golang.org/x/sys v0.0.0-20190509141414-a5b02f93d862 // indirect
4747
gopkg.in/inf.v0 v0.9.0 // indirect
4848
k8s.io/api v0.0.0-20180127130940-acf347b865f2

0 commit comments

Comments
 (0)