check-v1
authorPaul Tagliamonte <paultag@debian.org>
Wed, 4 Nov 2015 08:09:02 +0000 (08:09 +0000)
committerTianon Gravi <tianon@debian.org>
Wed, 4 Nov 2015 08:09:02 +0000 (08:09 +0000)
Gbp-Pq: Name check-v1.patch

81 files changed:
integration-cli/check_test.go
integration-cli/docker_api_attach_test.go
integration-cli/docker_api_containers_test.go
integration-cli/docker_api_events_test.go
integration-cli/docker_api_exec_resize_test.go
integration-cli/docker_api_exec_test.go
integration-cli/docker_api_images_test.go
integration-cli/docker_api_info_test.go
integration-cli/docker_api_inspect_test.go
integration-cli/docker_api_logs_test.go
integration-cli/docker_api_network_test.go
integration-cli/docker_api_resize_test.go
integration-cli/docker_api_service_test.go
integration-cli/docker_api_stats_test.go
integration-cli/docker_api_test.go
integration-cli/docker_api_version_test.go
integration-cli/docker_cli_attach_test.go
integration-cli/docker_cli_attach_unix_test.go
integration-cli/docker_cli_build_test.go
integration-cli/docker_cli_build_unix_test.go
integration-cli/docker_cli_by_digest_test.go
integration-cli/docker_cli_commit_test.go
integration-cli/docker_cli_config_test.go
integration-cli/docker_cli_cp_from_container_test.go
integration-cli/docker_cli_cp_test.go
integration-cli/docker_cli_cp_to_container_test.go
integration-cli/docker_cli_cp_utils.go
integration-cli/docker_cli_create_test.go
integration-cli/docker_cli_daemon_experimental_test.go
integration-cli/docker_cli_daemon_test.go
integration-cli/docker_cli_diff_test.go
integration-cli/docker_cli_events_test.go
integration-cli/docker_cli_events_unix_test.go
integration-cli/docker_cli_exec_test.go
integration-cli/docker_cli_exec_unix_test.go
integration-cli/docker_cli_experimental_test.go
integration-cli/docker_cli_export_import_test.go
integration-cli/docker_cli_help_test.go
integration-cli/docker_cli_history_test.go
integration-cli/docker_cli_images_test.go
integration-cli/docker_cli_import_test.go
integration-cli/docker_cli_info_test.go
integration-cli/docker_cli_inspect_experimental_test.go
integration-cli/docker_cli_inspect_test.go
integration-cli/docker_cli_kill_test.go
integration-cli/docker_cli_links_test.go
integration-cli/docker_cli_links_unix_test.go
integration-cli/docker_cli_login_test.go
integration-cli/docker_cli_logs_test.go
integration-cli/docker_cli_nat_test.go
integration-cli/docker_cli_network_test.go
integration-cli/docker_cli_pause_test.go
integration-cli/docker_cli_port_test.go
integration-cli/docker_cli_port_unix_test.go
integration-cli/docker_cli_proxy_test.go
integration-cli/docker_cli_ps_test.go
integration-cli/docker_cli_pull_test.go
integration-cli/docker_cli_push_test.go
integration-cli/docker_cli_rename_test.go
integration-cli/docker_cli_restart_test.go
integration-cli/docker_cli_rm_test.go
integration-cli/docker_cli_rmi_test.go
integration-cli/docker_cli_run_test.go
integration-cli/docker_cli_run_unix_test.go
integration-cli/docker_cli_save_load_test.go
integration-cli/docker_cli_save_load_unix_test.go
integration-cli/docker_cli_search_test.go
integration-cli/docker_cli_service_test.go
integration-cli/docker_cli_start_test.go
integration-cli/docker_cli_start_volume_driver_unix_test.go
integration-cli/docker_cli_stats_test.go
integration-cli/docker_cli_tag_test.go
integration-cli/docker_cli_top_test.go
integration-cli/docker_cli_v2_only.go
integration-cli/docker_cli_version_test.go
integration-cli/docker_cli_wait_test.go
integration-cli/docker_utils.go
integration-cli/registry.go
integration-cli/registry_mock.go
integration-cli/requirements.go
integration-cli/trust_server.go

