go-storage
go-storage copied to clipboard
build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in /endpoint
Bumps github.com/stretchr/testify from 1.8.4 to 1.9.0.
Release notes
Sourced from github.com/stretchr/testify's releases.
v1.9.0
What's Changed
- Fix Go modules version by
@SuperQin stretchr/testify#1394- Document that require is not safe to call in created goroutines by
@programmer04in stretchr/testify#1392- Remove myself from MAINTAINERS.md by
@mvdkleijnin stretchr/testify#1367- Correct spelling/grammar by
@echarrodin stretchr/testify#1389- docs: Update URLs in README by
@davidjbin stretchr/testify#1349- Update mockery link to Github Pages in README by
@LandonTClippin stretchr/testify#1346- docs: Fix typos in tests and comments by
@alexandearin stretchr/testify#1410- CI: tests from go1.17 by
@SuperQin stretchr/testify#1409- Fix adding ? when no values passed by
@lesichkovmin stretchr/testify#1320- codegen: use standard header for generated files by
@dolmenin stretchr/testify#1406- mock: AssertExpectations log reason only on failure by
@hikyaru-suzukiin stretchr/testify#1360- assert: fix flaky TestNeverTrue by
@dolmenin stretchr/testify#1417- README: fix typos "set up" vs "setup" by
@ossan-devin stretchr/testify#1428- mock: move regexp compilation outside of
Calledby@aud10slavein stretchr/testify#631- assert: refactor internal func getLen() by
@dolmenin stretchr/testify#1445- mock: deprecate type AnythingOfTypeArgument (#1434) by
@dolmenin stretchr/testify#1441- Remove no longer needed assert.canConvert by
@alexandearin stretchr/testify#1470- assert: ObjectsAreEqual: use time.Equal for time.Time types by
@tscalesin stretchr/testify#1464- Bump actions/checkout from 3 to 4 by
@dependabotin stretchr/testify#1466- Bump actions/setup-go from 3.2.0 to 4.1.0 by
@dependabotin stretchr/testify#1451- fix: make EventuallyWithT concurrency safe by
@czeslavoin stretchr/testify#1395- assert: fix httpCode and HTTPBody occur panic when http.Handler read Body by
@hiduin stretchr/testify#1484- assert.EqualExportedValues: fix handling of arrays by
@zrbeckerin stretchr/testify#1473- .github: use latest Go versions by
@kevinburkesegmentin stretchr/testify#1489- assert: Deprecate EqualExportedValues by
@HaraldNordgrenin stretchr/testify#1488- suite: refactor test assertions by
@alexandearin stretchr/testify#1474- suite: fix SetupSubTest and TearDownSubTest execution order by
@linusbarthin stretchr/testify#1471- docs: Fix deprecation comments for http package by
@alexandearin stretchr/testify#1335- Add map support doc comments to Subset and NotSubset by
@jedevcin stretchr/testify#1306- TestErrorIs/TestNotErrorIs: check error message contents by
@craig65535in stretchr/testify#1435- suite: fix subtest names (fix #1501) by
@dolmenin stretchr/testify#1504- assert: improve unsafe.Pointer tests by
@dolmenin stretchr/testify#1505- assert: simplify isNil implementation by
@dolmenin stretchr/testify#1506- assert.InEpsilonSlice: fix expected/actual order and other improvements by
@dolmenin stretchr/testify#1483- Fix dependency cycle with objx #1292 by
@dolmenin stretchr/testify#1453- mock: refactor TestIsArgsEqual by
@dolmenin stretchr/testify#1444- mock: optimize argument matching checks by
@dolmenin stretchr/testify#1416- assert: fix TestEventuallyTimeout by
@dolmenin stretchr/testify#1412- CI: add go 1.21 in GitHub Actions by
@dolmenin stretchr/testify#1450- suite: fix recoverAndFailOnPanic to report test failure at the right location by
@dolmenin stretchr/testify#1502- Update maintainers by
@brackendawsonin stretchr/testify#1533- assert: Fix EqualValues to handle overflow/underflow by
@arjunmahishiin stretchr/testify#1531- assert: better formatting for Len() error by
@kevinburkesegmentin stretchr/testify#1485- Ensure AssertExpectations does not fail in skipped tests by
@ianrose14in stretchr/testify#1331- suite: fix deadlock in suite.Require()/Assert() by
@arjunmahishiin stretchr/testify#1535- Revert "assert: ObjectsAreEqual: use time.Equal for time.Time type" by
@brackendawsonin stretchr/testify#1537- [chore] Add issue templates by
@arjunmahishiin stretchr/testify#1538- Update the build status badge by
@brackendawsonin stretchr/testify#1540
... (truncated)
Commits
bb548d0Merge pull request #1552 from stretchr/dependabot/go_modules/github.com/stret...814075fbuild(deps): bump github.com/stretchr/objx from 0.5.1 to 0.5.2e045612Merge pull request #1339 from bogdandrutu/uintptr5b6926dMerge pull request #1385 from hslatman/not-implements9f97d67Merge pull request #1550 from stretchr/release-notesbcb0d3fInclude the auto-release notes in releasesfb770f8Merge pull request #1247 from ccoVeille/typos85d8bb6fix typos in comments, tests and github templatese2741faMerge pull request #1548 from arjunmahishi/msgAndArgs6e59f20http_assertions: assert that the msgAndArgs actually works in tests- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)