Merge pull request #2701 from davidswu/metalinter

fix gometalinter
This commit is contained in:
Olivier Gambier 2018-09-04 19:34:41 -07:00 committed by GitHub
commit 9930542dc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
)