Skip to content

Commit 7813dfe

Browse files
author
Tibor Vass
committed
rm-gocheck: goimports
goimports -w \ -- "./pkg/discovery/file" "./pkg/discovery/kv" "./pkg/discovery/memory" "./pkg/discovery/nodes" "./integration-cli" "./integration-cli/daemon" "./pkg/discovery" \ && \ gofmt -w -s \ -- "./pkg/discovery/file" "./pkg/discovery/kv" "./pkg/discovery/memory" "./pkg/discovery/nodes" "./integration-cli" "./integration-cli/daemon" "./pkg/discovery" Signed-off-by: Tibor Vass <tibor@docker.com>
1 parent 3a24472 commit 7813dfe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+7
-44
lines changed

integration-cli/daemon/daemon.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import (
77
"time"
88

99
"github.com/docker/docker/internal/test/daemon"
10-
"github.com/go-check/check"
1110
"github.com/pkg/errors"
1211
"gotest.tools/assert"
1312
"gotest.tools/icmd"

integration-cli/daemon/daemon_swarm.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import (
1010
"github.com/docker/docker/api/types/filters"
1111
"github.com/docker/docker/api/types/swarm"
1212
"github.com/docker/docker/client"
13-
"github.com/go-check/check"
1413
"gotest.tools/assert"
1514
)
1615

integration-cli/docker_api_containers_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ import (
3131
"github.com/docker/docker/pkg/stringid"
3232
"github.com/docker/docker/volume"
3333
"github.com/docker/go-connections/nat"
34-
"github.com/go-check/check"
3534
"gotest.tools/assert"
3635
is "gotest.tools/assert/cmp"
3736
"gotest.tools/poll"

integration-cli/docker_api_exec_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import (
1717
"github.com/docker/docker/client"
1818
"github.com/docker/docker/integration-cli/checker"
1919
"github.com/docker/docker/internal/test/request"
20-
"github.com/go-check/check"
2120
"gotest.tools/assert"
2221
)
2322

integration-cli/docker_api_swarm_node_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
package main
44

55
import (
6+
"fmt"
67
"testing"
78
"time"
89

910
"github.com/docker/docker/api/types/swarm"
1011
"github.com/docker/docker/integration-cli/checker"
1112
"github.com/docker/docker/integration-cli/daemon"
12-
"github.com/go-check/check"
1313
"gotest.tools/assert"
1414
)
1515

integration-cli/docker_api_swarm_service_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import (
1717
"github.com/docker/docker/integration-cli/cli/build"
1818
"github.com/docker/docker/integration-cli/daemon"
1919
testdaemon "github.com/docker/docker/internal/test/daemon"
20-
"github.com/go-check/check"
2120
"golang.org/x/sys/unix"
2221
"gotest.tools/assert"
2322
"gotest.tools/icmd"

integration-cli/docker_api_swarm_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ import (
2727
testdaemon "github.com/docker/docker/internal/test/daemon"
2828
"github.com/docker/docker/internal/test/request"
2929
"github.com/docker/swarmkit/ca"
30-
"github.com/go-check/check"
3130
"github.com/pkg/errors"
3231
"gotest.tools/assert"
3332
is "gotest.tools/assert/cmp"

integration-cli/docker_cli_attach_unix_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ package main
44

55
import (
66
"bufio"
7+
"fmt"
78
"io/ioutil"
89
"os/exec"
910
"strings"
1011
"testing"
1112
"time"
1213

1314
"github.com/creack/pty"
14-
"github.com/go-check/check"
1515
"gotest.tools/assert"
1616
)
1717

integration-cli/docker_cli_build_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import (
2525
"github.com/docker/docker/internal/testutil"
2626
"github.com/docker/docker/pkg/archive"
2727
"github.com/docker/docker/pkg/system"
28-
"github.com/go-check/check"
2928
"github.com/moby/buildkit/frontend/dockerfile/command"
3029
"github.com/opencontainers/go-digest"
3130
"gotest.tools/assert"

integration-cli/docker_cli_build_unix_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import (
2020
"github.com/docker/docker/integration-cli/cli/build"
2121
"github.com/docker/docker/internal/test/fakecontext"
2222
"github.com/docker/go-units"
23-
"github.com/go-check/check"
2423
"gotest.tools/assert"
2524
"gotest.tools/icmd"
2625
)

0 commit comments

Comments
 (0)