| Index: web/inc/rpcexplorer/test/gen.go
|
| diff --git a/web/inc/rpcexplorer/test/gen.go b/web/inc/rpcexplorer/test/gen.go
|
| index a82f7a0732aaa0abbb27ca6d0f2406d0d7ac71bc..d1154999e22673d44179ef94f579e61970e2cab1 100644
|
| --- a/web/inc/rpcexplorer/test/gen.go
|
| +++ b/web/inc/rpcexplorer/test/gen.go
|
| @@ -15,7 +15,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 {
|
|
|