summaryrefslogtreecommitdiff
path: root/distribution/xfer/download_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'distribution/xfer/download_test.go')
-rw-r--r--distribution/xfer/download_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/distribution/xfer/download_test.go b/distribution/xfer/download_test.go
index dc9065d68b..7ad8d89c5f 100644
--- a/distribution/xfer/download_test.go
+++ b/distribution/xfer/download_test.go
@@ -17,7 +17,7 @@ import (
"github.com/docker/docker/layer"
"github.com/docker/docker/pkg/progress"
digest "github.com/opencontainers/go-digest"
- "gotest.tools/assert"
+ "gotest.tools/v3/assert"
)
const maxDownloadConcurrency = 3