chore(deps): update go modules #2

Open
CSRBot wants to merge 1 commits from renovate/go-modules into master
Collaborator

This PR contains the following updates:

Package Type Update Change
github.com/spf13/cobra require patch v0.0.3 -> v0.0.7
github.com/stretchr/testify require minor v1.4.0 -> v1.10.0

Release Notes

spf13/cobra (github.com/spf13/cobra)

v0.0.7

Compare Source

Bug fix to restore previous exit behavior when a command is not runnable.

Issue Ref: #​1056
Bug Introduced: #​922
Affected Releases: 0.0.6

v0.0.6

Compare Source

v0.0.5

Compare Source

v0.0.4: 0.0.4

Compare Source

As requested in #​259 and #​857.

Changes:

stretchr/testify (github.com/stretchr/testify)

v1.10.0

Compare Source

What's Changed

Functional Changes
Fixes
Documentation, Build & CI

New Contributors

Full Changelog: https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0

v1.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0

v1.8.4

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/stretchr/testify/compare/v1.8.3...v1.8.4

v1.8.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/stretchr/testify/compare/v1.8.2...v1.8.3

v1.8.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/stretchr/testify/compare/v1.8.1...v1.8.2

v1.8.1

Compare Source

What's Changed

Full Changelog: https://github.com/stretchr/testify/compare/v1.8.0...v1.8.1

v1.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/stretchr/testify/compare/v1.7.5...v1.8.0

v1.7.5

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/stretchr/testify/compare/v1.7.4...v1.7.5

v1.7.4

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/stretchr/testify/compare/v1.7.3...v1.7.4

v1.7.3

Compare Source

What's Changed

Full Changelog: https://github.com/stretchr/testify/compare/v1.7.2...v1.7.3

v1.7.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/stretchr/testify/compare/v1.7.1...v1.7.2

v1.7.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/stretchr/testify/compare/v1.7.0...v1.7.1

v1.7.0: Minor improvements and bug fixes

Compare Source

Minor feature improvements and bug fixes

v1.6.1: Fixes breaking change with HTTPBodyContains

Compare Source

A breaking change was accidentally released in v1.6.0 which breaks the API for the HTTPBodyContains and HTTPBodyNotContains, this release reverts that change.

v1.6.0

Compare Source

Latest release of testify. This includes many fixes and enhancements. Please view the v1.6.0 milestone for a list of changes.

v1.5.1: HOTFIX: Revert suite interface type

Compare Source

This is a hotfix which reverts the suite package's interface type to use testing.T

v1.5.0

Compare Source

