| Index: milo/job_source/buildbucket/buckets.go
|
| diff --git a/milo/appengine/job_source/buildbucket/buckets.go b/milo/job_source/buildbucket/buckets.go
|
| similarity index 96%
|
| rename from milo/appengine/job_source/buildbucket/buckets.go
|
| rename to milo/job_source/buildbucket/buckets.go
|
| index 0243b6170f2a7def91d4a8cc2f99c6fcfa9af1ed..bf48732cbc90b022ae6901af9a24a70303d88b7f 100644
|
| --- a/milo/appengine/job_source/buildbucket/buckets.go
|
| +++ b/milo/job_source/buildbucket/buckets.go
|
| @@ -11,7 +11,7 @@ import (
|
| "golang.org/x/net/context"
|
|
|
| "github.com/luci/luci-go/milo/api/resp"
|
| - "github.com/luci/luci-go/milo/appengine/common"
|
| + "github.com/luci/luci-go/milo/common"
|
| )
|
|
|
| func GetAllBuilders(c context.Context) (*resp.CIService, error) {
|
|
|