index defa02eaa068a9307de0039d6f43064f539da6c4..f9e2c67c2c4fd0da437905d77a8aa3d8664c0aae 100644 (file)
@@ -3,7 +3,7 @@ package main
 import (
        "testing"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func Test(t *testing.T) {
index 06a1c486f20919a53223432a7c98c36075c4d143..001631e40483678f6051bfbb1b6d380c9fcbfaf4 100644 (file)
@@ -8,7 +8,7 @@ import (
        "strings"
        "time"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
        "golang.org/x/net/websocket"
 )
 
index d8dc4483312b355bc96e36026b97b0f3a935e3cb..571af60f297699b6acefeed6168ae7ad0eb74f6f 100644 (file)
@@ -17,7 +17,7 @@ import (
        "github.com/docker/docker/api/types"
        "github.com/docker/docker/pkg/stringid"
        "github.com/docker/docker/runconfig"
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestContainerApiGetAll(c *check.C) {
index 8ae7bf737ff4ac899c158fc1971ec3525b4901ee..9120aa00aea0c28e3bd2e00323da2e99a90d6d87 100644 (file)
@@ -4,7 +4,7 @@ import (
        "net/http"
        "time"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestEventsApiEmptyOutput(c *check.C) {
index 01061ca67f68190f1c6c41e8c7893b61d6d12b5d..817c734bad3cc122ab5d177e3ba492b33344eae3 100644 (file)
@@ -4,7 +4,7 @@ import (
        "net/http"
        "strings"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestExecResizeApiHeightWidthNoInt(c *check.C) {
index 3d99fe6b8e123497c646f7c1a063b5a2b7169b68..04462307f74ee669b53352faa683d2c4036de49e 100644 (file)
@@ -8,7 +8,7 @@ import (
        "fmt"
        "net/http"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 // Regression test for #9414
index 339a2f489e066de97596d5e3f617988f45198e95..ab21d4b3d250c6cebbe7fcdb11d4e91076cb7cac 100644 (file)
@@ -7,7 +7,7 @@ import (
        "strings"
 
        "github.com/docker/docker/api/types"
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestApiImagesFilter(c *check.C) {
index 408428910293231cd3f3d6ddc54e87783db74c12..1616e0efe53c6d7d9006c855d8c9f34b8b450421 100644 (file)
@@ -4,7 +4,7 @@ import (
        "net/http"
        "strings"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestInfoApi(c *check.C) {
index 2287e7d42db74f5d19d1138aa282b297744cc8a1..a57e687782735854296cbf2573b134e1ff40ce5b 100644 (file)
@@ -6,7 +6,7 @@ import (
        "net/http"
        "strings"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestInspectApiContainerResponse(c *check.C) {
index d47844757a99f15acd9e2d47be6049a67d697099..d22f363e951f88bfd4eba5819c78d559ee23abb1 100644 (file)
@@ -8,7 +8,7 @@ import (
        "strings"
        "time"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestLogsApiWithStdout(c *check.C) {
index 44d2b31bb77e2f5328b43c545adc49596c2f208b..2da958f51eb7e47cc9c5ba97255177c7b734f0d8 100644 (file)
@@ -7,7 +7,7 @@ import (
        "fmt"
        "net/http"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func isNetworkAvailable(c *check.C, name string) bool {
index c7a577b8b38071c2c386674ff12df62248f596de..e42140330d751065d1f994d7879049bc885062ee 100644 (file)
@@ -4,7 +4,7 @@ import (
        "net/http"
        "strings"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestResizeApiResponse(c *check.C) {
index df072197c785df1ae9c7d4fdc8806d7b2b8db352..27b63c8a10d511ef8f1a232801bac8030f129353 100644 (file)
@@ -7,7 +7,7 @@ import (
        "fmt"
        "net/http"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func isServiceAvailable(c *check.C, name string, network string) bool {
index f019e00dfb6d597a5afbf365de8e619d922dfb0b..d1868fd5928f94c3a77d003a79ac7cf4ea0ef667 100644 (file)
@@ -10,7 +10,7 @@ import (
        "time"
 
        "github.com/docker/docker/api/types"
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestCliStatsNoStreamGetCpu(c *check.C) {
index 6cbf301955f395fa45fdacba5d2373ad8cbe455b..05725830e3c42dadcd59153daf0e87fff7cfc064 100644 (file)
@@ -8,7 +8,7 @@ import (
        "time"
 
        "github.com/docker/docker/api"
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestApiOptionsRoute(c *check.C) {
index b756794c265eec3d0e8912cd1c6e10f5767d08fc..42fb872dcf7056887ee5ff670a63447715de6b92 100644 (file)
@@ -6,7 +6,7 @@ import (
 
        "github.com/docker/docker/api/types"
        "github.com/docker/docker/autogen/dockerversion"
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestGetVersion(c *check.C) {
index f45f775e86ec1b8cdbb4f9c08f26cdcfea0089ef..90e389ce47a5814b37dfc5f878cf3125e21112dc 100644 (file)
@@ -9,7 +9,7 @@ import (
        "sync"
        "time"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 const attachWait = 5 * time.Second
index 9718dc07bcc58b629adabb3b9ba3a97fc3965873..c30ff458e32b3d77404305b2b1ae2ae77be6bc18 100644 (file)
@@ -9,7 +9,7 @@ import (
        "time"
 
        "github.com/docker/docker/pkg/stringid"
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
        "github.com/kr/pty"
 )
 
index 6dc24df96778508fa81b3be47b7f6144d3c9e17d..ad56d5d409c6388f9e1cd5f2009cb5804ca04439 100644 (file)
@@ -21,7 +21,7 @@ import (
        "github.com/docker/docker/builder/command"
        "github.com/docker/docker/pkg/archive"
        "github.com/docker/docker/pkg/stringutils"
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestBuildJSONEmptyRun(c *check.C) {
index fc7bd925a690bd531b1155efd72c0bdf760153eb..c246dbdd197543c99abf8e8d67300f9f03807892 100644 (file)
@@ -7,7 +7,7 @@ import (
        "strings"
 
        "github.com/docker/docker/pkg/ulimit"
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestBuildResourceConstraintsAreUsed(c *check.C) {
index 71f8b1a830138de5ef712a8edccf937dba4c7a5e..a53e3db7290e0a932c1628542ba074ed347f28c6 100644 (file)
@@ -9,7 +9,7 @@ import (
        "github.com/docker/distribution/digest"
        "github.com/docker/distribution/manifest"
        "github.com/docker/docker/utils"
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 var (
index 125b2e392d1c17058967b01548ccc6f467c619a0..7e0d6f5cc6d82e0b6d8c8b92756914c0df4fedec 100644 (file)
@@ -3,7 +3,7 @@ package main
 import (
        "strings"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestCommitAfterContainerIsDone(c *check.C) {
index 2b08f47ef6f44d60123e6dc3574d34059d476a40..1b574fbef5bef4d2494f9d5757d8b9893a02279d 100644 (file)
@@ -11,7 +11,7 @@ import (
 
        "github.com/docker/docker/autogen/dockerversion"
        "github.com/docker/docker/pkg/homedir"
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestConfigHttpHeader(c *check.C) {
index 945a34f4b78cee5aaf08b1e1fdad6d1bbf3a9b92..f6f31597283db49daf6ecc018ed4408fd76fba42 100644 (file)
@@ -4,7 +4,7 @@ import (
        "os"
        "path/filepath"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 // docker cp CONTAINER:PATH LOCALPATH
index 64ae0b5d82442a24f84cbadda0f6692f442199bf..94f6935422bc8164b059064a08106a73067f988a 100644 (file)
@@ -10,7 +10,7 @@ import (
        "path/filepath"
        "strings"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 const (
index 341121d2cdd4dfc66928f38e56a732d2a3ce213c..a705ad1b552e36b9e65327583aa2fedec8c4097c 100644 (file)
@@ -3,7 +3,7 @@ package main
 import (
        "os"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 // docker cp LOCALPATH CONTAINER:PATH
index c26ebfd7ef2a8a3daa482ceca2f866f323cdbfed..9ed8a7d26897aa1008c4a810af6794c46f71e4f9 100644 (file)
@@ -10,7 +10,7 @@ import (
        "strings"
 
        "github.com/docker/docker/pkg/archive"
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 type fileType uint32
index 482e96f9dced90508b20dfbea20216404acb9653..9a0ad7ebf1c8e779ef4db464677457a70b598da8 100644 (file)
@@ -13,7 +13,7 @@ import (
        "io/ioutil"
 
        "github.com/docker/docker/pkg/nat"
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 // Make sure we can create a simple container with some args
index dc4f792049724e2a7300b8aea07bd067b64c0cad..51c51d23d889affea7aa97cf881a77137539159c 100644 (file)
@@ -6,7 +6,7 @@ import (
        "os/exec"
        "strings"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func assertNetwork(c *check.C, d *Daemon, name string) {
index 992cd83e2a20a68004c9466899770776c3b6a4f6..2dec0ec602498401a400d070bba358c370fecf5b 100644 (file)
@@ -17,7 +17,7 @@ import (
 
        "github.com/docker/libnetwork/iptables"
        "github.com/docker/libtrust"
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerDaemonSuite) TestDaemonRestartWithRunningContainersPorts(c *check.C) {
index b5fc1bd257b5b661b045bf0b41287edd6ad82c4a..404162078b6eb199545d97d48dd3f96b0845f1d3 100644 (file)
@@ -3,7 +3,7 @@ package main
 import (
        "strings"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 // ensure that an added file shows up in docker diff
index 6742ea453e24eebf90cf700c1806d7a35fe3c5a1..2bcbfcda9b867d56f76134b68013c34e111bc409 100644 (file)
@@ -13,7 +13,7 @@ import (
        "sync"
        "time"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestEventsTimestampFormats(c *check.C) {
index 1a08f2b3c0182d05d42db8d3529651421a4a7c0d..fd6dcd6266b59fd58cc67baa612dc0746e242ef3 100644 (file)
@@ -10,7 +10,7 @@ import (
        "os/exec"
        "unicode"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
        "github.com/kr/pty"
 )
 
index 8e85988f14bb6b44c819903d062fa05fc9eb4fea..a626a7d5c68275dd9610f39dba60f3c541042558 100644 (file)
@@ -15,7 +15,7 @@ import (
        "sync"
        "time"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestExec(c *check.C) {
index 28c202c454784766c042767bf72f0a09067ced4f..fa0b274d43409fc367ae65a60e3ed2dbb4ff9070 100644 (file)
@@ -9,7 +9,7 @@ import (
        "strings"
        "time"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
        "github.com/kr/pty"
 )
 
index 694222bf397e4dbfece331dbf56147a6cb735c4e..100b6c4262adc0fc60270e8838f065f61ecadd3b 100644 (file)
@@ -5,7 +5,7 @@ package main
 import (
        "strings"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestExperimentalVersion(c *check.C) {
index a9e75de8960d6339b52115f538dc1552f947337f..f2277556fe2174d03a42783864046ae099d6e46a 100644 (file)
@@ -5,7 +5,7 @@ import (
        "os/exec"
        "strings"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 // export an image and try to import it into a new one
index 311308359ac9dcc275ab28277356421ba8282270..2c83671dadf3b6cb9c30fe8a58e520ed2f7abc64 100644 (file)
@@ -8,7 +8,7 @@ import (
        "unicode"
 
        "github.com/docker/docker/pkg/homedir"
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestHelpTextVerify(c *check.C) {
index 355e4c8fbe62de54e1d08759313529ed87c7d4a1..7faac52ece4204894c1e614aef7dda4d8d0ab8ee 100644 (file)
@@ -6,7 +6,7 @@ import (
        "strconv"
        "strings"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 // This is a heisen-test.  Because the created timestamp of images and the behavior of
index fe12f02e47aca1f283c21fc4743f810e19d56f0d..1bc04ef14baff43989ac2f97dca424934b61c7ef 100644 (file)
@@ -8,7 +8,7 @@ import (
        "time"
 
        "github.com/docker/docker/pkg/stringid"
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestImagesEnsureImageIsListed(c *check.C) {
index ccfc452dc90ebe8a4569f5f58b96fd38d59e1bc3..5d25068702ed68bf451efb91b1600162cd424240 100644 (file)
@@ -7,7 +7,7 @@ import (
        "os/exec"
        "strings"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestImportDisplay(c *check.C) {
index 86719f4e1a417dc1b83a0b4a891ae5203e5ef6c5..134c5c6e0c32889e8a82bba09c021f11c101fca1 100644 (file)
@@ -4,7 +4,7 @@ import (
        "strings"
 
        "github.com/docker/docker/utils"
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 // ensure docker info succeeds
index fada86e6ff23ba286e419e27a1cf7df3b6f6a0cb..4c4f98b159ee391fdbb9d5b1bf426a00dd4207e6 100644 (file)
@@ -4,7 +4,7 @@ package main
 
 import (
        "github.com/docker/docker/api/types"
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestInspectNamedMountPoint(c *check.C) {
index 3e42d0c373821fed524c396a958ec980b04e2633..c52c2c87b3a354af3d3377b7dc1847e6c4d6a149 100644 (file)
@@ -8,7 +8,7 @@ import (
        "time"
 
        "github.com/docker/docker/api/types"
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestInspectImage(c *check.C) {
index 685f4f5e6c2f72df83812468c9fbb7fb35f29253..a3989b03ccca9f9fe701943302d094814fedbba8 100644 (file)
@@ -5,7 +5,7 @@ import (
        "net/http"
        "strings"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestKillContainer(c *check.C) {
index 568f20a940e8d8219c529ba90ee84d2e1671f4fc..e76f83dc15068071979f059329c63a21e1c2fe65 100644 (file)
@@ -2,7 +2,7 @@ package main
 
 import (
        "fmt"
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
        "reflect"
        "regexp"
        "strings"
index 67a4464399f21561eaf84d8ef3f4e44b9364dd5b..bb886df4c5aafcdacdfcc6bda82681e26ef0a5bf 100644 (file)
@@ -7,7 +7,7 @@ import (
        "os"
        "strings"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestLinksEtcHostsRegularFile(c *check.C) {
index 3b4431d2d2fbc70f7668699d423bd375afb3c7ad..409a007de48adcada3f9e46e994135d3f72ad223 100644 (file)
@@ -4,7 +4,7 @@ import (
        "bytes"
        "os/exec"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestLoginWithoutTTY(c *check.C) {
index 6c9421771bc47631e475e519c0e12ad1cbfec595..076e227f7bfcde3571b31f500951c054bd3a6cc3 100644 (file)
@@ -11,7 +11,7 @@ import (
        "time"
 
        "github.com/docker/docker/pkg/timeutils"
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 // This used to work, it test a log of PageSize-1 (gh#4851)
index a0773fefe05390bbda1e47bf420dde66c9def22a..d1044f51af0d3570b86e658fdd0d15c719075052 100644 (file)
@@ -6,7 +6,7 @@ import (
        "net"
        "strings"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func startServerContainer(c *check.C, msg string, port int) string {
index 08b225d2c613c9d3c2bd571461e49db361d9bfa2..d931addb301612dbd755d2acf9f167c00ca93a3f 100644 (file)
@@ -5,7 +5,7 @@ package main
 import (
        "strings"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func assertNwIsAvailable(c *check.C, name string) {
index 4e32dfc19158734f61311e6465802581b4d1d141..72c9b4cc42e0c8e7bcb5e8692f2818228b049cc7 100644 (file)
@@ -4,7 +4,7 @@ import (
        "fmt"
        "strings"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestPause(c *check.C) {
index 63bfc9a0dbbbcb5e83f31957aab771d0125f71a9..4eb5d447f3f551ad84499896ae229eea7ce973cc 100644 (file)
@@ -6,7 +6,7 @@ import (
        "sort"
        "strings"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestPortList(c *check.C) {
index 0988ca9627bca331851cc96a292260b46d94aa17..4cbf0ee46b92c2f68236045aad27fea1d7417c84 100644 (file)
@@ -6,7 +6,7 @@ import (
        "net"
        "strings"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestPortHostBinding(c *check.C) {
index 8b55c67d814456aa2ee8672f8d0b195f84b2dac6..45737f0214188615fe19951b47584ba95a2fb2d3 100644 (file)
@@ -5,7 +5,7 @@ import (
        "os/exec"
        "strings"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestCliProxyDisableProxyUnixSock(c *check.C) {
index 3b8f6f99c5b2268fd3f7e4594d67e696b8de138f..25a2e873099eda7fcab132df075a68502794844f 100644 (file)
@@ -11,7 +11,7 @@ import (
        "strings"
        "time"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestPsListContainers(c *check.C) {
index 8bfca8db1e2502f0d533debbb9784a1376fd1581..581366b3f5884e206bc0845a064dac76396925a7 100644 (file)
@@ -11,7 +11,7 @@ import (
        "time"
 
        "github.com/docker/distribution/digest"
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 // See issue docker/docker#8141
index 111e9f33d30abb8d0da3559eeb7a50095d47cd5b..a087258da513380b005614852c32e38b57240d5c 100644 (file)
@@ -9,7 +9,7 @@ import (
        "strings"
        "time"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 // Pushing an image to a private registry.
index cac9f3aa9c6605208eb3fe042802cbb852682100..3ecc81406aef2de96dd322beefe00c4e5963d39a 100644 (file)
@@ -4,7 +4,7 @@ import (
        "strings"
 
        "github.com/docker/docker/pkg/stringid"
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestRenameStoppedContainer(c *check.C) {
index 4cabeb9c279f21597dec3cb70de55c7ef9868983..c558c3dfe232be2dae2c702350fe600dbac53551 100644 (file)
@@ -4,7 +4,7 @@ import (
        "strings"
        "time"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestRestartStoppedContainer(c *check.C) {
index 0e57551b502a5ab927a575181b3b5e54ff7592df..69104bff923123a9053acd819d94426aeb3f9920 100644 (file)
@@ -4,7 +4,7 @@ import (
        "os"
        "strings"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestRmContainerWithRemovedVolume(c *check.C) {
index 8d9f94f2e96bddc44ba851eb95a7fdd1fd226629..48faf9c2dd9440f6dcfc472cd43ea4da72397631 100644 (file)
@@ -5,7 +5,7 @@ import (
        "os/exec"
        "strings"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestRmiWithContainerFails(c *check.C) {
index 92889574a7c1de062bad28a2c5665e2ec69d3a83..a04d03f47da6ec9dfa3e2ee0da9acbace3d588b4 100644 (file)
@@ -20,7 +20,7 @@ import (
 
        "github.com/docker/docker/pkg/nat"
        "github.com/docker/libnetwork/resolvconf"
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 // "test123" should be printed by docker run
index 295bace8153a432eb29e29058a6647b77f9a62ed..140b2bad22a4c41c926223cd429c185b331aded0 100644 (file)
@@ -14,7 +14,7 @@ import (
        "time"
 
        "github.com/docker/docker/pkg/mount"
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
        "github.com/kr/pty"
 )
 
index 5b4b64d7859c98b2290280136e326522d40ffe6a..eb0d63fce78db5448973827f1c6461d0e9fe2d1d 100644 (file)
@@ -10,7 +10,7 @@ import (
        "sort"
        "strings"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 // save a repo using gz compression and try to load it using stdout
index 2bca3b85a738633ed0b101cae1bc3177e6919738..991b94074fdd1e3e73f5abfa45fb39bf79397389 100644 (file)
@@ -8,7 +8,7 @@ import (
        "os"
        "os/exec"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
        "github.com/kr/pty"
 )
 
index d89c05ccc612f61400a91d0efb99bce3a4d3d75c..40db0df6c2586f2f91ab5b323b7fb94972b0c698 100644 (file)
@@ -3,7 +3,7 @@ package main
 import (
        "strings"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 // search for repos named  "registry" on the central registry
index aaf5e8199ea622477de9c77e24e56f850ea039ff..91b7b8b0e37d4769f8278576cc121775cdd68a80 100644 (file)
@@ -6,7 +6,7 @@ import (
        "fmt"
        "strings"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func assertSrvIsAvailable(c *check.C, sname, name string) {
index ce5c48e62df4d67f189bf127597c500b7f120326..8027735d721eb2ee240ab90497910c97f1e4e886 100644 (file)
@@ -5,7 +5,7 @@ import (
        "strings"
        "time"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 // Regression test for https://github.com/docker/docker/issues/7843
index 71f9f2d5406e43f75cb682a172e976f003a4a392..1fddee0620e11c111bd569dcefbb743611af3834 100644 (file)
@@ -12,7 +12,7 @@ import (
        "path/filepath"
        "strings"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func init() {
index 250402899ade10d4a466222481c8e57d8b07f84c..7cd636792c503dd17b00fcb0a3a990a3072afc21 100644 (file)
@@ -5,7 +5,7 @@ import (
        "strings"
        "time"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestCliStatsNoStream(c *check.C) {
index 23f2aefa3d5c260131110656c506b97e66c9d1cb..109dae3fc626fd21009bdb8e3f36fd13a746f283 100644 (file)
@@ -4,7 +4,7 @@ import (
        "strings"
 
        "github.com/docker/docker/pkg/stringutils"
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 // tagging a named image in a new unprefixed repo should work
index 667a6c806de65de2a4a1b9598868a432c65b1ef2..cbca969482b50292701602af5a089d3b7214b527 100644 (file)
@@ -3,7 +3,7 @@ package main
 import (
        "strings"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func (s *DockerSuite) TestTopMultipleArgs(c *check.C) {
index aa3d6a2278d80052d2c6ae0ab4dac21408799de9..539f4591a375e12731d64b7112371c4d853834a7 100644 (file)
@@ -6,7 +6,7 @@ import (
        "net/http"
        "os"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 func makefile(contents string) (string, func(), error) {
index f2d8b6514d5e098331dc5ecc6c77f7bba901ca52..b1ea96c0faaf4365cea18df8bafe9799844aac09 100644 (file)
@@ -3,7 +3,7 @@ package main
 import (
        "strings"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 // ensure docker version works
index 167ea1a023f2925e41d6345e7586e227cb921eba..0503fbb442eaffd9306e62d421c0a05ebc65f732 100644 (file)
@@ -6,7 +6,7 @@ import (
        "strings"
        "time"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 // non-blocking wait with 0 exit code
index e80015d1245295254bf5a316b37e00d951034924..fcb32428411516bb7ea07f78fae93d44e8935e1e 100644 (file)
@@ -24,7 +24,7 @@ import (
        "github.com/docker/docker/opts"
        "github.com/docker/docker/pkg/ioutils"
        "github.com/docker/docker/pkg/stringutils"
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 // Daemon represents a Docker daemon for the testing framework.
index 35e1b4eb9f1835dcf81d241d87881cfb33c61256..4aee021f421ba4065d756df11afabcbb8658a674 100644 (file)
@@ -9,7 +9,7 @@ import (
        "path/filepath"
 
        "github.com/docker/distribution/digest"
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 const v2binary = "registry-v2"
index e5fb64c184a1fbac8e4037aad0cd0ede7f9ccd30..9599eb2b93a98281d9cc9cf9a69789704af94e32 100644 (file)
@@ -7,7 +7,7 @@ import (
        "strings"
        "sync"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 type handlerFunc func(w http.ResponseWriter, r *http.Request)
index ce080d50d5029df9367f46e1b44d37405f7ecd2d..a08febea44f40ccb62c4c6df58e588cf0cf773f7 100644 (file)
@@ -10,7 +10,7 @@ import (
        "strings"
        "time"
 
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 type testCondition func() bool
index 89d88a84b508b1cd5c47f263ce94f30bbbcd212e..dcd245da38ff59549d70a11145d0e69abd86b4c8 100644 (file)
@@ -12,7 +12,7 @@ import (
        "time"
 
        "github.com/docker/docker/pkg/tlsconfig"
-       "github.com/go-check/check"
+       "gopkg.in/check.v1"
 )
 
 var notaryBinary = "notary-server"