Skip to content

Update module go-test/deep to v1

renovate requested to merge renovate/github.com-go-test-deep-1.x into master

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

Compare Source

  • Fixed issue #​39: Confusing diff when comparing distinct types with the same name (MR #​44)

v1.0.6

Compare Source

  • Added NilMapsAreEmpty variable which causes a nil map to equal an empty map (MR #​43) (@​yalegko)

v1.0.5

Compare Source

  • Added NilSlicesAreEmpty variable which causes a nil slice to be equal to an empty slice (MR #​27) (@​Anaminus)

v1.0.4

Compare Source

  • Added `deep:"-"` structure field tag to ignore field (MR #​38) (@​flga)

v1.0.3

Compare Source

  • Fixed issue #​31: panic on typed primitives that implement error interface

v1.0.2

Compare Source

  • 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

Compare Source


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports