| Index: impl/cloud/datastore.go
|
| diff --git a/impl/cloud/datastore.go b/impl/cloud/datastore.go
|
| index f646aef01b20b484fe0541fb1865749ce51463c5..c3a0b9b1f1181110c754b14154dcfc7678a0b9d1 100644
|
| --- a/impl/cloud/datastore.go
|
| +++ b/impl/cloud/datastore.go
|
| @@ -12,9 +12,9 @@ import (
|
|
|
| "github.com/luci/luci-go/common/errors"
|
|
|
| + "cloud.google.com/go/datastore"
|
| ds "github.com/luci/gae/service/datastore"
|
| infoS "github.com/luci/gae/service/info"
|
| - "google.golang.org/cloud/datastore"
|
|
|
| "golang.org/x/net/context"
|
| )
|
|
|