Bumping k8s dependencies to 1.13
This commit is contained in:
2
vendor/github.com/gogo/protobuf/test/theproto3/combos/both/proto3_test.go
generated
vendored
2
vendor/github.com/gogo/protobuf/test/theproto3/combos/both/proto3_test.go
generated
vendored
@@ -118,7 +118,7 @@ func TestCustomTypeMarshalUnmarshal(t *testing.T) {
|
||||
if err := proto.Unmarshal(b, m2); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
if !reflect.DeepEqual(m1, m2) {
|
||||
if !m1.Equal(m2) {
|
||||
t.Errorf("expected %+v, got %+v", m1, m2)
|
||||
}
|
||||
}
|
||||
|
||||
2136
vendor/github.com/gogo/protobuf/test/theproto3/combos/both/theproto3.pb.go
generated
vendored
2136
vendor/github.com/gogo/protobuf/test/theproto3/combos/both/theproto3.pb.go
generated
vendored
File diff suppressed because it is too large
Load Diff
666
vendor/github.com/gogo/protobuf/test/theproto3/combos/both/theproto3pb_test.go
generated
vendored
666
vendor/github.com/gogo/protobuf/test/theproto3/combos/both/theproto3pb_test.go
generated
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user