This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/google/go-cmp | require | patch |
v0.5.6 -> v0.5.9
|
Release Notes
google/go-cmp
v0.5.9
Reporter changes:
- (#299) Adjust heuristic for line-based versus byte-based diffing
- (#306) Use
value.TypeString
inPathStep.String
Code cleanup changes:
- (#297) Use
reflect.Value.IsZero
- (#304) Format with Go 1.19 formatter
- (#300 )Fix typo in Result documentation
- (#302) Pre-declare global type variables
- (#309) Run tests on Go 1.19
v0.5.8
Reporter changes:
- (#293) Fix printing of types in reporter output for interface and pointer types
- (#294) Use string formatting for slice of bytes in more circumstances
Dependency changes:
- (#292) Update minimum supported version to go1.13 and remove
xerrors
dependency
v0.5.7
Reporter changes:
- (#266) Fix textual printing of byte slices
- (#275) Reduce minimum length for specialize string diffing
- (#276) Use any alias instead of interface{}
Code cleanup changes:
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.