all: move back to github.com/google/go-cloud (google/go-cloud#162)

Reverts changes made in google/go-cloud#120 for google/go-cloud#117
This commit is contained in:
Ross Light
2018-07-02 11:50:01 -07:00
parent 1d225cf371
commit 69b0cf53ad
48 changed files with 52 additions and 52 deletions

View File

@@ -653,7 +653,7 @@ func isWireImport(path string) bool {
if i := strings.LastIndex(path, vendorPart); i != -1 && (i == 0 || path[i-1] == '/') {
path = path[i+len(vendorPart):]
}
return path == "github.com/google/go-x-cloud/wire"
return path == "github.com/google/go-cloud/wire"
}
// ProviderOrValue is a pointer to a Provider or a Value. The zero value is