| Index: milo/appengine/common/config.go
|
| diff --git a/milo/appengine/common/config.go b/milo/appengine/common/config.go
|
| index aaa8295b915d71dfdaab03feea2fba5f865ecb86..360df2da73c7df0872e4d50a7e79606172386fa5 100644
|
| --- a/milo/appengine/common/config.go
|
| +++ b/milo/appengine/common/config.go
|
| @@ -8,6 +8,9 @@ import (
|
| "fmt"
|
| "time"
|
|
|
| + "github.com/golang/protobuf/proto"
|
| + "golang.org/x/net/context"
|
| +
|
| "github.com/luci/gae/service/datastore"
|
| "github.com/luci/gae/service/info"
|
| "github.com/luci/luci-go/common/data/caching/proccache"
|
| @@ -15,10 +18,8 @@ import (
|
| "github.com/luci/luci-go/luci_config/server/cfgclient"
|
| "github.com/luci/luci-go/luci_config/server/cfgclient/backend"
|
| "github.com/luci/luci-go/luci_config/server/cfgclient/textproto"
|
| - "github.com/luci/luci-go/milo/common/config"
|
|
|
| - "github.com/golang/protobuf/proto"
|
| - "golang.org/x/net/context"
|
| + "github.com/luci/luci-go/milo/api/config"
|
| )
|
|
|
| // Project is a LUCI project.
|
|
|