Update module go-test/deep to v1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/go-test/deep | require | major |
v0.0.0-20180509200213-57af0be209c5 -> v1.0.7
|
Release Notes
go-test/deep
v1.0.7
v1.0.6
v1.0.5
- Added
NilSlicesAreEmpty
variable which causes a nil slice to be equal to an empty slice (MR #27) (@Anaminus)
v1.0.4
v1.0.3
- Fixed issue #31: panic on typed primitives that implement error interface
v1.0.2
- Enabled Go module (@radeksimko)
- Changed supported and tested Go versions: 1.10, 1.11, and 1.12 (dropped 1.9)
- Changed Error equality: additional struct fields are compared too (MR #29) (@andrewmostello)
- Fixed typos and ineffassign issues (MR #25) (@tariq1890)
- Fixed diff order for nil comparison (MR #16) (@gmarik)
- Fixed slice equality when slices are extracted from the same array (MR #11) (@risteli)
- Fixed test spelling and messages (MR #19) (@sofuture)
- Fixed issue #15: panic on comparing struct with anonymous time.Time
- Fixed issue #18: Panic when comparing structs with time.Time value and CompareUnexportedFields is true
- Fixed issue #21: Set default MaxDepth = 0 (disabled) (MR #23)
v1.0.1
- Fixed issue #12: Arrays are not properly compared (@samlitowitz)
Renovate configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.