Move registry api definitions under registry package

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen J Day 2015-02-10 17:32:22 -08:00
parent 0f08b6961a
commit e4b811f489
20 changed files with 10 additions and 10 deletions

View file

@ -20,7 +20,7 @@ import (
"regexp"
"text/template"
"github.com/docker/distribution/api/v2"
"github.com/docker/distribution/registry/api/v2"
)
var spaceRegex = regexp.MustCompile(`\n\s*`)