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:
Derek McGowan
2016-11-23 15:07:06 -08:00
parent 8f9abbd27f
commit a685e3fc98
265 changed files with 30150 additions and 19449 deletions

View File

@@ -4,7 +4,7 @@
// Package googleapi contains the common code shared by all Google API
// libraries.
package googleapi
package googleapi // import "google.golang.org/api/googleapi"
import (
"bytes"

File diff suppressed because it is too large Load Diff

View File

@@ -7,7 +7,7 @@
// import "google.golang.org/api/storage/v1"
// ...
// storageService, err := storage.New(oauthHttpClient)
package storage
package storage // import "google.golang.org/api/storage/v1"
import (
"bytes"