Chromium Code Reviews| Index: milo/api/resp/build.go |
| diff --git a/milo/api/resp/build.go b/milo/api/resp/build.go |
| index 1c850af34f9d7cf2b23a2e20a1693108f8576f0e..1fc2a401632fc7fed16e20e2cc87843722d85eb3 100644 |
| --- a/milo/api/resp/build.go |
| +++ b/milo/api/resp/build.go |
| @@ -11,7 +11,7 @@ import ( |
| "encoding/json" |
| "time" |
| - "github.com/luci/luci-go/milo/appengine/common/model" |
| + "github.com/luci/luci-go/milo/common/model" |
| ) |
| // MiloBuild denotes a full renderable Milo build page. |