File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ require (
66 github.com/cilium/ebpf v0.0.0-20191113100448-d9fb101ca1fb
77 github.com/coreos/go-systemd/v22 v22.0.0-20191111152658-2d78030078ef
88 github.com/docker/go-units v0.4.0
9- github.com/godbus/dbus v0.0.0-20190422162347-ade71ed3457e
109 github.com/godbus/dbus/v5 v5.0.3
1110 github.com/gogo/protobuf v1.2.1
1211 github.com/opencontainers/runtime-spec v0.1.2-0.20190507144316-5b71a03e2700
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
99github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
1010github.com/docker/go-units v0.4.0 h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw =
1111github.com/docker/go-units v0.4.0 /go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk =
12- github.com/godbus/dbus v0.0.0-20190422162347-ade71ed3457e h1:BWhy2j3IXJhjCbC68FptL43tDKIq8FladmaTs3Xs7Z8 =
13- github.com/godbus/dbus v0.0.0-20190422162347-ade71ed3457e /go.mod h1:bBOAhwG1umN6/6ZUMtDFBMQR8jRg9O75tm9K00oMsK4 =
1412github.com/godbus/dbus/v5 v5.0.3 h1:ZqHaoEF7TBzh4jzPmqVhE/5A1z9of6orkAe5uHoAeME =
1513github.com/godbus/dbus/v5 v5.0.3 /go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA =
1614github.com/gogo/protobuf v1.2.1 h1:/s5zKNz0uPFCZ5hddgPdo2TK2TVrUNMn0OOX8/aZMTE =
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import (
2828 "strings"
2929 "time"
3030
31- "github.com/godbus/dbus"
31+ "github.com/godbus/dbus/v5 "
3232
3333 "github.com/containerd/cgroups/v2/stats"
3434 "github.com/opencontainers/runtime-spec/specs-go"
You can’t perform that action at this time.
0 commit comments