Update dependencies to include github.com/godbus/dbus

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel 2017-03-01 16:49:45 -08:00
parent 3a9e7036a1
commit 69ed8639cd
73 changed files with 7291 additions and 31 deletions

View file

@ -9,6 +9,15 @@
"github.com/docker/distribution": {
"branch": "master"
},
"github.com/godbus/dbus": {
"version": "^4.0.0"
},
"github.com/opencontainers/runc": {
"branch": "master"
},
"github.com/opencontainers/runtime-spec": {
"branch": "master"
},
"google.golang.org/grpc": {
"version": "v1.0.1-GA"
},