Run goimports/gofmt on previous changes
After all of the perl refactoring, some import orderings were left asunder. This commit corrects that. Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
parent
6e4f9a2e3e
commit
fac0f5412d
7 changed files with 7 additions and 7 deletions
|
@ -9,9 +9,9 @@ import (
|
|||
"regexp"
|
||||
"strconv"
|
||||
|
||||
"github.com/docker/distribution/registry/api/v2"
|
||||
"github.com/docker/distribution/digest"
|
||||
"github.com/docker/distribution/manifest"
|
||||
"github.com/docker/distribution/registry/api/v2"
|
||||
)
|
||||
|
||||
// Client implements the client interface to the registry http api
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue