Skip to content

Commit

Permalink
Merge pull request #2701 from davidswu/metalinter
Browse files Browse the repository at this point in the history
fix gometalinter
  • Loading branch information
dmp42 authored Sep 5, 2018
2 parents 90705d2 + 8d7e4cd commit 9930542
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion registry/auth/htpasswd/access.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit 9930542

Please sign in to comment.