| Index: milo/appengine/rpc/buildinfo.go
|
| diff --git a/milo/appengine/rpc/buildinfo.go b/milo/appengine/rpc/buildinfo.go
|
| index 451873a66ccf829bc5e3eb584ebec606d4069e47..e96e5ddc0f25553daa1beb55fb32ccadbaefa0b6 100644
|
| --- a/milo/appengine/rpc/buildinfo.go
|
| +++ b/milo/appengine/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/buildbot"
|
| - "github.com/luci/luci-go/milo/appengine/swarming"
|
| + "github.com/luci/luci-go/milo/appengine/job_source/buildbot"
|
| + "github.com/luci/luci-go/milo/appengine/job_source/swarming"
|
|
|
| "google.golang.org/grpc/codes"
|
|
|
|
|