mirror of
https://github.com/distribution/distribution.git
synced 2025-09-25 06:11:25 +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/golang.org/x/net/trace/trace.go
generated
vendored
2
vendor/golang.org/x/net/trace/trace.go
generated
vendored
@@ -60,7 +60,7 @@ The /debug/events HTTP endpoint organizes the event logs by family and
|
||||
by time since the last error. The expanded view displays recent log
|
||||
entries and the log's call stack.
|
||||
*/
|
||||
package trace
|
||||
package trace // import "golang.org/x/net/trace"
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
|
Reference in New Issue
Block a user