Move from docker-registry to distribution

This commit is contained in:
Olivier Gambier
2014-12-23 16:01:38 -08:00
parent 83b810104c
commit 67ca9d10cf
58 changed files with 114 additions and 114 deletions

View File

@@ -9,10 +9,10 @@ import (
"os"
"testing"
"github.com/docker/docker-registry/common/testutil"
"github.com/docker/docker-registry/digest"
"github.com/docker/docker-registry/storagedriver"
"github.com/docker/docker-registry/storagedriver/inmemory"
"github.com/docker/distribution/common/testutil"
"github.com/docker/distribution/digest"
"github.com/docker/distribution/storagedriver"
"github.com/docker/distribution/storagedriver/inmemory"
)
// TestSimpleLayerUpload covers the layer upload process, exercising common