Update dependencies

This commit is contained in:
James
2017-08-16 11:15:14 -07:00
parent b9c0374fe3
commit f46ea14760
1220 changed files with 142690 additions and 47576 deletions

View File

@@ -2686,7 +2686,7 @@ type sleepyRoudTripper struct {
func (rt *sleepyRoudTripper) RoundTrip(r *http.Request) (*http.Response, error) {
time.Sleep(rt.sleepDuration)
return nil, fmt.Errorf("Can't complete roung trip")
return nil, fmt.Errorf("Can't complete round trip")
}
func TestInspectContainerWhenContextTimesOut(t *testing.T) {