Index: milo/api/resp/builder.go |
diff --git a/milo/api/resp/builder.go b/milo/api/resp/builder.go |
index 59e26a1de555ff84617faf5315dafa26d6a7de8c..a88ac3897ae834009d5c82bd0d13bdff802b238c 100644 |
--- a/milo/api/resp/builder.go |
+++ b/milo/api/resp/builder.go |
@@ -9,7 +9,7 @@ package resp |
import ( |
"time" |
- "github.com/luci/luci-go/milo/appengine/common/model" |
+ "github.com/luci/luci-go/milo/common/model" |
) |
// Interval is a time interval which has a start, an end and a duration. |