Merge pull request #1018 from mountkin/fix-1006

update deps
This commit is contained in:
Victor Vieux 2015-07-01 21:45:54 -07:00
commit 34636b29fc
2 changed files with 2 additions and 2 deletions

2
Godeps/Godeps.json generated
View File

@ -105,7 +105,7 @@
},
{
"ImportPath": "github.com/samalba/dockerclient",
"Rev": "661e5e686f3c69aa71ec447efd7a0d32f8dc0813"
"Rev": "3342e9407a459d3cb369a81f8aa23b6cbe3fa8da"
},
{
"ImportPath": "github.com/samuel/go-zookeeper/zk",

View File

@ -375,7 +375,7 @@ func (client *DockerClient) StartMonitorEvents(cb Callback, ec chan error, args
ec <- err
return
}
go cb(&e.Event, ec, args...)
cb(&e.Event, ec, args...)
}
}()
}