| Index: milo/rpc/buildinfo.go
|
| diff --git a/milo/appengine/rpc/buildinfo.go b/milo/rpc/buildinfo.go
|
| similarity index 92%
|
| rename from milo/appengine/rpc/buildinfo.go
|
| rename to milo/rpc/buildinfo.go
|
| index e96e5ddc0f25553daa1beb55fb32ccadbaefa0b6..abac93e886ded04981f79164469f036576268164 100644
|
| --- a/milo/appengine/rpc/buildinfo.go
|
| +++ b/milo/rpc/buildinfo.go
|
| @@ -8,8 +8,8 @@ import (
|
| "github.com/luci/luci-go/grpc/grpcutil"
|
| "github.com/luci/luci-go/luci_config/common/cfgtypes"
|
| milo "github.com/luci/luci-go/milo/api/proto"
|
| - "github.com/luci/luci-go/milo/appengine/job_source/buildbot"
|
| - "github.com/luci/luci-go/milo/appengine/job_source/swarming"
|
| + "github.com/luci/luci-go/milo/job_source/buildbot"
|
| + "github.com/luci/luci-go/milo/job_source/swarming"
|
|
|
| "google.golang.org/grpc/codes"
|
|
|
|
|