Index: filter/dscache/dscache_test.go |
diff --git a/filter/dscache/dscache_test.go b/filter/dscache/dscache_test.go |
index 36562b822e59c93ab78d1b26bac7bfa76d5e9dcf..cc1b606e8e23067a2065d0094f3ca950ce4a8331 100644 |
--- a/filter/dscache/dscache_test.go |
+++ b/filter/dscache/dscache_test.go |
@@ -19,7 +19,7 @@ import ( |
"github.com/luci/gae/service/memcache" |
"github.com/luci/luci-go/common/clock" |
"github.com/luci/luci-go/common/clock/testclock" |
- "github.com/luci/luci-go/common/mathrand" |
+ "github.com/luci/luci-go/common/data/rand/mathrand" |
. "github.com/smartystreets/goconvey/convey" |
"golang.org/x/net/context" |
) |