all: s/go-cloud/go-x-cloud/ (google/go-cloud#120)

Fixes google/go-cloud#117
This commit is contained in:
Ross Light
2018-06-21 10:59:10 -07:00
parent 366207371e
commit 45a535a0bd
48 changed files with 49 additions and 49 deletions

View File

@@ -652,7 +652,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-cloud/wire"
return path == "github.com/google/go-x-cloud/wire"
}
// ProviderOrValue is a pointer to a Provider or a Value. The zero value is