refactor: bump gogoproto (#19869)
This commit is contained in:
@@ -168,7 +168,7 @@ func testQueryDataRacesSameHandler(t *testing.T, makeClientConn func(*baseapp.GR
|
||||
qr := baseapp.NewGRPCQueryRouter()
|
||||
interfaceRegistry := testdata.NewTestInterfaceRegistry()
|
||||
qr.SetInterfaceRegistry(interfaceRegistry)
|
||||
testdata.RegisterQueryServer(qr, testdata.QueryImpl{})
|
||||
testdata_pulsar.RegisterQueryServer(qr, testdata_pulsar.QueryImpl{})
|
||||
|
||||
// The goal is to invoke the router concurrently and check for any data races.
|
||||
// 0. Run with: go test -race
|
||||
|
||||
@@ -2,4 +2,4 @@ version: v1
|
||||
plugins:
|
||||
- name: gocosmos
|
||||
out: ../..
|
||||
opt: plugins=grpc,Mgoogle/protobuf/any.proto=github.com/cosmos/cosmos-sdk/codec/types
|
||||
opt: plugins=grpc,Mgoogle/protobuf/any.proto=github.com/cosmos/gogoproto/types/any
|
||||
|
||||
Reference in New Issue
Block a user