| Index: examples/appengine/helloworld_standard/proto/pb.discovery.go
 | 
| diff --git a/examples/appengine/helloworld_standard/proto/pb.discovery.go b/examples/appengine/helloworld_standard/proto/pb.discovery.go
 | 
| index f67eafd695a0fd9b37d14a1427a0b5fb13e00e45..c0b8b59164dd9ac8bcea40f61814694a33477044 100644
 | 
| --- a/examples/appengine/helloworld_standard/proto/pb.discovery.go
 | 
| +++ b/examples/appengine/helloworld_standard/proto/pb.discovery.go
 | 
| @@ -4,7 +4,7 @@ package helloworld
 | 
|  
 | 
|  import discovery "github.com/luci/luci-go/grpc/discovery"
 | 
|  
 | 
| -import "github.com/luci/luci-go/common/proto/google/descriptor"
 | 
| +import "google.golang.org/genproto/protobuf"
 | 
|  
 | 
|  func init() {
 | 
|  	discovery.RegisterDescriptorSetCompressed(
 | 
| 
 |