fix goimports and gofmt
Signed-off-by: David Wu <david.wu@docker.com>
This commit is contained in:
parent
90705d2fb8
commit
8d7e4cd388
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue