Skip to content

Commit 547a939

Browse files
fix(deps): Update module github.com/stretchr/testify to v1.12.1 (#457)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/stretchr/testify](https://redirect.github.com/stretchr/testify) | `v1.11.1` → `v1.12.1` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fstretchr%2ftestify/v1.12.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fstretchr%2ftestify/v1.11.1/v1.12.1?slim=true) | --- ### Release Notes <details> <summary>stretchr/testify (github.com/stretchr/testify)</summary> ### [`v1.12.1`](https://redirect.github.com/stretchr/testify/releases/tag/v1.12.1) [Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.12.0...v1.12.1) This is the first release which has the minimum dependencies practical in testify v1. The last remaining dependencies are github.com/stretchr/objx which itself has no dependencies, and go.yaml.in/yaml/v3. Removing objx would require v2, it cannot be vendored. Removing YAML would require vendoring the yaml library, which would do more harm than good. It's better to become aware of vulnerabilities in the official yaml package than to attempt to maintain our own. #### What's Changed - Change yaml library to `go.yaml.in/yaml/v3` by [@&#8203;harryzcy](https://redirect.github.com/harryzcy) in [#&#8203;1935](https://redirect.github.com/stretchr/testify/pull/1935) - change yaml library to go.yaml.in/yaml/v3 by [@&#8203;boekkooi-impossiblecloud](https://redirect.github.com/boekkooi-impossiblecloud) in [#&#8203;1772](https://redirect.github.com/stretchr/testify/pull/1772) #### New Contributors - [@&#8203;harryzcy](https://redirect.github.com/harryzcy) made their first contribution in [#&#8203;1935](https://redirect.github.com/stretchr/testify/pull/1935) - [@&#8203;boekkooi-impossiblecloud](https://redirect.github.com/boekkooi-impossiblecloud) made their first contribution in [#&#8203;1772](https://redirect.github.com/stretchr/testify/pull/1772) **Full Changelog**: <stretchr/testify@v1.12.0...v1.12.1> #### What's Changed - Change yaml library to `go.yaml.in/yaml/v3` by [@&#8203;harryzcy](https://redirect.github.com/harryzcy) in [#&#8203;1935](https://redirect.github.com/stretchr/testify/pull/1935) - change yaml library to go.yaml.in/yaml/v3 by [@&#8203;boekkooi-impossiblecloud](https://redirect.github.com/boekkooi-impossiblecloud) in [#&#8203;1772](https://redirect.github.com/stretchr/testify/pull/1772) #### New Contributors - [@&#8203;harryzcy](https://redirect.github.com/harryzcy) made their first contribution in [#&#8203;1935](https://redirect.github.com/stretchr/testify/pull/1935) - [@&#8203;boekkooi-impossiblecloud](https://redirect.github.com/boekkooi-impossiblecloud) made their first contribution in [#&#8203;1772](https://redirect.github.com/stretchr/testify/pull/1772) **Full Changelog**: <stretchr/testify@v1.12.0...v1.12.1> ### [`v1.12.0`](https://redirect.github.com/stretchr/testify/releases/tag/v1.12.0) [Compare Source](https://redirect.github.com/stretchr/testify/compare/v1.11.1...v1.12.0) #### What's Changed ##### Functional Changes - assert: make \*AssertionFunc types just aliases by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1563](https://redirect.github.com/stretchr/testify/pull/1563) ##### Fixes - mock: avoid panic when expected type is nil in Arguments.Diff by [@&#8203;mutaiib](https://redirect.github.com/mutaiib) in [#&#8203;1775](https://redirect.github.com/stretchr/testify/pull/1775) - mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by [@&#8203;brackendawson](https://redirect.github.com/brackendawson) in [#&#8203;1786](https://redirect.github.com/stretchr/testify/pull/1786) - suite: validate method signatures and continue execution for valid tests by [@&#8203;vyas-git](https://redirect.github.com/vyas-git) in [#&#8203;1665](https://redirect.github.com/stretchr/testify/pull/1665) - assert.PanicsWithError: report error message by [@&#8203;olivergondza](https://redirect.github.com/olivergondza) in [#&#8203;1400](https://redirect.github.com/stretchr/testify/pull/1400) - assert: IsIncreasing et al can return false w/out failing by [@&#8203;brackendawson](https://redirect.github.com/brackendawson) in [#&#8203;1787](https://redirect.github.com/stretchr/testify/pull/1787) - add type to error message of assert.Same by [@&#8203;egawata](https://redirect.github.com/egawata) in [#&#8203;1792](https://redirect.github.com/stretchr/testify/pull/1792) - mock.AssertExpectationsForObjects fix panic with wrong testObject type. by [@&#8203;brackendawson](https://redirect.github.com/brackendawson) in [#&#8203;1795](https://redirect.github.com/stretchr/testify/pull/1795) - assert: truncate very long objects in test failure messages by [@&#8203;brackendawson](https://redirect.github.com/brackendawson) in [#&#8203;1646](https://redirect.github.com/stretchr/testify/pull/1646) - assert: fix NotSubset error messages using %#v instead of %q (fixes [#&#8203;1800](https://redirect.github.com/stretchr/testify/issues/1800)) by [@&#8203;nghiack7](https://redirect.github.com/nghiack7) in [#&#8203;1888](https://redirect.github.com/stretchr/testify/pull/1888) - suite: prevent panic when SetupTest skips with HandleStats by [@&#8203;blackwell-systems](https://redirect.github.com/blackwell-systems) in [#&#8203;1877](https://redirect.github.com/stretchr/testify/pull/1877) ##### Documentation, Build & CI - CI: test also with Go 1.23 by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1783](https://redirect.github.com/stretchr/testify/pull/1783) - Vendor unmaintained github.com/pmezard/go-difflib by [@&#8203;brackendawson](https://redirect.github.com/brackendawson) in [#&#8203;1708](https://redirect.github.com/stretchr/testify/pull/1708) - Promote ccoVeille to maintainer by [@&#8203;brackendawson](https://redirect.github.com/brackendawson) in [#&#8203;1784](https://redirect.github.com/stretchr/testify/pull/1784) - build(deps): bump actions/setup-go from 5 to 6 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1790](https://redirect.github.com/stretchr/testify/pull/1790) - assert.YAMLEq: Document mutlidoc behavior by [@&#8203;brackendawson](https://redirect.github.com/brackendawson) in [#&#8203;1791](https://redirect.github.com/stretchr/testify/pull/1791) - \_codegen: copy dependency github.com/ernesto-jimenez/gogen/imports by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1782](https://redirect.github.com/stretchr/testify/pull/1782) - doc: remove ineffective inline code blocks by [@&#8203;brackendawson](https://redirect.github.com/brackendawson) in [#&#8203;1714](https://redirect.github.com/stretchr/testify/pull/1714) - Tag generated assertions as non-generated in new .gitattributes by [@&#8203;ubunatic](https://redirect.github.com/ubunatic) in [#&#8203;1815](https://redirect.github.com/stretchr/testify/pull/1815) - chore: vendor go-spew from <https://github.com/davecgh/go-spew> by [@&#8203;ccoVeille](https://redirect.github.com/ccoVeille) in [#&#8203;1827](https://redirect.github.com/stretchr/testify/pull/1827) - require: fix godoc generation for assertions returning a bool by [@&#8203;Baxromumarov](https://redirect.github.com/Baxromumarov) in [#&#8203;1850](https://redirect.github.com/stretchr/testify/pull/1850) - docs(require): correct example usage to use assert.CollectT (require.CollectT does not exist) by [@&#8203;a2not](https://redirect.github.com/a2not) in [#&#8203;1821](https://redirect.github.com/stretchr/testify/pull/1821) - docs: Fix EventuallyWithTf documentation with proper placement of formatting arguments by [@&#8203;a2not](https://redirect.github.com/a2not) in [#&#8203;1842](https://redirect.github.com/stretchr/testify/pull/1842) - EMERITUS.md: add [@&#8203;tylerb](https://redirect.github.com/tylerb) by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1812](https://redirect.github.com/stretchr/testify/pull/1812) - CI: test also with Go 1.24 by [@&#8203;alexandear](https://redirect.github.com/alexandear) in [#&#8203;1856](https://redirect.github.com/stretchr/testify/pull/1856) - deps: bump objx to v0.5.3 and remove dependency cycle issue by [@&#8203;ccoVeille](https://redirect.github.com/ccoVeille) in [#&#8203;1823](https://redirect.github.com/stretchr/testify/pull/1823) - CI: upgrade GitHub Actions and pin hashes by [@&#8203;SuperQ](https://redirect.github.com/SuperQ) in [#&#8203;1883](https://redirect.github.com/stretchr/testify/pull/1883) - CI: add \_readme-gofmt tool to reformat Go code in README by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1889](https://redirect.github.com/stretchr/testify/pull/1889) - CI: add check of GitHub Action pinned hashes against tag by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1885](https://redirect.github.com/stretchr/testify/pull/1885) - \_codegen: modernize by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1890](https://redirect.github.com/stretchr/testify/pull/1890) - build(deps): bump actions/checkout from 6.0.2 to 6.0.3 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1906](https://redirect.github.com/stretchr/testify/pull/1906) - mock: Mock.Return does not exist anymore by [@&#8203;Kentzo](https://redirect.github.com/Kentzo) in [#&#8203;1905](https://redirect.github.com/stretchr/testify/pull/1905) #### New Contributors - [@&#8203;mutaiib](https://redirect.github.com/mutaiib) made their first contribution in [#&#8203;1775](https://redirect.github.com/stretchr/testify/pull/1775) - [@&#8203;vyas-git](https://redirect.github.com/vyas-git) made their first contribution in [#&#8203;1665](https://redirect.github.com/stretchr/testify/pull/1665) - [@&#8203;olivergondza](https://redirect.github.com/olivergondza) made their first contribution in [#&#8203;1400](https://redirect.github.com/stretchr/testify/pull/1400) - [@&#8203;egawata](https://redirect.github.com/egawata) made their first contribution in [#&#8203;1792](https://redirect.github.com/stretchr/testify/pull/1792) - [@&#8203;ubunatic](https://redirect.github.com/ubunatic) made their first contribution in [#&#8203;1815](https://redirect.github.com/stretchr/testify/pull/1815) - [@&#8203;Baxromumarov](https://redirect.github.com/Baxromumarov) made their first contribution in [#&#8203;1850](https://redirect.github.com/stretchr/testify/pull/1850) - [@&#8203;a2not](https://redirect.github.com/a2not) made their first contribution in [#&#8203;1821](https://redirect.github.com/stretchr/testify/pull/1821) - [@&#8203;nghiack7](https://redirect.github.com/nghiack7) made their first contribution in [#&#8203;1888](https://redirect.github.com/stretchr/testify/pull/1888) - [@&#8203;blackwell-systems](https://redirect.github.com/blackwell-systems) made their first contribution in [#&#8203;1877](https://redirect.github.com/stretchr/testify/pull/1877) - [@&#8203;Kentzo](https://redirect.github.com/Kentzo) made their first contribution in [#&#8203;1905](https://redirect.github.com/stretchr/testify/pull/1905) **Full Changelog**: <stretchr/testify@v1.11.0...v1.12.0> #### What's Changed - mock: avoid panic when expected type is nil in Arguments.Diff by [@&#8203;mutaiib](https://redirect.github.com/mutaiib) in [#&#8203;1775](https://redirect.github.com/stretchr/testify/pull/1775) - CI: test also with Go 1.23 by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1783](https://redirect.github.com/stretchr/testify/pull/1783) - mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by [@&#8203;brackendawson](https://redirect.github.com/brackendawson) in [#&#8203;1786](https://redirect.github.com/stretchr/testify/pull/1786) - suite: validate method signatures and continue execution for valid tests by [@&#8203;vyas-git](https://redirect.github.com/vyas-git) in [#&#8203;1665](https://redirect.github.com/stretchr/testify/pull/1665) - Vendor unmaintained github.com/pmezard/go-difflib by [@&#8203;brackendawson](https://redirect.github.com/brackendawson) in [#&#8203;1708](https://redirect.github.com/stretchr/testify/pull/1708) - Promote ccoVeille to maintainer by [@&#8203;brackendawson](https://redirect.github.com/brackendawson) in [#&#8203;1784](https://redirect.github.com/stretchr/testify/pull/1784) - build(deps): bump actions/setup-go from 5 to 6 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1790](https://redirect.github.com/stretchr/testify/pull/1790) - assert.PanicsWithError: report error message by [@&#8203;olivergondza](https://redirect.github.com/olivergondza) in [#&#8203;1400](https://redirect.github.com/stretchr/testify/pull/1400) - assert: IsIncreasing et al can return false w/out failing by [@&#8203;brackendawson](https://redirect.github.com/brackendawson) in [#&#8203;1787](https://redirect.github.com/stretchr/testify/pull/1787) - add type to error message of assert.Same by [@&#8203;egawata](https://redirect.github.com/egawata) in [#&#8203;1792](https://redirect.github.com/stretchr/testify/pull/1792) - assert.YAMLEq: Document mutlidoc behavior by [@&#8203;brackendawson](https://redirect.github.com/brackendawson) in [#&#8203;1791](https://redirect.github.com/stretchr/testify/pull/1791) - mock.AssertExpectationsForObjects fix panic with wrong testObject type. by [@&#8203;brackendawson](https://redirect.github.com/brackendawson) in [#&#8203;1795](https://redirect.github.com/stretchr/testify/pull/1795) - \_codegen: copy dependency github.com/ernesto-jimenez/gogen/imports by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1782](https://redirect.github.com/stretchr/testify/pull/1782) - assert: truncate very long objects in test failure messages by [@&#8203;brackendawson](https://redirect.github.com/brackendawson) in [#&#8203;1646](https://redirect.github.com/stretchr/testify/pull/1646) - doc: remove ineffective inline code blocks by [@&#8203;brackendawson](https://redirect.github.com/brackendawson) in [#&#8203;1714](https://redirect.github.com/stretchr/testify/pull/1714) - Tag generated assertions as non-generated in new .gitattributes by [@&#8203;ubunatic](https://redirect.github.com/ubunatic) in [#&#8203;1815](https://redirect.github.com/stretchr/testify/pull/1815) - chore: vendor go-spew from <https://github.com/davecgh/go-spew> by [@&#8203;ccoVeille](https://redirect.github.com/ccoVeille) in [#&#8203;1827](https://redirect.github.com/stretchr/testify/pull/1827) - require: fix godoc generation for assertions returning a bool by [@&#8203;Baxromumarov](https://redirect.github.com/Baxromumarov) in [#&#8203;1850](https://redirect.github.com/stretchr/testify/pull/1850) - docs(require): correct example usage to use assert.CollectT (require.CollectT does not exist) by [@&#8203;a2not](https://redirect.github.com/a2not) in [#&#8203;1821](https://redirect.github.com/stretchr/testify/pull/1821) - docs: Fix EventuallyWithTf documentation with proper placement of formatting arguments by [@&#8203;a2not](https://redirect.github.com/a2not) in [#&#8203;1842](https://redirect.github.com/stretchr/testify/pull/1842) - EMERITUS.md: add [@&#8203;tylerb](https://redirect.github.com/tylerb) by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1812](https://redirect.github.com/stretchr/testify/pull/1812) - CI: test also with Go 1.24 by [@&#8203;alexandear](https://redirect.github.com/alexandear) in [#&#8203;1856](https://redirect.github.com/stretchr/testify/pull/1856) - deps: bump objx to v0.5.3 and remove dependency cycle issue by [@&#8203;ccoVeille](https://redirect.github.com/ccoVeille) in [#&#8203;1823](https://redirect.github.com/stretchr/testify/pull/1823) - CI: upgrade GitHub Actions and pin hashes by [@&#8203;SuperQ](https://redirect.github.com/SuperQ) in [#&#8203;1883](https://redirect.github.com/stretchr/testify/pull/1883) - assert: fix NotSubset error messages using %#v instead of %q (fixes [#&#8203;1800](https://redirect.github.com/stretchr/testify/issues/1800)) by [@&#8203;nghiack7](https://redirect.github.com/nghiack7) in [#&#8203;1888](https://redirect.github.com/stretchr/testify/pull/1888) - suite: prevent panic when SetupTest skips with HandleStats by [@&#8203;blackwell-systems](https://redirect.github.com/blackwell-systems) in [#&#8203;1877](https://redirect.github.com/stretchr/testify/pull/1877) - CI: add \_readme-gofmt tool to reformat Go code in README by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1889](https://redirect.github.com/stretchr/testify/pull/1889) - CI: add check of GitHub Action pinned hashes against tag by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1885](https://redirect.github.com/stretchr/testify/pull/1885) - \_codegen: modernize by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1890](https://redirect.github.com/stretchr/testify/pull/1890) - assert: make \*AssertionFunc types just aliases by [@&#8203;dolmen](https://redirect.github.com/dolmen) in [#&#8203;1563](https://redirect.github.com/stretchr/testify/pull/1563) - build(deps): bump actions/checkout from 6.0.2 to 6.0.3 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1906](https://redirect.github.com/stretchr/testify/pull/1906) - mock: Mock.Return does not exist anymore by [@&#8203;Kentzo](https://redirect.github.com/Kentzo) in [#&#8203;1905](https://redirect.github.com/stretchr/testify/pull/1905) #### New Contributors - [@&#8203;mutaiib](https://redirect.github.com/mutaiib) made their first contribution in [#&#8203;1775](https://redirect.github.com/stretchr/testify/pull/1775) - [@&#8203;vyas-git](https://redirect.github.com/vyas-git) made their first contribution in [#&#8203;1665](https://redirect.github.com/stretchr/testify/pull/1665) - [@&#8203;olivergondza](https://redirect.github.com/olivergondza) made their first contribution in [#&#8203;1400](https://redirect.github.com/stretchr/testify/pull/1400) - [@&#8203;egawata](https://redirect.github.com/egawata) made their first contribution in [#&#8203;1792](https://redirect.github.com/stretchr/testify/pull/1792) - [@&#8203;ubunatic](https://redirect.github.com/ubunatic) made their first contribution in [#&#8203;1815](https://redirect.github.com/stretchr/testify/pull/1815) - [@&#8203;Baxromumarov](https://redirect.github.com/Baxromumarov) made their first contribution in [#&#8203;1850](https://redirect.github.com/stretchr/testify/pull/1850) - [@&#8203;a2not](https://redirect.github.com/a2not) made their first contribution in [#&#8203;1821](https://redirect.github.com/stretchr/testify/pull/1821) - [@&#8203;nghiack7](https://redirect.github.com/nghiack7) made their first contribution in [#&#8203;1888](https://redirect.github.com/stretchr/testify/pull/1888) - [@&#8203;blackwell-systems](https://redirect.github.com/blackwell-systems) made their first contribution in [#&#8203;1877](https://redirect.github.com/stretchr/testify/pull/1877) - [@&#8203;Kentzo](https://redirect.github.com/Kentzo) made their first contribution in [#&#8203;1905](https://redirect.github.com/stretchr/testify/pull/1905) **Full Changelog**: <stretchr/testify@v1.11.0...v1.12.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month (`* 0-3 1 * *`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTUuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE5NS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent c955ee2 commit 547a939

2 files changed

Lines changed: 6 additions & 14 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/google/go-cmp v0.7.0
1212
github.com/invopop/jsonschema v0.14.0
1313
github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629
14-
github.com/stretchr/testify v1.11.1
14+
github.com/stretchr/testify v1.12.1
1515
golang.org/x/exp v0.0.0-20260824195058-e88cd73687aa
1616
)
1717

