qlik-oss / enigma-go

Go library for consuming Qlik's Associative Engine.
MIT License
39 stars 12 forks source link

chore(deps): update minor and patch #327

Open renovate[bot] opened 5 months ago

renovate[bot] commented 5 months ago

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/setup-go action minor v2.1.3 -> v2.2.0 age adoption passing confidence
github.com/goccy/go-json require patch v0.10.2 -> v0.10.3 age adoption passing confidence
github.com/gorilla/websocket require patch v1.5.1 -> v1.5.3 age adoption passing confidence
github.com/stretchr/testify require minor v1.7.0 -> v1.9.0 age adoption passing confidence
golang.org/x/net require minor v0.25.0 -> v0.31.0 age adoption passing confidence

Release Notes

actions/setup-go (actions/setup-go) ### [`v2.2.0`](https://redirect.github.com/actions/setup-go/releases/tag/v2.2.0): Add check-latest input [Compare Source](https://redirect.github.com/actions/setup-go/compare/v2.1.5...v2.2.0) In scope of this release we add the [check-latest](https://redirect.github.com/actions/setup-go/pull/186) input. If `check-latest` is set to `true`, the action first checks if the cached version is the latest one. If the locally cached version is not the most up-to-date, a Go version will then be downloaded from [go-versions](https://redirect.github.com/actions/go-versions) repository. By default `check-latest` is set to `false`. Example of usage: ```yaml steps: - uses: actions/checkout@v2 - uses: actions/setup-go@v2 with: go-version: '1.16' check-latest: true - run: go version ``` Moreover, we updated `@actions/core` from `1.2.6` to `1.6.0` ### [`v2.1.5`](https://redirect.github.com/actions/setup-go/releases/tag/v2.1.5) [Compare Source](https://redirect.github.com/actions/setup-go/compare/v2.1.4...v2.1.5) In scope of this release we updated `matchers.json` to improve the problem matcher pattern. For more information please refer to this [pull request](https://redirect.github.com/actions/setup-go/pull/98) ### [`v2.1.4`](https://redirect.github.com/actions/setup-go/releases/tag/v2.1.4) [Compare Source](https://redirect.github.com/actions/setup-go/compare/v2.1.3...v2.1.4) #### What's Changed - Fix extractor selection on windows by [@​paulcacheux](https://redirect.github.com/paulcacheux) in [https://github.com/actions/setup-go/pull/141](https://redirect.github.com/actions/setup-go/pull/141) #### New Contributors - [@​paulcacheux](https://redirect.github.com/paulcacheux) made their first contribution in [https://github.com/actions/setup-go/pull/141](https://redirect.github.com/actions/setup-go/pull/141) **Full Changelog**: https://github.com/actions/setup-go/compare/v2.1.3...v2.1.4
goccy/go-json (github.com/goccy/go-json) ### [`v0.10.3`](https://redirect.github.com/goccy/go-json/releases/tag/v0.10.3): 0.10.3 [Compare Source](https://redirect.github.com/goccy/go-json/compare/v0.10.2...v0.10.3) #### What's Changed - Add license for string processing by [@​goccy](https://redirect.github.com/goccy) in [https://github.com/goccy/go-json/pull/476](https://redirect.github.com/goccy/go-json/pull/476) - fix: decode struct with pointer must be nil by [@​misyuari](https://redirect.github.com/misyuari) in [https://github.com/goccy/go-json/pull/473](https://redirect.github.com/goccy/go-json/pull/473) - fix: fix a bug for escaping 0xE2 0x80 0xA8 in compactString by [@​lizixing](https://redirect.github.com/lizixing) in [https://github.com/goccy/go-json/pull/479](https://redirect.github.com/goccy/go-json/pull/479) - Fix custom map marshaling by [@​viewsharp](https://redirect.github.com/viewsharp) in [https://github.com/goccy/go-json/pull/505](https://redirect.github.com/goccy/go-json/pull/505) - Use io package instead of ioutil package by [@​shamaton](https://redirect.github.com/shamaton) in [https://github.com/goccy/go-json/pull/498](https://redirect.github.com/goccy/go-json/pull/498) #### New Contributors - [@​misyuari](https://redirect.github.com/misyuari) made their first contribution in [https://github.com/goccy/go-json/pull/473](https://redirect.github.com/goccy/go-json/pull/473) - [@​lizixing](https://redirect.github.com/lizixing) made their first contribution in [https://github.com/goccy/go-json/pull/479](https://redirect.github.com/goccy/go-json/pull/479) - [@​viewsharp](https://redirect.github.com/viewsharp) made their first contribution in [https://github.com/goccy/go-json/pull/505](https://redirect.github.com/goccy/go-json/pull/505) - [@​shamaton](https://redirect.github.com/shamaton) made their first contribution in [https://github.com/goccy/go-json/pull/498](https://redirect.github.com/goccy/go-json/pull/498) **Full Changelog**: https://github.com/goccy/go-json/compare/v0.10.2...v0.10.3
gorilla/websocket (github.com/gorilla/websocket) ### [`v1.5.3`](https://redirect.github.com/gorilla/websocket/releases/tag/v1.5.3) [Compare Source](https://redirect.github.com/gorilla/websocket/compare/v1.5.2...v1.5.3) #### Important change This reverts the websockets package back to https://github.com/gorilla/websocket/commit/931041c5ee6de24fe9cba1aa16f1a0b910284d6d #### What's Changed - Fixes subprotocol selection (aling with rfc6455) by [@​KSDaemon](https://redirect.github.com/KSDaemon) in [https://github.com/gorilla/websocket/pull/823](https://redirect.github.com/gorilla/websocket/pull/823) - Update README.md, replace master to main by [@​mstmdev](https://redirect.github.com/mstmdev) in [https://github.com/gorilla/websocket/pull/862](https://redirect.github.com/gorilla/websocket/pull/862) - Use status code constant by [@​mstmdev](https://redirect.github.com/mstmdev) in [https://github.com/gorilla/websocket/pull/864](https://redirect.github.com/gorilla/websocket/pull/864) - conn.go: default close handler should not return ErrCloseSent. by [@​pnx](https://redirect.github.com/pnx) in [https://github.com/gorilla/websocket/pull/865](https://redirect.github.com/gorilla/websocket/pull/865) - fix: replace ioutil.readfile with os.readfile by [@​rfyiamcool](https://redirect.github.com/rfyiamcool) in [https://github.com/gorilla/websocket/pull/868](https://redirect.github.com/gorilla/websocket/pull/868) - fix: add comment for the readBufferSize and writeBufferSize by [@​rfyiamcool](https://redirect.github.com/rfyiamcool) in [https://github.com/gorilla/websocket/pull/869](https://redirect.github.com/gorilla/websocket/pull/869) - Remove noisy printf in NextReader() and beginMessage() by [@​bcreane](https://redirect.github.com/bcreane) in [https://github.com/gorilla/websocket/pull/878](https://redirect.github.com/gorilla/websocket/pull/878) - docs(echoreadall): fix function echoReadAll comment by [@​XdpCs](https://redirect.github.com/XdpCs) in [https://github.com/gorilla/websocket/pull/881](https://redirect.github.com/gorilla/websocket/pull/881) - make tests parallel by [@​ninedraft](https://redirect.github.com/ninedraft) in [https://github.com/gorilla/websocket/pull/872](https://redirect.github.com/gorilla/websocket/pull/872) - Upgrader.Upgrade: use http.ResposnseController by [@​ninedraft](https://redirect.github.com/ninedraft) in [https://github.com/gorilla/websocket/pull/871](https://redirect.github.com/gorilla/websocket/pull/871) - Do not handle network error in `SetCloseHandler()` by [@​nak3](https://redirect.github.com/nak3) in [https://github.com/gorilla/websocket/pull/863](https://redirect.github.com/gorilla/websocket/pull/863) - perf: reduce timer in write_control by [@​rfyiamcool](https://redirect.github.com/rfyiamcool) in [https://github.com/gorilla/websocket/pull/879](https://redirect.github.com/gorilla/websocket/pull/879) - fix: lint example code by [@​rfyiamcool](https://redirect.github.com/rfyiamcool) in [https://github.com/gorilla/websocket/pull/890](https://redirect.github.com/gorilla/websocket/pull/890) - feat: format message type by [@​rfyiamcool](https://redirect.github.com/rfyiamcool) in [https://github.com/gorilla/websocket/pull/889](https://redirect.github.com/gorilla/websocket/pull/889) - Remove hideTempErr to allow downstream users to check for errors like net.ErrClosed by [@​UnAfraid](https://redirect.github.com/UnAfraid) in [https://github.com/gorilla/websocket/pull/894](https://redirect.github.com/gorilla/websocket/pull/894) - Do not timeout when WriteControl deadline is zero in [https://github.com/gorilla/websocket/pull/898](https://redirect.github.com/gorilla/websocket/pull/898) - Excludes errchecks linter by [@​apoorvajagtap](https://redirect.github.com/apoorvajagtap) in [https://github.com/gorilla/websocket/pull/904](https://redirect.github.com/gorilla/websocket/pull/904) - Return errors instead of printing to logs by [@​apoorvajagtap](https://redirect.github.com/apoorvajagtap) in [https://github.com/gorilla/websocket/pull/897](https://redirect.github.com/gorilla/websocket/pull/897) - Revert " Update go version & add verification/testing tools ([#​840](https://redirect.github.com/gorilla/websocket/issues/840))" by [@​apoorvajagtap](https://redirect.github.com/apoorvajagtap) in [https://github.com/gorilla/websocket/pull/908](https://redirect.github.com/gorilla/websocket/pull/908) - Fixes broken random value generation by [@​apoorvajagtap](https://redirect.github.com/apoorvajagtap) in [https://github.com/gorilla/websocket/pull/926](https://redirect.github.com/gorilla/websocket/pull/926) - Reverts back to v1.5.0 by [@​apoorvajagtap](https://redirect.github.com/apoorvajagtap) in [https://github.com/gorilla/websocket/pull/929](https://redirect.github.com/gorilla/websocket/pull/929) #### New Contributors - [@​KSDaemon](https://redirect.github.com/KSDaemon) made their first contribution in [https://github.com/gorilla/websocket/pull/823](https://redirect.github.com/gorilla/websocket/pull/823) - [@​mstmdev](https://redirect.github.com/mstmdev) made their first contribution in [https://github.com/gorilla/websocket/pull/862](https://redirect.github.com/gorilla/websocket/pull/862) - [@​pnx](https://redirect.github.com/pnx) made their first contribution in [https://github.com/gorilla/websocket/pull/865](https://redirect.github.com/gorilla/websocket/pull/865) - [@​rfyiamcool](https://redirect.github.com/rfyiamcool) made their first contribution in [https://github.com/gorilla/websocket/pull/868](https://redirect.github.com/gorilla/websocket/pull/868) - [@​bcreane](https://redirect.github.com/bcreane) made their first contribution in [https://github.com/gorilla/websocket/pull/878](https://redirect.github.com/gorilla/websocket/pull/878) - [@​XdpCs](https://redirect.github.com/XdpCs) made their first contribution in [https://github.com/gorilla/websocket/pull/881](https://redirect.github.com/gorilla/websocket/pull/881) - [@​ninedraft](https://redirect.github.com/ninedraft) made their first contribution in [https://github.com/gorilla/websocket/pull/872](https://redirect.github.com/gorilla/websocket/pull/872) - [@​nak3](https://redirect.github.com/nak3) made their first contribution in [https://github.com/gorilla/websocket/pull/863](https://redirect.github.com/gorilla/websocket/pull/863) - [@​UnAfraid](https://redirect.github.com/UnAfraid) made their first contribution in [https://github.com/gorilla/websocket/pull/894](https://redirect.github.com/gorilla/websocket/pull/894) - [@​apoorvajagtap](https://redirect.github.com/apoorvajagtap) made their first contribution in [https://github.com/gorilla/websocket/pull/904](https://redirect.github.com/gorilla/websocket/pull/904) **Full Changelog**: https://github.com/gorilla/websocket/compare/v1.5.1...v1.5.3 ### [`v1.5.2`](https://redirect.github.com/gorilla/websocket/releases/tag/v1.5.2) [Compare Source](https://redirect.github.com/gorilla/websocket/compare/v1.5.1...v1.5.2) ##### What's Changed - Fixes subprotocol selection (aling with rfc6455) by [@​KSDaemon](https://redirect.github.com/KSDaemon) in [https://github.com/gorilla/websocket/pull/823](https://redirect.github.com/gorilla/websocket/pull/823) - Update README.md, replace master to main by [@​mstmdev](https://redirect.github.com/mstmdev) in [https://github.com/gorilla/websocket/pull/862](https://redirect.github.com/gorilla/websocket/pull/862) - Use status code constant by [@​mstmdev](https://redirect.github.com/mstmdev) in [https://github.com/gorilla/websocket/pull/864](https://redirect.github.com/gorilla/websocket/pull/864) - conn.go: default close handler should not return ErrCloseSent. by [@​pnx](https://redirect.github.com/pnx) in [https://github.com/gorilla/websocket/pull/865](https://redirect.github.com/gorilla/websocket/pull/865) - fix: replace ioutil.readfile with os.readfile by [@​rfyiamcool](https://redirect.github.com/rfyiamcool) in [https://github.com/gorilla/websocket/pull/868](https://redirect.github.com/gorilla/websocket/pull/868) - fix: add comment for the readBufferSize and writeBufferSize by [@​rfyiamcool](https://redirect.github.com/rfyiamcool) in [https://github.com/gorilla/websocket/pull/869](https://redirect.github.com/gorilla/websocket/pull/869) - Remove noisy printf in NextReader() and beginMessage() by [@​bcreane](https://redirect.github.com/bcreane) in [https://github.com/gorilla/websocket/pull/878](https://redirect.github.com/gorilla/websocket/pull/878) - docs(echoreadall): fix function echoReadAll comment by [@​XdpCs](https://redirect.github.com/XdpCs) in [https://github.com/gorilla/websocket/pull/881](https://redirect.github.com/gorilla/websocket/pull/881) - make tests parallel by [@​ninedraft](https://redirect.github.com/ninedraft) in [https://github.com/gorilla/websocket/pull/872](https://redirect.github.com/gorilla/websocket/pull/872) - Upgrader.Upgrade: use http.ResposnseController by [@​ninedraft](https://redirect.github.com/ninedraft) in [https://github.com/gorilla/websocket/pull/871](https://redirect.github.com/gorilla/websocket/pull/871) - Do not handle network error in `SetCloseHandler()` by [@​nak3](https://redirect.github.com/nak3) in [https://github.com/gorilla/websocket/pull/863](https://redirect.github.com/gorilla/websocket/pull/863) - perf: reduce timer in write_control by [@​rfyiamcool](https://redirect.github.com/rfyiamcool) in [https://github.com/gorilla/websocket/pull/879](https://redirect.github.com/gorilla/websocket/pull/879) - fix: lint example code by [@​rfyiamcool](https://redirect.github.com/rfyiamcool) in [https://github.com/gorilla/websocket/pull/890](https://redirect.github.com/gorilla/websocket/pull/890) - feat: format message type by [@​rfyiamcool](https://redirect.github.com/rfyiamcool) in [https://github.com/gorilla/websocket/pull/889](https://redirect.github.com/gorilla/websocket/pull/889) - Remove hideTempErr to allow downstream users to check for errors like net.ErrClosed by [@​UnAfraid](https://redirect.github.com/UnAfraid) in [https://github.com/gorilla/websocket/pull/894](https://redirect.github.com/gorilla/websocket/pull/894) - Do not timeout when WriteControl deadline is zero in [https://github.com/gorilla/websocket/pull/898](https://redirect.github.com/gorilla/websocket/pull/898) - Excludes errchecks linter by [@​apoorvajagtap](https://redirect.github.com/apoorvajagtap) in [https://github.com/gorilla/websocket/pull/904](https://redirect.github.com/gorilla/websocket/pull/904) - Return errors instead of printing to logs by [@​apoorvajagtap](https://redirect.github.com/apoorvajagtap) in [https://github.com/gorilla/websocket/pull/897](https://redirect.github.com/gorilla/websocket/pull/897) - Revert " Update go version & add verification/testing tools ([#​840](https://redirect.github.com/gorilla/websocket/issues/840))" by [@​apoorvajagtap](https://redirect.github.com/apoorvajagtap) in [https://github.com/gorilla/websocket/pull/908](https://redirect.github.com/gorilla/websocket/pull/908) ##### New Contributors - [@​KSDaemon](https://redirect.github.com/KSDaemon) made their first contribution in [https://github.com/gorilla/websocket/pull/823](https://redirect.github.com/gorilla/websocket/pull/823) - [@​mstmdev](https://redirect.github.com/mstmdev) made their first contribution in [https://github.com/gorilla/websocket/pull/862](https://redirect.github.com/gorilla/websocket/pull/862) - [@​pnx](https://redirect.github.com/pnx) made their first contribution in [https://github.com/gorilla/websocket/pull/865](https://redirect.github.com/gorilla/websocket/pull/865) - [@​rfyiamcool](https://redirect.github.com/rfyiamcool) made their first contribution in [https://github.com/gorilla/websocket/pull/868](https://redirect.github.com/gorilla/websocket/pull/868) - [@​bcreane](https://redirect.github.com/bcreane) made their first contribution in [https://github.com/gorilla/websocket/pull/878](https://redirect.github.com/gorilla/websocket/pull/878) - [@​XdpCs](https://redirect.github.com/XdpCs) made their first contribution in [https://github.com/gorilla/websocket/pull/881](https://redirect.github.com/gorilla/websocket/pull/881) - [@​ninedraft](https://redirect.github.com/ninedraft) made their first contribution in [https://github.com/gorilla/websocket/pull/872](https://redirect.github.com/gorilla/websocket/pull/872) - [@​nak3](https://redirect.github.com/nak3) made their first contribution in [https://github.com/gorilla/websocket/pull/863](https://redirect.github.com/gorilla/websocket/pull/863) - [@​UnAfraid](https://redirect.github.com/UnAfraid) made their first contribution in [https://github.com/gorilla/websocket/pull/894](https://redirect.github.com/gorilla/websocket/pull/894) - [@​apoorvajagtap](https://redirect.github.com/apoorvajagtap) made their first contribution in [https://github.com/gorilla/websocket/pull/904](https://redirect.github.com/gorilla/websocket/pull/904) **Full Changelog**: https://github.com/gorilla/websocket/compare/v1.5.1...v1.5.2
stretchr/testify (github.com/stretchr/testify) ### [`v1.9.0`](https://redirect.github.com/stretchr/testify/releases/tag/v1.9.0) [Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.8.4...v1.9.0) #### What's Changed - Fix Go modules version by [@​SuperQ](https://redirect.github.com/SuperQ) in [https://github.com/stretchr/testify/pull/1394](https://redirect.github.com/stretchr/testify/pull/1394) - Document that require is not safe to call in created goroutines by [@​programmer04](https://redirect.github.com/programmer04) in [https://github.com/stretchr/testify/pull/1392](https://redirect.github.com/stretchr/testify/pull/1392) - Remove myself from MAINTAINERS.md by [@​mvdkleijn](https://redirect.github.com/mvdkleijn) in [https://github.com/stretchr/testify/pull/1367](https://redirect.github.com/stretchr/testify/pull/1367) - Correct spelling/grammar by [@​echarrod](https://redirect.github.com/echarrod) in [https://github.com/stretchr/testify/pull/1389](https://redirect.github.com/stretchr/testify/pull/1389) - docs: Update URLs in README by [@​davidjb](https://redirect.github.com/davidjb) in [https://github.com/stretchr/testify/pull/1349](https://redirect.github.com/stretchr/testify/pull/1349) - Update mockery link to Github Pages in README by [@​LandonTClipp](https://redirect.github.com/LandonTClipp) in [https://github.com/stretchr/testify/pull/1346](https://redirect.github.com/stretchr/testify/pull/1346) - docs: Fix typos in tests and comments by [@​alexandear](https://redirect.github.com/alexandear) in [https://github.com/stretchr/testify/pull/1410](https://redirect.github.com/stretchr/testify/pull/1410) - CI: tests from go1.17 by [@​SuperQ](https://redirect.github.com/SuperQ) in [https://github.com/stretchr/testify/pull/1409](https://redirect.github.com/stretchr/testify/pull/1409) - Fix adding ? when no values passed by [@​lesichkovm](https://redirect.github.com/lesichkovm) in [https://github.com/stretchr/testify/pull/1320](https://redirect.github.com/stretchr/testify/pull/1320) - codegen: use standard header for generated files by [@​dolmen](https://redirect.github.com/dolmen) in [https://github.com/stretchr/testify/pull/1406](https://redirect.github.com/stretchr/testify/pull/1406) - mock: AssertExpectations log reason only on failure by [@​hikyaru-suzuki](https://redirect.github.com/hikyaru-suzuki) in [https://github.com/stretchr/testify/pull/1360](https://redirect.github.com/stretchr/testify/pull/1360) - assert: fix flaky TestNeverTrue by [@​dolmen](https://redirect.github.com/dolmen) in [https://github.com/stretchr/testify/pull/1417](https://redirect.github.com/stretchr/testify/pull/1417) - README: fix typos "set up" vs "setup" by [@​ossan-dev](https://redirect.github.com/ossan-dev) in [https://github.com/stretchr/testify/pull/1428](https://redirect.github.com/stretchr/testify/pull/1428) - mock: move regexp compilation outside of `Called` by [@​aud10slave](https://redirect.github.com/aud10slave) in [https://github.com/stretchr/testify/pull/631](https://redirect.github.com/stretchr/testify/pull/631) - assert: refactor internal func getLen() by [@​dolmen](https://redirect.github.com/dolmen) in [https://github.com/stretchr/testify/pull/1445](https://redirect.github.com/stretchr/testify/pull/1445) - mock: deprecate type AnythingOfTypeArgument ([#​1434](https://redirect.github.com/stretchr/testify/issues/1434)) by [@​dolmen](https://redirect.github.com/dolmen) in [https://github.com/stretchr/testify/pull/1441](https://redirect.github.com/stretchr/testify/pull/1441) - Remove no longer needed assert.canConvert by [@​alexandear](https://redirect.github.com/alexandear) in [https://github.com/stretchr/testify/pull/1470](https://redirect.github.com/stretchr/testify/pull/1470) - assert: ObjectsAreEqual: use time.Equal for time.Time types by [@​tscales](https://redirect.github.com/tscales) in [https://github.com/stretchr/testify/pull/1464](https://redirect.github.com/stretchr/testify/pull/1464) - Bump actions/checkout from 3 to 4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/stretchr/testify/pull/1466](https://redirect.github.com/stretchr/testify/pull/1466) - Bump actions/setup-go from 3.2.0 to 4.1.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/stretchr/testify/pull/1451](https://redirect.github.com/stretchr/testify/pull/1451) - fix: make EventuallyWithT concurrency safe by [@​czeslavo](https://redirect.github.com/czeslavo) in [https://github.com/stretchr/testify/pull/1395](https://redirect.github.com/stretchr/testify/pull/1395) - assert: fix httpCode and HTTPBody occur panic when http.Handler read Body by [@​hidu](https://redirect.github.com/hidu) in [https://github.com/stretchr/testify/pull/1484](https://redirect.github.com/stretchr/testify/pull/1484) - assert.EqualExportedValues: fix handling of arrays by [@​zrbecker](https://redirect.github.com/zrbecker) in [https://github.com/stretchr/testify/pull/1473](https://redirect.github.com/stretchr/testify/pull/1473) - .github: use latest Go versions by [@​kevinburkesegment](https://redirect.github.com/kevinburkesegment) in [https://github.com/stretchr/testify/pull/1489](https://redirect.github.com/stretchr/testify/pull/1489) - assert: Deprecate EqualExportedValues by [@​HaraldNordgren](https://redirect.github.com/HaraldNordgren) in [https://github.com/stretchr/testify/pull/1488](https://redirect.github.com/stretchr/testify/pull/1488) - suite: refactor test assertions by [@​alexandear](https://redirect.github.com/alexandear) in [https://github.com/stretchr/testify/pull/1474](https://redirect.github.com/stretchr/testify/pull/1474) - suite: fix SetupSubTest and TearDownSubTest execution order by [@​linusbarth](https://redirect.github.com/linusbarth) in [https://github.com/stretchr/testify/pull/1471](https://redirect.github.com/stretchr/testify/pull/1471) - docs: Fix deprecation comments for http package by [@​alexandear](https://redirect.github.com/alexandear) in [https://github.com/stretchr/testify/pull/1335](https://redirect.github.com/stretchr/testify/pull/1335) - Add map support doc comments to Subset and NotSubset by [@​jedevc](https://redirect.github.com/jedevc) in [https://github.com/stretchr/testify/pull/1306](https://redirect.github.com/stretchr/testify/pull/1306) - TestErrorIs/TestNotErrorIs: check error message contents by [@​craig65535](https://redirect.github.com/craig65535) in [https://github.com/stretchr/testify/pull/1435](https://redirect.github.com/stretchr/testify/pull/1435) - suite: fix subtest names (fix [#​1501](https://redirect.github.com/stretchr/testify/issues/1501)) by [@​dolmen](https://redirect.github.com/dolmen) in [https://github.com/stretchr/testify/pull/1504](https://redirect.github.com/stretchr/testify/pull/1504) - assert: improve unsafe.Pointer tests by [@​dolmen](https://redirect.github.com/dolmen) in [https://github.com/stretchr/testify/pull/1505](https://redirect.github.com/stretchr/testify/pull/1505) - assert: simplify isNil implementation by [@​dolmen](https://redirect.github.com/dolmen) in [https://github.com/stretchr/testify/pull/1506](https://redirect.github.com/stretchr/testify/pull/1506) - assert.InEpsilonSlice: fix expected/actual order and other improvements by [@​dolmen](https://redirect.github.com/dolmen) in [https://github.com/stretchr/testify/pull/1483](https://redirect.github.com/stretchr/testify/pull/1483) - Fix dependency cycle with objx [#​1292](https://redirect.github.com/stretchr/testify/issues/1292) by [@​dolmen](https://redirect.github.com/dolmen) in [https://github.com/stretchr/testify/pull/1453](https://redirect.github.com/stretchr/testify/pull/1453) - mock: refactor TestIsArgsEqual by [@​dolmen](https://redirect.github.com/dolmen) in [https://github.com/stretchr/testify/pull/1444](https://redirect.github.com/stretchr/testify/pull/1444) - mock: optimize argument matching checks by [@​dolmen](https://redirect.github.com/dolmen) in [https://github.com/stretchr/testify/pull/1416](https://redirect.github.com/stretchr/testify/pull/1416) - assert: fix TestEventuallyTimeout by [@​dolmen](https://redirect.github.com/dolmen) in [https://github.com/stretchr/testify/pull/1412](https://redirect.github.com/stretchr/testify/pull/1412) - CI: add go 1.21 in GitHub Actions by [@​dolmen](https://redirect.github.com/dolmen) in [https://github.com/stretchr/testify/pull/1450](https://redirect.github.com/stretchr/testify/pull/1450) - suite: fix recoverAndFailOnPanic to report test failure at the right location by [@​dolmen](https://redirect.github.com/dolmen) in [https://github.com/stretchr/testify/pull/1502](https://redirect.github.com/stretchr/testify/pull/1502) - Update maintainers by [@​brackendawson](https://redirect.github.com/brackendawson) in [https://github.com/stretchr/testify/pull/1533](https://redirect.github.com/stretchr/testify/pull/1533) - assert: Fix EqualValues to handle overflow/underflow by [@​arjunmahishi](https://redirect.github.com/arjunmahishi) in [https://github.com/stretchr/testify/pull/1531](https://redirect.github.com/stretchr/testify/pull/1531) - assert: better formatting for Len() error by [@​kevinburkesegment](https://redirect.github.com/kevinburkesegment) in [https://github.com/stretchr/testify/pull/1485](https://redirect.github.com/stretchr/testify/pull/1485) - Ensure AssertExpectations does not fail in skipped tests by [@​ianrose14](https://redirect.github.com/ianrose14) in [https://github.com/stretchr/testify/pull/1331](https://redirect.github.com/stretchr/testify/pull/1331) - suite: fix deadlock in suite.Require()/Assert() by [@​arjunmahishi](https://redirect.github.com/arjunmahishi) in [https://github.com/stretchr/testify/pull/1535](https://redirect.github.com/stretchr/testify/pull/1535) - Revert "assert: ObjectsAreEqual: use time.Equal for time.Time type" by [@​brackendawson](https://redirect.github.com/brackendawson) in [https://github.com/stretchr/testify/pull/1537](https://redirect.github.com/stretchr/testify/pull/1537) - \[chore] Add issue templates by [@​arjunmahishi](https://redirect.github.com/arjunmahishi) in [https://github.com/stretchr/testify/pull/1538](https://redirect.github.com/stretchr/testify/pull/1538) - Update the build status badge by [@​brackendawson](https://redirect.github.com/brackendawson) in [https://github.com/stretchr/testify/pull/1540](https://redirect.github.com/stretchr/testify/pull/1540) - Update Github workflows setup-go to V5 by [@​hendrywiranto](https://redirect.github.com/hendrywiranto) in [https://github.com/stretchr/testify/pull/1545](https://redirect.github.com/stretchr/testify/pull/1545) - Support Pointer to Struct in EqualExportedValues by [@​Lucaber](https://redirect.github.com/Lucaber) in [https://github.com/stretchr/testify/pull/1517](https://redirect.github.com/stretchr/testify/pull/1517) - README: drop link to gorc by [@​guettli](https://redirect.github.com/guettli) in [https://github.com/stretchr/testify/pull/1248](https://redirect.github.com/stretchr/testify/pull/1248) - http_assertions: honour the msgAndArgs provided with each assertion by [@​arjunmahishi](https://redirect.github.com/arjunmahishi) in [https://github.com/stretchr/testify/pull/1548](https://redirect.github.com/stretchr/testify/pull/1548) - fix typos in comments and tests by [@​ccoVeille](https://redirect.github.com/ccoVeille) in [https://github.com/stretchr/testify/pull/1247](https://redirect.github.com/stretchr/testify/pull/1247) - Include the auto-release notes in releases by [@​brackendawson](https://redirect.github.com/brackendawson) in [https://github.com/stretchr/testify/pull/1550](https://redirect.github.com/stretchr/testify/pull/1550) - Add `NotImplements` and variants by [@​hslatman](https://redirect.github.com/hslatman) in [https://github.com/stretchr/testify/pull/1385](https://redirect.github.com/stretchr/testify/pull/1385) - Add support to compare uintptr by [@​bogdandrutu](https://redirect.github.com/bogdandrutu) in [https://github.com/stretchr/testify/pull/1339](https://redirect.github.com/stretchr/testify/pull/1339) - build(deps): bump github.com/stretchr/objx from 0.5.1 to 0.5.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/stretchr/testify/pull/1552](https://redirect.github.com/stretchr/testify/pull/1552) #### New Contributors - [@​SuperQ](https://redirect.github.com/SuperQ) made their first contribution in [https://github.com/stretchr/testify/pull/1394](https://redirect.github.com/stretchr/testify/pull/1394) - [@​programmer04](https://redirect.github.com/programmer04) made their first contribution in [https://github.com/stretchr/testify/pull/1392](https://redirect.github.com/stretchr/testify/pull/1392) - [@​echarrod](https://redirect.github.com/echarrod) made their first contribution in [https://github.com/stretchr/testify/pull/1389](https://redirect.github.com/stretchr/testify/pull/1389) - [@​davidjb](https://redirect.github.com/davidjb) made their first contribution in [https://github.com/stretchr/testify/pull/1349](https://redirect.github.com/stretchr/testify/pull/1349) - [@​LandonTClipp](https://redirect.github.com/LandonTClipp) made their first contribution in [https://github.com/stretchr/testify/pull/1346](https://redirect.github.com/stretchr/testify/pull/1346) - [@​alexandear](https://redirect.github.com/alexandear) made their first contribution in [https://github.com/stretchr/testify/pull/1410](https://redirect.github.com/stretchr/testify/pull/1410) - [@​lesichkovm](https://redirect.github.com/lesichkovm) made their first contribution in [https://github.com/stretchr/testify/pull/1320](https://redirect.github.com/stretchr/testify/pull/1320) - [@​dolmen](https://redirect.github.com/dolmen) made their first contribution in [https://github.com/stretchr/testify/pull/1406](https://redirect.github.com/stretchr/testify/pull/1406) - [@​hikyaru-suzuki](https://redirect.github.com/hikyaru-suzuki) made their first contribution in [https://github.com/stretchr/testify/pull/1360](https://redirect.github.com/stretchr/testify/pull/1360) - [@​ossan-dev](https://redirect.github.com/ossan-dev) made their first contribution in [https://github.com/stretchr/testify/pull/1428](https://redirect.github.com/stretchr/testify/pull/1428) - [@​aud10slave](https://redirect.github.com/aud10slave) made their first contribution in [https://github.com/stretchr/testify/pull/631](https://redirect.github.com/stretchr/testify/pull/631) - [@​tscales](https://redirect.github.com/tscales) made their first contribution in [https://github.com/stretchr/testify/pull/1464](https://redirect.github.com/stretchr/testify/pull/1464) - [@​czeslavo](https://redirect.github.com/czeslavo) made their first contribution in [https://github.com/stretchr/testify/pull/1395](https://redirect.github.com/stretchr/testify/pull/1395) - [@​hidu](https://redirect.github.com/hidu) made their first contribution in [https://github.com/stretchr/testify/pull/1484](https://redirect.github.com/stretchr/testify/pull/1484) - [@​zrbecker](https://redirect.github.com/zrbecker) made their first contribution in [https://github.com/stretchr/testify/pull/1473](https://redirect.github.com/stretchr/testify/pull/1473) - [@​kevinburkesegment](https://redirect.github.com/kevinburkesegment) made their first contribution in [https://github.com/stretchr/testify/pull/1489](https://redirect.github.com/stretchr/testify/pull/1489) - [@​linusbarth](https://redirect.github.com/linusbarth) made their first contribution in [https://github.com/stretchr/testify/pull/1471](https://redirect.github.com/stretchr/testify/pull/1471) - [@​jedevc](https://redirect.github.com/jedevc) made their first contribution in [https://github.com/stretchr/testify/pull/1306](https://redirect.github.com/stretchr/testify/pull/1306) - [@​craig65535](https://redirect.github.com/craig65535) made their first contribution in [https://github.com/stretchr/testify/pull/1435](https://redirect.github.com/stretchr/testify/pull/1435) - [@​arjunmahishi](https://redirect.github.com/arjunmahishi) made their first contribution in [https://github.com/stretchr/testify/pull/1531](https://redirect.github.com/stretchr/testify/pull/1531) - [@​ianrose14](https://redirect.github.com/ianrose14) made their first contribution in [https://github.com/stretchr/testify/pull/1331](https://redirect.github.com/stretchr/testify/pull/1331) - [@​hendrywiranto](https://redirect.github.com/hendrywiranto) made their first contribution in [https://github.com/stretchr/testify/pull/1545](https://redirect.github.com/stretchr/testify/pull/1545) - [@​Lucaber](https://redirect.github.com/Lucaber) made their first contribution in [https://github.com/stretchr/testify/pull/1517](https://redirect.github.com/stretchr/testify/pull/1517) - [@​guettli](https://redirect.github.com/guettli) made their first contribution in [https://github.com/stretchr/testify/pull/1248](https://redirect.github.com/stretchr/testify/pull/1248) - [@​ccoVeille](https://redirect.github.com/ccoVeille) made their first contribution in [https://github.com/stretchr/testify/pull/1247](https://redirect.github.com/stretchr/testify/pull/1247) - [@​hslatman](https://redirect.github.com/hslatman) made their first contribution in [https://github.com/stretchr/testify/pull/1385](https://redirect.github.com/stretchr/testify/pull/1385) - [@​bogdandrutu](https://redirect.github.com/bogdandrutu) made their first contribution in [https://github.com/stretchr/testify/pull/1339](https://redirect.github.com/stretchr/testify/pull/1339) **Full Changelog**: https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0 ### [`v1.8.4`](https://redirect.github.com/stretchr/testify/compare/v1.8.3...v1.8.4) [Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.8.3...v1.8.4) ### [`v1.8.3`](https://redirect.github.com/stretchr/testify/compare/v1.8.2...v1.8.3) [Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.8.2...v1.8.3) ### [`v1.8.2`](https://redirect.github.com/stretchr/testify/compare/v1.8.1...v1.8.2) [Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.8.1...v1.8.2) ### [`v1.8.1`](https://redirect.github.com/stretchr/testify/compare/v1.8.0...v1.8.1) [Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.8.0...v1.8.1) ### [`v1.8.0`](https://redirect.github.com/stretchr/testify/compare/v1.7.5...v1.8.0) [Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.7.5...v1.8.0) ### [`v1.7.5`](https://redirect.github.com/stretchr/testify/compare/v1.7.4...v1.7.5) [Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.7.4...v1.7.5) ### [`v1.7.4`](https://redirect.github.com/stretchr/testify/compare/v1.7.3...v1.7.4) [Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.7.3...v1.7.4) ### [`v1.7.3`](https://redirect.github.com/stretchr/testify/compare/v1.7.2...v1.7.3) [Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.7.2...v1.7.3) ### [`v1.7.2`](https://redirect.github.com/stretchr/testify/compare/v1.7.1...v1.7.2) [Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.7.1...v1.7.2) ### [`v1.7.1`](https://redirect.github.com/stretchr/testify/compare/v1.7.0...v1.7.1) [Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.7.0...v1.7.1)

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 5 months ago

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

Details:

Package Change
gopkg.in/yaml.v3 v3.0.0 -> v3.0.1