| Index: milo/frontend/frontpage.go
|
| diff --git a/milo/frontend/frontpage.go b/milo/frontend/frontpage.go
|
| index 139a5f24a54f570096e590ba68ee7ea81b333e8b..aa32a5379ca4ad34c61a62233e84e08bfdd7c3d8 100644
|
| --- a/milo/frontend/frontpage.go
|
| +++ b/milo/frontend/frontpage.go
|
| @@ -10,9 +10,9 @@ import (
|
|
|
| "github.com/luci/luci-go/common/sync/parallel"
|
| "github.com/luci/luci-go/milo/api/resp"
|
| + "github.com/luci/luci-go/milo/build_source/buildbot"
|
| + "github.com/luci/luci-go/milo/build_source/buildbucket"
|
| "github.com/luci/luci-go/milo/common"
|
| - "github.com/luci/luci-go/milo/job_source/buildbot"
|
| - "github.com/luci/luci-go/milo/job_source/buildbucket"
|
| )
|
|
|
| func frontpageHandler(c *router.Context) {
|
|
|