Index: service/datastore/serialize/serialize.go |
diff --git a/service/datastore/serialize/serialize.go b/service/datastore/serialize/serialize.go |
index 11435c03f599e6842dbb36a984d49d8bd5d1d0b6..66a6db7289d35d36b1991d6c70423dc4673bc2e9 100644 |
--- a/service/datastore/serialize/serialize.go |
+++ b/service/datastore/serialize/serialize.go |
@@ -13,8 +13,8 @@ import ( |
"github.com/luci/gae/service/blobstore" |
ds "github.com/luci/gae/service/datastore" |
- "github.com/luci/luci-go/common/cmpbin" |
- "github.com/luci/luci-go/common/stringset" |
+ "github.com/luci/luci-go/common/data/cmpbin" |
+ "github.com/luci/luci-go/common/data/stringset" |
) |
// MaxIndexColumns is the maximum number of sort columns (e.g. sort orders) that |