summaryrefslogtreecommitdiff
path: root/integration-cli/docker_cli_save_load_test.go
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2022-03-04 14:49:42 +0100
committerSebastiaan van Stijn <github@gone.nl>2022-03-04 14:49:42 +0100
commita0230f3d9a1f650c06142a2865f8aed08e3a7f0d (patch)
treeb1b593d6f85739dbe8d66a833a72bef2a4c6d4da /integration-cli/docker_cli_save_load_test.go
parent3e8bfcc9f2c1906d3080dc03b7fe45db5386077a (diff)
downloaddocker-a0230f3d9a1f650c06142a2865f8aed08e3a7f0d.tar.gz
remove unneeded "digest" alias for "go-digest"
I think this was there for historic reasons (may have been goimports expected this, and we used to have a linter that wanted it), but it's not needed, so let's remove it (to make my IDE less complaining about unneeded aliases). Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Diffstat (limited to 'integration-cli/docker_cli_save_load_test.go')
-rw-r--r--integration-cli/docker_cli_save_load_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-cli/docker_cli_save_load_test.go b/integration-cli/docker_cli_save_load_test.go
index eac6fb054c..5bbd440b3c 100644
--- a/integration-cli/docker_cli_save_load_test.go
+++ b/integration-cli/docker_cli_save_load_test.go
@@ -16,7 +16,7 @@ import (
"time"
"github.com/docker/docker/integration-cli/cli/build"
- digest "github.com/opencontainers/go-digest"
+ "github.com/opencontainers/go-digest"
"gotest.tools/v3/assert"
is "gotest.tools/v3/assert/cmp"
"gotest.tools/v3/icmd"