Skip to content

Commit 832f5fa

Browse files
committed
cli/compose/convert: remove uses of pkg/errors in tests
While there may be reasons to keep pkg/errors in production code, we don't need them for these tests. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 45d81f8 commit 832f5fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/compose/convert/service_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package convert
22

33
import (
44
"context"
5+
"errors"
56
"os"
67
"strings"
78
"testing"
@@ -12,7 +13,6 @@ import (
1213
"github.com/docker/docker/api/types/container"
1314
"github.com/docker/docker/api/types/swarm"
1415
"github.com/docker/docker/client"
15-
"github.com/pkg/errors"
1616
"gotest.tools/v3/assert"
1717
is "gotest.tools/v3/assert/cmp"
1818
)

0 commit comments

Comments
 (0)