fix goimports and gofmt

Signed-off-by: David Wu <david.wu@docker.com>
pull/2701/head
David Wu 2018-09-04 17:35:16 -07:00
parent 90705d2fb8
commit 8d7e4cd388
1 changed files with 2 additions and 1 deletions

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"
)