@@ -43,9 +43,9 @@ require (
4343
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
4444
github.com/thoas/go-funk v0.9.3 // indirect
4545
github.com/zeebo/xxh3 v1.1.0 // indirect
46+
go.yaml.in/yaml/v3 v3.0.5 // indirect
4647
go.yaml.in/yaml/v4 v4.0.0-rc.2 // indirect
4748
golang.org/x/net v0.56.0 // indirect
4849
golang.org/x/sys v0.47.0 // indirect
4950
golang.org/x/text v0.40.0 // indirect
50-
gopkg.in/yaml.v3 v3.0.1 // indirect
5151
)

go.sum

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,6 @@ github.com/klauspost/compress v1.19.0 h1:sXLILfc9jV2QYWkzFOPWStmcUVH2RHEB1JCdY2o
6969
github.com/klauspost/compress v1.19.0/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ=
7070
github.com/klauspost/cpuid/v2 v2.4.0 h1:S6Hrbc7+ywsr0r+RLapfGBHfyefhCTwEh3A0tV913Dw=
7171
github.com/klauspost/cpuid/v2 v2.4.0/go.mod h1:19jmZ9mjzoF//ddRSUsv0zfBTJWh3QJh9FNxZTMrGxU=
72-
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
73-
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
74-
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
75-
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
7672
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
7773
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
7874
github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE=
@@ -90,8 +86,6 @@ github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c/go.mod h1:7rwL4CYBLnjL
9086
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
9187
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
9288
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
93-
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=
94-
github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4=
9589
github.com/rs/zerolog v1.35.1 h1:m7xQeoiLIiV0BCEY4Hs+j2NG4Gp2o2KPKmhnnLiazKI=
9690
github.com/rs/zerolog v1.35.1/go.mod h1:EjML9kdfa/RMA7h/6z6pYmq1ykOuA8/mjWaEvGI+jcw=
9791
github.com/samber/lo v1.53.0 h1:t975lj2py4kJPQ6haz1QMgtId2gtmfktACxIXArw3HM=
@@ -104,14 +98,16 @@ github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
10498
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
10599
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
106100
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
107-
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
108-
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
101+
github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE=
102+
github.com/stretchr/testify v1.12.1/go.mod h1:MDEgiDPPsNp5cuIrHPPCyornHKgEVbtFUmoNlxoYthg=
109103
github.com/thoas/go-funk v0.9.3 h1:7+nAEx3kn5ZJcnDm2Bh23N2yOtweO14bi//dvRtgLpw=
110104
github.com/thoas/go-funk v0.9.3/go.mod h1:+IWnUfUmFO1+WVYQWQtIJHeRRdaIyyYglZN7xzUPe4Q=
111105
github.com/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ=
112106
github.com/zeebo/assert v1.3.0/go.mod h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0=
113107
github.com/zeebo/xxh3 v1.1.0 h1:s7DLGDK45Dyfg7++yxI0khrfwq9661w9EN78eP/UZVs=
114108
github.com/zeebo/xxh3 v1.1.0/go.mod h1:IisAie1LELR4xhVinxWS5+zf1lA4p0MW4T+w+W07F5s=
109+
go.yaml.in/yaml/v3 v3.0.5 h1:N6y/pJk8buWs9NY5ERU2HSMfm+IuD/OtfdAnq6kESPw=
110+
go.yaml.in/yaml/v3 v3.0.5/go.mod h1:HVTZu1O7/Vkt2N+BFy8Zza+lnLsABggaTM2ZpNIGuKg=
115111
go.yaml.in/yaml/v4 v4.0.0-rc.2 h1:/FrI8D64VSr4HtGIlUtlFMGsm7H7pWTbj6vOLVZcA6s=
116112
go.yaml.in/yaml/v4 v4.0.0-rc.2/go.mod h1:aZqd9kCMsGL7AuUv/m/PvWLdg5sjJsZ4oHDEnfPPfY0=
117113
golang.org/x/crypto v0.53.0 h1:QZ4Muo8THX6CizN2vPPd5fBGHyogrdK9fG4wLPFUsto=
@@ -128,9 +124,5 @@ golang.org/x/text v0.40.0/go.mod h1:hpnzDAfGV753zIKo+wk3u1bVKCGPbrnF7+7LBF/UHVY=
128124
gonum.org/v1/gonum v0.17.0 h1:VbpOemQlsSMrYmn7T2OUvQ4dqxQXU+ouZFQsZOx50z4=
129125
gonum.org/v1/gonum v0.17.0/go.mod h1:El3tOrEuMpv2UdMrbNlKEh9vd86bmQ6vqIcDwxEOc1E=
130126
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
131-
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
132-
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=
133127
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
134128
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
135-
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
136-
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

0 commit comments

Comments
 (0)