File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44
55require (
66 github.com/google/go-cmp v0.4.0
7- google.golang.org/protobuf v1.20.0
7+ google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967
88)
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IV
99golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
1010google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd /go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8 =
1111google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64 /go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0 =
12- google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60 h1:qkfzMNEf79BNs1//mQGZjYHIXAOv+AOdvPnMsU6R+1I =
1312google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60 /go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM =
14- google.golang.org/protobuf v1.20.0 h1:SsQNHvKpk2VTiWoQ5Pqkt3Go/c2ly77C+v2Lggu5Qek =
15- google.golang.org/protobuf v1.20.0 /go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE =
13+ google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967 h1:DwkfSP6tZMxKX50J0dBSqEgJvJdFYP1Gvzbjtvkmrug =
14+ google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967 /go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE =
Original file line number Diff line number Diff line change @@ -64,8 +64,9 @@ func UnmarshalMerge(b []byte, m Message) error {
6464 out , err := protoV2.UnmarshalOptions {
6565 AllowPartial : true ,
6666 Merge : true ,
67- }.UnmarshalState (mi , protoiface.UnmarshalInput {
68- Buf : b ,
67+ }.UnmarshalState (protoiface.UnmarshalInput {
68+ Buf : b ,
69+ Message : mi .ProtoReflect (),
6970 })
7071 if err != nil {
7172 return err
You can’t perform that action at this time.
0 commit comments