Jelajahi Sumber

Merge pull request #13745 from icecrime/test_import_path

Fix kr/pty import path in test-integration-cli
Alexander Morozov 10 tahun lalu
induk
melakukan
cbe120db58
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      integration-cli/docker_cli_save_load_unix_test.go

+ 1 - 1
integration-cli/docker_cli_save_load_unix_test.go

@@ -8,8 +8,8 @@ import (
 	"os"
 	"os/exec"
 
-	"github.com/docker/docker/vendor/src/github.com/kr/pty"
 	"github.com/go-check/check"
+	"github.com/kr/pty"
 )
 
 // save a repo and try to load it using stdout