fix goimports and gofmt
Signed-off-by: David Wu <david.wu@docker.com>
This commit is contained in:
parent
90705d2fb8
commit
8d7e4cd388
@ -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 New Issue
Block a user