fix goimports and gofmt

Signed-off-by: David Wu <david.wu@docker.com>
This commit is contained in:
David Wu 2018-09-04 17:35:16 -07:00
parent 90705d2fb8
commit 8d7e4cd388

View file

@ -10,13 +10,14 @@ import (
"crypto/rand"
"encoding/base64"
"fmt"
"golang.org/x/crypto/bcrypt"
"net/http"
"os"
"path/filepath"
"sync"
"time"
"golang.org/x/crypto/bcrypt"
dcontext "github.com/docker/distribution/context"
"github.com/docker/distribution/registry/auth"
)