Skip to content

Commit

Permalink
Move from docker-registry to distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Gambier committed Dec 24, 2014
1 parent afc17d2 commit 6535853
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion digest.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"regexp"
"strings"

"github.com/docker/docker-registry/common"
"github.com/docker/distribution/common"
"github.com/docker/docker/pkg/tarsum"
)

Expand Down
2 changes: 1 addition & 1 deletion verifiers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"os"
"testing"

"github.com/docker/docker-registry/common/testutil"
"github.com/docker/distribution/common/testutil"
)

func TestDigestVerifier(t *testing.T) {
Expand Down

0 comments on commit 6535853

Please sign in to comment.