Add glide.yaml and vendor deps
This commit is contained in:
parent
db918f12ad
commit
5b3d5e81bd
18880 changed files with 5166045 additions and 1 deletions
11
vendor/github.com/docker/distribution/registry/handlers/basicauth.go
generated
vendored
Normal file
11
vendor/github.com/docker/distribution/registry/handlers/basicauth.go
generated
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
// +build go1.4
|
||||
|
||||
package handlers
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
func basicAuth(r *http.Request) (username, password string, ok bool) {
|
||||
return r.BasicAuth()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue