| Index: impl/memory/datastore_index_selection.go
|
| diff --git a/impl/memory/datastore_index_selection.go b/impl/memory/datastore_index_selection.go
|
| index 8716e97927c30d1447307ceb6d9b1ea38d79f353..2a5fe2fd8a3ead0eead812ed785186dbb3458cdf 100644
|
| --- a/impl/memory/datastore_index_selection.go
|
| +++ b/impl/memory/datastore_index_selection.go
|
| @@ -12,7 +12,7 @@ import (
|
|
|
| ds "github.com/luci/gae/service/datastore"
|
| "github.com/luci/gae/service/datastore/serialize"
|
| - "github.com/luci/luci-go/common/stringset"
|
| + "github.com/luci/luci-go/common/data/stringset"
|
| )
|
|
|
| // ErrMissingIndex is returned when the current indexes are not sufficient
|
|
|