Latest, non-breaking changes merged into master. Please peruse the git log for a detailed changelist


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/spf13/cobra](https://github.com/spf13/cobra) | require | patch | `v0.0.3` -> `v0.0.7` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | require | minor | `v1.4.0` -> `v1.10.0` | --- ### Release Notes <details> <summary>spf13/cobra (github.com/spf13/cobra)</summary> ### [`v0.0.7`](https://github.com/spf13/cobra/releases/tag/v0.0.7) [Compare Source](https://github.com/spf13/cobra/compare/v0.0.6...0.0.7) Bug fix to restore previous exit behavior when a command is not runnable. Issue Ref: [#&#8203;1056](https://github.com/spf13/cobra/issues/1056) Bug Introduced: [#&#8203;922](https://github.com/spf13/cobra/issues/922) Affected Releases: 0.0.6 ### [`v0.0.6`](https://github.com/spf13/cobra/compare/0.0.5...v0.0.6) [Compare Source](https://github.com/spf13/cobra/compare/0.0.5...v0.0.6) ### [`v0.0.5`](https://github.com/spf13/cobra/compare/v0.0.4...0.0.5) [Compare Source](https://github.com/spf13/cobra/compare/v0.0.4...0.0.5) ### [`v0.0.4`](https://github.com/spf13/cobra/releases/tag/v0.0.4): 0.0.4 [Compare Source](https://github.com/spf13/cobra/compare/v0.0.3...v0.0.4) As requested in [#&#8203;259](https://github.com/spf13/cobra/issues/259) and [#&#8203;857](https://github.com/spf13/cobra/issues/857). Changes: </details> <details> <summary>stretchr/testify (github.com/stretchr/testify)</summary> ### [`v1.10.0`](https://github.com/stretchr/testify/releases/tag/v1.10.0) [Compare Source](https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0) #### What's Changed ##### Functional Changes - Add PanicAssertionFunc by [@&#8203;fahimbagar](https://github.com/fahimbagar) in https://github.com/stretchr/testify/pull/1337 - assert: deprecate CompareType by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1566 - assert: make YAML dependency pluggable via build tags by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1579 - assert: new assertion NotElementsMatch by [@&#8203;hendrywiranto](https://github.com/hendrywiranto) in https://github.com/stretchr/testify/pull/1600 - mock: in order mock calls by [@&#8203;ReyOrtiz](https://github.com/ReyOrtiz) in https://github.com/stretchr/testify/pull/1637 - Add assertion for NotErrorAs by [@&#8203;palsivertsen](https://github.com/palsivertsen) in https://github.com/stretchr/testify/pull/1129 - Record Return Arguments of a Call by [@&#8203;jayd3e](https://github.com/jayd3e) in https://github.com/stretchr/testify/pull/1636 - assert.EqualExportedValues: accepts everything by [@&#8203;redachl](https://github.com/redachl) in https://github.com/stretchr/testify/pull/1586 ##### Fixes - assert: make tHelper a type alias by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1562 - Do not get argument again unnecessarily in Arguments.Error() by [@&#8203;TomWright](https://github.com/TomWright) in https://github.com/stretchr/testify/pull/820 - Fix time.Time compare by [@&#8203;myxo](https://github.com/myxo) in https://github.com/stretchr/testify/pull/1582 - assert.Regexp: handle \[]byte array properly by [@&#8203;kevinburkesegment](https://github.com/kevinburkesegment) in https://github.com/stretchr/testify/pull/1587 - assert: collect.FailNow() should not panic by [@&#8203;marshall-lee](https://github.com/marshall-lee) in https://github.com/stretchr/testify/pull/1481 - mock: simplify implementation of FunctionalOptions by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1571 - mock: caller information for unexpected method call by [@&#8203;spirin](https://github.com/spirin) in https://github.com/stretchr/testify/pull/1644 - suite: fix test failures by [@&#8203;stevenh](https://github.com/stevenh) in https://github.com/stretchr/testify/pull/1421 - Fix issue [#&#8203;1662](https://github.com/stretchr/testify/issues/1662) (comparing infs should fail) by [@&#8203;ybrustin](https://github.com/ybrustin) in https://github.com/stretchr/testify/pull/1663 - NotSame should fail if args are not pointers [#&#8203;1661](https://github.com/stretchr/testify/issues/1661) by [@&#8203;sikehish](https://github.com/sikehish) in https://github.com/stretchr/testify/pull/1664 - Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI by [@&#8203;sikehish](https://github.com/sikehish) in https://github.com/stretchr/testify/pull/1667 - fix: compare functional option names for indirect calls by [@&#8203;arjun-1](https://github.com/arjun-1) in https://github.com/stretchr/testify/pull/1626 ##### Documentation, Build & CI - .gitignore: ignore "go test -c" binaries by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1565 - mock: improve doc by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1570 - mock: fix FunctionalOptions docs by [@&#8203;snirye](https://github.com/snirye) in https://github.com/stretchr/testify/pull/1433 - README: link out to the excellent testifylint by [@&#8203;brackendawson](https://github.com/brackendawson) in https://github.com/stretchr/testify/pull/1568 - assert: fix typo in comment by [@&#8203;JohnEndson](https://github.com/JohnEndson) in https://github.com/stretchr/testify/pull/1580 - Correct the EventuallyWithT and EventuallyWithTf example by [@&#8203;JonCrowther](https://github.com/JonCrowther) in https://github.com/stretchr/testify/pull/1588 - CI: bump softprops/action-gh-release from 1 to 2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/stretchr/testify/pull/1575 - mock: document more alternatives to deprecated AnythingOfTypeArgument by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1569 - assert: Correctly document EqualValues behavior by [@&#8203;brackendawson](https://github.com/brackendawson) in https://github.com/stretchr/testify/pull/1593 - fix: grammar in godoc by [@&#8203;miparnisari](https://github.com/miparnisari) in https://github.com/stretchr/testify/pull/1607 - .github/workflows: Run tests for Go 1.22 by [@&#8203;HaraldNordgren](https://github.com/HaraldNordgren) in https://github.com/stretchr/testify/pull/1629 - Document suite's lack of support for t.Parallel by [@&#8203;brackendawson](https://github.com/brackendawson) in https://github.com/stretchr/testify/pull/1645 - assert: fix typos in comments by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/stretchr/testify/pull/1650 - mock: fix doc comment for NotBefore by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/stretchr/testify/pull/1651 - Generate better comments for require package by [@&#8203;Neokil](https://github.com/Neokil) in https://github.com/stretchr/testify/pull/1610 - README: replace Testify V2 notice with [@&#8203;dolmen](https://github.com/dolmen)'s V2 manifesto by [@&#8203;hendrywiranto](https://github.com/hendrywiranto) in https://github.com/stretchr/testify/pull/1518 #### New Contributors - [@&#8203;fahimbagar](https://github.com/fahimbagar) made their first contribution in https://github.com/stretchr/testify/pull/1337 - [@&#8203;TomWright](https://github.com/TomWright) made their first contribution in https://github.com/stretchr/testify/pull/820 - [@&#8203;snirye](https://github.com/snirye) made their first contribution in https://github.com/stretchr/testify/pull/1433 - [@&#8203;myxo](https://github.com/myxo) made their first contribution in https://github.com/stretchr/testify/pull/1582 - [@&#8203;JohnEndson](https://github.com/JohnEndson) made their first contribution in https://github.com/stretchr/testify/pull/1580 - [@&#8203;JonCrowther](https://github.com/JonCrowther) made their first contribution in https://github.com/stretchr/testify/pull/1588 - [@&#8203;miparnisari](https://github.com/miparnisari) made their first contribution in https://github.com/stretchr/testify/pull/1607 - [@&#8203;marshall-lee](https://github.com/marshall-lee) made their first contribution in https://github.com/stretchr/testify/pull/1481 - [@&#8203;spirin](https://github.com/spirin) made their first contribution in https://github.com/stretchr/testify/pull/1644 - [@&#8203;ReyOrtiz](https://github.com/ReyOrtiz) made their first contribution in https://github.com/stretchr/testify/pull/1637 - [@&#8203;stevenh](https://github.com/stevenh) made their first contribution in https://github.com/stretchr/testify/pull/1421 - [@&#8203;jayd3e](https://github.com/jayd3e) made their first contribution in https://github.com/stretchr/testify/pull/1636 - [@&#8203;Neokil](https://github.com/Neokil) made their first contribution in https://github.com/stretchr/testify/pull/1610 - [@&#8203;redachl](https://github.com/redachl) made their first contribution in https://github.com/stretchr/testify/pull/1586 - [@&#8203;ybrustin](https://github.com/ybrustin) made their first contribution in https://github.com/stretchr/testify/pull/1663 - [@&#8203;sikehish](https://github.com/sikehish) made their first contribution in https://github.com/stretchr/testify/pull/1664 - [@&#8203;arjun-1](https://github.com/arjun-1) made their first contribution in https://github.com/stretchr/testify/pull/1626 **Full Changelog**: https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0 ### [`v1.9.0`](https://github.com/stretchr/testify/releases/tag/v1.9.0) [Compare Source](https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0) #### What's Changed - Fix Go modules version by [@&#8203;SuperQ](https://github.com/SuperQ) in https://github.com/stretchr/testify/pull/1394 - Document that require is not safe to call in created goroutines by [@&#8203;programmer04](https://github.com/programmer04) in https://github.com/stretchr/testify/pull/1392 - Remove myself from MAINTAINERS.md by [@&#8203;mvdkleijn](https://github.com/mvdkleijn) in https://github.com/stretchr/testify/pull/1367 - Correct spelling/grammar by [@&#8203;echarrod](https://github.com/echarrod) in https://github.com/stretchr/testify/pull/1389 - docs: Update URLs in README by [@&#8203;davidjb](https://github.com/davidjb) in https://github.com/stretchr/testify/pull/1349 - Update mockery link to Github Pages in README by [@&#8203;LandonTClipp](https://github.com/LandonTClipp) in https://github.com/stretchr/testify/pull/1346 - docs: Fix typos in tests and comments by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/stretchr/testify/pull/1410 - CI: tests from go1.17 by [@&#8203;SuperQ](https://github.com/SuperQ) in https://github.com/stretchr/testify/pull/1409 - Fix adding ? when no values passed by [@&#8203;lesichkovm](https://github.com/lesichkovm) in https://github.com/stretchr/testify/pull/1320 - codegen: use standard header for generated files by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1406 - mock: AssertExpectations log reason only on failure by [@&#8203;hikyaru-suzuki](https://github.com/hikyaru-suzuki) in https://github.com/stretchr/testify/pull/1360 - assert: fix flaky TestNeverTrue by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1417 - README: fix typos "set up" vs "setup" by [@&#8203;ossan-dev](https://github.com/ossan-dev) in https://github.com/stretchr/testify/pull/1428 - mock: move regexp compilation outside of `Called` by [@&#8203;aud10slave](https://github.com/aud10slave) in https://github.com/stretchr/testify/pull/631 - assert: refactor internal func getLen() by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1445 - mock: deprecate type AnythingOfTypeArgument ([#&#8203;1434](https://github.com/stretchr/testify/issues/1434)) by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1441 - Remove no longer needed assert.canConvert by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/stretchr/testify/pull/1470 - assert: ObjectsAreEqual: use time.Equal for time.Time types by [@&#8203;tscales](https://github.com/tscales) in https://github.com/stretchr/testify/pull/1464 - Bump actions/checkout from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/stretchr/testify/pull/1466 - Bump actions/setup-go from 3.2.0 to 4.1.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/stretchr/testify/pull/1451 - fix: make EventuallyWithT concurrency safe by [@&#8203;czeslavo](https://github.com/czeslavo) in https://github.com/stretchr/testify/pull/1395 - assert: fix httpCode and HTTPBody occur panic when http.Handler read Body by [@&#8203;hidu](https://github.com/hidu) in https://github.com/stretchr/testify/pull/1484 - assert.EqualExportedValues: fix handling of arrays by [@&#8203;zrbecker](https://github.com/zrbecker) in https://github.com/stretchr/testify/pull/1473 - .github: use latest Go versions by [@&#8203;kevinburkesegment](https://github.com/kevinburkesegment) in https://github.com/stretchr/testify/pull/1489 - assert: Deprecate EqualExportedValues by [@&#8203;HaraldNordgren](https://github.com/HaraldNordgren) in https://github.com/stretchr/testify/pull/1488 - suite: refactor test assertions by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/stretchr/testify/pull/1474 - suite: fix SetupSubTest and TearDownSubTest execution order by [@&#8203;linusbarth](https://github.com/linusbarth) in https://github.com/stretchr/testify/pull/1471 - docs: Fix deprecation comments for http package by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/stretchr/testify/pull/1335 - Add map support doc comments to Subset and NotSubset by [@&#8203;jedevc](https://github.com/jedevc) in https://github.com/stretchr/testify/pull/1306 - TestErrorIs/TestNotErrorIs: check error message contents by [@&#8203;craig65535](https://github.com/craig65535) in https://github.com/stretchr/testify/pull/1435 - suite: fix subtest names (fix [#&#8203;1501](https://github.com/stretchr/testify/issues/1501)) by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1504 - assert: improve unsafe.Pointer tests by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1505 - assert: simplify isNil implementation by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1506 - assert.InEpsilonSlice: fix expected/actual order and other improvements by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1483 - Fix dependency cycle with objx [#&#8203;1292](https://github.com/stretchr/testify/issues/1292) by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1453 - mock: refactor TestIsArgsEqual by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1444 - mock: optimize argument matching checks by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1416 - assert: fix TestEventuallyTimeout by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1412 - CI: add go 1.21 in GitHub Actions by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1450 - suite: fix recoverAndFailOnPanic to report test failure at the right location by [@&#8203;dolmen](https://github.com/dolmen) in https://github.com/stretchr/testify/pull/1502 - Update maintainers by [@&#8203;brackendawson](https://github.com/brackendawson) in https://github.com/stretchr/testify/pull/1533 - assert: Fix EqualValues to handle overflow/underflow by [@&#8203;arjunmahishi](https://github.com/arjunmahishi) in https://github.com/stretchr/testify/pull/1531 - assert: better formatting for Len() error by [@&#8203;kevinburkesegment](https://github.com/kevinburkesegment) in https://github.com/stretchr/testify/pull/1485 - Ensure AssertExpectations does not fail in skipped tests by [@&#8203;ianrose14](https://github.com/ianrose14) in https://github.com/stretchr/testify/pull/1331 - suite: fix deadlock in suite.Require()/Assert() by [@&#8203;arjunmahishi](https://github.com/arjunmahishi) in https://github.com/stretchr/testify/pull/1535 - Revert "assert: ObjectsAreEqual: use time.Equal for time.Time type" by [@&#8203;brackendawson](https://github.com/brackendawson) in https://github.com/stretchr/testify/pull/1537 - \[chore] Add issue templates by [@&#8203;arjunmahishi](https://github.com/arjunmahishi) in https://github.com/stretchr/testify/pull/1538 - Update the build status badge by [@&#8203;brackendawson](https://github.com/brackendawson) in https://github.com/stretchr/testify/pull/1540 - Update Github workflows setup-go to V5 by [@&#8203;hendrywiranto](https://github.com/hendrywiranto) in https://github.com/stretchr/testify/pull/1545 - Support Pointer to Struct in EqualExportedValues by [@&#8203;Lucaber](https://github.com/Lucaber) in https://github.com/stretchr/testify/pull/1517 - README: drop link to gorc by [@&#8203;guettli](https://github.com/guettli) in https://github.com/stretchr/testify/pull/1248 - http_assertions: honour the msgAndArgs provided with each assertion by [@&#8203;arjunmahishi](https://github.com/arjunmahishi) in https://github.com/stretchr/testify/pull/1548 - fix typos in comments and tests by [@&#8203;ccoVeille](https://github.com/ccoVeille) in https://github.com/stretchr/testify/pull/1247 - Include the auto-release notes in releases by [@&#8203;brackendawson](https://github.com/brackendawson) in https://github.com/stretchr/testify/pull/1550 - Add `NotImplements` and variants by [@&#8203;hslatman](https://github.com/hslatman) in https://github.com/stretchr/testify/pull/1385 - Add support to compare uintptr by [@&#8203;bogdandrutu](https://github.com/bogdandrutu) in https://github.com/stretchr/testify/pull/1339 - build(deps): bump github.com/stretchr/objx from 0.5.1 to 0.5.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/stretchr/testify/pull/1552 #### New Contributors - [@&#8203;SuperQ](https://github.com/SuperQ) made their first contribution in https://github.com/stretchr/testify/pull/1394 - [@&#8203;programmer04](https://github.com/programmer04) made their first contribution in https://github.com/stretchr/testify/pull/1392 - [@&#8203;echarrod](https://github.com/echarrod) made their first contribution in https://github.com/stretchr/testify/pull/1389 - [@&#8203;davidjb](https://github.com/davidjb) made their first contribution in https://github.com/stretchr/testify/pull/1349 - [@&#8203;LandonTClipp](https://github.com/LandonTClipp) made their first contribution in https://github.com/stretchr/testify/pull/1346 - [@&#8203;alexandear](https://github.com/alexandear) made their first contribution in https://github.com/stretchr/testify/pull/1410 - [@&#8203;lesichkovm](https://github.com/lesichkovm) made their first contribution in https://github.com/stretchr/testify/pull/1320 - [@&#8203;dolmen](https://github.com/dolmen) made their first contribution in https://github.com/stretchr/testify/pull/1406 - [@&#8203;hikyaru-suzuki](https://github.com/hikyaru-suzuki) made their first contribution in https://github.com/stretchr/testify/pull/1360 - [@&#8203;ossan-dev](https://github.com/ossan-dev) made their first contribution in https://github.com/stretchr/testify/pull/1428 - [@&#8203;aud10slave](https://github.com/aud10slave) made their first contribution in https://github.com/stretchr/testify/pull/631 - [@&#8203;tscales](https://github.com/tscales) made their first contribution in https://github.com/stretchr/testify/pull/1464 - [@&#8203;czeslavo](https://github.com/czeslavo) made their first contribution in https://github.com/stretchr/testify/pull/1395 - [@&#8203;hidu](https://github.com/hidu) made their first contribution in https://github.com/stretchr/testify/pull/1484 - [@&#8203;zrbecker](https://github.com/zrbecker) made their first contribution in https://github.com/stretchr/testify/pull/1473 - [@&#8203;kevinburkesegment](https://github.com/kevinburkesegment) made their first contribution in https://github.com/stretchr/testify/pull/1489 - [@&#8203;linusbarth](https://github.com/linusbarth) made their first contribution in https://github.com/stretchr/testify/pull/1471 - [@&#8203;jedevc](https://github.com/jedevc) made their first contribution in https://github.com/stretchr/testify/pull/1306 - [@&#8203;craig65535](https://github.com/craig65535) made their first contribution in https://github.com/stretchr/testify/pull/1435 - [@&#8203;arjunmahishi](https://github.com/arjunmahishi) made their first contribution in https://github.com/stretchr/testify/pull/1531 - [@&#8203;ianrose14](https://github.com/ianrose14) made their first contribution in https://github.com/stretchr/testify/pull/1331 - [@&#8203;hendrywiranto](https://github.com/hendrywiranto) made their first contribution in https://github.com/stretchr/testify/pull/1545 - [@&#8203;Lucaber](https://github.com/Lucaber) made their first contribution in https://github.com/stretchr/testify/pull/1517 - [@&#8203;guettli](https://github.com/guettli) made their first contribution in https://github.com/stretchr/testify/pull/1248 - [@&#8203;ccoVeille](https://github.com/ccoVeille) made their first contribution in https://github.com/stretchr/testify/pull/1247 - [@&#8203;hslatman](https://github.com/hslatman) made their first contribution in https://github.com/stretchr/testify/pull/1385 - [@&#8203;bogdandrutu](https://github.com/bogdandrutu) made their first contribution in https://github.com/stretchr/testify/pull/1339 **Full Changelog**: https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0 ### [`v1.8.4`](https://github.com/stretchr/testify/releases/tag/v1.8.4) [Compare Source](https://github.com/stretchr/testify/compare/v1.8.3...v1.8.4) #### What's Changed - Create GitHub release when new release tag is pushed by [@&#8203;aldas](https://github.com/aldas) in https://github.com/stretchr/testify/pull/1354 #### New Contributors - [@&#8203;aldas](https://github.com/aldas) made their first contribution in https://github.com/stretchr/testify/pull/1354 **Full Changelog**: https://github.com/stretchr/testify/compare/v1.8.3...v1.8.4 ### [`v1.8.3`](https://github.com/stretchr/testify/releases/tag/v1.8.3) [Compare Source](https://github.com/stretchr/testify/compare/v1.8.2...v1.8.3) #### What's Changed - Compare public elements of struct by [@&#8203;mchlp](https://github.com/mchlp) in https://github.com/stretchr/testify/pull/1309 - assert: fix error message formatting for NotContains by [@&#8203;wwade](https://github.com/wwade) in https://github.com/stretchr/testify/pull/1362 - allow testing for functional options by [@&#8203;nbaztec](https://github.com/nbaztec) in https://github.com/stretchr/testify/pull/1023 - add EventuallyWithT assertion by [@&#8203;tobikris](https://github.com/tobikris) in https://github.com/stretchr/testify/pull/1264 - EqualExportedValues: Handle nested pointer, slice and map fields by [@&#8203;HaraldNordgren](https://github.com/HaraldNordgren) in https://github.com/stretchr/testify/pull/1379 #### New Contributors - [@&#8203;mchlp](https://github.com/mchlp) made their first contribution in https://github.com/stretchr/testify/pull/1309 - [@&#8203;wwade](https://github.com/wwade) made their first contribution in https://github.com/stretchr/testify/pull/1362 - [@&#8203;nbaztec](https://github.com/nbaztec) made their first contribution in https://github.com/stretchr/testify/pull/1023 - [@&#8203;tobikris](https://github.com/tobikris) made their first contribution in https://github.com/stretchr/testify/pull/1264 **Full Changelog**: https://github.com/stretchr/testify/compare/v1.8.2...v1.8.3 ### [`v1.8.2`](https://github.com/stretchr/testify/releases/tag/v1.8.2) [Compare Source](https://github.com/stretchr/testify/compare/v1.8.1...v1.8.2) #### What's Changed - Add opportunity to trigger setup/teardown for subtest by [@&#8203;qerdcv](https://github.com/qerdcv) in https://github.com/stretchr/testify/pull/1246 - fix: fix bug for check unsafe.Pointer isNil by [@&#8203;sunpe](https://github.com/sunpe) in https://github.com/stretchr/testify/pull/1319 - Fix Call.Unset() panic (issue [#&#8203;1236](https://github.com/stretchr/testify/issues/1236)) by [@&#8203;lisitsky](https://github.com/lisitsky) in https://github.com/stretchr/testify/pull/1250 - Fix `CallerInfo()` source file paths by [@&#8203;bozaro](https://github.com/bozaro) in https://github.com/stretchr/testify/pull/1288 - assert: Fix Subset/NotSubset when map is missing keys from the subset by [@&#8203;danielwhite](https://github.com/danielwhite) in https://github.com/stretchr/testify/pull/1261 #### New Contributors - [@&#8203;qerdcv](https://github.com/qerdcv) made their first contribution in https://github.com/stretchr/testify/pull/1246 - [@&#8203;sunpe](https://github.com/sunpe) made their first contribution in https://github.com/stretchr/testify/pull/1319 - [@&#8203;lisitsky](https://github.com/lisitsky) made their first contribution in https://github.com/stretchr/testify/pull/1250 - [@&#8203;bozaro](https://github.com/bozaro) made their first contribution in https://github.com/stretchr/testify/pull/1288 - [@&#8203;danielwhite](https://github.com/danielwhite) made their first contribution in https://github.com/stretchr/testify/pull/1261 **Full Changelog**: https://github.com/stretchr/testify/compare/v1.8.1...v1.8.2 ### [`v1.8.1`](https://github.com/stretchr/testify/releases/tag/v1.8.1) [Compare Source](https://github.com/stretchr/testify/compare/v1.8.0...v1.8.1) #### What's Changed - Bump github.com/stretchr/objx from 0.4.0 to 0.5.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/stretchr/testify/pull/1283 **Full Changelog**: https://github.com/stretchr/testify/compare/v1.8.0...v1.8.1 ### [`v1.8.0`](https://github.com/stretchr/testify/releases/tag/v1.8.0) [Compare Source](https://github.com/stretchr/testify/compare/v1.7.5...v1.8.0) #### What's Changed - Add WithinTimeRange method by [@&#8203;moolmanruan](https://github.com/moolmanruan) in https://github.com/stretchr/testify/pull/1188 - fix: assert.MapSubset (or just support maps in assert.Subset) by [@&#8203;OladapoAjala](https://github.com/OladapoAjala) in https://github.com/stretchr/testify/pull/1178 - Allow mock expectations to be ordered by [@&#8203;brackendawson](https://github.com/brackendawson) in https://github.com/stretchr/testify/pull/1106 - impr: `CallerInfo` should print full paths to the terminal by [@&#8203;stdedos](https://github.com/stdedos) in https://github.com/stretchr/testify/pull/1201 #### New Contributors - [@&#8203;moolmanruan](https://github.com/moolmanruan) made their first contribution in https://github.com/stretchr/testify/pull/1188 - [@&#8203;OladapoAjala](https://github.com/OladapoAjala) made their first contribution in https://github.com/stretchr/testify/pull/1178 - [@&#8203;stdedos](https://github.com/stdedos) made their first contribution in https://github.com/stretchr/testify/pull/1201 **Full Changelog**: https://github.com/stretchr/testify/compare/v1.7.5...v1.8.0 ### [`v1.7.5`](https://github.com/stretchr/testify/releases/tag/v1.7.5) [Compare Source](https://github.com/stretchr/testify/compare/v1.7.4...v1.7.5) #### What's Changed - Support comparing byte slice by [@&#8203;rleungx](https://github.com/rleungx) in https://github.com/stretchr/testify/pull/1202 - Add .Unset method to mock by [@&#8203;pdufour](https://github.com/pdufour) in https://github.com/stretchr/testify/pull/982 - fix(suite) correctly set stats on test panic by [@&#8203;nicoche](https://github.com/nicoche) in https://github.com/stretchr/testify/pull/1195 - Mock can be deadlocked by a panic by [@&#8203;brackendawson](https://github.com/brackendawson) in https://github.com/stretchr/testify/pull/1157 - fixing panic in calls to assertion with nil m.mutex by [@&#8203;sfc-gh-eraigosa](https://github.com/sfc-gh-eraigosa) in https://github.com/stretchr/testify/pull/1212 #### New Contributors - [@&#8203;rleungx](https://github.com/rleungx) made their first contribution in https://github.com/stretchr/testify/pull/1202 - [@&#8203;pdufour](https://github.com/pdufour) made their first contribution in https://github.com/stretchr/testify/pull/982 - [@&#8203;nicoche](https://github.com/nicoche) made their first contribution in https://github.com/stretchr/testify/pull/1195 - [@&#8203;sfc-gh-eraigosa](https://github.com/sfc-gh-eraigosa) made their first contribution in https://github.com/stretchr/testify/pull/1212 **Full Changelog**: https://github.com/stretchr/testify/compare/v1.7.4...v1.7.5 ### [`v1.7.4`](https://github.com/stretchr/testify/releases/tag/v1.7.4) [Compare Source](https://github.com/stretchr/testify/compare/v1.7.3...v1.7.4) #### What's Changed - arrays value types in a zero-initialized state are considered empty by [@&#8203;adamluzsi](https://github.com/adamluzsi) in https://github.com/stretchr/testify/pull/1126 - Fix panic in AssertExpectations for mocks without expectations by [@&#8203;tabboud](https://github.com/tabboud) in https://github.com/stretchr/testify/pull/1207 #### New Contributors - [@&#8203;adamluzsi](https://github.com/adamluzsi) made their first contribution in https://github.com/stretchr/testify/pull/1126 - [@&#8203;tabboud](https://github.com/tabboud) made their first contribution in https://github.com/stretchr/testify/pull/1207 **Full Changelog**: https://github.com/stretchr/testify/compare/v1.7.3...v1.7.4 ### [`v1.7.3`](https://github.com/stretchr/testify/releases/tag/v1.7.3) [Compare Source](https://github.com/stretchr/testify/compare/v1.7.2...v1.7.3) #### What's Changed - Bump github.com/stretchr/objx from 0.1.0 to 0.4.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/stretchr/testify/pull/1183 - Added Go 1.18.1 as a build/supported version by [@&#8203;boyan-soubachov](https://github.com/boyan-soubachov) in https://github.com/stretchr/testify/pull/1182 - Bump actions/checkout from 2 to 3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/stretchr/testify/pull/1163 - Bump actions/setup-go from 3.1.0 to 3.2.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/stretchr/testify/pull/1191 **Full Changelog**: https://github.com/stretchr/testify/compare/v1.7.2...v1.7.3 ### [`v1.7.2`](https://github.com/stretchr/testify/releases/tag/v1.7.2) [Compare Source](https://github.com/stretchr/testify/compare/v1.7.1...v1.7.2) #### What's Changed - Update versions supported to include `go 1.16` by [@&#8203;jeffwidman](https://github.com/jeffwidman) in https://github.com/stretchr/testify/pull/1055 - assert: fix typo by [@&#8203;cuishuang](https://github.com/cuishuang) in https://github.com/stretchr/testify/pull/1164 - fix data race in the suit by [@&#8203;hawkingrei](https://github.com/hawkingrei) in https://github.com/stretchr/testify/pull/1165 - Bump actions/setup-go from 2 to 3.1.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/stretchr/testify/pull/1186 - Update go versions in build matrix by [@&#8203;jeffwidman](https://github.com/jeffwidman) in https://github.com/stretchr/testify/pull/1171 - Update gopkg.in/yaml.v3 by [@&#8203;ingwarsw](https://github.com/ingwarsw) in https://github.com/stretchr/testify/pull/1192 #### New Contributors - [@&#8203;jeffwidman](https://github.com/jeffwidman) made their first contribution in https://github.com/stretchr/testify/pull/1055 - [@&#8203;cuishuang](https://github.com/cuishuang) made their first contribution in https://github.com/stretchr/testify/pull/1164 - [@&#8203;hawkingrei](https://github.com/hawkingrei) made their first contribution in https://github.com/stretchr/testify/pull/1165 - [@&#8203;ingwarsw](https://github.com/ingwarsw) made their first contribution in https://github.com/stretchr/testify/pull/1192 **Full Changelog**: https://github.com/stretchr/testify/compare/v1.7.1...v1.7.2 ### [`v1.7.1`](https://github.com/stretchr/testify/releases/tag/v1.7.1) [Compare Source](https://github.com/stretchr/testify/compare/v1.7.0...v1.7.1) #### What's Changed - Change Readme to reflect supported Go versions by [@&#8203;prochac](https://github.com/prochac) in https://github.com/stretchr/testify/pull/1039 - fix the output source file in test output by [@&#8203;fefe982](https://github.com/fefe982) in https://github.com/stretchr/testify/pull/1026 - Add ErrorContains by [@&#8203;alxn](https://github.com/alxn) in https://github.com/stretchr/testify/pull/1022 - Make sure time.Time comparison produces a helpful diff. closes [#&#8203;989](https://github.com/stretchr/testify/issues/989) by [@&#8203;HaraldNordgren](https://github.com/HaraldNordgren) in https://github.com/stretchr/testify/pull/1072 - Add String method to Mock to fix [#&#8203;423](https://github.com/stretchr/testify/issues/423) by [@&#8203;neilisaac](https://github.com/neilisaac) in https://github.com/stretchr/testify/pull/694 - Use GitHub actions by [@&#8203;boyan-soubachov](https://github.com/boyan-soubachov) in https://github.com/stretchr/testify/pull/1096 - Fix NaN similarity checks by [@&#8203;mvrahden](https://github.com/mvrahden) in https://github.com/stretchr/testify/pull/1085 - Set up Dependabot by [@&#8203;mmorel-35](https://github.com/mmorel-35) in https://github.com/stretchr/testify/pull/1100 - Improve mock.MatchedBy failed comparison Diff message by [@&#8203;perrydunn](https://github.com/perrydunn) in https://github.com/stretchr/testify/pull/1074 - Fix [#&#8203;1083](https://github.com/stretchr/testify/issues/1083) (Nil-pointer dereference) by [@&#8203;mvrahden](https://github.com/mvrahden) in https://github.com/stretchr/testify/pull/1084 - Update builds by [@&#8203;boyan-soubachov](https://github.com/boyan-soubachov) in https://github.com/stretchr/testify/pull/1156 - fix format strings support via msgAndArgs forwarding by [@&#8203;ikravets](https://github.com/ikravets) in https://github.com/stretchr/testify/pull/1150 - assert: allow comparing time.Time by [@&#8203;torkelrogstad](https://github.com/torkelrogstad) in https://github.com/stretchr/testify/pull/1149 - Fixed didPanic to now detect panic(nil). by [@&#8203;RmbRT](https://github.com/RmbRT) in https://github.com/stretchr/testify/pull/793 #### New Contributors - [@&#8203;prochac](https://github.com/prochac) made their first contribution in https://github.com/stretchr/testify/pull/1039 - [@&#8203;fefe982](https://github.com/fefe982) made their first contribution in https://github.com/stretchr/testify/pull/1026 - [@&#8203;alxn](https://github.com/alxn) made their first contribution in https://github.com/stretchr/testify/pull/1022 - [@&#8203;neilisaac](https://github.com/neilisaac) made their first contribution in https://github.com/stretchr/testify/pull/694 - [@&#8203;mvrahden](https://github.com/mvrahden) made their first contribution in https://github.com/stretchr/testify/pull/1085 - [@&#8203;mmorel-35](https://github.com/mmorel-35) made their first contribution in https://github.com/stretchr/testify/pull/1100 - [@&#8203;perrydunn](https://github.com/perrydunn) made their first contribution in https://github.com/stretchr/testify/pull/1074 - [@&#8203;ikravets](https://github.com/ikravets) made their first contribution in https://github.com/stretchr/testify/pull/1150 - [@&#8203;RmbRT](https://github.com/RmbRT) made their first contribution in https://github.com/stretchr/testify/pull/793 **Full Changelog**: https://github.com/stretchr/testify/compare/v1.7.0...v1.7.1 ### [`v1.7.0`](https://github.com/stretchr/testify/releases/tag/v1.7.0): Minor improvements and bug fixes [Compare Source](https://github.com/stretchr/testify/compare/v1.6.1...v1.7.0) Minor feature improvements and bug fixes ### [`v1.6.1`](https://github.com/stretchr/testify/releases/tag/v1.6.1): Fixes breaking change with HTTPBodyContains [Compare Source](https://github.com/stretchr/testify/compare/v1.6.0...v1.6.1) A breaking change was accidentally released in v1.6.0 which breaks the API for the `HTTPBodyContains` and `HTTPBodyNotContains`, this release reverts that change. ### [`v1.6.0`](https://github.com/stretchr/testify/releases/tag/v1.6.0) [Compare Source](https://github.com/stretchr/testify/compare/v1.5.1...v1.6.0) Latest release of testify. This includes many fixes and enhancements. Please view the [v1.6.0 milestone](https://github.com/stretchr/testify/milestone/3?closed=1) for a list of changes. ### [`v1.5.1`](https://github.com/stretchr/testify/releases/tag/v1.5.1): HOTFIX: Revert suite interface type [Compare Source](https://github.com/stretchr/testify/compare/v1.5.0...v1.5.1) This is a hotfix which reverts the `suite` package's interface type to use `testing.T` ### [`v1.5.0`](https://github.com/stretchr/testify/releases/tag/v1.5.0) [Compare Source](https://github.com/stretchr/testify/compare/v1.4.0...v1.5.0) Latest, non-breaking changes merged into master. Please peruse the git log for a detailed changelist </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjYuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIyNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2F1dG9tZXJnZSIsInJlbm92YXRlL2dvbGFuZyJdfQ==-->
CSRBot added 1 commit 2025-03-31 18:09:26 +02:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/go-modules:renovate/go-modules
git checkout renovate/go-modules
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: volker.raschek/docker-hub-description-updater#2
No description provided.