| Index: server/static/rpcexplorer/test/gen.go
 | 
| diff --git a/server/static/rpcexplorer/test/gen.go b/server/static/rpcexplorer/test/gen.go
 | 
| index 980ccd3e539dcd4e5af9c31e15363632fef39bf7..8868ace9a444f2817200fe95797881ea7856f34d 100644
 | 
| --- a/server/static/rpcexplorer/test/gen.go
 | 
| +++ b/server/static/rpcexplorer/test/gen.go
 | 
| @@ -11,7 +11,7 @@ import (
 | 
|  
 | 
|  	"github.com/golang/protobuf/jsonpb"
 | 
|  	"github.com/golang/protobuf/proto"
 | 
| -	"github.com/luci/luci-go/common/proto/google/descriptor"
 | 
| +	"google.golang.org/genproto/protobuf"
 | 
|  )
 | 
|  
 | 
|  func run() error {
 | 
| 
 |