mirror of
https://github.com/distribution/distribution.git
synced 2025-09-12 21:28:59 +00:00
Replace godep with vndr
Vndr has a simpler configuration and allows pointing to forked packages. Additionally other docker projects are now using vndr making vendoring in distribution more consistent. Updates letsencrypt to use fork. No longer uses sub-vendored packages. Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
This commit is contained in:
2
vendor/google.golang.org/grpc/credentials/credentials.go
generated
vendored
2
vendor/google.golang.org/grpc/credentials/credentials.go
generated
vendored
@@ -35,7 +35,7 @@
|
||||
// which encapsulate all the state needed by a client to authenticate with a
|
||||
// server and make various assertions, e.g., about the client's identity, role,
|
||||
// or whether it is authorized to make a particular call.
|
||||
package credentials
|
||||
package credentials // import "google.golang.org/grpc/credentials"
|
||||
|
||||
import (
|
||||
"crypto/tls"
|
||||
|
Reference in New Issue
Block a user