| Index: filter/dscache/context.go
|
| diff --git a/filter/dscache/context.go b/filter/dscache/context.go
|
| index 6263e178561e609df61823847fb80e0df444b8c5..8d2ae3b9a7f7dbdf1e85fff04c2328bf40b5996b 100644
|
| --- a/filter/dscache/context.go
|
| +++ b/filter/dscache/context.go
|
| @@ -8,7 +8,7 @@ import (
|
| ds "github.com/luci/gae/service/datastore"
|
| "github.com/luci/gae/service/info"
|
| mc "github.com/luci/gae/service/memcache"
|
| - "github.com/luci/luci-go/common/mathrand"
|
| + "github.com/luci/luci-go/common/data/rand/mathrand"
|
| "golang.org/x/net/context"
|
| )
|
|
|
|
|