{"id":6924,"name":"github.com/magiconair/properties","ecosystem":"go","repository_url":"https://github.com/magiconair/properties","issues_count":183,"created_at":"2025-06-06T22:07:23.255Z","updated_at":"2025-06-06T22:07:23.255Z","purl":"pkg:golang/github.com/magiconair/properties","metadata":{"id":3492987,"name":"github.com/magiconair/properties","ecosystem":"go","description":"Package properties provides functions for reading and writing\nISO-8859-1 and UTF-8 encoded .properties files and has\nsupport for recursive property expansion.\n\nJava properties files are ISO-8859-1 encoded and use Unicode\nliterals for characters outside the ISO character set. Unicode\nliterals can be used in UTF-8 encoded properties files but\naren't necessary.\n\nTo load a single properties file use MustLoadFile():\n\nTo load multiple properties files use MustLoadFiles()\nwhich loads the files in the given order and merges the\nresult. Missing properties files can be ignored if the\n'ignoreMissing' flag is set to true.\n\nFilenames can contain environment variables which are expanded\nbefore loading.\n\nAll of the different key/value delimiters ' ', ':' and '=' are\nsupported as well as the comment characters '!' and '#' and\nmulti-line values.\n\nProperties stores all comments preceding a key and provides\nGetComments() and SetComments() methods to retrieve and\nupdate them. The convenience functions GetComment() and\nSetComment() allow access to the last comment. The\nWriteComment() method writes properties files including\nthe comments and with the keys in the original order.\nThis can be used for sanitizing properties files.\n\nProperty expansion is recursive and circular references\nand malformed expressions are not allowed and cause an\nerror. Expansion of environment variables is supported.\n\nThe default property expansion format is ${key} but can be\nchanged by setting different pre- and postfix values on the\nProperties object.\n\nProperties provides convenience functions for getting typed\nvalues with default values if the key does not exist or the\ntype conversion failed.\n\nAs an alternative properties may be applied with the standard\nlibrary's flag implementation at any time.\n\nProperties provides several MustXXX() convenience functions\nwhich will terminate the app if an error occurs. The behavior\nof the failure is configurable and the default is to call\nlog.Fatal(err). To have the MustXXX() functions panic instead\nof logging the error set a different ErrorHandler before\nyou use the Properties package.\n\nYou can also provide your own ErrorHandler function. The only requirement\nis that the error handler function must exit after handling the error.\n\nProperties can also be loaded into a struct via the `Decode`\nmethod, e.g.\n\nSee `Decode()` method for the full documentation.\n\nThe following documents provide a description of the properties\nfile format.\n\nhttp://en.wikipedia.org/wiki/.properties\n\nhttp://docs.oracle.com/javase/7/docs/api/java/util/Properties.html#load%28java.io.Reader%29","homepage":"https://github.com/magiconair/properties","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/magiconair/properties","keywords_array":[],"namespace":"github.com/magiconair","versions_count":33,"first_release_published_at":"2014-01-07T16:17:03.000Z","latest_release_published_at":"2025-04-09T19:30:57.000Z","latest_release_number":"v1.8.10","last_synced_at":"2025-06-06T15:30:52.878Z","created_at":"2022-04-10T19:13:47.586Z","updated_at":"2025-06-06T15:30:52.878Z","registry_url":"https://pkg.go.dev/github.com/magiconair/properties","install_command":"go get github.com/magiconair/properties","documentation_url":"https://pkg.go.dev/github.com/magiconair/properties#section-documentation","metadata":{},"repo_metadata":{"uuid":"15127266","full_name":"magiconair/properties","owner":"magiconair","description":"Java properties scanner for Go","archived":false,"fork":false,"pushed_at":"2022-12-08T14:35:18.000Z","size":388,"stargazers_count":289,"open_issues_count":18,"forks_count":71,"subscribers_count":10,"default_branch":"main","last_synced_at":"2023-03-13T14:08:12.820Z","etag":null,"topics":["go","golang","golang-library","properties"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"logo_url":null,"metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-12T04:55:17.000Z","updated_at":"2023-03-12T21:32:17.000Z","dependencies_parsed_at":"2023-01-25T05:31:21.173Z","dependency_job_id":null,"html_url":"https://github.com/magiconair/properties","commit_stats":null,"repository_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiconair%2Fproperties","tags_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiconair%2Fproperties/tags","manifests_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiconair%2Fproperties/manifests","owner_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/magiconair","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":108921946,"host_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names"},"owner_record":{"login":"magiconair","name":"Frank Schröder","uuid":"229005","kind":"user","description":"Distributed Systems Engineer, Go Developer, @gopcua and ex-@fabiolb maintainer. Working @northvolt building better batteries.","email":"","website":"https://mastodon.social/@magiconair","location":"Stockholm, SE","twitter":null,"company":"@northvolt  ","avatar_url":"https://avatars.githubusercontent.com/u/229005?u=7ef886d38b71c418b939cd408a2ae0f0468e1e03\u0026v=4","repositories_count":8,"last_synced_at":"2023-02-17T00:00:23.076Z","metadata":{"has_sponsors_listing":false},"owner_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/magiconair"},"tags":[{"name":"v1.8.7","sha":"c9a06e8f8f0164e4e16c0d5c4793cbed4ac90264","kind":"tag","published_at":"2022-12-08T14:35:14.000Z","download_url":"https://codeload.github.com/magiconair/properties/tar.gz/v1.8.7","html_url":"https://github.com/magiconair/properties/releases/tag/v1.8.7"},{"name":"v1.8.6","sha":"869a5592420f4ff6ebf74500b5c658b29d973172","kind":"tag","published_at":"2022-02-23T08:51:39.000Z","download_url":"https://codeload.github.com/magiconair/properties/tar.gz/v1.8.6","html_url":"https://github.com/magiconair/properties/releases/tag/v1.8.6"},{"name":"v1.8.5","sha":"291b8266af1000c77a12ae6d4dde1145a028012f","kind":"tag","published_at":"2021-03-24T19:23:21.000Z","download_url":"https://codeload.github.com/magiconair/properties/tar.gz/v1.8.5","html_url":"https://github.com/magiconair/properties/releases/tag/v1.8.5"},{"name":"v1.8.4","sha":"0e5c09062c2daef666bd279e2d2d9f25f218f2be","kind":"tag","published_at":"2020-09-23T08:53:38.000Z","download_url":"https://codeload.github.com/magiconair/properties/tar.gz/v1.8.4","html_url":"https://github.com/magiconair/properties/releases/tag/v1.8.4"},{"name":"v1.8.3","sha":"e55ec40311b90df900426eae806bb80a40154583","kind":"tag","published_at":"2020-09-14T13:43:16.000Z","download_url":"https://codeload.github.com/magiconair/properties/tar.gz/v1.8.3","html_url":"https://github.com/magiconair/properties/releases/tag/v1.8.3"},{"name":"v1.8.2","sha":"fb997392a7e693835970429956b62f6bbf19b3fd","kind":"tag","published_at":"2020-08-25T06:52:00.000Z","download_url":"https://codeload.github.com/magiconair/properties/tar.gz/v1.8.2","html_url":"https://github.com/magiconair/properties/releases/tag/v1.8.2"},{"name":"v1.8.1","sha":"de8848e004dd33dc07a2947b3d76f618a7fc7ef1","kind":"tag","published_at":"2019-05-10T14:34:11.000Z","download_url":"https://codeload.github.com/magiconair/properties/tar.gz/v1.8.1","html_url":"https://github.com/magiconair/properties/releases/tag/v1.8.1"},{"name":"v1.8.0","sha":"c2353362d570a7bfa228149c62842019201cfb71","kind":"tag","published_at":"2018-05-15T20:40:48.000Z","download_url":"https://codeload.github.com/magiconair/properties/tar.gz/v1.8.0","html_url":"https://github.com/magiconair/properties/releases/tag/v1.8.0"},{"name":"v1.7.6","sha":"c3beff4c2358b44d0493c7dda585e7db7ff28ae6","kind":"tag","published_at":"2018-02-14T20:58:49.000Z","download_url":"https://codeload.github.com/magiconair/properties/tar.gz/v1.7.6","html_url":"https://github.com/magiconair/properties/releases/tag/v1.7.6"},{"name":"v1.7.5","sha":"a8e9fa9ffe534206df1daaa7e9d5e82ca23db7e0","kind":"tag","published_at":"2018-02-13T21:07:45.000Z","download_url":"https://codeload.github.com/magiconair/properties/tar.gz/v1.7.5","html_url":"https://github.com/magiconair/properties/releases/tag/v1.7.5"},{"name":"v1.7.4","sha":"d419a98cdbed11a922bf76f257b7c4be79b50e73","kind":"tag","published_at":"2017-10-31T20:37:46.000Z","download_url":"https://codeload.github.com/magiconair/properties/tar.gz/v1.7.4","html_url":"https://github.com/magiconair/properties/releases/tag/v1.7.4"},{"name":"v1.7.3","sha":"be5ece7dd465ab0765a9682137865547526d1dfb","kind":"tag","published_at":"2017-07-10T12:48:59.000Z","download_url":"https://codeload.github.com/magiconair/properties/tar.gz/v1.7.3","html_url":"https://github.com/magiconair/properties/releases/tag/v1.7.3"},{"name":"v1.7.2","sha":"f917359f079a3759162704eaa8caeec3d01d9f91","kind":"tag","published_at":"2017-03-20T09:29:34.000Z","download_url":"https://codeload.github.com/magiconair/properties/tar.gz/v1.7.2","html_url":"https://github.com/magiconair/properties/releases/tag/v1.7.2"},{"name":"v1.7.1","sha":"f69f58659d94d062e6af29a4e3633cf4597358bc","kind":"tag","published_at":"2017-01-12T12:56:43.000Z","download_url":"https://codeload.github.com/magiconair/properties/tar.gz/v1.7.1","html_url":"https://github.com/magiconair/properties/releases/tag/v1.7.1"},{"name":"v1.7.0","sha":"c265cfa48dda6474e208715ca93e987829f572f8","kind":"tag","published_at":"2016-03-20T20:54:47.000Z","download_url":"https://codeload.github.com/magiconair/properties/tar.gz/v1.7.0","html_url":"https://github.com/magiconair/properties/releases/tag/v1.7.0"},{"name":"v1.6.0","sha":"84ea5e93a95c5e0115f3a4f3e141448584f48f37","kind":"tag","published_at":"2015-12-04T01:45:20.000Z","download_url":"https://codeload.github.com/magiconair/properties/tar.gz/v1.6.0","html_url":"https://github.com/magiconair/properties/releases/tag/v1.6.0"},{"name":"v1.5.6","sha":"e16141290883c13645e0c7c1b3507af621f8ed8a","kind":"tag","published_at":"2015-10-18T10:57:31.000Z","download_url":"https://codeload.github.com/magiconair/properties/tar.gz/v1.5.6","html_url":"https://github.com/magiconair/properties/releases/tag/v1.5.6"},{"name":"v1.5.5","sha":"337395e44efb4affc8bf11971e22acbd4e27a32d","kind":"tag","published_at":"2015-07-31T20:42:12.000Z","download_url":"https://codeload.github.com/magiconair/properties/tar.gz/v1.5.5","html_url":"https://github.com/magiconair/properties/releases/tag/v1.5.5"},{"name":"v1.5.4","sha":"359442d561ca28acd0fe503aa9f075f505bc9ed0","kind":"tag","published_at":"2015-06-23T17:22:00.000Z","download_url":"https://codeload.github.com/magiconair/properties/tar.gz/v1.5.4","html_url":"https://github.com/magiconair/properties/releases/tag/v1.5.4"},{"name":"v1.5.3","sha":"624009598839a9432bd97bb75552389422357723","kind":"tag","published_at":"2015-06-01T22:07:04.000Z","download_url":"https://codeload.github.com/magiconair/properties/tar.gz/v1.5.3","html_url":"https://github.com/magiconair/properties/releases/tag/v1.5.3"},{"name":"v1.5.2","sha":"d5929c67198951106f49f7ea425198d0f1a08f7f","kind":"tag","published_at":"2015-04-10T12:23:59.000Z","download_url":"https://codeload.github.com/magiconair/properties/tar.gz/v1.5.2","html_url":"https://github.com/magiconair/properties/releases/tag/v1.5.2"},{"name":"v1.5.1","sha":"70f411131c7a91686cf148b1530be8c8170dd020","kind":"tag","published_at":"2014-12-08T15:03:05.000Z","download_url":"https://codeload.github.com/magiconair/properties/tar.gz/v1.5.1","html_url":"https://github.com/magiconair/properties/releases/tag/v1.5.1"},{"name":"v1.5.0","sha":"94befa3b6d03e3d9e4decf57caf92f5769014238","kind":"tag","published_at":"2014-11-18T10:40:49.000Z","download_url":"https://codeload.github.com/magiconair/properties/tar.gz/v1.5.0","html_url":"https://github.com/magiconair/properties/releases/tag/v1.5.0"},{"name":"v1.4.2","sha":"316179acd0c1a93513aeda88f8834ec85c0d44c6","kind":"tag","published_at":"2014-11-15T20:52:24.000Z","download_url":"https://codeload.github.com/magiconair/properties/tar.gz/v1.4.2","html_url":"https://github.com/magiconair/properties/releases/tag/v1.4.2"},{"name":"v1.4.1","sha":"10c593006b0f712ad13550f2afce6dfec717e07d","kind":"tag","published_at":"2014-11-13T16:23:30.000Z","download_url":"https://codeload.github.com/magiconair/properties/tar.gz/v1.4.1","html_url":"https://github.com/magiconair/properties/releases/tag/v1.4.1"},{"name":"v1.4.0","sha":"9901c56efa99e976e59f701fd68fcee81ac10637","kind":"tag","published_at":"2014-09-23T15:25:32.000Z","download_url":"https://codeload.github.com/magiconair/properties/tar.gz/v1.4.0","html_url":"https://github.com/magiconair/properties/releases/tag/v1.4.0"},{"name":"v1.3.0","sha":"360b632be9eec7252fbb0b9fb835ba4f3a54e985","kind":"tag","published_at":"2014-03-18T22:52:10.000Z","download_url":"https://codeload.github.com/magiconair/properties/tar.gz/v1.3.0","html_url":"https://github.com/magiconair/properties/releases/tag/v1.3.0"},{"name":"v1.2.0","sha":"45b97ab2120ecce497ef9a8164dfddc561164134","kind":"tag","published_at":"2014-03-05T22:35:55.000Z","download_url":"https://codeload.github.com/magiconair/properties/tar.gz/v1.2.0","html_url":"https://github.com/magiconair/properties/releases/tag/v1.2.0"},{"name":"v1.1.0","sha":"26b0f327dd1ed6613e6868ec6ea8eba20dfb6586","kind":"tag","published_at":"2014-01-20T21:33:13.000Z","download_url":"https://codeload.github.com/magiconair/properties/tar.gz/v1.1.0","html_url":"https://github.com/magiconair/properties/releases/tag/v1.1.0"},{"name":"v1.0.0","sha":"daf66deb21f41aaa3afe13f6a8a384806fd947d0","kind":"tag","published_at":"2014-01-07T16:17:03.000Z","download_url":"https://codeload.github.com/magiconair/properties/tar.gz/v1.0.0","html_url":"https://github.com/magiconair/properties/releases/tag/v1.0.0"}]},"repo_metadata_updated_at":"2023-03-21T18:38:05.448Z","dependent_packages_count":27556,"downloads":null,"downloads_period":null,"dependent_repos_count":98179,"rankings":{"downloads":null,"dependent_repos_count":0.011925477174636687,"dependent_packages_count":0.007258986106300593,"stargazers_count":3.1329784034793353,"forks_count":2.9383338760289615,"docker_downloads_count":0.011718077571599528,"average":1.2204429640721668},"purl":"pkg:golang/github.com/magiconair/properties","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/magiconair/properties","docker_dependents_count":9758,"docker_downloads_count":30472641317,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/magiconair/properties","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/magiconair/properties/dependencies","status":null,"funding_links":[],"critical":true,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fmagiconair%2Fproperties/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fmagiconair%2Fproperties/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fmagiconair%2Fproperties/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fmagiconair%2Fproperties/related_packages","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":1882895,"maintainers_count":0,"namespaces_count":723926,"keywords_count":97872,"github":"golang","metadata":{"funded_packages_count":39346},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2025-06-06T05:22:27.920Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},"unique_repositories_count":95,"unique_repositories_count_past_30_days":1,"recent_issues":[{"uuid":"4248878278","node_id":"PR_kwDOSAtUVc7RymEY","number":11,"state":"open","title":"build(deps): Bump github.com/magiconair/properties from 1.8.7 to 1.8.10","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-12T16:33:00.000Z","updated_at":"2026-04-12T16:33:01.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps): Bump","packages":[{"name":"github.com/magiconair/properties","old_version":"1.8.7","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"}],"path":null,"ecosystem":"go"},"body":"Bumps [github.com/magiconair/properties](https://github.com/magiconair/properties) from 1.8.7 to 1.8.10.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/magiconair/properties/releases\"\u003egithub.com/magiconair/properties's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.8.10\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd 32bit numeric getters which do not panic by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/77\"\u003emagiconair/properties#77\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eescape leading whitespace on value in Write() by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/81\"\u003emagiconair/properties#81\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.9\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSkip ignored private fields by \u003ca href=\"https://github.com/rafaelhl\"\u003e\u003ccode\u003e@​rafaelhl\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/61\"\u003emagiconair/properties#61\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rafaelhl\"\u003e\u003ccode\u003e@​rafaelhl\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/61\"\u003emagiconair/properties#61\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.8...v1.8.9\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.8...v1.8.9\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.8\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003emigrate from deprecated ioutil dependency by \u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/73\"\u003emagiconair/properties#73\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eLoad from io.Reader by \u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/74\"\u003emagiconair/properties#74\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/73\"\u003emagiconair/properties#73\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.7...v1.8.8\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.7...v1.8.8\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/281f515b93cf755020c587f2ffcbdee2322f3615\"\u003e\u003ccode\u003e281f515\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/81\"\u003e#81\u003c/a\u003e from magiconair/issue-80\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/6b7aa68b641f5d60ebb8b6845db1128db53a6cf3\"\u003e\u003ccode\u003e6b7aa68\u003c/code\u003e\u003c/a\u003e test with go1.24\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/06f31332fd5f37daf3faffdf26bfec3cd1cd28b2\"\u003e\u003ccode\u003e06f3133\u003c/code\u003e\u003c/a\u003e escape leading whitespace on value in Write()\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/3dfc3b527876b509fda83a042544db6f2a2a76e6\"\u003e\u003ccode\u003e3dfc3b5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/77\"\u003e#77\u003c/a\u003e from magiconair/get32bit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/b1485840343acfbc730b9d7ff4d775e92ac02091\"\u003e\u003ccode\u003eb148584\u003c/code\u003e\u003c/a\u003e Add 32bit numeric getters which do not panic\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/d8bdba35b511a72d4c00a47e801dc703328198e8\"\u003e\u003ccode\u003ed8bdba3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/61\"\u003e#61\u003c/a\u003e from rafaelhl/skip-ignored-private-field\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/d80fb15700bd0773d25bec3032855193faecec2e\"\u003e\u003ccode\u003ed80fb15\u003c/code\u003e\u003c/a\u003e test with more go versions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/7b90c47cfbfb5843673bd50d267e370e0e8d6479\"\u003e\u003ccode\u003e7b90c47\u003c/code\u003e\u003c/a\u003e cleanup README\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/449f224222f7ac10702dc781f72c992a6919b230\"\u003e\u003ccode\u003e449f224\u003c/code\u003e\u003c/a\u003e move CHANGELOG to Github Releases\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/e64054d847ae0adba8535c3d174ba8deae26fc3c\"\u003e\u003ccode\u003ee64054d\u003c/code\u003e\u003c/a\u003e fix workflow\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.7...v1.8.10\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/magiconair/properties\u0026package-manager=go_modules\u0026previous-version=1.8.7\u0026new-version=1.8.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/mrlcpa/zenrock-archive-cosmos-sdk/pull/11","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrlcpa%2Fzenrock-archive-cosmos-sdk/issues/11","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/11/packages"},{"uuid":"3952643836","node_id":"PR_kwDOGG9Jl87EWkZx","number":2240,"state":"open","title":"[release-v1.21][gomod]: Bump the patch group across 1 directory with 11 updates","user":"dependabot[bot]","labels":["approved","lgtm","ok-to-test","dependencies","go"],"assignees":["creydr"],"locked":false,"comments_count":10,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-02-17T12:55:54.000Z","updated_at":"2026-04-14T12:00:10.770Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"[release-v1.21][gomod]: Bump","group_name":"patch","update_count":11,"packages":[{"name":"github.com/cloudevents/sdk-go/v2","old_version":"2.16.1","new_version":"2.16.2","repository_url":"https://github.com/cloudevents/sdk-go"},{"name":"github.com/magiconair/properties","old_version":"1.8.5","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"},{"name":"github.com/manifestival/manifestival","old_version":"0.7.1","new_version":"0.7.2","repository_url":"https://github.com/manifestival/manifestival"},{"name":"google.golang.org/protobuf","old_version":"1.36.10","new_version":"1.36.11"},{"name":"k8s.io/api","old_version":"0.34.3","new_version":"0.34.4","repository_url":"https://github.com/kubernetes/api"},{"name":"k8s.io/apiextensions-apiserver","old_version":"0.34.3","new_version":"0.34.4","repository_url":"https://github.com/kubernetes/apiextensions-apiserver"},{"name":"sigs.k8s.io/controller-runtime","old_version":"0.19.0","new_version":"0.19.7","repository_url":"https://github.com/kubernetes-sigs/controller-runtime"}],"path":null,"ecosystem":"go"},"body":"Bumps the patch group with 7 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/cloudevents/sdk-go/v2](https://github.com/cloudevents/sdk-go) | `2.16.1` | `2.16.2` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.5` | `1.8.10` |\n| [github.com/manifestival/manifestival](https://github.com/manifestival/manifestival) | `0.7.1` | `0.7.2` |\n| google.golang.org/protobuf | `1.36.10` | `1.36.11` |\n| [k8s.io/api](https://github.com/kubernetes/api) | `0.34.3` | `0.34.4` |\n| [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.34.3` | `0.34.4` |\n| [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.19.0` | `0.19.7` |\n\n\nUpdates `github.com/cloudevents/sdk-go/v2` from 2.16.1 to 2.16.2\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cloudevents/sdk-go/commit/af3e8599b3316ab6b4b73ff69aa8ec0efddbb5bb\"\u003e\u003ccode\u003eaf3e859\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/cloudevents/sdk-go/issues/1184\"\u003e#1184\u003c/a\u003e from cloudevents/dependabot/github_actions/actions/s...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cloudevents/sdk-go/commit/bf5b8a6066d7650f84f862445ff60395bfa0aec1\"\u003e\u003ccode\u003ebf5b8a6\u003c/code\u003e\u003c/a\u003e chore(deps): Bump actions/setup-go from 5.5.0 to 6.0.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cloudevents/sdk-go/commit/945d930a12f23f090bc739a21970afc1f9eb7d99\"\u003e\u003ccode\u003e945d930\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/cloudevents/sdk-go/issues/1180\"\u003e#1180\u003c/a\u003e from philicious/refactor-pubsubv2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cloudevents/sdk-go/commit/35623f2b949d5d13c24103a3d7d1f3f9fbe74e78\"\u003e\u003ccode\u003e35623f2\u003c/code\u003e\u003c/a\u003e chore: Replace deprecated grpc.Dial calls\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cloudevents/sdk-go/commit/f0bd406957d7eb4d0ddf029c505bf45498de8b0a\"\u003e\u003ccode\u003ef0bd406\u003c/code\u003e\u003c/a\u003e fix: Properly test that supplied ReceiveSettings are being used\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cloudevents/sdk-go/commit/ae89eba4471ea18a19fbed89e0fce720145e21bc\"\u003e\u003ccode\u003eae89eba\u003c/code\u003e\u003c/a\u003e Refactor pubsub protocol to use new upstream v2 library\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cloudevents/sdk-go/commit/34f7f6ffcdad49d7118bbd7603624bf2bbf11b37\"\u003e\u003ccode\u003e34f7f6f\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/cloudevents/sdk-go/issues/1183\"\u003e#1183\u003c/a\u003e from embano1/go-version\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cloudevents/sdk-go/commit/cafbb12d94d012b767efdf7b1bca5a8ce293115e\"\u003e\u003ccode\u003ecafbb12\u003c/code\u003e\u003c/a\u003e chore: update go version in workflows\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cloudevents/sdk-go/commit/0a1147cb5ec2870334309b473df8308e28adb1cb\"\u003e\u003ccode\u003e0a1147c\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/cloudevents/sdk-go/issues/1182\"\u003e#1182\u003c/a\u003e from cloudevents/automated-dependency-updates\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cloudevents/sdk-go/commit/835c4867e90c93c13b2d244af210a646977df0f4\"\u003e\u003ccode\u003e835c486\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/cloudevents/sdk-go/compare/v2.16.1...v2.16.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/magiconair/properties` from 1.8.5 to 1.8.10\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/magiconair/properties/releases\"\u003egithub.com/magiconair/properties's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.8.10\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd 32bit numeric getters which do not panic by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/77\"\u003emagiconair/properties#77\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eescape leading whitespace on value in Write() by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/81\"\u003emagiconair/properties#81\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.9\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSkip ignored private fields by \u003ca href=\"https://github.com/rafaelhl\"\u003e\u003ccode\u003e@​rafaelhl\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/61\"\u003emagiconair/properties#61\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rafaelhl\"\u003e\u003ccode\u003e@​rafaelhl\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/61\"\u003emagiconair/properties#61\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.8...v1.8.9\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.8...v1.8.9\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.8\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003emigrate from deprecated ioutil dependency by \u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/73\"\u003emagiconair/properties#73\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eLoad from io.Reader by \u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/74\"\u003emagiconair/properties#74\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/73\"\u003emagiconair/properties#73\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.7...v1.8.8\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.7...v1.8.8\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.7\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003euse github actions by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/66\"\u003emagiconair/properties#66\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e⚡ Speedup merge by \u003ca href=\"https://github.com/AdityaVallabh\"\u003e\u003ccode\u003e@​AdityaVallabh\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/65\"\u003emagiconair/properties#65\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AdityaVallabh\"\u003e\u003ccode\u003e@​AdityaVallabh\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/65\"\u003emagiconair/properties#65\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.6...v1.8.7\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.6...v1.8.7\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.6\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix \u0026quot;unreachable code\u0026quot; lint error by \u003ca href=\"https://github.com/ellie\"\u003e\u003ccode\u003e@​ellie\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/57\"\u003emagiconair/properties#57\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMake TestMustGetParsedDuration backwards compatible by \u003ca href=\"https://github.com/maage\"\u003e\u003ccode\u003e@​maage\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/63\"\u003emagiconair/properties#63\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ellie\"\u003e\u003ccode\u003e@​ellie\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/57\"\u003emagiconair/properties#57\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maage\"\u003e\u003ccode\u003e@​maage\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/63\"\u003emagiconair/properties#63\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.5...v1.8.6\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.5...v1.8.6\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/281f515b93cf755020c587f2ffcbdee2322f3615\"\u003e\u003ccode\u003e281f515\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/81\"\u003e#81\u003c/a\u003e from magiconair/issue-80\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/6b7aa68b641f5d60ebb8b6845db1128db53a6cf3\"\u003e\u003ccode\u003e6b7aa68\u003c/code\u003e\u003c/a\u003e test with go1.24\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/06f31332fd5f37daf3faffdf26bfec3cd1cd28b2\"\u003e\u003ccode\u003e06f3133\u003c/code\u003e\u003c/a\u003e escape leading whitespace on value in Write()\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/3dfc3b527876b509fda83a042544db6f2a2a76e6\"\u003e\u003ccode\u003e3dfc3b5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/77\"\u003e#77\u003c/a\u003e from magiconair/get32bit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/b1485840343acfbc730b9d7ff4d775e92ac02091\"\u003e\u003ccode\u003eb148584\u003c/code\u003e\u003c/a\u003e Add 32bit numeric getters which do not panic\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/d8bdba35b511a72d4c00a47e801dc703328198e8\"\u003e\u003ccode\u003ed8bdba3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/61\"\u003e#61\u003c/a\u003e from rafaelhl/skip-ignored-private-field\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/d80fb15700bd0773d25bec3032855193faecec2e\"\u003e\u003ccode\u003ed80fb15\u003c/code\u003e\u003c/a\u003e test with more go versions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/7b90c47cfbfb5843673bd50d267e370e0e8d6479\"\u003e\u003ccode\u003e7b90c47\u003c/code\u003e\u003c/a\u003e cleanup README\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/449f224222f7ac10702dc781f72c992a6919b230\"\u003e\u003ccode\u003e449f224\u003c/code\u003e\u003c/a\u003e move CHANGELOG to Github Releases\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/e64054d847ae0adba8535c3d174ba8deae26fc3c\"\u003e\u003ccode\u003ee64054d\u003c/code\u003e\u003c/a\u003e fix workflow\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.5...v1.8.10\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/manifestival/manifestival` from 0.7.1 to 0.7.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/manifestival/manifestival/releases\"\u003egithub.com/manifestival/manifestival's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eManifestival v0.7.2\u003c/h2\u003e\n\u003ch3\u003eChanged\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eNo longer ignoring errors resulting from invalid YAML manifests \u003ca href=\"https://redirect.github.com/manifestival/manifestival/issues/88\"\u003e#88\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eNo longer preventing cluster-scoped resources from being owned \u003ca href=\"https://redirect.github.com/manifestival/manifestival/issues/90\"\u003e#90\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed panic when unexpected errors occur during deletion \u003ca href=\"https://redirect.github.com/manifestival/manifestival/issues/92\"\u003e#92\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/manifestival/manifestival/blob/master/CHANGELOG.md\"\u003egithub.com/manifestival/manifestival's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e[0.7.2] - 2022-11-08\u003c/h2\u003e\n\u003ch3\u003eChanged\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eNo longer ignoring errors resulting from invalid YAML manifests \u003ca href=\"https://redirect.github.com/manifestival/manifestival/issues/88\"\u003e#88\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eNo longer preventing cluster-scoped resources from being owned \u003ca href=\"https://redirect.github.com/manifestival/manifestival/issues/90\"\u003e#90\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed panic when unexpected errors occur during deletion \u003ca href=\"https://redirect.github.com/manifestival/manifestival/issues/92\"\u003e#92\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manifestival/manifestival/commit/82196bd303e23c641fda3d002c0663b892092e9c\"\u003e\u003ccode\u003e82196bd\u003c/code\u003e\u003c/a\u003e Prep for v0.7.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manifestival/manifestival/commit/f9c7f20fc9c43eeacc750bc5915713ee243a9064\"\u003e\u003ccode\u003ef9c7f20\u003c/code\u003e\u003c/a\u003e Don't panic when errors occur during delete (\u003ca href=\"https://redirect.github.com/manifestival/manifestival/issues/94\"\u003e#94\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manifestival/manifestival/commit/15dfab9bc337cf3b318bbe9807a37ed31bfc7df7\"\u003e\u003ccode\u003e15dfab9\u003c/code\u003e\u003c/a\u003e Cluster-scoped resources may now be owned (\u003ca href=\"https://redirect.github.com/manifestival/manifestival/issues/93\"\u003e#93\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manifestival/manifestival/commit/af1baacf01ec54390c3cbd46ee561d52b2b4ab14\"\u003e\u003ccode\u003eaf1baac\u003c/code\u003e\u003c/a\u003e Stop eating errors resulting from invalid YAML manifests (\u003ca href=\"https://redirect.github.com/manifestival/manifestival/issues/89\"\u003e#89\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/manifestival/manifestival/compare/v0.7.1...v0.7.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `google.golang.org/protobuf` from 1.36.10 to 1.36.11\n\nUpdates `k8s.io/api` from 0.34.3 to 0.34.4\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes/api/commit/e96d1baec5f3ab3be50d5f8f2d6885419a5aa24a\"\u003e\u003ccode\u003ee96d1ba\u003c/code\u003e\u003c/a\u003e Update dependencies to v0.34.4 tag\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/kubernetes/api/compare/v0.34.3...v0.34.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `k8s.io/apiextensions-apiserver` from 0.34.3 to 0.34.4\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes/apiextensions-apiserver/commit/7851e8ed389771bf707701f584d40cc484eab968\"\u003e\u003ccode\u003e7851e8e\u003c/code\u003e\u003c/a\u003e Update dependencies to v0.34.4 tag\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes/apiextensions-apiserver/commit/f2218fae6ffdcb9362fbe9842743b4e7e6349869\"\u003e\u003ccode\u003ef2218fa\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/kubernetes/apiextensions-apiserver/issues/136142\"\u003e#136142\u003c/a\u003e from \u003ca href=\"https://redirect.github.com/shwetha-s-poojary/automated-cherry-pick-of-/issues/1\"\u003eshwetha-s-poojary/automated-cherry-pick-of-#1\u003c/a\u003e...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes/apiextensions-apiserver/commit/1ef066bba9fcbf42b0ce4e4d7af7d6e432990426\"\u003e\u003ccode\u003e1ef066b\u003c/code\u003e\u003c/a\u003e Fixes the flaky test (Issue \u003ca href=\"https://redirect.github.com/kubernetes/apiextensions-apiserver/issues/132953\"\u003e#132953\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes/apiextensions-apiserver/commit/a7769a66d3c2f4b1174d5ce5cf2c2a162f7d3e2f\"\u003e\u003ccode\u003ea7769a6\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/kubernetes/apiextensions-apiserver/issues/135363\"\u003e#135363\u003c/a\u003e\u003ccode\u003efusida/automated-cherry-pick-of-#133721\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes/apiextensions-apiserver/commit/6db0a2d0a3196fbd9561509835df49066d08a1a0\"\u003e\u003ccode\u003e6db0a2d\u003c/code\u003e\u003c/a\u003e fix panic for the crd with status subresource but lose openAPIV3Schema fileds\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/kubernetes/apiextensions-apiserver/compare/v0.34.3...v0.34.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `k8s.io/apimachinery` from 0.34.3 to 0.34.4\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/kubernetes/apimachinery/compare/v0.34.3...v0.34.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `k8s.io/apiserver` from 0.34.3 to 0.34.4\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes/apiserver/commit/e120e11c2f9abd4e6b9137de3d79fc5a49b8b38c\"\u003e\u003ccode\u003ee120e11\u003c/code\u003e\u003c/a\u003e Update dependencies to v0.34.4 tag\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes/apiserver/commit/9769ae39197d43539082ba2d6acca6dcaaf75d6e\"\u003e\u003ccode\u003e9769ae3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/kubernetes/apiserver/issues/135816\"\u003e#135816\u003c/a\u003e\u003ccode\u003emborsz/automated-cherry-pick-of-#135367\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes/apiserver/commit/0b4c5c18a6c1351011f06b3fdb11fe32cbbfcb5c\"\u003e\u003ccode\u003e0b4c5c1\u003c/code\u003e\u003c/a\u003e Fix apiserver_watch_events_sizes metric.\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/kubernetes/apiserver/compare/v0.34.3...v0.34.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `k8s.io/client-go` from 0.34.3 to 0.34.4\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes/client-go/commit/d4cfd070286188e44c04337d66fffaf22dec03d4\"\u003e\u003ccode\u003ed4cfd07\u003c/code\u003e\u003c/a\u003e Update dependencies to v0.34.4 tag\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes/client-go/commit/3a88ce1003b2e0b2961dc3eeb24e15cd69610d8e\"\u003e\u003ccode\u003e3a88ce1\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/kubernetes/client-go/issues/135716\"\u003e#135716\u003c/a\u003e\u003ccode\u003ep0lyn0mial/automated-cherry-pick-of-#135591\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes/client-go/commit/c80976c4dce891aa86f9eda308f28775189a7590\"\u003e\u003ccode\u003ec80976c\u003c/code\u003e\u003c/a\u003e downgrade reflector watchlist fallback log to V(4)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/kubernetes/client-go/compare/v0.34.3...v0.34.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `k8s.io/code-generator` from 0.34.3 to 0.34.4\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes/code-generator/commit/8ec85c7726f3cbfb38615c1f138e3af42d932cce\"\u003e\u003ccode\u003e8ec85c7\u003c/code\u003e\u003c/a\u003e Update dependencies to v0.34.4 tag\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/kubernetes/code-generator/compare/v0.34.3...v0.34.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `sigs.k8s.io/controller-runtime` from 0.19.0 to 0.19.7\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/releases\"\u003esigs.k8s.io/controller-runtime's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.19.7\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e🐛 fix: cache should list out of global cache when present and necessary by \u003ca href=\"https://github.com/k8s-infra-cherrypick-robot\"\u003e\u003ccode\u003e@​k8s-infra-cherrypick-robot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3128\"\u003ekubernetes-sigs/controller-runtime#3128\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e:bug: Fakeclient: Fix dataraces when writing to the scheme by \u003ca href=\"https://github.com/k8s-infra-cherrypick-robot\"\u003e\u003ccode\u003e@​k8s-infra-cherrypick-robot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3146\"\u003ekubernetes-sigs/controller-runtime#3146\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRevert \u0026quot;✨ Expose all Go runtime metrics\u0026quot; by \u003ca href=\"https://github.com/k8s-infra-cherrypick-robot\"\u003e\u003ccode\u003e@​k8s-infra-cherrypick-robot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3148\"\u003ekubernetes-sigs/controller-runtime#3148\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.6...v0.19.7\"\u003ehttps://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.6...v0.19.7\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev0.19.6\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e✨ Expose all Go runtime metrics by \u003ca href=\"https://github.com/k8s-infra-cherrypick-robot\"\u003e\u003ccode\u003e@​k8s-infra-cherrypick-robot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3101\"\u003ekubernetes-sigs/controller-runtime#3101\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.5...v0.19.6\"\u003ehttps://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.5...v0.19.6\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev0.19.5\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e🐛 cache: clone maps to prevent data race when concurrently creating caches using the same options by \u003ca href=\"https://github.com/k8s-infra-cherrypick-robot\"\u003e\u003ccode\u003e@​k8s-infra-cherrypick-robot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3080\"\u003ekubernetes-sigs/controller-runtime#3080\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e🐛 support WaitForSync in custom TypedSyncingSource by \u003ca href=\"https://github.com/tareksha\"\u003e\u003ccode\u003e@​tareksha\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3087\"\u003ekubernetes-sigs/controller-runtime#3087\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.4...v0.19.5\"\u003ehttps://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.4...v0.19.5\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev0.19.4\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e🌱 Add fsnotify watcher+polling by \u003ca href=\"https://github.com/sbueringer\"\u003e\u003ccode\u003e@​sbueringer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3052\"\u003ekubernetes-sigs/controller-runtime#3052\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.3...v0.19.4\"\u003ehttps://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.3...v0.19.4\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev0.19.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e🐛 Refactor certificate watcher to use polling, instead of fsnotify by \u003ca href=\"https://github.com/k8s-infra-cherrypick-robot\"\u003e\u003ccode\u003e@​k8s-infra-cherrypick-robot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3023\"\u003ekubernetes-sigs/controller-runtime#3023\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e🐛 Use leader elector with client timeout by \u003ca href=\"https://github.com/k8s-infra-cherrypick-robot\"\u003e\u003ccode\u003e@​k8s-infra-cherrypick-robot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3031\"\u003ekubernetes-sigs/controller-runtime#3031\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.2...v0.19.3\"\u003ehttps://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.2...v0.19.3\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev0.19.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e✨ Add EnableWatchBookmarks option to cache informers by \u003ca href=\"https://github.com/k8s-infra-cherrypick-robot\"\u003e\u003ccode\u003e@​k8s-infra-cherrypick-robot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3018\"\u003ekubernetes-sigs/controller-runtime#3018\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.1...v0.19.2\"\u003ehttps://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.1...v0.19.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev0.19.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[release-0.19] 🌱 Verify PR titles with shell script by \u003ca href=\"https://github.com/k8s-infra-cherrypick-robot\"\u003e\u003ccode\u003e@​k8s-infra-cherrypick-robot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2947\"\u003ekubernetes-sigs/controller-runtime#2947\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/commit/5fe7bb3edc86c7eda8c8c455a9116453ee472371\"\u003e\u003ccode\u003e5fe7bb3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3148\"\u003e#3148\u003c/a\u003e from k8s-infra-cherrypick-robot/cherry-pick-3147-to-...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/commit/97bb1ffeede43378908af5cd38c03d36ac8f977c\"\u003e\u003ccode\u003e97bb1ff\u003c/code\u003e\u003c/a\u003e Revert \u0026quot;[release-0.20] ✨ Expose all Go runtime metrics (\u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3100\"\u003e#3100\u003c/a\u003e)\u0026quot;\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/commit/56df5533c12652c8f8a5ee215498593c17379e12\"\u003e\u003ccode\u003e56df553\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3146\"\u003e#3146\u003c/a\u003e from k8s-infra-cherrypick-robot/cherry-pick-3143-to-...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/commit/d2145c0a289e73a16f90c610c3bc2f9fbe231cf7\"\u003e\u003ccode\u003ed2145c0\u003c/code\u003e\u003c/a\u003e bug: Fakeclient: Fix dataraces when writing to the scheme\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/commit/13450ba9d76073e18f5d88e22dd4510db3da2213\"\u003e\u003ccode\u003e13450ba\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3128\"\u003e#3128\u003c/a\u003e from k8s-infra-cherrypick-robot/cherry-pick-3126-to-...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/commit/a2a9f545a01901d180d41c24200dd030d0256c61\"\u003e\u003ccode\u003ea2a9f54\u003c/code\u003e\u003c/a\u003e fix: cache should list out of global cache when present and necessary\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/commit/cd644c0ad54f254002da840885ec47a04aca2d3e\"\u003e\u003ccode\u003ecd644c0\u003c/code\u003e\u003c/a\u003e [release-0.19] ✨ Expose all Go runtime metrics (\u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3101\"\u003e#3101\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/commit/e022b9132fb23ce359bc402b896d1d2dea27139f\"\u003e\u003ccode\u003ee022b91\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3087\"\u003e#3087\u003c/a\u003e from tareksha/typed_waitforsync\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/commit/b2c21718ff16807bb3f00e4a32f7e9604b368507\"\u003e\u003ccode\u003eb2c2171\u003c/code\u003e\u003c/a\u003e Update controller_suite_test.go\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/commit/80176664aa7c3301ea985b65b871b341cb9e2c4f\"\u003e\u003ccode\u003e8017666\u003c/code\u003e\u003c/a\u003e 🐛fix(controller): support WaitForSync in custom TypedSyncingSource (\u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3084\"\u003e#3084\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.0...v0.19.7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/openshift-knative/eventing-kafka-broker/pull/2240","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/openshift-knative%2Feventing-kafka-broker/issues/2240","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2240/packages"},{"uuid":"3848221865","node_id":"PR_kwDOKFFsJ86--Pa5","number":914,"state":"open","title":"build(deps): Bump github.com/magiconair/properties from 1.8.6 to 1.8.10","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-01-23T16:34:00.000Z","updated_at":"2026-01-23T16:34:01.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps): Bump","packages":[{"name":"github.com/magiconair/properties","old_version":"1.8.6","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"}],"path":null,"ecosystem":"go"},"body":"Bumps [github.com/magiconair/properties](https://github.com/magiconair/properties) from 1.8.6 to 1.8.10.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/magiconair/properties/releases\"\u003egithub.com/magiconair/properties's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.8.10\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd 32bit numeric getters which do not panic by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/77\"\u003emagiconair/properties#77\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eescape leading whitespace on value in Write() by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/81\"\u003emagiconair/properties#81\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.9\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSkip ignored private fields by \u003ca href=\"https://github.com/rafaelhl\"\u003e\u003ccode\u003e@​rafaelhl\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/61\"\u003emagiconair/properties#61\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rafaelhl\"\u003e\u003ccode\u003e@​rafaelhl\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/61\"\u003emagiconair/properties#61\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.8...v1.8.9\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.8...v1.8.9\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.8\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003emigrate from deprecated ioutil dependency by \u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/73\"\u003emagiconair/properties#73\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eLoad from io.Reader by \u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/74\"\u003emagiconair/properties#74\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/73\"\u003emagiconair/properties#73\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.7...v1.8.8\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.7...v1.8.8\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.7\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003euse github actions by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/66\"\u003emagiconair/properties#66\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e⚡ Speedup merge by \u003ca href=\"https://github.com/AdityaVallabh\"\u003e\u003ccode\u003e@​AdityaVallabh\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/65\"\u003emagiconair/properties#65\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AdityaVallabh\"\u003e\u003ccode\u003e@​AdityaVallabh\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/65\"\u003emagiconair/properties#65\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.6...v1.8.7\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.6...v1.8.7\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/281f515b93cf755020c587f2ffcbdee2322f3615\"\u003e\u003ccode\u003e281f515\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/81\"\u003e#81\u003c/a\u003e from magiconair/issue-80\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/6b7aa68b641f5d60ebb8b6845db1128db53a6cf3\"\u003e\u003ccode\u003e6b7aa68\u003c/code\u003e\u003c/a\u003e test with go1.24\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/06f31332fd5f37daf3faffdf26bfec3cd1cd28b2\"\u003e\u003ccode\u003e06f3133\u003c/code\u003e\u003c/a\u003e escape leading whitespace on value in Write()\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/3dfc3b527876b509fda83a042544db6f2a2a76e6\"\u003e\u003ccode\u003e3dfc3b5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/77\"\u003e#77\u003c/a\u003e from magiconair/get32bit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/b1485840343acfbc730b9d7ff4d775e92ac02091\"\u003e\u003ccode\u003eb148584\u003c/code\u003e\u003c/a\u003e Add 32bit numeric getters which do not panic\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/d8bdba35b511a72d4c00a47e801dc703328198e8\"\u003e\u003ccode\u003ed8bdba3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/61\"\u003e#61\u003c/a\u003e from rafaelhl/skip-ignored-private-field\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/d80fb15700bd0773d25bec3032855193faecec2e\"\u003e\u003ccode\u003ed80fb15\u003c/code\u003e\u003c/a\u003e test with more go versions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/7b90c47cfbfb5843673bd50d267e370e0e8d6479\"\u003e\u003ccode\u003e7b90c47\u003c/code\u003e\u003c/a\u003e cleanup README\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/449f224222f7ac10702dc781f72c992a6919b230\"\u003e\u003ccode\u003e449f224\u003c/code\u003e\u003c/a\u003e move CHANGELOG to Github Releases\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/e64054d847ae0adba8535c3d174ba8deae26fc3c\"\u003e\u003ccode\u003ee64054d\u003c/code\u003e\u003c/a\u003e fix workflow\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.6...v1.8.10\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/magiconair/properties\u0026package-manager=go_modules\u0026previous-version=1.8.6\u0026new-version=1.8.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/artela-network/artela-cosmos-sdk/pull/914","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/artela-network%2Fartela-cosmos-sdk/issues/914","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/914/packages"},{"uuid":"3831316930","node_id":"PR_kwDOCLjqFs6-F2z9","number":893,"state":"closed","title":"Bump the all-deps group across 5 directories with 172 updates","user":"dependabot[bot]","labels":["dependencies","go"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-01-26T21:48:46.000Z","author_association":null,"state_reason":null,"created_at":"2026-01-19T21:55:28.000Z","updated_at":"2026-01-26T21:48:48.000Z","time_to_close":604398,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"all-deps","update_count":172,"packages":[{"name":"github.com/golang/protobuf","old_version":"1.5.3","new_version":"1.5.4","repository_url":"https://github.com/golang/protobuf"},{"name":"github.com/maxbrunsfeld/counterfeiter/v6","old_version":"6.6.1","new_version":"6.12.1","repository_url":"https://github.com/maxbrunsfeld/counterfeiter"},{"name":"github.com/spf13/cobra","old_version":"1.7.0","new_version":"1.10.2","repository_url":"https://github.com/spf13/cobra"},{"name":"github.com/stretchr/testify","old_version":"1.8.4","new_version":"1.11.1","repository_url":"https://github.com/stretchr/testify"},{"name":"honnef.co/go/tools","old_version":"0.4.3","new_version":"0.6.1","repository_url":"https://github.com/dominikh/go-tools"},{"name":"github.com/Microsoft/go-winio","old_version":"0.6.1","new_version":"0.6.2","repository_url":"https://github.com/Microsoft/go-winio"},{"name":"github.com/bits-and-blooms/bitset","old_version":"1.7.0","new_version":"1.24.4","repository_url":"https://github.com/bits-and-blooms/bitset"},{"name":"github.com/cespare/xxhash/v2","old_version":"2.2.0","new_version":"2.3.0","repository_url":"https://github.com/cespare/xxhash"},{"name":"github.com/cloudflare/cfssl","old_version":"1.4.1","new_version":"1.6.5","repository_url":"https://github.com/cloudflare/cfssl"},{"name":"github.com/consensys/bavard","old_version":"0.1.13","new_version":"0.2.1","repository_url":"https://github.com/consensys/bavard"},{"name":"github.com/consensys/gnark-crypto","old_version":"0.12.1","new_version":"0.19.2","repository_url":"https://github.com/consensys/gnark-crypto"},{"name":"github.com/docker/go-connections","old_version":"0.5.0","new_version":"0.6.0","repository_url":"https://github.com/docker/go-connections"},{"name":"github.com/fsnotify/fsnotify","old_version":"1.6.0","new_version":"1.9.0","repository_url":"https://github.com/fsnotify/fsnotify"},{"name":"github.com/fsouza/go-dockerclient","old_version":"1.10.0","new_version":"1.12.3","repository_url":"https://github.com/fsouza/go-dockerclient"},{"name":"github.com/go-kit/kit","old_version":"0.10.0","new_version":"0.13.0","repository_url":"https://github.com/go-kit/kit"},{"name":"github.com/go-logfmt/logfmt","old_version":"0.5.1","new_version":"0.6.1","repository_url":"https://github.com/go-logfmt/logfmt"},{"name":"github.com/go-openapi/jsonpointer","old_version":"0.19.5","new_version":"0.22.4","repository_url":"https://github.com/go-openapi/jsonpointer"},{"name":"github.com/go-openapi/jsonreference","old_version":"0.20.0","new_version":"0.21.4","repository_url":"https://github.com/go-openapi/jsonreference"},{"name":"github.com/go-openapi/spec","old_version":"0.20.8","new_version":"0.22.3","repository_url":"https://github.com/go-openapi/spec"},{"name":"github.com/gobuffalo/envy","old_version":"1.10.1","new_version":"1.10.2","repository_url":"https://github.com/gobuffalo/envy"},{"name":"github.com/gobuffalo/packd","old_version":"1.0.1","new_version":"1.0.2","repository_url":"https://github.com/gobuffalo/packd"},{"name":"github.com/joho/godotenv","old_version":"1.4.0","new_version":"1.5.1","repository_url":"https://github.com/joho/godotenv"},{"name":"github.com/magiconair/properties","old_version":"1.8.7","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"},{"name":"github.com/moby/term","old_version":"0.5.0","new_version":"0.5.2","repository_url":"https://github.com/moby/term"},{"name":"github.com/morikuni/aec","old_version":"1.0.0","new_version":"1.1.0","repository_url":"https://github.com/morikuni/aec"},{"name":"github.com/nxadm/tail","old_version":"1.4.8","new_version":"1.4.11","repository_url":"https://github.com/nxadm/tail"},{"name":"github.com/opencontainers/image-spec","old_version":"1.1.0-rc5","new_version":"1.1.1","repository_url":"https://github.com/opencontainers/image-spec"},{"name":"github.com/prometheus/client_model","old_version":"0.5.0","new_version":"0.6.2","repository_url":"https://github.com/prometheus/client_model"},{"name":"github.com/prometheus/procfs","old_version":"0.12.0","new_version":"0.19.2","repository_url":"https://github.com/prometheus/procfs"},{"name":"github.com/rogpeppe/go-internal","old_version":"1.11.0","new_version":"1.14.1","repository_url":"https://github.com/rogpeppe/go-internal"},{"name":"github.com/sirupsen/logrus","old_version":"1.9.3","new_version":"1.9.4","repository_url":"https://github.com/sirupsen/logrus"},{"name":"github.com/spf13/afero","old_version":"1.6.0","new_version":"1.15.0","repository_url":"https://github.com/spf13/afero"},{"name":"github.com/spf13/cast","old_version":"1.4.1","new_version":"1.10.0","repository_url":"https://github.com/spf13/cast"},{"name":"github.com/spf13/viper","old_version":"1.10.1","new_version":"1.21.0","repository_url":"https://github.com/spf13/viper"}],"path":null,"ecosystem":"go"},"body":"Bumps the all-deps group with 34 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/maxbrunsfeld/counterfeiter/v6](https://github.com/maxbrunsfeld/counterfeiter) | `6.6.1` | `6.12.1` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.2` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [honnef.co/go/tools](https://github.com/dominikh/go-tools) | `0.4.3` | `0.6.1` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.4` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.3` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.5` | `0.22.4` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.0` | `0.21.4` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.3` |\n| [github.com/gobuffalo/envy](https://github.com/gobuffalo/envy) | `1.10.1` | `1.10.2` |\n| [github.com/gobuffalo/packd](https://github.com/gobuffalo/packd) | `1.0.1` | `1.0.2` |\n| [github.com/joho/godotenv](https://github.com/joho/godotenv) | `1.4.0` | `1.5.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/morikuni/aec](https://github.com/morikuni/aec) | `1.0.0` | `1.1.0` |\n| [github.com/nxadm/tail](https://github.com/nxadm/tail) | `1.4.8` | `1.4.11` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0-rc5` | `1.1.1` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.19.2` |\n| [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) | `1.11.0` | `1.14.1` |\n| [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) | `1.9.3` | `1.9.4` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.6.0` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n\nBumps the all-deps group with 51 updates in the /integration/go_chaincode directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.5` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.2` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.6.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.4` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.30` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.3` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/morikuni/aec](https://github.com/morikuni/aec) | `1.0.0` | `1.1.0` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) | `1.9.3` | `1.9.4` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.1` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.59.1` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.2` | `1.14.2` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd) | `22.5.0` | `22.6.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/dgraph-io/badger/v3](https://github.com/dgraph-io/badger) | `3.2103.2` | `3.2103.5` |\n| [github.com/elastic/gosigar](https://github.com/elastic/gosigar) | `0.14.2` | `0.14.3` |\n| [github.com/flynn/noise](https://github.com/flynn/noise) | `1.0.0` | `1.1.0` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.12` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.7.0` | `1.7.6` |\n| [github.com/godbus/dbus/v5](https://github.com/godbus/dbus) | `5.1.0` | `5.2.2` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.16.0` | `2.27.4` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.1` |\n| [github.com/huin/goupnp](https://github.com/huin/goupnp) | `1.2.0` | `1.3.0` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/boxo](https://github.com/ipfs/boxo) | `0.8.0-rc1` | `0.35.2` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/ugorji/go](https://github.com/ugorji/go) | `1.1.4` | `1.2.14` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.67.6` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.44.2` |\n| [github.com/ugorji/go/codec](https://github.com/ugorji/go) | `1.3.0` | `1.3.1` |\n\nBumps the all-deps group with 25 updates in the /samples/application/ccapi directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.11.1` |\n| [golang.org/x/tools](https://github.com/golang/tools) | `0.14.0` | `0.41.0` |\n| google.golang.org/protobuf | `1.34.2` | `1.36.11` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.6` | `0.22.4` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.2` | `0.21.4` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.3` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.19.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.2` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.5` | `1.0.10` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.6` | `1.14.2` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.12` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.4.0` | `1.7.6` |\n| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.59.0` | `1.78.0` |\n| [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.8.12` | `1.16.6` |\n| [github.com/swaggo/gin-swagger](https://github.com/swaggo/gin-swagger) | `1.6.0` | `1.6.1` |\n\nBumps the all-deps group with 54 updates in the /samples/demos/irb directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.5` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.2` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.6.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.4` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.30` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.3` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/morikuni/aec](https://github.com/morikuni/aec) | `1.0.0` | `1.1.0` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0` | `1.1.1` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) | `1.9.3` | `1.9.4` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.1` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.59.1` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.1` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/go-cid](https://github.com/ipfs/go-cid) | `0.4.1` | `0.6.0` |\n| [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.7` | `2.3.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) | `0.11.0` | `0.16.1` |\n| [github.com/multiformats/go-multicodec](https://github.com/multiformats/go-multicodec) | `0.9.0` | `0.10.0` |\n| [github.com/multiformats/go-multistream](https://github.com/multiformats/go-multistream) | `0.4.1` | `0.6.1` |\n| [lukechampine.com/blake3](https://github.com/lukechampine/blake3) | `1.2.1` | `1.4.1` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.67.6` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.44.2` |\n| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.28.0` | `0.40.0` |\n| [code.cloudfoundry.org/clock](https://github.com/cloudfoundry/clock) | `1.1.0` | `1.58.0` |\n| [github.com/VictoriaMetrics/fastcache](https://github.com/VictoriaMetrics/fastcache) | `1.12.1` | `1.13.2` |\n| [github.com/go-ole/go-ole](https://github.com/go-ole/go-ole) | `1.2.6` | `1.3.0` |\n| [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.12` | `0.3.16` |\n| [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.6` | `3.6.7` |\n| [go.etcd.io/etcd/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.7` |\n| [go.etcd.io/etcd/raft/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.5.26` |\n| [go.etcd.io/etcd/server/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.7` |\n\nBumps the all-deps group with 28 updates in the /samples/deployment/fabric-smart-client/the-simple-testing-network directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.5` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.2` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.6.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.30` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.3` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/morikuni/aec](https://github.com/morikuni/aec) | `1.0.0` | `1.1.0` |\n| [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) | `1.9.3` | `1.9.4` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.1` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.59.1` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.1` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.38.0` | `1.39.0` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.67.6` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.44.2` |\n\n\nUpdates `github.com/golang/protobuf` from 1.5.3 to 1.5.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/protobuf/releases\"\u003egithub.com/golang/protobuf's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.5.4\u003c/h2\u003e\n\u003cp\u003eNotable changes\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eupdate descriptor.proto to latest version\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/75de7c059e36b64f01d0dd234ff2fff404ec3374\"\u003e\u003ccode\u003e75de7c0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang/protobuf/issues/1597\"\u003e#1597\u003c/a\u003e from golang/updatedesc\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/b7697bb698b1c56643249ef6179c7cae1478881d\"\u003e\u003ccode\u003eb7697bb\u003c/code\u003e\u003c/a\u003e all: update descriptor.proto to latest version\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/protobuf/compare/v1.5.3...v1.5.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/maxbrunsfeld/counterfeiter/v6` from 6.6.1 to 6.12.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases\"\u003egithub.com/maxbrunsfeld/counterfeiter/v6's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.12.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: fix some typos in comment by \u003ca href=\"https://github.com/keeghcet\"\u003e\u003ccode\u003e@​keeghcet\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/340\"\u003emaxbrunsfeld/counterfeiter#340\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.36.0 to 0.37.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/341\"\u003emaxbrunsfeld/counterfeiter#341\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.29.0 to 0.30.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/343\"\u003emaxbrunsfeld/counterfeiter#343\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.37.0 to 0.39.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/346\"\u003emaxbrunsfeld/counterfeiter#346\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: omit unnecessary reassignment by \u003ca href=\"https://github.com/rifeplight\"\u003e\u003ccode\u003e@​rifeplight\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/347\"\u003emaxbrunsfeld/counterfeiter#347\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/keeghcet\"\u003e\u003ccode\u003e@​keeghcet\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/340\"\u003emaxbrunsfeld/counterfeiter#340\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rifeplight\"\u003e\u003ccode\u003e@​rifeplight\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/347\"\u003emaxbrunsfeld/counterfeiter#347\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.12.0...v6.12.1\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.12.0...v6.12.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.12.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.37.0 to 1.38.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/333\"\u003emaxbrunsfeld/counterfeiter#333\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.38.0 to 1.38.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/338\"\u003emaxbrunsfeld/counterfeiter#338\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: support for custom type constraints in generic interfaces by \u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.2\u003c/h2\u003e\n\u003cp\u003eRevert changes from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases/tag/v6.11.1\"\u003e\u003ccode\u003ev6.11.1\u003c/code\u003e\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.1\u003c/h2\u003e\n\u003cp\u003eRestore compatibility for \u003ccode\u003ego\u003c/code\u003e \u003ccode\u003e1.22\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.34.2 to 1.35.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/303\"\u003emaxbrunsfeld/counterfeiter#303\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.0 to 1.35.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/304\"\u003emaxbrunsfeld/counterfeiter#304\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.19.0 to 0.20.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/305\"\u003emaxbrunsfeld/counterfeiter#305\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.26.0 to 0.27.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/306\"\u003emaxbrunsfeld/counterfeiter#306\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.1 to 1.36.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/307\"\u003emaxbrunsfeld/counterfeiter#307\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.20.0 to 0.21.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/308\"\u003emaxbrunsfeld/counterfeiter#308\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.27.0 to 0.28.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/309\"\u003emaxbrunsfeld/counterfeiter#309\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.36.0 to 1.36.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/310\"\u003emaxbrunsfeld/counterfeiter#310\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ehandle interfaces with generics by \u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/8d10031ce2f7f78ad643b2e276e1ab9f2bd9c0e6\"\u003e\u003ccode\u003e8d10031\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/347\"\u003e#347\u003c/a\u003e from rifeplight/main\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/f06461e6b149aa2937d8ff14723ff8f6c98e5b5f\"\u003e\u003ccode\u003ef06461e\u003c/code\u003e\u003c/a\u003e refactor: omit unnecessary reassignment\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/270c1214a786a289b1ee723747e05d77f9647a2d\"\u003e\u003ccode\u003e270c121\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/346\"\u003e#346\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/golang.org/x/...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/fd93bc43410daf950ddca409189f60e29e643d62\"\u003e\u003ccode\u003efd93bc4\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/tools from 0.37.0 to 0.39.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/000b82ca1d1f4a32e625926b5f25bc708e302052\"\u003e\u003ccode\u003e000b82c\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/343\"\u003e#343\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/golang.org/x/...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/501302fa812e26660dee6533453a4b065733e623\"\u003e\u003ccode\u003e501302f\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/text from 0.29.0 to 0.30.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/e3eccd9dbfb64e65f1c1d9d65ad6d026028f297e\"\u003e\u003ccode\u003ee3eccd9\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/341\"\u003e#341\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/golang.org/x/...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/98779f50a10a25598ca572e9dffb9d9a0b0b1904\"\u003e\u003ccode\u003e98779f5\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/tools from 0.36.0 to 0.37.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/e0ea8dbe1ee12d66c6fca28258fba7e4ac397597\"\u003e\u003ccode\u003ee0ea8db\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/340\"\u003e#340\u003c/a\u003e from keeghcet/main\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/13c5834214e0e14a84f00cf9560e6395e18409ab\"\u003e\u003ccode\u003e13c5834\u003c/code\u003e\u003c/a\u003e chore: fix some typos in comment\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.6.1...v6.12.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/ginkgo/v2` from 2.11.0 to 2.25.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/releases\"\u003egithub.com/onsi/ginkgo/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.27.5\u003c/h2\u003e\n\u003ch2\u003e2.27.5\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eDon't make a new formatter for each GinkgoT(); that's just silly and uses precious memory\u003c/p\u003e\n\u003ch2\u003ev2.27.4\u003c/h2\u003e\n\u003ch2\u003e2.27.4\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCurrentTreeConstructionNodeReport: fix for nested container nodes [59bc751]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.27.3\u003c/h2\u003e\n\u003ch2\u003e2.27.3\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003ereport exit result in case of failure [1c9f356]\nfix data race [ece19c8]\u003c/p\u003e\n\u003ch2\u003ev2.27.2\u003c/h2\u003e\n\u003ch2\u003e2.27.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003einline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix syntax errors and typo [a99c6e0]\u003c/li\u003e\n\u003cli\u003eFix paragraph position error [f993df5]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.27.1\u003c/h2\u003e\n\u003ch2\u003e2.27.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix Ginkgo Reporter slice-bounds panic [606c1cb]\u003c/li\u003e\n\u003cli\u003eBug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.27.0\u003c/h2\u003e\n\u003ch2\u003e2.27.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003ch4\u003eTransforming Nodes during Tree Construction\u003c/h4\u003e\n\u003cp\u003eThis release adds support for \u003ccode\u003eNodeArgsTransformer\u003c/code\u003es that can be registered with \u003ccode\u003eAddTreeConstructionNodeArgsTransformer\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003eThese are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators.  This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-transforming-node-arguments-during-tree-construction\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch4\u003eSpec Prioritization\u003c/h4\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/ginkgo/v2's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e2.27.5\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eDon't make a new formatter for each GinkgoT(); that's just silly and uses precious memory\u003c/p\u003e\n\u003ch2\u003e2.27.4\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCurrentTreeConstructionNodeReport: fix for nested container nodes [59bc751]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.27.3\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003ereport exit result in case of failure [1c9f356]\nfix data race [ece19c8]\u003c/p\u003e\n\u003ch2\u003e2.27.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003einline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix syntax errors and typo [a99c6e0]\u003c/li\u003e\n\u003cli\u003eFix paragraph position error [f993df5]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.27.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix Ginkgo Reporter slice-bounds panic [606c1cb]\u003c/li\u003e\n\u003cli\u003eBug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.27.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003ch4\u003eTransforming Nodes during Tree Construction\u003c/h4\u003e\n\u003cp\u003eThis release adds support for \u003ccode\u003eNodeArgsTransformer\u003c/code\u003es that can be registered with \u003ccode\u003eAddTreeConstructionNodeArgsTransformer\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003eThese are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators.  This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-transforming-node-arguments-during-tree-construction\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch4\u003eSpec Prioritization\u003c/h4\u003e\n\u003cp\u003eA new \u003ccode\u003eSpecPriority(int)\u003c/code\u003e decorator has been added.  Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#prioritizing-specs\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a92830749ce9b1271ffac08abce793ae937fe9d4\"\u003e\u003ccode\u003ea928307\u003c/code\u003e\u003c/a\u003e v2.27.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/0d0e96db305b01ce8642008053b857363ca87ecb\"\u003e\u003ccode\u003e0d0e96d\u003c/code\u003e\u003c/a\u003e don't make a new formatter for each GinkgoT(); that's just silly and uses pre...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/867ce95f5142649695406f751f883c99ea45c0d5\"\u003e\u003ccode\u003e867ce95\u003c/code\u003e\u003c/a\u003e v2.27.4\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/59bc751e3d44779e1e92c30035924590f917d6b8\"\u003e\u003ccode\u003e59bc751\u003c/code\u003e\u003c/a\u003e CurrentTreeConstructionNodeReport: fix for nested container nodes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/f331739798289c05870a2667fed0511f2c2947e5\"\u003e\u003ccode\u003ef331739\u003c/code\u003e\u003c/a\u003e v2.27.3\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/1c9f3563dcec05b4d3ed95e3f2848f128ea7677b\"\u003e\u003ccode\u003e1c9f356\u003c/code\u003e\u003c/a\u003e ginkgo: report exit result in case of failure\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/ece19c896cf28c566e9382d055ee72a82dc7271e\"\u003e\u003ccode\u003eece19c8\u003c/code\u003e\u003c/a\u003e ginkgo: fix data race\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/9a84c21394777734df8062ca2e0552a1471ceca2\"\u003e\u003ccode\u003e9a84c21\u003c/code\u003e\u003c/a\u003e v2.27.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a69113ac15dcb6cd6aefc9ef238734ea386eddc8\"\u003e\u003ccode\u003ea69113a\u003c/code\u003e\u003c/a\u003e inline automaxprocs to simplify dependencies; this will be removed when Go 1....\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a99c6e0d2488aee07ba3f803c0cfc2cae2db4644\"\u003e\u003ccode\u003ea99c6e0\u003c/code\u003e\u003c/a\u003e Fix syntax errors and typo\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/ginkgo/compare/v2.11.0...v2.27.5\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/gomega` from 1.27.8 to 1.38.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/releases\"\u003egithub.com/onsi/gomega's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.38.2\u003c/h2\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.38.1\u003c/h2\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003ev1.38.0\u003c/h2\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.37.0\u003c/h2\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.36.3\u003c/h2\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/gomega's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003cli\u003eBump rexml from 3.2.6 to 3.3.9 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/788\"\u003e#788\u003c/a\u003e) [c8b4a07]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/812\"\u003e#812\u003c/a\u003e) [06431b9]\u003c/li\u003e\n\u003cli\u003eBump webrick from 1.8.1 to 1.9.1 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/800\"\u003e#800\u003c/a\u003e) [b55a92d]\u003c/li\u003e\n\u003cli\u003eFix typos (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/813\"\u003e#813\u003c/a\u003e) [a1d518b]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/79b8a75a10e36ee598344c040317f5ab1c907f53\"\u003e\u003ccode\u003e79b8a75\u003c/code\u003e\u003c/a\u003e v1.38.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c404969c07179a8533d5daa283cd6307add66620\"\u003e\u003ccode\u003ec404969\u003c/code\u003e\u003c/a\u003e roll back to go 1.23.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c36e89a7efeca141bf40c3e582c7332d293dd354\"\u003e\u003ccode\u003ec36e89a\u003c/code\u003e\u003c/a\u003e v1.38.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/92eaa578900a4a5fb79d85140d7d59e9f5f22ec7\"\u003e\u003ccode\u003e92eaa57\u003c/code\u003e\u003c/a\u003e go mod tidy\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/b9ed3cdd8077cef2652a340810a2bd526c2d87a3\"\u003e\u003ccode\u003eb9ed3cd\u003c/code\u003e\u003c/a\u003e deprecate CompileTest*\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/2a5bf77d2311a6dc9fa800cd1b687b64dad9dda0\"\u003e\u003ccode\u003e2a5bf77\u003c/code\u003e\u003c/a\u003e fix invalid fmt.Errorf\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/3e9e385d31dcda216ae1d56341bb33111b6f8644\"\u003e\u003ccode\u003e3e9e385\u003c/code\u003e\u003c/a\u003e bump ginkgo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/7f37abe202e2050947bc608c69172cea36414311\"\u003e\u003ccode\u003e7f37abe\u003c/code\u003e\u003c/a\u003e Replace \u003ccode\u003egopkg.in/yaml.v3\u003c/code\u003e with \u003ccode\u003ego.yaml.in/yaml/v3\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/69e47619891ecbd0375d07dce33eb558dd14fde3\"\u003e\u003ccode\u003e69e4761\u003c/code\u003e\u003c/a\u003e fix(async_assertion): use correct error in errors.As\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/95737c099edca4f2e7cd47ddcff68c9af8c87258\"\u003e\u003ccode\u003e95737c0\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/net from 0.41.0 to 0.43.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/856\"\u003e#856\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/gomega/compare/v1.27.8...v1.38.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/spf13/cobra` from 1.7.0 to 1.10.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/spf13/cobra/releases\"\u003egithub.com/spf13/cobra's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.10.2\u003c/h2\u003e\n\u003ch2\u003e🔧 Dependencies\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: Migrate from \u003ccode\u003egopkg.in/yaml.v3\u003c/code\u003e to \u003ccode\u003ego.yaml.in/yaml/v3\u003c/code\u003e by \u003ca href=\"https://github.com/dims\"\u003e\u003ccode\u003e@​dims\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2336\"\u003espf13/cobra#2336\u003c/a\u003e - the \u003ccode\u003egopkg.in/yaml.v3\u003c/code\u003e package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of \u003ccode\u003espf13/cobra\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e📈 CI/CD\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix linter and allow CI to pass by \u003ca href=\"https://github.com/marckhouzam\"\u003e\u003ccode\u003e@​marckhouzam\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2327\"\u003espf13/cobra#2327\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: actions/setup-go v6 by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2337\"\u003espf13/cobra#2337\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🔥✍🏼 Docs\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd documentation for repeated flags functionality by \u003ca href=\"https://github.com/rvergis\"\u003e\u003ccode\u003e@​rvergis\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2316\"\u003espf13/cobra#2316\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🍂 Refactors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003erefactor: replace several vars with consts by \u003ca href=\"https://github.com/htoyoda18\"\u003e\u003ccode\u003e@​htoyoda18\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2328\"\u003espf13/cobra#2328\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: change minUsagePadding from var to const by \u003ca href=\"https://github.com/ssam18\"\u003e\u003ccode\u003e@​ssam18\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2325\"\u003espf13/cobra#2325\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🤗 New Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rvergis\"\u003e\u003ccode\u003e@​rvergis\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2316\"\u003espf13/cobra#2316\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/htoyoda18\"\u003e\u003ccode\u003e@​htoyoda18\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2328\"\u003espf13/cobra#2328\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ssam18\"\u003e\u003ccode\u003e@​ssam18\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2325\"\u003espf13/cobra#2325\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dims\"\u003e\u003ccode\u003e@​dims\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2336\"\u003espf13/cobra#2336\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2\"\u003ehttps://github.com/spf13/cobra/compare/v1.10.1...v1.10.2\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eThank you to our amazing contributors!!!!! 🐍 🚀\u003c/p\u003e\n\u003ch2\u003ev1.10.1\u003c/h2\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003echore: upgrade pflags v1.0.9 by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2305\"\u003espf13/cobra#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003ev1.0.9 of pflags brought back \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e and marked it as deprecated\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\"\u003ehttps://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003e🚨 Attention!\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump pflag to 1.0.8 by \u003ca href=\"https://github.com/tomasaschan\"\u003e\u003ccode\u003e@​tomasaschan\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eThis version of \u003ccode\u003epflag\u003c/code\u003e carried a breaking change: it renamed \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e to \u003ccode\u003eParseErrorsAllowlist\u003c/code\u003e which can break builds if both \u003ccode\u003epflag\u003c/code\u003e and \u003ccode\u003ecobra\u003c/code\u003e are dependencies in your project.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eIf you use both \u003ccode\u003epflag and \u003c/code\u003ecobra\u003ccode\u003e, upgrade \u003c/code\u003epflag\u003ccode\u003eto 1.0.8 and\u003c/code\u003ecobra\u003ccode\u003eto\u003c/code\u003e1.10.0`\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e\u003cem\u003eor\u003c/em\u003e\u003c/strong\u003e use the newer, fixed version of \u003ccode\u003epflag\u003c/code\u003e v1.0.9 which keeps the deprecated \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/88b30ab89da2d0d0abb153818746c5a2d30eccec\"\u003e\u003ccode\u003e88b30ab\u003c/code\u003e\u003c/a\u003e chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2336\"\u003e#2336\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/346d408fe7d4be00ff9481ea4d43c4abb5e5f77d\"\u003e\u003ccode\u003e346d408\u003c/code\u003e\u003c/a\u003e fix: actions/setup-go v6 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2337\"\u003e#2337\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/fc81d2003469e2a5c440306d04a6d82a54065979\"\u003e\u003ccode\u003efc81d20\u003c/code\u003e\u003c/a\u003e refactor: change minUsagePadding from var to const (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2325\"\u003e#2325\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/117698a604b65e80a1ad5b76df67b604bcd992e0\"\u003e\u003ccode\u003e117698a\u003c/code\u003e\u003c/a\u003e refactor: replace several vars with consts (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2328\"\u003e#2328\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/e2dd29ddc39acacf3af13013b06e1fe58b5c3599\"\u003e\u003ccode\u003ee2dd29d\u003c/code\u003e\u003c/a\u003e Add documentation for repeated flags functionality (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2316\"\u003e#2316\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/062989255670f5e100abf70fa5e291a394915f89\"\u003e\u003ccode\u003e0629892\u003c/code\u003e\u003c/a\u003e Fix linter (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2327\"\u003e#2327\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/7da941c3547e93b8c9f70bbd3befca79c6335388\"\u003e\u003ccode\u003e7da941c\u003c/code\u003e\u003c/a\u003e chore: Bump pflag to v1.0.9 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2305\"\u003e#2305\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/51d675196729be769ce235b710ab7058b3aad03a\"\u003e\u003ccode\u003e51d6751\u003c/code\u003e\u003c/a\u003e Bump pflag to 1.0.8 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2303\"\u003e#2303\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/3f3b81882534a51628f3286e93c6842d9b2e29ea\"\u003e\u003ccode\u003e3f3b818\u003c/code\u003e\u003c/a\u003e Update README.md with new logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/dcaf42e2633496bf97d5476d7419071e5c48f40a\"\u003e\u003ccode\u003edcaf42e\u003c/code\u003e\u003c/a\u003e Add Periscope to the list of projects using Cobra (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2299\"\u003e#2299\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/spf13/cobra/compare/v1.7.0...v1.10.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/stretchr/testify` from 1.8.4 to 1.11.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/stretchr/testify/releases\"\u003egithub.com/stretchr/testify's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.1\u003c/h2\u003e\n\u003cp\u003eThis release fixes \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1785\"\u003e#1785\u003c/a\u003e introduced in v1.11.0 where expected argument values implementing the stringer interface (\u003ccode\u003eString() string\u003c/code\u003e) with a method which mutates their value, when passed to mock.Mock.On (\u003ccode\u003em.On(\u0026quot;Method\u0026quot;, \u0026lt;expected\u0026gt;).Return()\u003c/code\u003e) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBackport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11: mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1788\"\u003estretchr/testify#1788\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\"\u003ehttps://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eFunctional Changes\u003c/h3\u003e\n\u003cp\u003ev1.11.0 Includes a number of performance improvements.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eCall stack perf change for CallerInfo by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1614\"\u003estretchr/testify#1614\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eLazily render mock diff output on successful match by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1615\"\u003estretchr/testify#1615\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check early in Eventually, EventuallyWithT, and Never by \u003ca href=\"https://github.com/cszczepaniak\"\u003e\u003ccode\u003e@​cszczepaniak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1427\"\u003estretchr/testify#1427\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: add IsNotType by \u003ca href=\"https://github.com/bartventer\"\u003e\u003ccode\u003e@​bartventer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1730\"\u003estretchr/testify#1730\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.JSONEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1754\"\u003estretchr/testify#1754\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.YAMLEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1755\"\u003estretchr/testify#1755\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: faster and simpler isEmpty using reflect.Value.IsZero by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1761\"\u003estretchr/testify#1761\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: faster methods filtering (internal refactor) by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1758\"\u003estretchr/testify#1758\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eassert.ErrorAs: log target type by \u003ca href=\"https://github.com/craig65535\"\u003e\u003ccode\u003e@​craig65535\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1345\"\u003estretchr/testify#1345\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix failure message formatting for Positive and Negative asserts in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1062\"\u003estretchr/testify#1062\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorIs message when error is nil but an error was expected by \u003ca href=\"https://github.com/tsioftas\"\u003e\u003ccode\u003e@​tsioftas\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1681\"\u003estretchr/testify#1681\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix Subset/NotSubset when calling with mixed input types by \u003ca href=\"https://github.com/siliconbrain\"\u003e\u003ccode\u003e@​siliconbrain\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1729\"\u003estretchr/testify#1729\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorAs failure message when error is nil by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1734\"\u003estretchr/testify#1734\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock.AssertNumberOfCalls: improve error msg by \u003ca href=\"https://github.com/3scalation\"\u003e\u003ccode\u003e@​3scalation\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1743\"\u003estretchr/testify#1743\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDocumentation, Build \u0026amp; CI\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003edocs: Fix typo in README by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1688\"\u003estretchr/testify#1688\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eReplace deprecated io/ioutil with io and os by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1684\"\u003estretchr/testify#1684\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocument consequences of calling t.FailNow() by \u003ca href=\"https://github.com/greg0ire\"\u003e\u003ccode\u003e@​greg0ire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1710\"\u003estretchr/testify#1710\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update docs for Unset \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1621\"\u003e#1621\u003c/a\u003e by \u003ca href=\"https://github.com/techfg\"\u003e\u003ccode\u003e@​techfg\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1709\"\u003estretchr/testify#1709\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eREADME: apply gofmt to examples by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1687\"\u003estretchr/testify#1687\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: use %q and %T to simplify fmt.Sprintf by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1674\"\u003estretchr/testify#1674\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePropose Christophe Colombier (ccoVeille) as approver by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1716\"\u003estretchr/testify#1716\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate documentation for the Error function in assert or require package by \u003ca href=\"https://github.com/architagr\"\u003e\u003ccode\u003e@​architagr\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1675\"\u003estretchr/testify#1675\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: remove deprecated build constraints by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1671\"\u003estretchr/testify#1671\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: apply gofumpt to internal test suite by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1739\"\u003estretchr/testify#1739\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: fix shebang in .ci.*.sh scripts by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1746\"\u003estretchr/testify#1746\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert,require: enable parallel testing on (almost) all top tests by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1747\"\u003estretchr/testify#1747\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite.Passed: add one more status test report by \u003ca href=\"https://github.com/Ararsa-Derese\"\u003e\u003ccode\u003e@​Ararsa-Derese\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1706\"\u003estretchr/testify#1706\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Helper() method in internal mocks and assert.CollectT by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1423\"\u003estretchr/testify#1423\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.Same/NotSame: improve usage of Sprintf by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1742\"\u003estretchr/testify#1742\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock: enable parallel testing on internal testsuite by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1756\"\u003estretchr/testify#1756\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: cleanup use of 'testing' internals at runtime by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1751\"\u003estretchr/testify#1751\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check test failure message for Empty and NotEmpty  by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1745\"\u003estretchr/testify#1745\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/2a57335dc9cd6833daa820bc94d9b40c26a7917d\"\u003e\u003ccode\u003e2a57335\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1788\"\u003e#1788\u003c/a\u003e from brackendawson/1785-backport-1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/af8c91234f184009f57ef29027b39ca89cb00100\"\u003e\u003ccode\u003eaf8c912\u003c/code\u003e\u003c/a\u003e Backport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/b7801fbf5cd58d201296d5d0e132d1849966dbd4\"\u003e\u003ccode\u003eb7801fb\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1778\"\u003e#1778\u003c/a\u003e from stretchr/dependabot/github_actions/actions/chec...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/69831f3b08c40d56a09d0be93e9d5ae034f1590b\"\u003e\u003ccode\u003e69831f3\u003c/code\u003e\u003c/a\u003e build(deps): bump actions/checkout from 4 to 5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/a53be35c3b0cfcd5189cffcfd75df60ea581104c\"\u003e\u003ccode\u003ea53be35\u003c/code\u003e\u003c/a\u003e Improve captureTestingT helper\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/aafb604176db7e1f2c9810bc90d644291d057687\"\u003e\u003ccode\u003eaafb604\u003c/code\u003e\u003c/a\u003e mock: improve formatting of error message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7218e0390acd2aea3edb18574110ec2753c0aeef\"\u003e\u003ccode\u003e7218e03\u003c/code\u003e\u003c/a\u003e improve error msg\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/929a2126c2702df436312656a0304580b526c6e9\"\u003e\u003ccode\u003e929a212\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1758\"\u003e#1758\u003c/a\u003e from stretchr/dolmen/suite-faster-method-filtering\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/bc7459ec38128532ff32f23cfab4ea0b725210f2\"\u003e\u003ccode\u003ebc7459e\u003c/code\u003e\u003c/a\u003e suite: faster filtering of methods (-testify.m)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7d37b5c962954410bcd7a71ff3a77c79514056d1\"\u003e\u003ccode\u003e7d37b5c\u003c/code\u003e\u003c/a\u003e suite: refactor methodFilter\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/stretchr/testify/compare/v1.8.4...v1.11.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/sync` from 0.5.0 to 0.18.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/1966f539bbd7664efd5bb7462ae94d9db67f4502\"\u003e\u003ccode\u003e1966f53\u003c/code\u003e\u003c/a\u003e errgroup: fix some typos in comment\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/04914c200cb38d4ea960ee6a4c314a028c632991\"\u003e\u003ccode\u003e04914c2\u003c/code\u003e\u003c/a\u003e all: upgrade go directive to at least 1.24.0 [generated]\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/7fad2c9213e0821bd78435a9c106806f2fc383f1\"\u003e\u003ccode\u003e7fad2c9\u003c/code\u003e\u003c/a\u003e errgroup: revert propagation of panics\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/8a14946fb031f4bf6096242b5e6ae6f7316d47d8\"\u003e\u003ccode\u003e8a14946\u003c/code\u003e\u003c/a\u003e errgroup: remove duplicated comment\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/1869c690bf11da5dd230e188d03a612a4a3f8ba6\"\u003e\u003ccode\u003e1869c69\u003c/code\u003e\u003c/a\u003e all: replace deprecated ioutil\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/d1ac909e84c04f4326f620436b3894b3f5de0bd4\"\u003e\u003ccode\u003ed1ac909\u003c/code\u003e\u003c/a\u003e sync/errgroup: PanicError.Error print stack trace\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/506c70f97318aa991ec5a898685660c880c166ca\"\u003e\u003ccode\u003e506c70f\u003c/code\u003e\u003c/a\u003e errgroup: propagate panic and Goexit through Wait\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/396f3a06ea2a49eb410f12e244c0dd77095d0de9\"\u003e\u003ccode\u003e396f3a0\u003c/code\u003e\u003c/a\u003e errgroup: document calling Go before Wait\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/b637f27e40ad6e222f3d301cc113e635f0fa08be\"\u003e\u003ccode\u003eb637f27\u003c/code\u003e\u003c/a\u003e errgroup: drop support for Go versions before 1.20\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/960bf1fb13c616a491486fc6322e26fe0830eaf0\"\u003e\u003ccode\u003e960bf1f\u003c/code\u003e\u003c/a\u003e all: upgrade go directive to at least 1.23.0 [generated]\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/golang/sync/compare/v0.5.0...v0.18.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/tools` from 0.14.0 to 0.39.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/tools/releases\"\u003egolang.org/x/tools's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003egopls/v0.21.0\u003c/h2\u003e\n\u003cp\u003eSee \u003ca href=\"https://go.dev/gopls/release/v0.21.0\"\u003ehttps://go.dev/gopls/release/v0.21.0\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eChanges: \u003ca href=\"https://github.com/golang/tools/compare/gopls/v0.20.0...gopls/v0.21.0\"\u003ehttps://github.com/golang/tools/compare/gopls/v0.20.0...gopls/v0.21.0\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eThanks to all who contributed.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/golang/tools/commits/gopls/v0.21.0\"\u003ehttps://github.com/golang/tools/commits/gopls/v0.21.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003egopls/v0.20.0\u003c/h2\u003e\n\u003cp\u003eSee \u003ca href=\"https://go.dev/gopls/release/v0.20.0\"\u003ehttps://go.dev/gopls/release/v0.20.0\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eChanges: \u003ca href=\"https://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\"\u003ehttps://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\u003c/a\u003e\nContributors: \u003ca href=\"https://github.com/adonovan\"\u003e\u003ccode\u003e@​adonovan\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/cuishuang\"\u003e\u003ccode\u003e@​cuishuang\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/dmitshur\"\u003e\u003ccode\u003e@​dmitshur\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/findleyr\"\u003e\u003ccode\u003e@​findleyr\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/gopherbot\"\u003e\u003ccode\u003e@​gopherbot\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/hyangah\"\u003e\u003ccode\u003e@​hyangah\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/iharsuvorau\"\u003e\u003ccode\u003e@​iharsuvorau\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/jba\"\u003e\u003ccode\u003e@​jba\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/lfolger\"\u003e\u003ccode\u003e@​lfolger\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/pjweinbgo\"\u003e\u003ccode\u003e@​pjweinbgo\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/rogeryk\"\u003e\u003ccode\u003e@​rogeryk\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/timothy-king\"\u003e\u003ccode\u003e@​timothy-king\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/vitalmotif\"\u003e\u003ccode\u003e@​vitalmotif\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/zpavlinovic\"\u003e\u003ccode\u003e@​zpavlinovic\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.1\u003c/h2\u003e\n\u003cp\u003eThis patch release changes the default value of the \u003ccode\u003eimportsSource\u003c/code\u003e setting: v0.19.0 changed it from \u003ccode\u003egoimports\u003c/code\u003e to \u003ccode\u003egopls\u003c/code\u003e; this release changes it back, due to a bug (\u003ca href=\"https://redirect.github.com/golang/tools/issues/74280\"\u003e#74280\u003c/a\u003e).\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.0\u003c/h2\u003e\n\u003cp\u003eComplete list of issues closed: \u003ca href=\"https://github.com/golang/go/milestone/380?closed=1\"\u003egopls/v0.19.0 milestone\u003c/a\u003e\u003c/p\u003e\n\u003ch1\u003eConfiguration Changes\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eThe \u003ccode\u003egopls check\u003c/code\u003e subcommand now accepts a \u003ccode\u003e-severity\u003c/code\u003e flag to set a minimum severity for the diagnostics it reports. By default, the minimum severity is \u0026quot;warning\u0026quot;, so \u003ccode\u003egopls check\u003c/code\u003e may report fewer diagnostics than before. Set \u003ccode\u003e-severity=hint\u003c/code\u003e to reproduce the previous behavior.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eNavigation features\u003c/h1\u003e\n\u003ch2\u003e\u0026quot;Implementations\u0026quot; supports signature types (within same package)\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003cp\u003eThe Implementations query reports the correspondence between abstract and concrete types and their methods based on their method sets. Now, it also reports the correspondence between function types, dynamic function calls, and function definitions, based on their signatures.\u003c/p\u003e\n\u003cp\u003eTo use it, invoke an Implementations query on the \u003ccode\u003efunc\u003c/code\u003e token of the definition of a named function, named metho...\n\n_Description has been truncated_","html_url":"https://github.com/hyperledger/fabric-private-chaincode/pull/893","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledger%2Ffabric-private-chaincode/issues/893","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/893/packages"},{"uuid":"3807078150","node_id":"PR_kwDOD8fjGM681uAW","number":929,"state":"open","title":"build(deps): Bump github.com/magiconair/properties from 1.8.7 to 1.8.10","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-01-13T04:47:25.000Z","updated_at":"2026-03-28T01:06:55.925Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps): Bump","packages":[{"name":"github.com/magiconair/properties","old_version":"1.8.7","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"}],"path":null,"ecosystem":"go"},"body":"Bumps [github.com/magiconair/properties](https://github.com/magiconair/properties) from 1.8.7 to 1.8.10.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/magiconair/properties/releases\"\u003egithub.com/magiconair/properties's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.8.10\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd 32bit numeric getters which do not panic by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/77\"\u003emagiconair/properties#77\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eescape leading whitespace on value in Write() by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/81\"\u003emagiconair/properties#81\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.9\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSkip ignored private fields by \u003ca href=\"https://github.com/rafaelhl\"\u003e\u003ccode\u003e@​rafaelhl\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/61\"\u003emagiconair/properties#61\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rafaelhl\"\u003e\u003ccode\u003e@​rafaelhl\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/61\"\u003emagiconair/properties#61\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.8...v1.8.9\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.8...v1.8.9\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.8\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003emigrate from deprecated ioutil dependency by \u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/73\"\u003emagiconair/properties#73\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eLoad from io.Reader by \u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/74\"\u003emagiconair/properties#74\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/73\"\u003emagiconair/properties#73\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.7...v1.8.8\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.7...v1.8.8\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/281f515b93cf755020c587f2ffcbdee2322f3615\"\u003e\u003ccode\u003e281f515\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/81\"\u003e#81\u003c/a\u003e from magiconair/issue-80\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/6b7aa68b641f5d60ebb8b6845db1128db53a6cf3\"\u003e\u003ccode\u003e6b7aa68\u003c/code\u003e\u003c/a\u003e test with go1.24\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/06f31332fd5f37daf3faffdf26bfec3cd1cd28b2\"\u003e\u003ccode\u003e06f3133\u003c/code\u003e\u003c/a\u003e escape leading whitespace on value in Write()\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/3dfc3b527876b509fda83a042544db6f2a2a76e6\"\u003e\u003ccode\u003e3dfc3b5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/77\"\u003e#77\u003c/a\u003e from magiconair/get32bit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/b1485840343acfbc730b9d7ff4d775e92ac02091\"\u003e\u003ccode\u003eb148584\u003c/code\u003e\u003c/a\u003e Add 32bit numeric getters which do not panic\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/d8bdba35b511a72d4c00a47e801dc703328198e8\"\u003e\u003ccode\u003ed8bdba3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/61\"\u003e#61\u003c/a\u003e from rafaelhl/skip-ignored-private-field\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/d80fb15700bd0773d25bec3032855193faecec2e\"\u003e\u003ccode\u003ed80fb15\u003c/code\u003e\u003c/a\u003e test with more go versions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/7b90c47cfbfb5843673bd50d267e370e0e8d6479\"\u003e\u003ccode\u003e7b90c47\u003c/code\u003e\u003c/a\u003e cleanup README\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/449f224222f7ac10702dc781f72c992a6919b230\"\u003e\u003ccode\u003e449f224\u003c/code\u003e\u003c/a\u003e move CHANGELOG to Github Releases\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/e64054d847ae0adba8535c3d174ba8deae26fc3c\"\u003e\u003ccode\u003ee64054d\u003c/code\u003e\u003c/a\u003e fix workflow\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.7...v1.8.10\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/magiconair/properties\u0026package-manager=go_modules\u0026previous-version=1.8.7\u0026new-version=1.8.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/scrtlabs/cosmos-sdk/pull/929","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/scrtlabs%2Fcosmos-sdk/issues/929","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/929/packages"},{"uuid":"3789101831","node_id":"PR_kwDOQ1asKc677QU9","number":14,"state":"open","title":"build(deps): bump github.com/magiconair/properties from 1.8.4 to 1.8.10","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-01-07T14:56:54.000Z","updated_at":"2026-01-07T14:56:55.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps)","packages":[{"name":"github.com/magiconair/properties","old_version":"1.8.4","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"}],"path":null,"ecosystem":"go"},"body":"Bumps [github.com/magiconair/properties](https://github.com/magiconair/properties) from 1.8.4 to 1.8.10.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/magiconair/properties/releases\"\u003egithub.com/magiconair/properties's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.8.10\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd 32bit numeric getters which do not panic by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/77\"\u003emagiconair/properties#77\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eescape leading whitespace on value in Write() by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/81\"\u003emagiconair/properties#81\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.9\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSkip ignored private fields by \u003ca href=\"https://github.com/rafaelhl\"\u003e\u003ccode\u003e@​rafaelhl\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/61\"\u003emagiconair/properties#61\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rafaelhl\"\u003e\u003ccode\u003e@​rafaelhl\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/61\"\u003emagiconair/properties#61\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.8...v1.8.9\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.8...v1.8.9\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.8\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003emigrate from deprecated ioutil dependency by \u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/73\"\u003emagiconair/properties#73\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eLoad from io.Reader by \u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/74\"\u003emagiconair/properties#74\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/73\"\u003emagiconair/properties#73\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.7...v1.8.8\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.7...v1.8.8\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.7\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003euse github actions by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/66\"\u003emagiconair/properties#66\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e⚡ Speedup merge by \u003ca href=\"https://github.com/AdityaVallabh\"\u003e\u003ccode\u003e@​AdityaVallabh\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/65\"\u003emagiconair/properties#65\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AdityaVallabh\"\u003e\u003ccode\u003e@​AdityaVallabh\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/65\"\u003emagiconair/properties#65\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.6...v1.8.7\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.6...v1.8.7\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.6\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix \u0026quot;unreachable code\u0026quot; lint error by \u003ca href=\"https://github.com/ellie\"\u003e\u003ccode\u003e@​ellie\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/57\"\u003emagiconair/properties#57\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMake TestMustGetParsedDuration backwards compatible by \u003ca href=\"https://github.com/maage\"\u003e\u003ccode\u003e@​maage\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/63\"\u003emagiconair/properties#63\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ellie\"\u003e\u003ccode\u003e@​ellie\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/57\"\u003emagiconair/properties#57\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maage\"\u003e\u003ccode\u003e@​maage\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/63\"\u003emagiconair/properties#63\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.5...v1.8.6\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.5...v1.8.6\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.5\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/281f515b93cf755020c587f2ffcbdee2322f3615\"\u003e\u003ccode\u003e281f515\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/81\"\u003e#81\u003c/a\u003e from magiconair/issue-80\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/6b7aa68b641f5d60ebb8b6845db1128db53a6cf3\"\u003e\u003ccode\u003e6b7aa68\u003c/code\u003e\u003c/a\u003e test with go1.24\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/06f31332fd5f37daf3faffdf26bfec3cd1cd28b2\"\u003e\u003ccode\u003e06f3133\u003c/code\u003e\u003c/a\u003e escape leading whitespace on value in Write()\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/3dfc3b527876b509fda83a042544db6f2a2a76e6\"\u003e\u003ccode\u003e3dfc3b5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/77\"\u003e#77\u003c/a\u003e from magiconair/get32bit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/b1485840343acfbc730b9d7ff4d775e92ac02091\"\u003e\u003ccode\u003eb148584\u003c/code\u003e\u003c/a\u003e Add 32bit numeric getters which do not panic\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/d8bdba35b511a72d4c00a47e801dc703328198e8\"\u003e\u003ccode\u003ed8bdba3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/61\"\u003e#61\u003c/a\u003e from rafaelhl/skip-ignored-private-field\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/d80fb15700bd0773d25bec3032855193faecec2e\"\u003e\u003ccode\u003ed80fb15\u003c/code\u003e\u003c/a\u003e test with more go versions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/7b90c47cfbfb5843673bd50d267e370e0e8d6479\"\u003e\u003ccode\u003e7b90c47\u003c/code\u003e\u003c/a\u003e cleanup README\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/449f224222f7ac10702dc781f72c992a6919b230\"\u003e\u003ccode\u003e449f224\u003c/code\u003e\u003c/a\u003e move CHANGELOG to Github Releases\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/e64054d847ae0adba8535c3d174ba8deae26fc3c\"\u003e\u003ccode\u003ee64054d\u003c/code\u003e\u003c/a\u003e fix workflow\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.4...v1.8.10\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/magiconair/properties\u0026package-manager=go_modules\u0026previous-version=1.8.4\u0026new-version=1.8.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/MoreVulnData/cosmos-sdk/pull/14","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoreVulnData%2Fcosmos-sdk/issues/14","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/14/packages"},{"uuid":"3766181634","node_id":"PR_kwDOGyytcM66w1P9","number":2524,"state":"open","title":"build(deps): Bump github.com/magiconair/properties from 1.8.7 to 1.8.10","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-12-29T01:04:53.000Z","updated_at":"2025-12-29T01:04:53.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps): Bump","packages":[{"name":"github.com/magiconair/properties","old_version":"1.8.7","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"}],"path":null,"ecosystem":"go"},"body":"Bumps [github.com/magiconair/properties](https://github.com/magiconair/properties) from 1.8.7 to 1.8.10.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/magiconair/properties/releases\"\u003egithub.com/magiconair/properties's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.8.10\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd 32bit numeric getters which do not panic by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/77\"\u003emagiconair/properties#77\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eescape leading whitespace on value in Write() by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/81\"\u003emagiconair/properties#81\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.9\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSkip ignored private fields by \u003ca href=\"https://github.com/rafaelhl\"\u003e\u003ccode\u003e@​rafaelhl\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/61\"\u003emagiconair/properties#61\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rafaelhl\"\u003e\u003ccode\u003e@​rafaelhl\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/61\"\u003emagiconair/properties#61\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.8...v1.8.9\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.8...v1.8.9\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.8\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003emigrate from deprecated ioutil dependency by \u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/73\"\u003emagiconair/properties#73\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eLoad from io.Reader by \u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/74\"\u003emagiconair/properties#74\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/73\"\u003emagiconair/properties#73\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.7...v1.8.8\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.7...v1.8.8\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/281f515b93cf755020c587f2ffcbdee2322f3615\"\u003e\u003ccode\u003e281f515\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/81\"\u003e#81\u003c/a\u003e from magiconair/issue-80\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/6b7aa68b641f5d60ebb8b6845db1128db53a6cf3\"\u003e\u003ccode\u003e6b7aa68\u003c/code\u003e\u003c/a\u003e test with go1.24\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/06f31332fd5f37daf3faffdf26bfec3cd1cd28b2\"\u003e\u003ccode\u003e06f3133\u003c/code\u003e\u003c/a\u003e escape leading whitespace on value in Write()\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/3dfc3b527876b509fda83a042544db6f2a2a76e6\"\u003e\u003ccode\u003e3dfc3b5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/77\"\u003e#77\u003c/a\u003e from magiconair/get32bit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/b1485840343acfbc730b9d7ff4d775e92ac02091\"\u003e\u003ccode\u003eb148584\u003c/code\u003e\u003c/a\u003e Add 32bit numeric getters which do not panic\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/d8bdba35b511a72d4c00a47e801dc703328198e8\"\u003e\u003ccode\u003ed8bdba3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/61\"\u003e#61\u003c/a\u003e from rafaelhl/skip-ignored-private-field\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/d80fb15700bd0773d25bec3032855193faecec2e\"\u003e\u003ccode\u003ed80fb15\u003c/code\u003e\u003c/a\u003e test with more go versions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/7b90c47cfbfb5843673bd50d267e370e0e8d6479\"\u003e\u003ccode\u003e7b90c47\u003c/code\u003e\u003c/a\u003e cleanup README\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/449f224222f7ac10702dc781f72c992a6919b230\"\u003e\u003ccode\u003e449f224\u003c/code\u003e\u003c/a\u003e move CHANGELOG to Github Releases\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/e64054d847ae0adba8535c3d174ba8deae26fc3c\"\u003e\u003ccode\u003ee64054d\u003c/code\u003e\u003c/a\u003e fix workflow\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.7...v1.8.10\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/magiconair/properties\u0026package-manager=go_modules\u0026previous-version=1.8.7\u0026new-version=1.8.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/ingenuity-build/cosmos-sdk/pull/2524","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/ingenuity-build%2Fcosmos-sdk/issues/2524","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2524/packages"},{"uuid":"3707880911","node_id":"PR_kwDOOqct-s63wnRy","number":140,"state":"open","title":"build(deps): bump github.com/magiconair/properties from 1.8.7 to 1.8.10 in /ctl","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-12-08T20:20:28.000Z","updated_at":"2025-12-12T17:15:58.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps)","packages":[{"name":"github.com/magiconair/properties","old_version":"1.8.7","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"}],"path":"/ctl","ecosystem":"go"},"body":"Bumps [github.com/magiconair/properties](https://github.com/magiconair/properties) from 1.8.7 to 1.8.10.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/magiconair/properties/releases\"\u003egithub.com/magiconair/properties's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.8.10\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd 32bit numeric getters which do not panic by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/77\"\u003emagiconair/properties#77\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eescape leading whitespace on value in Write() by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/81\"\u003emagiconair/properties#81\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.9\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSkip ignored private fields by \u003ca href=\"https://github.com/rafaelhl\"\u003e\u003ccode\u003e@​rafaelhl\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/61\"\u003emagiconair/properties#61\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rafaelhl\"\u003e\u003ccode\u003e@​rafaelhl\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/61\"\u003emagiconair/properties#61\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.8...v1.8.9\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.8...v1.8.9\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.8\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003emigrate from deprecated ioutil dependency by \u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/73\"\u003emagiconair/properties#73\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eLoad from io.Reader by \u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/74\"\u003emagiconair/properties#74\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/73\"\u003emagiconair/properties#73\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.7...v1.8.8\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.7...v1.8.8\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/281f515b93cf755020c587f2ffcbdee2322f3615\"\u003e\u003ccode\u003e281f515\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/81\"\u003e#81\u003c/a\u003e from magiconair/issue-80\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/6b7aa68b641f5d60ebb8b6845db1128db53a6cf3\"\u003e\u003ccode\u003e6b7aa68\u003c/code\u003e\u003c/a\u003e test with go1.24\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/06f31332fd5f37daf3faffdf26bfec3cd1cd28b2\"\u003e\u003ccode\u003e06f3133\u003c/code\u003e\u003c/a\u003e escape leading whitespace on value in Write()\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/3dfc3b527876b509fda83a042544db6f2a2a76e6\"\u003e\u003ccode\u003e3dfc3b5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/77\"\u003e#77\u003c/a\u003e from magiconair/get32bit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/b1485840343acfbc730b9d7ff4d775e92ac02091\"\u003e\u003ccode\u003eb148584\u003c/code\u003e\u003c/a\u003e Add 32bit numeric getters which do not panic\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/d8bdba35b511a72d4c00a47e801dc703328198e8\"\u003e\u003ccode\u003ed8bdba3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/61\"\u003e#61\u003c/a\u003e from rafaelhl/skip-ignored-private-field\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/d80fb15700bd0773d25bec3032855193faecec2e\"\u003e\u003ccode\u003ed80fb15\u003c/code\u003e\u003c/a\u003e test with more go versions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/7b90c47cfbfb5843673bd50d267e370e0e8d6479\"\u003e\u003ccode\u003e7b90c47\u003c/code\u003e\u003c/a\u003e cleanup README\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/449f224222f7ac10702dc781f72c992a6919b230\"\u003e\u003ccode\u003e449f224\u003c/code\u003e\u003c/a\u003e move CHANGELOG to Github Releases\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/e64054d847ae0adba8535c3d174ba8deae26fc3c\"\u003e\u003ccode\u003ee64054d\u003c/code\u003e\u003c/a\u003e fix workflow\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.7...v1.8.10\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/magiconair/properties\u0026package-manager=go_modules\u0026previous-version=1.8.7\u0026new-version=1.8.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/NationalLibraryOfNorway/veidemann/pull/140","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/NationalLibraryOfNorway%2Fveidemann/issues/140","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/140/packages"},{"uuid":"3707039709","node_id":"PR_kwDOP5WOp863twDB","number":11,"state":"closed","title":"Bump the all-deps group across 5 directories with 170 updates","user":"dependabot[bot]","labels":["dependencies","go"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-12-15T15:42:05.000Z","author_association":null,"state_reason":null,"created_at":"2025-12-08T16:08:15.000Z","updated_at":"2025-12-15T15:42:08.000Z","time_to_close":603230,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"all-deps","update_count":170,"packages":[{"name":"github.com/golang/protobuf","old_version":"1.5.3","new_version":"1.5.4","repository_url":"https://github.com/golang/protobuf"},{"name":"github.com/maxbrunsfeld/counterfeiter/v6","old_version":"6.6.1","new_version":"6.12.1","repository_url":"https://github.com/maxbrunsfeld/counterfeiter"},{"name":"github.com/spf13/cobra","old_version":"1.7.0","new_version":"1.10.2","repository_url":"https://github.com/spf13/cobra"},{"name":"github.com/stretchr/testify","old_version":"1.8.4","new_version":"1.11.1","repository_url":"https://github.com/stretchr/testify"},{"name":"honnef.co/go/tools","old_version":"0.4.3","new_version":"0.6.1","repository_url":"https://github.com/dominikh/go-tools"},{"name":"github.com/Microsoft/go-winio","old_version":"0.6.1","new_version":"0.6.2","repository_url":"https://github.com/Microsoft/go-winio"},{"name":"github.com/bits-and-blooms/bitset","old_version":"1.7.0","new_version":"1.24.4","repository_url":"https://github.com/bits-and-blooms/bitset"},{"name":"github.com/cespare/xxhash/v2","old_version":"2.2.0","new_version":"2.3.0","repository_url":"https://github.com/cespare/xxhash"},{"name":"github.com/cloudflare/cfssl","old_version":"1.4.1","new_version":"1.6.5","repository_url":"https://github.com/cloudflare/cfssl"},{"name":"github.com/consensys/bavard","old_version":"0.1.13","new_version":"0.2.1","repository_url":"https://github.com/consensys/bavard"},{"name":"github.com/consensys/gnark-crypto","old_version":"0.12.1","new_version":"0.19.2","repository_url":"https://github.com/consensys/gnark-crypto"},{"name":"github.com/docker/go-connections","old_version":"0.5.0","new_version":"0.6.0","repository_url":"https://github.com/docker/go-connections"},{"name":"github.com/fsnotify/fsnotify","old_version":"1.6.0","new_version":"1.9.0","repository_url":"https://github.com/fsnotify/fsnotify"},{"name":"github.com/fsouza/go-dockerclient","old_version":"1.10.0","new_version":"1.12.3","repository_url":"https://github.com/fsouza/go-dockerclient"},{"name":"github.com/go-kit/kit","old_version":"0.10.0","new_version":"0.13.0","repository_url":"https://github.com/go-kit/kit"},{"name":"github.com/go-logfmt/logfmt","old_version":"0.5.1","new_version":"0.6.1","repository_url":"https://github.com/go-logfmt/logfmt"},{"name":"github.com/go-openapi/jsonpointer","old_version":"0.19.5","new_version":"0.22.3","repository_url":"https://github.com/go-openapi/jsonpointer"},{"name":"github.com/go-openapi/jsonreference","old_version":"0.20.0","new_version":"0.21.3","repository_url":"https://github.com/go-openapi/jsonreference"},{"name":"github.com/go-openapi/spec","old_version":"0.20.8","new_version":"0.22.1","repository_url":"https://github.com/go-openapi/spec"},{"name":"github.com/gobuffalo/envy","old_version":"1.10.1","new_version":"1.10.2","repository_url":"https://github.com/gobuffalo/envy"},{"name":"github.com/gobuffalo/packd","old_version":"1.0.1","new_version":"1.0.2","repository_url":"https://github.com/gobuffalo/packd"},{"name":"github.com/joho/godotenv","old_version":"1.4.0","new_version":"1.5.1","repository_url":"https://github.com/joho/godotenv"},{"name":"github.com/magiconair/properties","old_version":"1.8.7","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"},{"name":"github.com/moby/term","old_version":"0.5.0","new_version":"0.5.2","repository_url":"https://github.com/moby/term"},{"name":"github.com/nxadm/tail","old_version":"1.4.8","new_version":"1.4.11","repository_url":"https://github.com/nxadm/tail"},{"name":"github.com/opencontainers/image-spec","old_version":"1.1.0-rc5","new_version":"1.1.1","repository_url":"https://github.com/opencontainers/image-spec"},{"name":"github.com/prometheus/client_model","old_version":"0.5.0","new_version":"0.6.2","repository_url":"https://github.com/prometheus/client_model"},{"name":"github.com/prometheus/procfs","old_version":"0.12.0","new_version":"0.19.2","repository_url":"https://github.com/prometheus/procfs"},{"name":"github.com/spf13/afero","old_version":"1.6.0","new_version":"1.15.0","repository_url":"https://github.com/spf13/afero"},{"name":"github.com/spf13/cast","old_version":"1.4.1","new_version":"1.10.0","repository_url":"https://github.com/spf13/cast"},{"name":"github.com/spf13/viper","old_version":"1.10.1","new_version":"1.21.0","repository_url":"https://github.com/spf13/viper"}],"path":null,"ecosystem":"go"},"body":"Bumps the all-deps group with 31 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/maxbrunsfeld/counterfeiter/v6](https://github.com/maxbrunsfeld/counterfeiter) | `6.6.1` | `6.12.1` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.2` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [honnef.co/go/tools](https://github.com/dominikh/go-tools) | `0.4.3` | `0.6.1` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.4` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.3` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.5` | `0.22.3` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.0` | `0.21.3` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.1` |\n| [github.com/gobuffalo/envy](https://github.com/gobuffalo/envy) | `1.10.1` | `1.10.2` |\n| [github.com/gobuffalo/packd](https://github.com/gobuffalo/packd) | `1.0.1` | `1.0.2` |\n| [github.com/joho/godotenv](https://github.com/joho/godotenv) | `1.4.0` | `1.5.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/nxadm/tail](https://github.com/nxadm/tail) | `1.4.8` | `1.4.11` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0-rc5` | `1.1.1` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.19.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.6.0` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n\nBumps the all-deps group with 49 updates in the /integration/go_chaincode directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.3` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.2` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.4` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.29` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.3` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.1` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.58.0` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.2` | `1.14.2` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd) | `22.5.0` | `22.6.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/dgraph-io/badger/v3](https://github.com/dgraph-io/badger) | `3.2103.2` | `3.2103.5` |\n| [github.com/elastic/gosigar](https://github.com/elastic/gosigar) | `0.14.2` | `0.14.3` |\n| [github.com/flynn/noise](https://github.com/flynn/noise) | `1.0.0` | `1.1.0` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.11` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.7.0` | `1.7.6` |\n| [github.com/godbus/dbus/v5](https://github.com/godbus/dbus) | `5.1.0` | `5.2.0` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.16.0` | `2.27.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.0` |\n| [github.com/huin/goupnp](https://github.com/huin/goupnp) | `1.2.0` | `1.3.0` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/boxo](https://github.com/ipfs/boxo) | `0.8.0-rc1` | `0.35.2` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/ugorji/go](https://github.com/ugorji/go) | `1.1.4` | `1.2.14` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.67.1` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.40.1` |\n| [github.com/ugorji/go/codec](https://github.com/ugorji/go) | `1.3.0` | `1.3.1` |\n\nBumps the all-deps group with 26 updates in the /samples/application/ccapi directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.11.1` |\n| [golang.org/x/tools](https://github.com/golang/tools) | `0.14.0` | `0.39.0` |\n| google.golang.org/protobuf | `1.34.2` | `1.36.10` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.6` | `0.22.3` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.2` | `0.21.3` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.19.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.2` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.5` | `1.0.10` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.6` | `1.14.2` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.11` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.4.0` | `1.7.6` |\n| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.59.0` | `1.77.0` |\n| [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.8.12` | `1.16.6` |\n| [github.com/swaggo/gin-swagger](https://github.com/swaggo/gin-swagger) | `1.6.0` | `1.6.1` |\n| [golang.org/x/sync](https://github.com/golang/sync) | `0.18.0` | `0.19.0` |\n\nBumps the all-deps group with 52 updates in the /samples/demos/irb directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.3` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.2` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.4` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.29` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.3` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0` | `1.1.1` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.1` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.58.0` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.0` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/go-cid](https://github.com/ipfs/go-cid) | `0.4.1` | `0.6.0` |\n| [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.7` | `2.3.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) | `0.11.0` | `0.16.1` |\n| [github.com/multiformats/go-multicodec](https://github.com/multiformats/go-multicodec) | `0.9.0` | `0.10.0` |\n| [github.com/multiformats/go-multistream](https://github.com/multiformats/go-multistream) | `0.4.1` | `0.6.1` |\n| [lukechampine.com/blake3](https://github.com/lukechampine/blake3) | `1.2.1` | `1.4.1` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.67.1` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.40.1` |\n| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.28.0` | `0.40.0` |\n| [code.cloudfoundry.org/clock](https://github.com/cloudfoundry/clock) | `1.1.0` | `1.55.0` |\n| [github.com/VictoriaMetrics/fastcache](https://github.com/VictoriaMetrics/fastcache) | `1.12.1` | `1.13.2` |\n| [github.com/go-ole/go-ole](https://github.com/go-ole/go-ole) | `1.2.6` | `1.3.0` |\n| [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.12` | `0.3.16` |\n| [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.6` | `3.6.6` |\n| [go.etcd.io/etcd/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.6` |\n| [go.etcd.io/etcd/raft/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.5.25` |\n| [go.etcd.io/etcd/server/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.6` |\n\nBumps the all-deps group with 25 updates in the /samples/deployment/fabric-smart-client/the-simple-testing-network directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.3` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.2` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.29` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.3` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.1` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.58.0` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.67.1` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.40.1` |\n\n\nUpdates `github.com/golang/protobuf` from 1.5.3 to 1.5.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/protobuf/releases\"\u003egithub.com/golang/protobuf's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.5.4\u003c/h2\u003e\n\u003cp\u003eNotable changes\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eupdate descriptor.proto to latest version\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/75de7c059e36b64f01d0dd234ff2fff404ec3374\"\u003e\u003ccode\u003e75de7c0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang/protobuf/issues/1597\"\u003e#1597\u003c/a\u003e from golang/updatedesc\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/b7697bb698b1c56643249ef6179c7cae1478881d\"\u003e\u003ccode\u003eb7697bb\u003c/code\u003e\u003c/a\u003e all: update descriptor.proto to latest version\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/protobuf/compare/v1.5.3...v1.5.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/maxbrunsfeld/counterfeiter/v6` from 6.6.1 to 6.12.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases\"\u003egithub.com/maxbrunsfeld/counterfeiter/v6's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.12.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: fix some typos in comment by \u003ca href=\"https://github.com/keeghcet\"\u003e\u003ccode\u003e@​keeghcet\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/340\"\u003emaxbrunsfeld/counterfeiter#340\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.36.0 to 0.37.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/341\"\u003emaxbrunsfeld/counterfeiter#341\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.29.0 to 0.30.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/343\"\u003emaxbrunsfeld/counterfeiter#343\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.37.0 to 0.39.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/346\"\u003emaxbrunsfeld/counterfeiter#346\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: omit unnecessary reassignment by \u003ca href=\"https://github.com/rifeplight\"\u003e\u003ccode\u003e@​rifeplight\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/347\"\u003emaxbrunsfeld/counterfeiter#347\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/keeghcet\"\u003e\u003ccode\u003e@​keeghcet\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/340\"\u003emaxbrunsfeld/counterfeiter#340\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rifeplight\"\u003e\u003ccode\u003e@​rifeplight\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/347\"\u003emaxbrunsfeld/counterfeiter#347\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.12.0...v6.12.1\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.12.0...v6.12.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.12.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.37.0 to 1.38.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/333\"\u003emaxbrunsfeld/counterfeiter#333\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.38.0 to 1.38.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/338\"\u003emaxbrunsfeld/counterfeiter#338\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: support for custom type constraints in generic interfaces by \u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.2\u003c/h2\u003e\n\u003cp\u003eRevert changes from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases/tag/v6.11.1\"\u003e\u003ccode\u003ev6.11.1\u003c/code\u003e\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.1\u003c/h2\u003e\n\u003cp\u003eRestore compatibility for \u003ccode\u003ego\u003c/code\u003e \u003ccode\u003e1.22\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.34.2 to 1.35.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/303\"\u003emaxbrunsfeld/counterfeiter#303\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.0 to 1.35.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/304\"\u003emaxbrunsfeld/counterfeiter#304\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.19.0 to 0.20.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/305\"\u003emaxbrunsfeld/counterfeiter#305\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.26.0 to 0.27.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/306\"\u003emaxbrunsfeld/counterfeiter#306\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.1 to 1.36.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/307\"\u003emaxbrunsfeld/counterfeiter#307\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.20.0 to 0.21.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/308\"\u003emaxbrunsfeld/counterfeiter#308\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.27.0 to 0.28.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/309\"\u003emaxbrunsfeld/counterfeiter#309\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.36.0 to 1.36.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/310\"\u003emaxbrunsfeld/counterfeiter#310\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ehandle interfaces with generics by \u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/8d10031ce2f7f78ad643b2e276e1ab9f2bd9c0e6\"\u003e\u003ccode\u003e8d10031\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/347\"\u003e#347\u003c/a\u003e from rifeplight/main\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/f06461e6b149aa2937d8ff14723ff8f6c98e5b5f\"\u003e\u003ccode\u003ef06461e\u003c/code\u003e\u003c/a\u003e refactor: omit unnecessary reassignment\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/270c1214a786a289b1ee723747e05d77f9647a2d\"\u003e\u003ccode\u003e270c121\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/346\"\u003e#346\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/golang.org/x/...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/fd93bc43410daf950ddca409189f60e29e643d62\"\u003e\u003ccode\u003efd93bc4\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/tools from 0.37.0 to 0.39.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/000b82ca1d1f4a32e625926b5f25bc708e302052\"\u003e\u003ccode\u003e000b82c\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/343\"\u003e#343\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/golang.org/x/...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/501302fa812e26660dee6533453a4b065733e623\"\u003e\u003ccode\u003e501302f\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/text from 0.29.0 to 0.30.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/e3eccd9dbfb64e65f1c1d9d65ad6d026028f297e\"\u003e\u003ccode\u003ee3eccd9\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/341\"\u003e#341\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/golang.org/x/...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/98779f50a10a25598ca572e9dffb9d9a0b0b1904\"\u003e\u003ccode\u003e98779f5\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/tools from 0.36.0 to 0.37.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/e0ea8dbe1ee12d66c6fca28258fba7e4ac397597\"\u003e\u003ccode\u003ee0ea8db\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/340\"\u003e#340\u003c/a\u003e from keeghcet/main\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/13c5834214e0e14a84f00cf9560e6395e18409ab\"\u003e\u003ccode\u003e13c5834\u003c/code\u003e\u003c/a\u003e chore: fix some typos in comment\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.6.1...v6.12.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/ginkgo/v2` from 2.11.0 to 2.25.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/releases\"\u003egithub.com/onsi/ginkgo/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.27.3\u003c/h2\u003e\n\u003ch2\u003e2.27.3\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003ereport exit result in case of failure [1c9f356]\nfix data race [ece19c8]\u003c/p\u003e\n\u003ch2\u003ev2.27.2\u003c/h2\u003e\n\u003ch2\u003e2.27.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003einline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix syntax errors and typo [a99c6e0]\u003c/li\u003e\n\u003cli\u003eFix paragraph position error [f993df5]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.27.1\u003c/h2\u003e\n\u003ch2\u003e2.27.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix Ginkgo Reporter slice-bounds panic [606c1cb]\u003c/li\u003e\n\u003cli\u003eBug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.27.0\u003c/h2\u003e\n\u003ch2\u003e2.27.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003ch4\u003eTransforming Nodes during Tree Construction\u003c/h4\u003e\n\u003cp\u003eThis release adds support for \u003ccode\u003eNodeArgsTransformer\u003c/code\u003es that can be registered with \u003ccode\u003eAddTreeConstructionNodeArgsTransformer\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003eThese are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators.  This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-transforming-node-arguments-during-tree-construction\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch4\u003eSpec Prioritization\u003c/h4\u003e\n\u003cp\u003eA new \u003ccode\u003eSpecPriority(int)\u003c/code\u003e decorator has been added.  Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#prioritizing-specs\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump rexml from 3.4.0 to 3.4.2 in /docs (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1595\"\u003e#1595\u003c/a\u003e) [1333dae]\u003c/li\u003e\n\u003cli\u003eBump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1600\"\u003e#1600\u003c/a\u003e) [17ae63e]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.26.0\u003c/h2\u003e\n\u003ch2\u003e2.26.0\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/ginkgo/v2's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e2.27.3\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003ereport exit result in case of failure [1c9f356]\nfix data race [ece19c8]\u003c/p\u003e\n\u003ch2\u003e2.27.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003einline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix syntax errors and typo [a99c6e0]\u003c/li\u003e\n\u003cli\u003eFix paragraph position error [f993df5]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.27.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix Ginkgo Reporter slice-bounds panic [606c1cb]\u003c/li\u003e\n\u003cli\u003eBug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.27.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003ch4\u003eTransforming Nodes during Tree Construction\u003c/h4\u003e\n\u003cp\u003eThis release adds support for \u003ccode\u003eNodeArgsTransformer\u003c/code\u003es that can be registered with \u003ccode\u003eAddTreeConstructionNodeArgsTransformer\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003eThese are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators.  This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-transforming-node-arguments-during-tree-construction\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch4\u003eSpec Prioritization\u003c/h4\u003e\n\u003cp\u003eA new \u003ccode\u003eSpecPriority(int)\u003c/code\u003e decorator has been added.  Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#prioritizing-specs\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump rexml from 3.4.0 to 3.4.2 in /docs (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1595\"\u003e#1595\u003c/a\u003e) [1333dae]\u003c/li\u003e\n\u003cli\u003eBump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1600\"\u003e#1600\u003c/a\u003e) [17ae63e]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.26.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cp\u003eGinkgo can now generate json-formatted reports that are compatible with the \u003ccode\u003ego test\u003c/code\u003e json format.  Use \u003ccode\u003eginkgo --gojson-report=report.go.json\u003c/code\u003e.  This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.\u003c/p\u003e\n\u003ch2\u003e2.25.3\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/f331739798289c05870a2667fed0511f2c2947e5\"\u003e\u003ccode\u003ef331739\u003c/code\u003e\u003c/a\u003e v2.27.3\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/1c9f3563dcec05b4d3ed95e3f2848f128ea7677b\"\u003e\u003ccode\u003e1c9f356\u003c/code\u003e\u003c/a\u003e ginkgo: report exit result in case of failure\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/ece19c896cf28c566e9382d055ee72a82dc7271e\"\u003e\u003ccode\u003eece19c8\u003c/code\u003e\u003c/a\u003e ginkgo: fix data race\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/9a84c21394777734df8062ca2e0552a1471ceca2\"\u003e\u003ccode\u003e9a84c21\u003c/code\u003e\u003c/a\u003e v2.27.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a69113ac15dcb6cd6aefc9ef238734ea386eddc8\"\u003e\u003ccode\u003ea69113a\u003c/code\u003e\u003c/a\u003e inline automaxprocs to simplify dependencies; this will be removed when Go 1....\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a99c6e0d2488aee07ba3f803c0cfc2cae2db4644\"\u003e\u003ccode\u003ea99c6e0\u003c/code\u003e\u003c/a\u003e Fix syntax errors and typo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/f993df54a607161bcad7f4c6f89b761c45ce143b\"\u003e\u003ccode\u003ef993df5\u003c/code\u003e\u003c/a\u003e Fix paragraph position error\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/56cb393ed76ad0173cd784705c929eca4cf5fb21\"\u003e\u003ccode\u003e56cb393\u003c/code\u003e\u003c/a\u003e v2.27.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/2ce3f13a149a8cbc5659da9b1720570d9210d33f\"\u003e\u003ccode\u003e2ce3f13\u003c/code\u003e\u003c/a\u003e reporters: add enhanced bounds checking in emitTimeline to prevent slice panic\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/acf208aed39d9f91b6e60e97cfc450c3e8616ea5\"\u003e\u003ccode\u003eacf208a\u003c/code\u003e\u003c/a\u003e Adding check for malformed date\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/ginkgo/compare/v2.11.0...v2.27.3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/gomega` from 1.27.8 to 1.38.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/releases\"\u003egithub.com/onsi/gomega's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.38.2\u003c/h2\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.38.1\u003c/h2\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003ev1.38.0\u003c/h2\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.37.0\u003c/h2\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.36.3\u003c/h2\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/gomega's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003cli\u003eBump rexml from 3.2.6 to 3.3.9 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/788\"\u003e#788\u003c/a\u003e) [c8b4a07]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/812\"\u003e#812\u003c/a\u003e) [06431b9]\u003c/li\u003e\n\u003cli\u003eBump webrick from 1.8.1 to 1.9.1 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/800\"\u003e#800\u003c/a\u003e) [b55a92d]\u003c/li\u003e\n\u003cli\u003eFix typos (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/813\"\u003e#813\u003c/a\u003e) [a1d518b]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/79b8a75a10e36ee598344c040317f5ab1c907f53\"\u003e\u003ccode\u003e79b8a75\u003c/code\u003e\u003c/a\u003e v1.38.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c404969c07179a8533d5daa283cd6307add66620\"\u003e\u003ccode\u003ec404969\u003c/code\u003e\u003c/a\u003e roll back to go 1.23.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c36e89a7efeca141bf40c3e582c7332d293dd354\"\u003e\u003ccode\u003ec36e89a\u003c/code\u003e\u003c/a\u003e v1.38.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/92eaa578900a4a5fb79d85140d7d59e9f5f22ec7\"\u003e\u003ccode\u003e92eaa57\u003c/code\u003e\u003c/a\u003e go mod tidy\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/b9ed3cdd8077cef2652a340810a2bd526c2d87a3\"\u003e\u003ccode\u003eb9ed3cd\u003c/code\u003e\u003c/a\u003e deprecate CompileTest*\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/2a5bf77d2311a6dc9fa800cd1b687b64dad9dda0\"\u003e\u003ccode\u003e2a5bf77\u003c/code\u003e\u003c/a\u003e fix invalid fmt.Errorf\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/3e9e385d31dcda216ae1d56341bb33111b6f8644\"\u003e\u003ccode\u003e3e9e385\u003c/code\u003e\u003c/a\u003e bump ginkgo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/7f37abe202e2050947bc608c69172cea36414311\"\u003e\u003ccode\u003e7f37abe\u003c/code\u003e\u003c/a\u003e Replace \u003ccode\u003egopkg.in/yaml.v3\u003c/code\u003e with \u003ccode\u003ego.yaml.in/yaml/v3\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/69e47619891ecbd0375d07dce33eb558dd14fde3\"\u003e\u003ccode\u003e69e4761\u003c/code\u003e\u003c/a\u003e fix(async_assertion): use correct error in errors.As\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/95737c099edca4f2e7cd47ddcff68c9af8c87258\"\u003e\u003ccode\u003e95737c0\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/net from 0.41.0 to 0.43.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/856\"\u003e#856\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/gomega/compare/v1.27.8...v1.38.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/spf13/cobra` from 1.7.0 to 1.10.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/spf13/cobra/releases\"\u003egithub.com/spf13/cobra's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.10.2\u003c/h2\u003e\n\u003ch2\u003e🔧 Dependencies\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: Migrate from \u003ccode\u003egopkg.in/yaml.v3\u003c/code\u003e to \u003ccode\u003ego.yaml.in/yaml/v3\u003c/code\u003e by \u003ca href=\"https://github.com/dims\"\u003e\u003ccode\u003e@​dims\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2336\"\u003espf13/cobra#2336\u003c/a\u003e - the \u003ccode\u003egopkg.in/yaml.v3\u003c/code\u003e package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of \u003ccode\u003espf13/cobra\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e📈 CI/CD\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix linter and allow CI to pass by \u003ca href=\"https://github.com/marckhouzam\"\u003e\u003ccode\u003e@​marckhouzam\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2327\"\u003espf13/cobra#2327\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: actions/setup-go v6 by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2337\"\u003espf13/cobra#2337\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🔥✍🏼 Docs\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd documentation for repeated flags functionality by \u003ca href=\"https://github.com/rvergis\"\u003e\u003ccode\u003e@​rvergis\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2316\"\u003espf13/cobra#2316\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🍂 Refactors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003erefactor: replace several vars with consts by \u003ca href=\"https://github.com/htoyoda18\"\u003e\u003ccode\u003e@​htoyoda18\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2328\"\u003espf13/cobra#2328\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: change minUsagePadding from var to const by \u003ca href=\"https://github.com/ssam18\"\u003e\u003ccode\u003e@​ssam18\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2325\"\u003espf13/cobra#2325\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🤗 New Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rvergis\"\u003e\u003ccode\u003e@​rvergis\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2316\"\u003espf13/cobra#2316\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/htoyoda18\"\u003e\u003ccode\u003e@​htoyoda18\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2328\"\u003espf13/cobra#2328\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ssam18\"\u003e\u003ccode\u003e@​ssam18\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2325\"\u003espf13/cobra#2325\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dims\"\u003e\u003ccode\u003e@​dims\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2336\"\u003espf13/cobra#2336\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2\"\u003ehttps://github.com/spf13/cobra/compare/v1.10.1...v1.10.2\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eThank you to our amazing contributors!!!!! 🐍 🚀\u003c/p\u003e\n\u003ch2\u003ev1.10.1\u003c/h2\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003echore: upgrade pflags v1.0.9 by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2305\"\u003espf13/cobra#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003ev1.0.9 of pflags brought back \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e and marked it as deprecated\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\"\u003ehttps://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003e🚨 Attention!\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump pflag to 1.0.8 by \u003ca href=\"https://github.com/tomasaschan\"\u003e\u003ccode\u003e@​tomasaschan\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eThis version of \u003ccode\u003epflag\u003c/code\u003e carried a breaking change: it renamed \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e to \u003ccode\u003eParseErrorsAllowlist\u003c/code\u003e which can break builds if both \u003ccode\u003epflag\u003c/code\u003e and \u003ccode\u003ecobra\u003c/code\u003e are dependencies in your project.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eIf you use both \u003ccode\u003epflag and \u003c/code\u003ecobra\u003ccode\u003e, upgrade \u003c/code\u003epflag\u003ccode\u003eto 1.0.8 and\u003c/code\u003ecobra\u003ccode\u003eto\u003c/code\u003e1.10.0`\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e\u003cem\u003eor\u003c/em\u003e\u003c/strong\u003e use the newer, fixed version of \u003ccode\u003epflag\u003c/code\u003e v1.0.9 which keeps the deprecated \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/88b30ab89da2d0d0abb153818746c5a2d30eccec\"\u003e\u003ccode\u003e88b30ab\u003c/code\u003e\u003c/a\u003e chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2336\"\u003e#2336\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/346d408fe7d4be00ff9481ea4d43c4abb5e5f77d\"\u003e\u003ccode\u003e346d408\u003c/code\u003e\u003c/a\u003e fix: actions/setup-go v6 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2337\"\u003e#2337\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/fc81d2003469e2a5c440306d04a6d82a54065979\"\u003e\u003ccode\u003efc81d20\u003c/code\u003e\u003c/a\u003e refactor: change minUsagePadding from var to const (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2325\"\u003e#2325\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/117698a604b65e80a1ad5b76df67b604bcd992e0\"\u003e\u003ccode\u003e117698a\u003c/code\u003e\u003c/a\u003e refactor: replace several vars with consts (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2328\"\u003e#2328\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/e2dd29ddc39acacf3af13013b06e1fe58b5c3599\"\u003e\u003ccode\u003ee2dd29d\u003c/code\u003e\u003c/a\u003e Add documentation for repeated flags functionality (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2316\"\u003e#2316\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/062989255670f5e100abf70fa5e291a394915f89\"\u003e\u003ccode\u003e0629892\u003c/code\u003e\u003c/a\u003e Fix linter (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2327\"\u003e#2327\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/7da941c3547e93b8c9f70bbd3befca79c6335388\"\u003e\u003ccode\u003e7da941c\u003c/code\u003e\u003c/a\u003e chore: Bump pflag to v1.0.9 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2305\"\u003e#2305\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/51d675196729be769ce235b710ab7058b3aad03a\"\u003e\u003ccode\u003e51d6751\u003c/code\u003e\u003c/a\u003e Bump pflag to 1.0.8 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2303\"\u003e#2303\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/3f3b81882534a51628f3286e93c6842d9b2e29ea\"\u003e\u003ccode\u003e3f3b818\u003c/code\u003e\u003c/a\u003e Update README.md with new logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/dcaf42e2633496bf97d5476d7419071e5c48f40a\"\u003e\u003ccode\u003edcaf42e\u003c/code\u003e\u003c/a\u003e Add Periscope to the list of projects using Cobra (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2299\"\u003e#2299\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/spf13/cobra/compare/v1.7.0...v1.10.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/stretchr/testify` from 1.8.4 to 1.11.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/stretchr/testify/releases\"\u003egithub.com/stretchr/testify's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.1\u003c/h2\u003e\n\u003cp\u003eThis release fixes \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1785\"\u003e#1785\u003c/a\u003e introduced in v1.11.0 where expected argument values implementing the stringer interface (\u003ccode\u003eString() string\u003c/code\u003e) with a method which mutates their value, when passed to mock.Mock.On (\u003ccode\u003em.On(\u0026quot;Method\u0026quot;, \u0026lt;expected\u0026gt;).Return()\u003c/code\u003e) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBackport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11: mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1788\"\u003estretchr/testify#1788\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\"\u003ehttps://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eFunctional Changes\u003c/h3\u003e\n\u003cp\u003ev1.11.0 Includes a number of performance improvements.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eCall stack perf change for CallerInfo by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1614\"\u003estretchr/testify#1614\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eLazily render mock diff output on successful match by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1615\"\u003estretchr/testify#1615\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check early in Eventually, EventuallyWithT, and Never by \u003ca href=\"https://github.com/cszczepaniak\"\u003e\u003ccode\u003e@​cszczepaniak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1427\"\u003estretchr/testify#1427\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: add IsNotType by \u003ca href=\"https://github.com/bartventer\"\u003e\u003ccode\u003e@​bartventer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1730\"\u003estretchr/testify#1730\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.JSONEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1754\"\u003estretchr/testify#1754\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.YAMLEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1755\"\u003estretchr/testify#1755\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: faster and simpler isEmpty using reflect.Value.IsZero by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1761\"\u003estretchr/testify#1761\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: faster methods filtering (internal refactor) by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1758\"\u003estretchr/testify#1758\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eassert.ErrorAs: log target type by \u003ca href=\"https://github.com/craig65535\"\u003e\u003ccode\u003e@​craig65535\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1345\"\u003estretchr/testify#1345\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix failure message formatting for Positive and Negative asserts in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1062\"\u003estretchr/testify#1062\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorIs message when error is nil but an error was expected by \u003ca href=\"https://github.com/tsioftas\"\u003e\u003ccode\u003e@​tsioftas\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1681\"\u003estretchr/testify#1681\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix Subset/NotSubset when calling with mixed input types by \u003ca href=\"https://github.com/siliconbrain\"\u003e\u003ccode\u003e@​siliconbrain\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1729\"\u003estretchr/testify#1729\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorAs failure message when error is nil by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1734\"\u003estretchr/testify#1734\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock.AssertNumberOfCalls: improve error msg by \u003ca href=\"https://github.com/3scalation\"\u003e\u003ccode\u003e@​3scalation\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1743\"\u003estretchr/testify#1743\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDocumentation, Build \u0026amp; CI\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003edocs: Fix typo in README by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1688\"\u003estretchr/testify#1688\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eReplace deprecated io/ioutil with io and os by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1684\"\u003estretchr/testify#1684\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocument consequences of calling t.FailNow() by \u003ca href=\"https://github.com/greg0ire\"\u003e\u003ccode\u003e@​greg0ire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1710\"\u003estretchr/testify#1710\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update docs for Unset \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1621\"\u003e#1621\u003c/a\u003e by \u003ca href=\"https://github.com/techfg\"\u003e\u003ccode\u003e@​techfg\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1709\"\u003estretchr/testify#1709\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eREADME: apply gofmt to examples by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1687\"\u003estretchr/testify#1687\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: use %q and %T to simplify fmt.Sprintf by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1674\"\u003estretchr/testify#1674\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePropose Christophe Colombier (ccoVeille) as approver by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1716\"\u003estretchr/testify#1716\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate documentation for the Error function in assert or require package by \u003ca href=\"https://github.com/architagr\"\u003e\u003ccode\u003e@​architagr\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1675\"\u003estretchr/testify#1675\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: remove deprecated build constraints by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1671\"\u003estretchr/testify#1671\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: apply gofumpt to internal test suite by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1739\"\u003estretchr/testify#1739\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: fix shebang in .ci.*.sh scripts by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1746\"\u003estretchr/testify#1746\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert,require: enable parallel testing on (almost) all top tests by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1747\"\u003estretchr/testify#1747\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite.Passed: add one more status test report by \u003ca href=\"https://github.com/Ararsa-Derese\"\u003e\u003ccode\u003e@​Ararsa-Derese\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1706\"\u003estretchr/testify#1706\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Helper() method in internal mocks and assert.CollectT by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1423\"\u003estretchr/testify#1423\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.Same/NotSame: improve usage of Sprintf by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1742\"\u003estretchr/testify#1742\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock: enable parallel testing on internal testsuite by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1756\"\u003estretchr/testify#1756\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: cleanup use of 'testing' internals at runtime by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1751\"\u003estretchr/testify#1751\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check test failure message for Empty and NotEmpty  by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1745\"\u003estretchr/testify#1745\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/2a57335dc9cd6833daa820bc94d9b40c26a7917d\"\u003e\u003ccode\u003e2a57335\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1788\"\u003e#1788\u003c/a\u003e from brackendawson/1785-backport-1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/af8c91234f184009f57ef29027b39ca89cb00100\"\u003e\u003ccode\u003eaf8c912\u003c/code\u003e\u003c/a\u003e Backport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/b7801fbf5cd58d201296d5d0e132d1849966dbd4\"\u003e\u003ccode\u003eb7801fb\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1778\"\u003e#1778\u003c/a\u003e from stretchr/dependabot/github_actions/actions/chec...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/69831f3b08c40d56a09d0be93e9d5ae034f1590b\"\u003e\u003ccode\u003e69831f3\u003c/code\u003e\u003c/a\u003e build(deps): bump actions/checkout from 4 to 5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/a53be35c3b0cfcd5189cffcfd75df60ea581104c\"\u003e\u003ccode\u003ea53be35\u003c/code\u003e\u003c/a\u003e Improve captureTestingT helper\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/aafb604176db7e1f2c9810bc90d644291d057687\"\u003e\u003ccode\u003eaafb604\u003c/code\u003e\u003c/a\u003e mock: improve formatting of error message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7218e0390acd2aea3edb18574110ec2753c0aeef\"\u003e\u003ccode\u003e7218e03\u003c/code\u003e\u003c/a\u003e improve error msg\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/929a2126c2702df436312656a0304580b526c6e9\"\u003e\u003ccode\u003e929a212\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1758\"\u003e#1758\u003c/a\u003e from stretchr/dolmen/suite-faster-method-filtering\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/bc7459ec38128532ff32f23cfab4ea0b725210f2\"\u003e\u003ccode\u003ebc7459e\u003c/code\u003e\u003c/a\u003e suite: faster filtering of methods (-testify.m)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7d37b5c962954410bcd7a71ff3a77c79514056d1\"\u003e\u003ccode\u003e7d37b5c\u003c/code\u003e\u003c/a\u003e suite: refactor methodFilter\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/stretchr/testify/compare/v1.8.4...v1.11.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/sync` from 0.5.0 to 0.18.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/2a180e22fddcc336475e72aa950be958c1b68d33\"\u003e\u003ccode\u003e2a180e2\u003c/code\u003e\u003c/a\u003e errgroup: use consistent read for SetLimit panic\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/sync/compare/v0.18.0...v0.19.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/tools` from 0.14.0 to 0.39.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/tools/releases\"\u003egolang.org/x/tools's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003egopls/v0.20.0\u003c/h2\u003e\n\u003cp\u003eSee \u003ca href=\"https://go.dev/gopls/release/v0.20.0\"\u003ehttps://go.dev/gopls/release/v0.20.0\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eChanges: \u003ca href=\"https://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\"\u003ehttps://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\u003c/a\u003e\nContributors: \u003ca href=\"https://github.com/adonovan\"\u003e\u003ccode\u003e@​adonovan\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/cuishuang\"\u003e\u003ccode\u003e@​cuishuang\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/dmitshur\"\u003e\u003ccode\u003e@​dmitshur\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/findleyr\"\u003e\u003ccode\u003e@​findleyr\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/gopherbot\"\u003e\u003ccode\u003e@​gopherbot\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/hyangah\"\u003e\u003ccode\u003e@​hyangah\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/iharsuvorau\"\u003e\u003ccode\u003e@​iharsuvorau\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/jba\"\u003e\u003ccode\u003e@​jba\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/lfolger\"\u003e\u003ccode\u003e@​lfolger\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/pjweinbgo\"\u003e\u003ccode\u003e@​pjweinbgo\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/rogeryk\"\u003e\u003ccode\u003e@​rogeryk\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/timothy-king\"\u003e\u003ccode\u003e@​timothy-king\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/vitalmotif\"\u003e\u003ccode\u003e@​vitalmotif\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/zpavlinovic\"\u003e\u003ccode\u003e@​zpavlinovic\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.1\u003c/h2\u003e\n\u003cp\u003eThis patch release changes the default value of the \u003ccode\u003eimportsSource\u003c/code\u003e setting: v0.19.0 changed it from \u003ccode\u003egoimports\u003c/code\u003e to \u003ccode\u003egopls\u003c/code\u003e; this release changes it back, due to a bug (\u003ca href=\"https://redirect.github.com/golang/tools/issues/74280\"\u003e#74280\u003c/a\u003e).\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.0\u003c/h2\u003e\n\u003cp\u003eComplete list of issues closed: \u003ca href=\"https://github.com/golang/go/milestone/380?closed=1\"\u003egopls/v0.19.0 milestone\u003c/a\u003e\u003c/p\u003e\n\u003ch1\u003eConfiguration Changes\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eThe \u003ccode\u003egopls check\u003c/code\u003e subcommand now accepts a \u003ccode\u003e-severity\u003c/code\u003e flag to set a minimum severity for the diagnostics it reports. By default, the minimum severity is \u0026quot;warning\u0026quot;, so \u003ccode\u003egopls check\u003c/code\u003e may report fewer diagnostics than before. Set \u003ccode\u003e-severity=hint\u003c/code\u003e to reproduce the previous behavior.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eNavigation features\u003c/h1\u003e\n\u003ch2\u003e\u0026quot;Implementations\u0026quot; supports signature types (within same package)\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003cp\u003eThe Implementations query reports the correspondence between abstract and concrete types and their methods based on their method sets. Now, it also reports the correspondence between function types, dynamic function calls, and function definitions, based on their signatures.\u003c/p\u003e\n\u003cp\u003eTo use it, invoke an Implementations query on the \u003ccode\u003efunc\u003c/code\u003e token of the definition of a named function, named method, or function literal. Gopls reports the set of function signature types that abstract this function, and the set of dynamic calls through values of such types.\u003c/p\u003e\n\u003cp\u003eConversely, an Implementations query on the \u003ccode\u003efunc\u003c/code\u003e token of a signature type, or on the \u003ccode\u003e(\u003c/code\u003e paren of a dynamic function call, reports the set of concrete functions that the signature abstracts or that the call dispatches to.\u003c/p\u003e\n\u003cp\u003eSince a type may be both a function type and a named type with methods (for example, \u003ccode\u003ehttp.HandlerFunc\u003c/code\u003e), it may participate in both kinds of Implements queries (method-sets and function signatures). Queries using method-sets should be invoked on the type or method name, and queries using signatures should be invoked on a \u003ccode\u003efunc\u003c/code\u003e or \u003ccode\u003e(\u003c/code\u003e token.\u003c/p\u003e\n\u003cp\u003eOnly the local (same-package) algorithm is currently supported. (\u003ca href=\"https://go.dev/issue/56572\"\u003ehttps://go.dev/issue/56572\u003c/a\u003e tracks the global algorithm.)\u003c/p\u003e\n\u003ch2\u003e\u0026quot;Go to Implementation\u0026quot; reports interface-to-interface relations\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003cp\u003eThe \u0026quot;Go to Implementation\u0026quot; operation now reports relationships between interfaces. Gopls now uses the concreteness of the query type to determine whether a query is \u0026quot;downwards\u0026quot; (from an interface to the types that implement it) or \u0026quot;upwards\u0026quot; (from a concrete type to the interfaces to which it may be assigned). So, for example:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ccode\u003eimplementation(io.Reader)\u003c/code\u003e subinterfaces such as \u003ccode\u003eio.ReadCloser\u003c/code\u003e, and concrete implementations such as \u003ccode\u003e*os.File\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ccode\u003eimplementation(os.File)\u003c/code\u003e includes only interfaces, such as \u003ccode\u003eio.Reader\u003c/code\u003e and \u003ccode\u003eio.ReadCloser\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eTo request an \u0026quot;upwards\u0026quot; query starting from an interface, for example to find the superinterfaces of \u003ccode\u003eio.ReadCloser\u003c/code\u003e, use the Type Hierarchy feature described below. (See \u003ca href=\"https://redirect.github.com/microsoft/language-server-protocol/issues/2037\"\u003emicrosoft/language-server-pr...\n\n_Description has been truncated_","html_url":"https://github.com/radiant-coder580pz/fabric-private-chaincode/pull/11","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/radiant-coder580pz%2Ffabric-private-chaincode/issues/11","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/11/packages"},{"uuid":"3659021158","node_id":"PR_kwDOQSWb-M61NKcJ","number":4,"state":"closed","title":"chore(deps): bump the go_modules group across 2 directories with 21 updates","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2026-02-02T14:22:32.000Z","author_association":null,"state_reason":null,"created_at":"2025-11-24T13:56:06.000Z","updated_at":"2026-02-02T14:22:34.000Z","time_to_close":6049586,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): bump","group_name":"go_modules","update_count":21,"packages":[{"name":"github.com/gin-gonic/gin","old_version":"1.10.1","new_version":"1.11.0","repository_url":"https://github.com/gin-gonic/gin"},{"name":"github.com/golang-migrate/migrate/v4","old_version":"4.18.2","new_version":"4.19.0","repository_url":"https://github.com/golang-migrate/migrate"},{"name":"github.com/magiconair/properties","old_version":"1.8.9","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"},{"name":"github.com/mattn/go-sqlite3","old_version":"1.14.24","new_version":"1.14.32","repository_url":"https://github.com/mattn/go-sqlite3"},{"name":"github.com/spf13/viper","old_version":"1.19.0","new_version":"1.21.0","repository_url":"https://github.com/spf13/viper"},{"name":"github.com/swaggo/gin-swagger","old_version":"1.6.0","new_version":"1.6.1","repository_url":"https://github.com/swaggo/gin-swagger"},{"name":"github.com/swaggo/swag","old_version":"1.16.4","new_version":"1.16.6","repository_url":"https://github.com/swaggo/swag"},{"name":"github.com/centrifugal/centrifuge","old_version":"0.34.3","new_version":"0.38.0","repository_url":"https://github.com/centrifugal/centrifuge"},{"name":"github.com/centrifugal/centrifuge-go","old_version":"0.10.4","new_version":"0.10.11","repository_url":"https://github.com/centrifugal/centrifuge-go"},{"name":"github.com/gin-contrib/cors","old_version":"1.7.5","new_version":"1.7.6","repository_url":"https://github.com/gin-contrib/cors"},{"name":"github.com/testcontainers/testcontainers-go","old_version":"0.35.0","new_version":"0.40.0","repository_url":"https://github.com/testcontainers/testcontainers-go"},{"name":"go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin","old_version":"0.62.0","new_version":"0.63.0","repository_url":"https://github.com/open-telemetry/opentelemetry-go-contrib"},{"name":"go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc","old_version":"1.37.0","new_version":"1.38.0","repository_url":"https://github.com/open-telemetry/opentelemetry-go"},{"name":"github.com/klauspost/compress","old_version":"1.18.0","new_version":"1.18.1","repository_url":"https://github.com/klauspost/compress"},{"name":"github.com/rs/zerolog","old_version":"1.33.0","new_version":"1.34.0","repository_url":"https://github.com/rs/zerolog"}],"path":null,"ecosystem":"go"},"body":"Bumps the go_modules group with 15 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) | `1.10.1` | `1.11.0` |\n| [github.com/golang-migrate/migrate/v4](https://github.com/golang-migrate/migrate) | `4.18.2` | `4.19.0` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.9` | `1.8.10` |\n| [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `1.14.24` | `1.14.32` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.19.0` | `1.21.0` |\n| [github.com/swaggo/gin-swagger](https://github.com/swaggo/gin-swagger) | `1.6.0` | `1.6.1` |\n| [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.16.4` | `1.16.6` |\n| [github.com/centrifugal/centrifuge](https://github.com/centrifugal/centrifuge) | `0.34.3` | `0.38.0` |\n| [github.com/centrifugal/centrifuge-go](https://github.com/centrifugal/centrifuge-go) | `0.10.4` | `0.10.11` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.7.5` | `1.7.6` |\n| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.35.0` | `0.40.0` |\n| [go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.62.0` | `0.63.0` |\n| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) | `1.37.0` | `1.38.0` |\n| [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.18.0` | `1.18.1` |\n| [github.com/rs/zerolog](https://github.com/rs/zerolog) | `1.33.0` | `1.34.0` |\n\nBumps the go_modules group with 1 update in the /examples/ws-subscribe-to-new-headers directory: [github.com/centrifugal/centrifuge-go](https://github.com/centrifugal/centrifuge-go).\n\nUpdates `github.com/gin-gonic/gin` from 1.10.1 to 1.11.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gin-gonic/gin/releases\"\u003egithub.com/gin-gonic/gin's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e6ca8ddb1aed78d9ffaf984e5489111838242fedb: feat(binding): add BindPlain (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3904\"\u003e#3904\u003c/a\u003e) (\u003ca href=\"https://github.com/guonaihong\"\u003e\u003ccode\u003e@​guonaihong\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e4ccfa7c275c449990818e46759d5974a953cc1c1: feat(binding): add support for unixMilli and unixMicro (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4190\"\u003e#4190\u003c/a\u003e) (\u003ca href=\"https://github.com/takanuva15\"\u003e\u003ccode\u003e@​takanuva15\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e9d7c0e9e1a301f417df9dc89a8cadc3bf9063db2: feat(context): GetXxx added support for more go native types (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3633\"\u003e#3633\u003c/a\u003e) (\u003ca href=\"https://github.com/CC11001100\"\u003e\u003ccode\u003e@​CC11001100\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efb09c825e8e13134daaa90debfda198520e1b347: feat(context): add SetCookieData (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4240\"\u003e#4240\u003c/a\u003e) (\u003ca href=\"https://github.com/Narita-1095305\"\u003e\u003ccode\u003e@​Narita-1095305\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ef05f966a0824b1d302ee556183e2579c91954266: feat(form): Support default values for collections in form binding (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4048\"\u003e#4048\u003c/a\u003e) (\u003ca href=\"https://github.com/takanuva15\"\u003e\u003ccode\u003e@​takanuva15\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e3cb30679b5e3021db16c776ed7e70d380586e9ce: feat(form): add array collection format in form binding (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3986\"\u003e#3986\u003c/a\u003e) (\u003ca href=\"https://github.com/slowhigh\"\u003e\u003ccode\u003e@​slowhigh\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e24d67647cb9b4e0bbdcdec7f0c2086e8004e1572: feat(form): add custom string slice for form tag unmarshal (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3970\"\u003e#3970\u003c/a\u003e) (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3971\"\u003e#3971\u003c/a\u003e) (\u003ca href=\"https://github.com/bruceNu1l\"\u003e\u003ccode\u003e@​bruceNu1l\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e8791c96960e719ff2f41e24163c5898656cee474: feat(fs): Export, test and document OnlyFilesFS (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3939\"\u003e#3939\u003c/a\u003e) (\u003ca href=\"https://github.com/joeig\"\u003e\u003ccode\u003e@​joeig\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e71496abe6836462e2ed70436b7d72ea2a3585417: feat(fs): Implement loading HTML from http.FileSystem (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4053\"\u003e#4053\u003c/a\u003e) (\u003ca href=\"https://github.com/sunshineplan\"\u003e\u003ccode\u003e@​sunshineplan\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e3ac729dc4a497d360a23b9d7e766c622b3c99f51: feat(gin): support http3 using quic-go/quic-go (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3210\"\u003e#3210\u003c/a\u003e) (\u003ca href=\"https://github.com/thinkerou\"\u003e\u003ccode\u003e@​thinkerou\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e4621b7ac982335d9a74432e182dd2bfc6d841431: feat(router): add literal colon support (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/1432\"\u003e#1432\u003c/a\u003e) (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/2857\"\u003e#2857\u003c/a\u003e) (\u003ca href=\"https://github.com/wssccc\"\u003e\u003ccode\u003e@​wssccc\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003edbd8a2515093ad47cadc5c1fface89861a0b765c: feat: added \u003ccode\u003eAbortWithStatusPureJSON()\u003c/code\u003e in \u003ccode\u003eContext\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4290\"\u003e#4290\u003c/a\u003e) (\u003ca href=\"https://github.com/ddevsr\"\u003e\u003ccode\u003e@​ddevsr\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e688a429d19d8c804447bb889d3635e2c31a5564d: feat: support custom json codec at runtime (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3391\"\u003e#3391\u003c/a\u003e) (\u003ca href=\"https://github.com/timandy\"\u003e\u003ccode\u003e@​timandy\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBug fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e8fb3136664254d7c592127f00d52849caba18a67: Revert \u0026quot;fix(time): binding time with empty value (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4103\"\u003e#4103\u003c/a\u003e)\u0026quot; (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4245\"\u003e#4245\u003c/a\u003e) (\u003ca href=\"https://github.com/appleboy\"\u003e\u003ccode\u003e@​appleboy\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ee737e3e267beb4dc3bab16cc8be59e3902d98a94: fix(binding): prevent duplicate decoding and add validation in decodeToml (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4193\"\u003e#4193\u003c/a\u003e) (\u003ca href=\"https://github.com/revevide\"\u003e\u003ccode\u003e@​revevide\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e4f339e6a35b163d31b30916b37f4176d385f41bd: fix(context): YAML judgment logic in Negotiate (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3966\"\u003e#3966\u003c/a\u003e) (\u003ca href=\"https://github.com/RedCrazyGhost\"\u003e\u003ccode\u003e@​RedCrazyGhost\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e36b0dede4b8c4a67d92c4107cebc5a068364321d: fix(context): check handler is nil (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3413\"\u003e#3413\u003c/a\u003e) (\u003ca href=\"https://github.com/hktalent\"\u003e\u003ccode\u003e@​hktalent\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ee0d46ded6cb6974d55a255ab122d1aa6ca0cd60e: fix(context): verify URL is Non-nil in initQueryCache() (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3969\"\u003e#3969\u003c/a\u003e) (\u003ca href=\"https://github.com/adrianosela\"\u003e\u003ccode\u003e@​adrianosela\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003edd33ff793861cee3baa77d575ff319119c366f3a: fix(docs): missing go markdown codeblock (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4266\"\u003e#4266\u003c/a\u003e) (\u003ca href=\"https://github.com/vdusart\"\u003e\u003ccode\u003e@​vdusart\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eb38c59de7fef67400a1c98efeae700a689c45783: fix(errors): change Unwrap method receiver to value type (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4232\"\u003e#4232\u003c/a\u003e) (\u003ca href=\"https://github.com/OrkhanAlikhanov\"\u003e\u003ccode\u003e@​OrkhanAlikhanov\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e28e57f58b184b2305ace192e02496bb89f6fd8cb: fix(form): Set default value for form fields (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4047\"\u003e#4047\u003c/a\u003e) (\u003ca href=\"https://github.com/ahmadSaeedGoda\"\u003e\u003ccode\u003e@​ahmadSaeedGoda\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e626d55b0c02937645c21774cacc021713de88604: fix(gin): Do not panic when handling method not allowed on empty tree (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4003\"\u003e#4003\u003c/a\u003e) (\u003ca href=\"https://github.com/phsym\"\u003e\u003ccode\u003e@​phsym\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e7d147928ee232fce156ea7ce8ae6329e148aeb41: fix(gin): data race warning for gin mode (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/1580\"\u003e#1580\u003c/a\u003e) (\u003ca href=\"https://github.com/kplachkov\"\u003e\u003ccode\u003e@​kplachkov\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ec677ccc40a60386565dd0d755efacb85d153feca: fix(go): invalid Go toolchain version (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3961\"\u003e#3961\u003c/a\u003e) (\u003ca href=\"https://github.com/thinkerou\"\u003e\u003ccode\u003e@​thinkerou\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e3319038418656a268c889393cb2dd4224c4469ec: fix(readme): fix broken link to English documentation (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4222\"\u003e#4222\u003c/a\u003e) (\u003ca href=\"https://github.com/eduardo-ax\"\u003e\u003ccode\u003e@​eduardo-ax\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e674522db91d637d179c16c372d87756ea26fa089: fix(time): binding time with empty value (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4103\"\u003e#4103\u003c/a\u003e) (\u003ca href=\"https://github.com/ksw2000\"\u003e\u003ccode\u003e@​ksw2000\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eea53388e6ee4a6a0a1647b390c56eeed780e7e56: fix(tree): Keep panic infos consistent when wildcard type build faild (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4077\"\u003e#4077\u003c/a\u003e) (\u003ca href=\"https://github.com/kingcanfish\"\u003e\u003ccode\u003e@​kingcanfish\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e8763f33c65f7df8be5b9fe7504ab7fcf20abb41d: fix: prevent middleware re-entry issue in HandleContext (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3987\"\u003e#3987\u003c/a\u003e) (\u003ca href=\"https://github.com/bound2\"\u003e\u003ccode\u003e@​bound2\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e7a1b655074c313f9491c83bb8ea164cdc4a9afe9: fix: sonic on arm64 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4234\"\u003e#4234\u003c/a\u003e) (\u003ca href=\"https://github.com/yashgorana\"\u003e\u003ccode\u003e@​yashgorana\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5826722a87cf5855fcc4b794cbef11612352771d: fix: version number discrepancy (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4299\"\u003e#4299\u003c/a\u003e) (\u003ca href=\"https://github.com/suwakei\"\u003e\u003ccode\u003e@​suwakei\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eEnhancements\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e40725d85badd647870df6f9fa7a75ac76341f804: chore(bind): return 413 status code when error is \u003ccode\u003ehttp.MaxBytesError\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4227\"\u003e#4227\u003c/a\u003e) (\u003ca href=\"https://github.com/ItalyPaleAle\"\u003e\u003ccode\u003e@​ItalyPaleAle\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ef875d8728306c2c2c6f504900ab08cd1d8c47f12: chore(context): test context initialization and handler logic (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4087\"\u003e#4087\u003c/a\u003e) (\u003ca href=\"https://github.com/appleboy\"\u003e\u003ccode\u003e@​appleboy\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ee7693e67c23005743502962d3bb9839a354d6688: chore(deps): bump actions/setup-go from 5 to 6 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4351\"\u003e#4351\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003eafa0c31d97e1b112ccfe7652957f7d8514580c72: chore(deps): bump github.com/gin-contrib/sse from 0.1.0 to 1.1.0 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4216\"\u003e#4216\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003e255af882db4baf0ed6209f1a5471f1663c5d0060: chore(deps): bump github.com/go-playground/validator/v10 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4208\"\u003e#4208\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003e545fd74379a0b167a918e38626ae5f7eb83fb243: chore(deps): bump github.com/go-playground/validator/v10 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4289\"\u003e#4289\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003ec3c8620a7fb4e09c7845feca4e8e8a8678a2685d: chore(deps): bump github.com/go-playground/validator/v10 from 10.20.0 to 10.22.1 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4052\"\u003e#4052\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003ecf32d2dcf8c7534f59727c5e213e45f2412c593a: chore(deps): bump github.com/pelletier/go-toml/v2 from 2.2.2 to 2.2.4 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4212\"\u003e#4212\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003ebb824731032856460aa3ffc23bd90e11bf7d5199: chore(deps): bump github.com/quic-go/quic-go from 0.48.2 to 0.50.1 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4197\"\u003e#4197\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003e61c2b1c28f0c5a754330545e31f02cd6d6f7944e: chore(deps): bump github.com/quic-go/quic-go from 0.51.0 to 0.52.0 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4250\"\u003e#4250\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003eb7d6308bcc84066df79a047ae363a6120fe87808: chore(deps): bump github.com/quic-go/quic-go from 0.52.0 to 0.53.0 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4281\"\u003e#4281\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003e077a2f39c85700ba0823f85ed29cec0c8f2cbdfc: chore(deps): bump github.com/quic-go/quic-go from 0.53.0 to 0.54.0 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4328\"\u003e#4328\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003e46150257b3eec60e3e0bf1cee7c03439099aef83: chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4347\"\u003e#4347\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003ea6287825c95821a378a34f8a5c9139ea1f6ebd96: chore(deps): bump github.com/ugorji/go/codec from 1.2.12 to 1.3.0 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4268\"\u003e#4268\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003ecc4e11438cd6c0bcc632fe3492d3817dfa21c337: chore(deps): bump golang.org/x/net from 0.25.0 to 0.27.0 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4013\"\u003e#4013\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md\"\u003egithub.com/gin-gonic/gin's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eGin v1.11.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efeat(gin): Experimental support for HTTP/3 using quic-go/quic-go (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3210\"\u003e#3210\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efeat(form): add array collection format in form binding (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3986\"\u003e#3986\u003c/a\u003e), add custom string slice for form tag unmarshal (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3970\"\u003e#3970\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efeat(binding): add BindPlain (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3904\"\u003e#3904\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efeat(fs): Export, test and document OnlyFilesFS (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3939\"\u003e#3939\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efeat(binding): add support for unixMilli and unixMicro (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4190\"\u003e#4190\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efeat(form): Support default values for collections in form binding (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4048\"\u003e#4048\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efeat(context): GetXxx added support for more go native types (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3633\"\u003e#3633\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eEnhancements\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eperf(context): optimize getMapFromFormData performance (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4339\"\u003e#4339\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(tree): replace string(/) with \u0026quot;/\u0026quot; in node.insertChild (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4354\"\u003e#4354\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(render): remove headers parameter from writeHeader (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4353\"\u003e#4353\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(context): simplify \u0026quot;GetType()\u0026quot; functions (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4080\"\u003e#4080\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(slice): simplify SliceValidationError Error method (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3910\"\u003e#3910\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(context):Avoid using filepath.Dir twice in SaveUploadedFile (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4181\"\u003e#4181\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(context): refactor context handling and improve test robustness (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4066\"\u003e#4066\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(binding): use strings.Cut to replace strings.Index (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3522\"\u003e#3522\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(context): add an optional permission parameter to SaveUploadedFile (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4068\"\u003e#4068\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(context): verify URL is Non-nil in initQueryCache() (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3969\"\u003e#3969\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(context): YAML judgment logic in Negotiate (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3966\"\u003e#3966\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003etree: replace the self-defined 'min' to official one (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3975\"\u003e#3975\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003econtext: Remove redundant filepath.Dir usage (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4181\"\u003e#4181\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBug Fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efix: prevent middleware re-entry issue in HandleContext (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3987\"\u003e#3987\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efix(binding): prevent duplicate decoding and add validation in decodeToml (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4193\"\u003e#4193\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efix(gin): Do not panic when handling method not allowed on empty tree (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4003\"\u003e#4003\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efix(gin): data race warning for gin mode (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/1580\"\u003e#1580\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efix(context): verify URL is Non-nil in initQueryCache() (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3969\"\u003e#3969\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efix(context): YAML judgment logic in Negotiate (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3966\"\u003e#3966\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efix(context): check handler is nil (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3413\"\u003e#3413\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efix(readme): fix broken link to English documentation (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4222\"\u003e#4222\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efix(tree): Keep panic infos consistent when wildcard type build faild (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4077\"\u003e#4077\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBuild process updates / CI\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eci: integrate Trivy vulnerability scanning into CI workflow (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4359\"\u003e#4359\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eci: support Go 1.25 in CI/CD (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4341\"\u003e#4341\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ebuild(deps): upgrade github.com/bytedance/sonic from v1.13.2 to v1.14.0 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4342\"\u003e#4342\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eci: add Go version 1.24 to GitHub Actions (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4154\"\u003e#4154\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ebuild: update Gin minimum Go version to 1.21 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3960\"\u003e#3960\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eci(lint): enable new linters (testifylint, usestdlibvars, perfsprint, etc.) (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4010\"\u003e#4010\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4091\"\u003e#4091\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4090\"\u003e#4090\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eci(lint): update workflows and improve test request consistency (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4126\"\u003e#4126\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/6ad6205e9c94a4b8a320219e28c37c29d22a7a2c\"\u003e\u003ccode\u003e6ad6205\u003c/code\u003e\u003c/a\u003e docs(changelog): upgrade Gin to v1.11.0 and add release notes (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4361\"\u003e#4361\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/7858527c8c2a15bddf27ea71162f8f70c82f2cdf\"\u003e\u003ccode\u003e7858527\u003c/code\u003e\u003c/a\u003e docs(changelog): update release notes for Gin v1.10.1 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4360\"\u003e#4360\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/cb000f570c127a503535fa5be9c0237823ea7e4d\"\u003e\u003ccode\u003ecb000f5\u003c/code\u003e\u003c/a\u003e ci: integrate Trivy vulnerability scanning into CI workflow (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4359\"\u003e#4359\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/2119046230f0119c7c88f86a6b441d9d3aaad03e\"\u003e\u003ccode\u003e2119046\u003c/code\u003e\u003c/a\u003e ci: support Go 1.25 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4341\"\u003e#4341\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/da372fc77840b3badf4efef5ec2d203cdc73f1db\"\u003e\u003ccode\u003eda372fc\u003c/code\u003e\u003c/a\u003e build(deps): upgrade github.com/bytedance/sonic from v1.13.2 to v1.14.0 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4342\"\u003e#4342\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/e198f6e859220afd35bc2fb2fd5d404d7c0882ca\"\u003e\u003ccode\u003ee198f6e\u003c/code\u003e\u003c/a\u003e refactor(render): remove headers parameter from writeHeader (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4353\"\u003e#4353\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/cca98d2d266d3797a8bf70f5903c2fbe32e8bf86\"\u003e\u003ccode\u003ecca98d2\u003c/code\u003e\u003c/a\u003e chore(deps): bump google.golang.org/protobuf from 1.36.8 to 1.36.9 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4356\"\u003e#4356\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/9b1e3533e2d17b6152b05efeab8280f450e68e52\"\u003e\u003ccode\u003e9b1e353\u003c/code\u003e\u003c/a\u003e refactor(tree): replace string(/) with \u0026quot;/\u0026quot; in node.insertChild (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4354\"\u003e#4354\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/f9bd00a6b7939b941fde3fdd239367f4a7d6b137\"\u003e\u003ccode\u003ef9bd00a\u003c/code\u003e\u003c/a\u003e perf(context): optimize getMapFromFormData performance (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4339\"\u003e#4339\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/28172fa68206b2ced9df3417fad50bcabd6d9eb6\"\u003e\u003ccode\u003e28172fa\u003c/code\u003e\u003c/a\u003e chore(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.8 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4346\"\u003e#4346\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gin-gonic/gin/compare/v1.10.1...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/golang-migrate/migrate/v4` from 4.18.2 to 4.19.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang-migrate/migrate/releases\"\u003egithub.com/golang-migrate/migrate/v4's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.19.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFixed sqlserver not actually getting a lock if lock is already set by \u003ca href=\"https://github.com/urbim\"\u003e\u003ccode\u003e@​urbim\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1186\"\u003egolang-migrate/migrate#1186\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/oauth2 from 0.18.0 to 0.27.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1299\"\u003egolang-migrate/migrate#1299\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate apt-key to gpg by \u003ca href=\"https://github.com/sandhilt\"\u003e\u003ccode\u003e@​sandhilt\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1277\"\u003egolang-migrate/migrate#1277\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate dktest to v0.4.6 for docker vuln fix by \u003ca href=\"https://github.com/dhui\"\u003e\u003ccode\u003e@​dhui\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1309\"\u003egolang-migrate/migrate#1309\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: Remove go.uber.org/atomic in favor of std sync/atomic by \u003ca href=\"https://github.com/romshark\"\u003e\u003ccode\u003e@​romshark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1303\"\u003egolang-migrate/migrate#1303\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eEnsure bufferWriter is always closed in Migration.Buffer and propagate close errors by \u003ca href=\"https://github.com/ckantcs\"\u003e\u003ccode\u003e@​ckantcs\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1308\"\u003egolang-migrate/migrate#1308\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd support for Go 1.25 and drop support for 1.23 by \u003ca href=\"https://github.com/dhui\"\u003e\u003ccode\u003e@​dhui\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1310\"\u003egolang-migrate/migrate#1310\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/urbim\"\u003e\u003ccode\u003e@​urbim\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1186\"\u003egolang-migrate/migrate#1186\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/sandhilt\"\u003e\u003ccode\u003e@​sandhilt\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1277\"\u003egolang-migrate/migrate#1277\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/romshark\"\u003e\u003ccode\u003e@​romshark\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1303\"\u003egolang-migrate/migrate#1303\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ckantcs\"\u003e\u003ccode\u003e@​ckantcs\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1308\"\u003egolang-migrate/migrate#1308\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/golang-migrate/migrate/compare/v4.18.3...v4.19.0\"\u003ehttps://github.com/golang-migrate/migrate/compare/v4.18.3...v4.19.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev4.18.3\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ea4d0a1b Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2\u003c/li\u003e\n\u003cli\u003ef37ef79 Bump golang.org/x/crypto from 0.31.0 to 0.35.0\u003c/li\u003e\n\u003cli\u003e5b97c92 Bump golang.org/x/net from 0.33.0 to 0.38.0\u003c/li\u003e\n\u003cli\u003ee6d84f6 Drop support for Go 1.22 and add support for Go 1.24\u003c/li\u003e\n\u003cli\u003efccd197 Mention CLI install instructions in main README\u003c/li\u003e\n\u003cli\u003e34c2b4a Remove redundant build tags\u003c/li\u003e\n\u003cli\u003ea868033 Update FAQ.md - typo\u003c/li\u003e\n\u003cli\u003e7269490 Update golangci-lint version used in GitHub Actions\u003c/li\u003e\n\u003cli\u003ec5137c4 Update migrate -help output for the readme file\u003c/li\u003e\n\u003cli\u003e033835a Update to dktest v0.4.5\u003c/li\u003e\n\u003cli\u003e8b09191 fix: typo limited not limitted\u003c/li\u003e\n\u003cli\u003e60d73be refactor: replace github.com/pkg/errors with stdlib\u003c/li\u003e\n\u003cli\u003e36d17ba tests: fix various tests (\u003ca href=\"https://redirect.github.com/golang-migrate/migrate/issues/1209\"\u003e#1209\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/8b9c5f77128ef93d65a082208a2009a3911fe6d4\"\u003e\u003ccode\u003e8b9c5f7\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/issues/1310\"\u003e#1310\u003c/a\u003e from dhui/update_go\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/b4ec9bccb14cd7b0eb0510ac9d3d01d4be79324f\"\u003e\u003ccode\u003eb4ec9bc\u003c/code\u003e\u003c/a\u003e Add support for Go 1.25 and drop support for 1.23\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/ed4bdd4614e991ca8fba606b38a45f6409a9deb6\"\u003e\u003ccode\u003eed4bdd4\u003c/code\u003e\u003c/a\u003e Ensure bufferWriter is always closed in Migration.Buffer and propagate close ...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/8945e853c4c84a92bfa42572ac4cfd7874e23108\"\u003e\u003ccode\u003e8945e85\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/issues/1303\"\u003e#1303\u003c/a\u003e from romshark/master\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/7108d806dd50c1510510239a161887757f240122\"\u003e\u003ccode\u003e7108d80\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/issues/1309\"\u003e#1309\u003c/a\u003e from dhui/dktest_v0.4.6\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/682016f04c2c0f8faa1d122fd22a62563876f71d\"\u003e\u003ccode\u003e682016f\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/issues/1277\"\u003e#1277\u003c/a\u003e from sandhilt/doc/change-apt-key-to-gpg\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/f3e6b5a737de1b7c79aaf81168395d6f2eb1fbb0\"\u003e\u003ccode\u003ef3e6b5a\u003c/code\u003e\u003c/a\u003e Replace usage of deprecated docker types\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/0a17402aa2359c8c5cd5a68a0e08a41c4460337f\"\u003e\u003ccode\u003e0a17402\u003c/code\u003e\u003c/a\u003e Update dktest to v0.4.6 for docker vuln fix\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/5eee0c8030ca227bfd27a425988f9c7c4948e90a\"\u003e\u003ccode\u003e5eee0c8\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/issues/1299\"\u003e#1299\u003c/a\u003e from golang-migrate/dependabot/go_modules/golang.org...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/642a24d61bb0a870a15020adceeee3e85d5151c3\"\u003e\u003ccode\u003e642a24d\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/oauth2 from 0.18.0 to 0.27.0\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/golang-migrate/migrate/compare/v4.18.2...v4.19.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/magiconair/properties` from 1.8.9 to 1.8.10\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/magiconair/properties/releases\"\u003egithub.com/magiconair/properties's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.8.10\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd 32bit numeric getters which do not panic by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/77\"\u003emagiconair/properties#77\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eescape leading whitespace on value in Write() by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/81\"\u003emagiconair/properties#81\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/281f515b93cf755020c587f2ffcbdee2322f3615\"\u003e\u003ccode\u003e281f515\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/81\"\u003e#81\u003c/a\u003e from magiconair/issue-80\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/6b7aa68b641f5d60ebb8b6845db1128db53a6cf3\"\u003e\u003ccode\u003e6b7aa68\u003c/code\u003e\u003c/a\u003e test with go1.24\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/06f31332fd5f37daf3faffdf26bfec3cd1cd28b2\"\u003e\u003ccode\u003e06f3133\u003c/code\u003e\u003c/a\u003e escape leading whitespace on value in Write()\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/3dfc3b527876b509fda83a042544db6f2a2a76e6\"\u003e\u003ccode\u003e3dfc3b5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/77\"\u003e#77\u003c/a\u003e from magiconair/get32bit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/b1485840343acfbc730b9d7ff4d775e92ac02091\"\u003e\u003ccode\u003eb148584\u003c/code\u003e\u003c/a\u003e Add 32bit numeric getters which do not panic\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/mattn/go-sqlite3` from 1.14.24 to 1.14.32\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/8bf7a8a844faf952aa0245b4c0ad0a47e84f4efd\"\u003e\u003ccode\u003e8bf7a8a\u003c/code\u003e\u003c/a\u003e update amalgamation code\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/2e165e0718baef36dee27c234ce8a11009eb83ac\"\u003e\u003ccode\u003e2e165e0\u003c/code\u003e\u003c/a\u003e fix syntax error\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/e63a0c3f5b40ae8b866fa134d403587c977eb75f\"\u003e\u003ccode\u003ee63a0c3\u003c/code\u003e\u003c/a\u003e fix test\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/a9775d4d98204f439d40145ee14e2606605bac31\"\u003e\u003ccode\u003ea9775d4\u003c/code\u003e\u003c/a\u003e return error\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/c857a95a180ebf5b2894c7158645f44c303daa7a\"\u003e\u003ccode\u003ec857a95\u003c/code\u003e\u003c/a\u003e drop call of AuthEnabled()\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/eb86f084da9fbd726693c5c3de1adf2aaabe5f82\"\u003e\u003ccode\u003eeb86f08\u003c/code\u003e\u003c/a\u003e check authEnabled\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/4372bf2fb0cc86d0647a3762e60fce29ec8a92ca\"\u003e\u003ccode\u003e4372bf2\u003c/code\u003e\u003c/a\u003e enable test for sqlite_userauth but it is dropped at least\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/69a843e67f38efe92c99aad764f3f6952c3c6032\"\u003e\u003ccode\u003e69a843e\u003c/code\u003e\u003c/a\u003e fix GitHub workflow\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/4c1ac1eb245604b6fe1821e22d3bb3573abfcca3\"\u003e\u003ccode\u003e4c1ac1e\u003c/code\u003e\u003c/a\u003e fix GitHub workflow\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/a8be3f8183a78ed0621f03361a49090fe77fdbbd\"\u003e\u003ccode\u003ea8be3f8\u003c/code\u003e\u003c/a\u003e fix GitHub workflow\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/mattn/go-sqlite3/compare/v1.14.24...v1.14.32\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/spf13/viper` from 1.19.0 to 1.21.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/spf13/viper/releases\"\u003egithub.com/spf13/viper's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.21.0\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eEnhancements 🚀\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAdd support for flags pflag.BoolSlice, pflag.UintSlice and pflag.Float64Slice by \u003ca href=\"https://github.com/nmvalera\"\u003e\u003ccode\u003e@​nmvalera\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2015\"\u003espf13/viper#2015\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: use maintained yaml library by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2040\"\u003espf13/viper#2040\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBug Fixes 🐛\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efix(config): get config type from v.configType or config file ext by \u003ca href=\"https://github.com/GuillaumeBAECHLER\"\u003e\u003ccode\u003e@​GuillaumeBAECHLER\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2003\"\u003espf13/viper#2003\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: config type check when loading any config by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2007\"\u003espf13/viper#2007\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDependency Updates ⬆️\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate dependencies by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/1993\"\u003espf13/viper#1993\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/spf13/cast from 1.7.1 to 1.8.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2017\"\u003espf13/viper#2017\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/pelletier/go-toml/v2 from 2.2.3 to 2.2.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2013\"\u003espf13/viper#2013\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/sagikazarmark/locafero from 0.8.0 to 0.9.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2008\"\u003espf13/viper#2008\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 in /remote by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2016\"\u003espf13/viper#2016\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/spf13/cast from 1.8.0 to 1.9.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2020\"\u003espf13/viper#2020\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2028\"\u003espf13/viper#2028\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2035\"\u003espf13/viper#2035\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2036\"\u003espf13/viper#2036\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2012\"\u003espf13/viper#2012\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2052\"\u003espf13/viper#2052\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /remote by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2048\"\u003espf13/viper#2048\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2056\"\u003espf13/viper#2056\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update dependencies by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2057\"\u003espf13/viper#2057\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eOther Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate update guide with \u003ccode\u003emapstructure\u003c/code\u003e package replacement. by \u003ca href=\"https://github.com/aldas\"\u003e\u003ccode\u003e@​aldas\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2004\"\u003espf13/viper#2004\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: use the built-in max/min to simplify the code by \u003ca href=\"https://github.com/yingshanghuangqiao\"\u003e\u003ccode\u003e@​yingshanghuangqiao\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2029\"\u003espf13/viper#2029\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/GuillaumeBAECHLER\"\u003e\u003ccode\u003e@​GuillaumeBAECHLER\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2003\"\u003espf13/viper#2003\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aldas\"\u003e\u003ccode\u003e@​aldas\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2004\"\u003espf13/viper#2004\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nmvalera\"\u003e\u003ccode\u003e@​nmvalera\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2015\"\u003espf13/viper#2015\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yingshanghuangqiao\"\u003e\u003ccode\u003e@​yingshanghuangqiao\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2029\"\u003espf13/viper#2029\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2046\"\u003espf13/viper#2046\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spacez320\"\u003e\u003ccode\u003e@​spacez320\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2050\"\u003espf13/viper#2050\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/viper/compare/v1.20.0...v1.21.0\"\u003ehttps://github.com/spf13/viper/compare/v1.20.0...v1.21.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.20.1\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eBug Fixes 🐛\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBackport config type fixes to 1.20.x by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2005\"\u003espf13/viper#2005\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/viper/compare/v1.20.0...v1.20.1\"\u003ehttps://github.com/spf13/viper/compare/v1.20.0...v1.20.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.20.0\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/394040caccbdf5821fa6839386a35f0fb1b1ee9e\"\u003e\u003ccode\u003e394040c\u003c/code\u003e\u003c/a\u003e ci: build on go 1.25\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/812f548100ce43c96cf2ef6914fa3aea3c9885e2\"\u003e\u003ccode\u003e812f548\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/d5271efd81369475d8b49e85ce35cfe83359a991\"\u003e\u003ccode\u003ed5271ef\u003c/code\u003e\u003c/a\u003e ci: update stale workflow\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/dff303b19f6859ea69d0f48a3343765c25ce5ad2\"\u003e\u003ccode\u003edff303b\u003c/code\u003e\u003c/a\u003e feat: add a stale issue scheduled action\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/12879766ad2fccd4875e8dc5ba96ce5f28357842\"\u003e\u003ccode\u003e1287976\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/38932cd79521272eb1634d81eb1c200fa1803008\"\u003e\u003ccode\u003e38932cd\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/go-viper/mapstructure/v2 in /remote\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/6d014bec7784acab13d7d7eb2adcb6814bac2f89\"\u003e\u003ccode\u003e6d014be\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/b74c7ee1e5e999f16bc2b904608815a59241b316\"\u003e\u003ccode\u003eb74c7ee\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/acd05e1543b0c36b36580b6bd29c53a9b62acd98\"\u003e\u003ccode\u003eacd05e1\u003c/code\u003e\u003c/a\u003e fix: linting issues\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/ae5a8e23e22a67a6dcc2025cef0b5a2ca7615456\"\u003e\u003ccode\u003eae5a8e2\u003c/code\u003e\u003c/a\u003e ci: upgrade golangci-lint\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/spf13/viper/compare/v1.19.0...v1.21.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/swaggo/gin-swagger` from 1.6.0 to 1.6.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/swaggo/gin-swagger/releases\"\u003egithub.com/swaggo/gin-swagger's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.6.1\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e19f4300ad05a57e2a7a2f3ef0a3acbac8f30a435 Allow to enable Proof Key for Code Exachange (PKCE) (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/271\"\u003e#271\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e76a92d5db8f3d154f87d1feac1e46f23aeec9fdf Update Go versions in CI workflow (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/324\"\u003e#324\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eaa92a0ac3f26c587e4248afcf8d8b6318353e7b0 Update ReadMe (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/291\"\u003e#291\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e08e4a929c9132200950fed601d0472142a20e0ce chore(deps): bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/270\"\u003e#270\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e7d8970259b5a77dde1462927b1b4d589fc938cd4 chore(deps): bump golang.org/x/net from 0.8.0 to 0.23.0 (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/298\"\u003e#298\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e2b8554dea56a983cae644a52556125b6f4216020 chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/293\"\u003e#293\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e3b4340f1a7a6b24b9dcb4238954db4482db434ae move css and js to seperate files (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/280\"\u003e#280\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/gin-swagger/commit/2b8554dea56a983cae644a52556125b6f4216020\"\u003e\u003ccode\u003e2b8554d\u003c/code\u003e\u003c/a\u003e chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/293\"\u003e#293\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/gin-swagger/commit/08e4a929c9132200950fed601d0472142a20e0ce\"\u003e\u003ccode\u003e08e4a92\u003c/code\u003e\u003c/a\u003e chore(deps): bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/270\"\u003e#270\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/gin-swagger/commit/7d8970259b5a77dde1462927b1b4d589fc938cd4\"\u003e\u003ccode\u003e7d89702\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/net from 0.8.0 to 0.23.0 (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/298\"\u003e#298\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/gin-swagger/commit/76a92d5db8f3d154f87d1feac1e46f23aeec9fdf\"\u003e\u003ccode\u003e76a92d5\u003c/code\u003e\u003c/a\u003e Update Go versions in CI workflow (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/324\"\u003e#324\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/gin-swagger/commit/19f4300ad05a57e2a7a2f3ef0a3acbac8f30a435\"\u003e\u003ccode\u003e19f4300\u003c/code\u003e\u003c/a\u003e Allow to enable Proof Key for Code Exachange (PKCE) (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/271\"\u003e#271\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/gin-swagger/commit/aa92a0ac3f26c587e4248afcf8d8b6318353e7b0\"\u003e\u003ccode\u003eaa92a0a\u003c/code\u003e\u003c/a\u003e Update ReadMe (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/291\"\u003e#291\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/gin-swagger/commit/3b4340f1a7a6b24b9dcb4238954db4482db434ae\"\u003e\u003ccode\u003e3b4340f\u003c/code\u003e\u003c/a\u003e move css and js to seperate files (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/280\"\u003e#280\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/swaggo/gin-swagger/compare/v1.6.0...v1.6.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/swaggo/swag` from 1.16.4 to 1.16.6\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/swaggo/swag/releases\"\u003egithub.com/swaggo/swag's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.16.6\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: prevent nil pointer dereference in getFuncDoc when parsing depen… by \u003ca href=\"https://github.com/gatorjuice\"\u003e\u003ccode\u003e@​gatorjuice\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2044\"\u003eswaggo/swag#2044\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: router with tilde \u003ca href=\"https://redirect.github.com/swaggo/swag/issues/2004\"\u003e#2004\u003c/a\u003e by \u003ca href=\"https://github.com/subwiz\"\u003e\u003ccode\u003e@​subwiz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2005\"\u003eswaggo/swag#2005\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFeature: allow enum ordered const name override (2nd PR for this) by \u003ca href=\"https://github.com/drewsilcock\"\u003e\u003ccode\u003e@​drewsilcock\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2046\"\u003eswaggo/swag#2046\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUse the structs name without the \u003ca href=\"https://github.com/name\"\u003e\u003ccode\u003e@​name\u003c/code\u003e\u003c/a\u003e comment by \u003ca href=\"https://github.com/skast96\"\u003e\u003ccode\u003e@​skast96\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2043\"\u003eswaggo/swag#2043\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: allow description line continuation by \u003ca href=\"https://github.com/berk-karaal\"\u003e\u003ccode\u003e@​berk-karaal\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2048\"\u003eswaggo/swag#2048\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gatorjuice\"\u003e\u003ccode\u003e@​gatorjuice\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2044\"\u003eswaggo/swag#2044\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/subwiz\"\u003e\u003ccode\u003e@​subwiz\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2005\"\u003eswaggo/swag#2005\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/drewsilcock\"\u003e\u003ccode\u003e@​drewsilcock\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2046\"\u003eswaggo/swag#2046\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/skast96\"\u003e\u003ccode\u003e@​skast96\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2043\"\u003eswaggo/swag#2043\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/swaggo/swag/compare/v1.16.5...v1.16.6\"\u003ehttps://github.com/swaggo/swag/compare/v1.16.5...v1.16.6\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.16.5\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdded support for \u003ca href=\"https://github.com/tag\"\u003e\u003ccode\u003e@​tag\u003c/code\u003e\u003c/a\u003e.x- attributes for tags (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/1784\"\u003e#1784\u003c/a\u003e) by \u003ca href=\"https://github.com/Ponywka\"\u003e\u003ccode\u003e@​Ponywka\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1785\"\u003eswaggo/swag#1785\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: Add x-enum-descriptions to generated Swagger documentation for Enum by \u003ca href=\"https://github.com/wakamenod\"\u003e\u003ccode\u003e@​wakamenod\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1878\"\u003eswaggo/swag#1878\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: use '\u0026amp;\u0026amp;' for security pair(AND) by \u003ca href=\"https://github.com/kkkiio\"\u003e\u003ccode\u003e@​kkkiio\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1659\"\u003eswaggo/swag#1659\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: ParseComment error to contain the comment by \u003ca href=\"https://github.com/stokito\"\u003e\u003ccode\u003e@​stokito\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1777\"\u003eswaggo/swag#1777\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esupport generate var-declared function doc by \u003ca href=\"https://github.com/book987\"\u003e\u003ccode\u003e@​book987\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1657\"\u003eswaggo/swag#1657\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix compare original and formatted by \u003ca href=\"https://github.com/0daryo\"\u003e\u003ccode\u003e@​0daryo\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1915\"\u003eswaggo/swag#1915\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eTransfer golang type to swagger type with format reserved by \u003ca href=\"https://github.com/sdghchj\"\u003e\u003ccode\u003e@​sdghchj\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1944\"\u003eswaggo/swag#1944\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix format by goimports by \u003ca href=\"https://github.com/0daryo\"\u003e\u003ccode\u003e@​0daryo\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1927\"\u003eswaggo/swag#1927\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /example/object-map-example by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1945\"\u003eswaggo/swag#1945\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: \u003ca href=\"https://github.com/name\"\u003e\u003ccode\u003e@​name\u003c/code\u003e\u003c/a\u003e for recursion by \u003ca href=\"https://github.com/njacob1001\"\u003e\u003ccode\u003e@​njacob1001\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1948\"\u003eswaggo/swag#1948\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix typo error in README by \u003ca href=\"https://github.com/yashisrani\"\u003e\u003ccode\u003e@​yashisrani\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1954\"\u003eswaggo/swag#1954\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExtension: collectionFormat in struct tag by \u003ca href=\"https://github.com/sdghchj\"\u003e\u003ccode\u003e@​sdghchj\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1989\"\u003eswaggo/swag#1989\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: accept event streaming by \u003ca href=\"https://github.com/miguelhrocha\"\u003e\u003ccode\u003e@​miguelhrocha\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1992\"\u003eswaggo/swag#1992\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eNon-empty stderr for \u003ccode\u003ego list\u003c/code\u003e is not an error in itself by \u003ca href=\"https://github.com/atercattus\"\u003e\u003ccode\u003e@​atercattus\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1981\"\u003eswaggo/swag#1981\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdated golang/x/text v0.21, x/tools v0.21 to address CVE-2024-45338 in net v0.23 by \u003ca href=\"https://github.com/blame19\"\u003e\u003ccode\u003e@​blame19\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1962\"\u003eswaggo/swag#1962\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove redundant \u003ccode\u003e(default: false)\u003c/code\u003e for parseFuncBody flag by \u003ca href=\"https://github.com/nikpivkin\"\u003e\u003ccode\u003e@​nikpivkin\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1961\"\u003eswaggo/swag#1961\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /example/celler by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1993\"\u003eswaggo/swag#1993\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix(test): include \u003ccode\u003erune\u003c/code\u003e test in enums tests by \u003ca href=\"https://github.com/sharunkumar\"\u003e\u003ccode\u003e@​sharunkumar\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2025\"\u003eswaggo/swag#2025\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: json:omitempty marks field as optional by \u003ca href=\"https://github.com/andyatmiami\"\u003e\u003ccode\u003e@​andyatmiami\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2041\"\u003eswaggo/swag#2041\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wakamenod\"\u003e\u003ccode\u003e@​wakamenod\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1878\"\u003eswaggo/swag#1878\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stokito\"\u003e\u003ccode\u003e@​stokito\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1777\"\u003eswaggo/swag#1777\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/book987\"\u003e\u003ccode\u003e@​book987\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1657\"\u003eswaggo/swag#1657\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/njacob1001\"\u003e\u003ccode\u003e@​njacob1001\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1948\"\u003eswaggo/swag#1948\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yashisrani\"\u003e\u003ccode\u003e@​yashisrani\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1954\"\u003eswaggo/swag#1954\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/miguelhrocha\"\u003e\u003ccode\u003e@​miguelhrocha\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1992\"\u003eswaggo/swag#1992\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/atercattus\"\u003e\u003ccode\u003e@​atercattus\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1981\"\u003eswaggo/swag#1981\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/blame19\"\u003e\u003ccode\u003e@​blame19\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1962\"\u003eswaggo/swag#1962\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/sharunkumar\"\u003e\u003ccode\u003e@​sharunkumar\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2025\"\u003eswaggo/swag#2025\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/andyatmiami\"\u003e\u003ccode\u003e@​andyatmiami\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2041\"\u003eswaggo/swag#2041\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/f676981e12b892b4a2c5f50cd3dbc96d469ca358\"\u003e\u003ccode\u003ef676981\u003c/code\u003e\u003c/a\u003e feat: allow description line continuation (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/2048\"\u003e#2048\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/252fecd4cbc33868a56d3f3f1092cd2a561073ef\"\u003e\u003ccode\u003e252fecd\u003c/code\u003e\u003c/a\u003e Use the structs name without the \u003ca href=\"https://github.com/name\"\u003e\u003ccode\u003e@​name\u003c/code\u003e\u003c/a\u003e comment (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/2043\"\u003e#2043\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/b0c5cc990594386ba6189a21313e4e8e68695249\"\u003e\u003ccode\u003eb0c5cc9\u003c/code\u003e\u003c/a\u003e Feature: allow enum ordered const name override (2nd PR for this) (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/2046\"\u003e#2046\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/0f3bf86377c7e1c5bbf280380419e9ded717d83a\"\u003e\u003ccode\u003e0f3bf86\u003c/code\u003e\u003c/a\u003e fix: router with tilde \u003ca href=\"https://redirect.github.com/swaggo/swag/issues/2004\"\u003e#2004\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/2005\"\u003e#2005\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/d7cec5730e4e9ff1c05e98b780c0092b0ad35cbe\"\u003e\u003ccode\u003ed7cec57\u003c/code\u003e\u003c/a\u003e fix: prevent nil pointer dereference in getFuncDoc when parsing dependencies ...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/15a183bfd60426ca30b2cebdff5ab7c6558d0291\"\u003e\u003ccode\u003e15a183b\u003c/code\u003e\u003c/a\u003e feat: json:omitempty marks field as optional (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/2041\"\u003e#2041\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/714cd1292724c73a25cf1828ea24df08d4f66de3\"\u003e\u003ccode\u003e714cd12\u003c/code\u003e\u003c/a\u003e fix(test): include \u003ccode\u003erune\u003c/code\u003e test in enums tests (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/2025\"\u003e#2025\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/93e86851e9f22f1f2db57812cf71fc004c02159c\"\u003e\u003ccode\u003e93e8685\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/crypto in /example/celler (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/1993\"\u003e#1993\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/aee4fddf38fc80aa5d2d5257545f2a3727d7d056\"\u003e\u003ccode\u003eaee4fdd\u003c/code\u003e\u003c/a\u003e Remove redundant (default: false) for parseFuncBody flag (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/1961\"\u003e#1961\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/5c99c1705f92c42ba47987357d0e1790e8c1eb92\"\u003e\u003ccode\u003e5c99c17\u003c/code\u003e\u003c/a\u003e x/text v0.21, x/tools v0.21 (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/1962\"\u003e#1962\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/swaggo/swag/compare/v1.16.4...v1.16.6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/centrifugal/centrifuge` from 0.34.3 to 0.38.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/centrifugal/centrifuge/releases\"\u003egithub.com/centrifugal/centrifuge's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.38.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eNew Features\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eServer-side publication filtering by tags\u003c/strong\u003e,  by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/511\"\u003ecentrifugal/centrifuge#511\u003c/a\u003e.\nAdded support for filtering publications on the server by specifying tag filters in subscription requests. This feature may significantly help with bandwidth optimization for real-time messaging applications, particularly in scenarios where clients would otherwise receive and discard a significant portion of messages in a channel anyway. Not only network costs may be reduced in this case, but also processing overhead which leads to a faster battery drain on mobile devices.\nSee \u003ca href=\"https://github.com/centrifugal/centrifuge/tree/master/_examples/tags_filter\"\u003ethe example\u003c/a\u003e which shows stock tickers filtered server-side based on a client-supplied tags filter.\nFor more insights, read the recent post in Centrifugal blog: \u003ca href=\"https://centrifugal.dev/blog/2025/10/14/server-side-publication-filtering-by-tags\"\u003ePublication filtering by tags – reducing bandwidth with server-side stream filtering\u003c/a\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eExperimental WebSocket over HTTP/2 (RFC 8441)\u003c/strong\u003e, by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/519\"\u003ecentrifugal/centrifuge#519\u003c/a\u003e.\nInitial support for WebSocket over HTTP/2 following \u003ca href=\"https://www.rfc-editor.org/rfc/rfc8441.html\"\u003eRFC 8441\u003c/a\u003e.  In that case each WebSocket connection is a separate HTTP/2 stream inside a single HTTP/2 connection. The feature may be useful for reducing connection latency (avoid TLS handshake overhead) or to reduce the number of physical TCP connections in the infrastructure. Requires \u003ccode\u003eGODEBUG=http2xconnect=1\u003c/code\u003e to be used (see \u003ca href=\"https://redirect.github.com/golang/go/issues/53208\"\u003egolang/go#53208\u003c/a\u003e).\nAdded \u003ca href=\"https://github.com/centrifugal/centrifuge/tree/master/_examples/experimental\"\u003enew HTTP/2 examples\u003c/a\u003e that demonstrate the usage of feature and include demonstration of managing Centrifuge-based server behind Haproxy (which supports both RFC 8441 and HTTP/2 Cleartext for connection proxying).\nSee additional notes about it in Centrifugo docs: \u003ca href=\"https://centrifugal.dev/docs/transports/websocket#websocket-over-http2-rfc-8441\"\u003eWebSocket over HTTP/2 (RFC 8441)\u003c/a\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eIntroduction of new official real-time SDK: \u003ccode\u003ecentrifuge-csharp\u003c/code\u003e\u003c/strong\u003e\u003cbr /\u003e\nEarly-stage rollout of our new official C# SDK, currently under active development. This will become our 7th officially maintained SDK in addition to Javascript, Go, Dart, Java, Swift and Python.\nRepository: \u003ca href=\"https://github.com/centrifugal/centrifuge-csharp\"\u003ehttps://github.com/centrifugal/centrifuge-csharp\u003c/a\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eSHA-1 generation offloading to Redis (for better FIPS compliance)\u003c/strong\u003e,  by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/522\"\u003ecentrifugal/centrifuge#522\u003c/a\u003e.\nSupport for delegating SHA-1 generation to Redis for environments requiring FIPS compliance (without performance overhead, because the loading of SHA-1 is only done once on the start). See \u003ccode\u003eRedisBrokerConfig.LoadSHA1\u003c/code\u003e and \u003ccode\u003eRedisPresenceManagerConfig.LoadSHA1\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eExperimental channel compaction\u003c/strong\u003e, part of \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/511\"\u003ecentrifugal/centrifuge#511\u003c/a\u003e PR\nSome of our SDKs may now negotiate channel compaction feature - a way to reduce sending channels as full strings in the client protocol. If enabled on server side (see \u003ccode\u003eSubscribeOptions.AllowChannelCompaction\u003c/code\u003e) then channel gets a numeric ID and represented in a more compact form in the client protocol. In Protobuf protocol it may be just a varint (1-10 bytes in the wire) instead of let's say 40-60 bytes channel string (of course this depends on how long channel strings are in your specific use case). This may allow reducing bandwidth significantly in some setups. Now supported only by \u003ccode\u003ecentrifuge-js\u003c/code\u003e SDK.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eMetrics enhancements\u003c/strong\u003e\nSee \u003ccode\u003eMetricsConfig.ExposeTransportAcceptProtocol\u003c/code\u003e flag to enable resolution by transport underlying protocol (\u003ccode\u003eh1\u003c/code\u003e, \u003ccode\u003eh2\u003c/code\u003e). We extended \u003ccode\u003eTransportInfo\u003c/code\u003e interface with \u003ccode\u003eAcceptProtocol\u003c/code\u003e to support that.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes \u0026amp; Maintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eDeadlock prevention for single connections\u003c/strong\u003e, by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/515\"\u003ecentrifugal/centrifuge#515\u003c/a\u003e.\nResolved a potential deadlock involving \u003ccode\u003enode.Disconnect\u003c/code\u003e and striking more often when maintaining single connection (this was originally \u003ca href=\"https://redirect.github.com/centrifugal/centrifugo/issues/1044\"\u003ereported to Centrifugo\u003c/a\u003e, here we had \u003ca href=\"https://github.com/centrifugal/centrifuge/tree/master/_examples/single_connection\"\u003eexample\u003c/a\u003e for it, it's now updated).\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eCI lint updates and minor lint corrections\u003c/strong\u003e, by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/520\"\u003ecentrifugal/centrifuge#520\u003c/a\u003e.\nImprovements to continuous integration linting setup and corresponding fixes. Using golang-ci lint v2 now.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eDependency updates\u003c/strong\u003e\u003cbr /\u003e\nGeneral dependency refresh across the project.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003chr /\u003e\n\u003cpre\u003e\u003ccode\u003e❯ gorelease -base v0.37.2 -version v0.38.0\n# github.com/centrifugal/centrifuge\n## incompatible changes\nTransportInfo.AcceptProtocol: added\n## compatible changes\nMetricsConfig.ExposeTransportAcceptProtocol: added\nRedisBrokerConfig.LoadSHA1: added\nRedisPresenceManagerConfig.LoadSHA1: added\n\u0026lt;/tr\u0026gt;\u0026lt;/table\u0026gt; \n\u003c/code\u003e\u003c/pre\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/50793d7e5d3062d276f1e1b069ce1df49411032b\"\u003e\u003ccode\u003e50793d7\u003c/code\u003e\u003c/a\u003e mention csharp sdk (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/525\"\u003e#525\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/294c7a4af10d0ba43141b0791ee6b0417792c62c\"\u003e\u003ccode\u003e294c7a4\u003c/code\u003e\u003c/a\u003e up dependencies (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/524\"\u003e#524\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/7f8a30fc2a03a2c347c825c5c97dd4a50a1a5554\"\u003e\u003ccode\u003e7f8a30f\u003c/code\u003e\u003c/a\u003e support offloading SHA-1 generation to Redis for FIPS compliance purposes (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/522\"\u003e#522\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/d9764210a9a84b5889c428ac3a718ab75aae276d\"\u003e\u003ccode\u003ed976421\u003c/code\u003e\u003c/a\u003e clear read deadline in http/2 ws case (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/521\"\u003e#521\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/fecb61dae94ee3bdfcf8b7f0896946b03c08b96d\"\u003e\u003ccode\u003efecb61d\u003c/code\u003e\u003c/a\u003e Update lint in ci, some lint fixes (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/520\"\u003e#520\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/df043a0b108eaa809fdc279ec6e6dcd2692d6dec\"\u003e\u003ccode\u003edf043a0\u003c/code\u003e\u003c/a\u003e Experimental WebSocket over HTTP/2 (RFC 8441) (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/519\"\u003e#519\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/1d47f1c2cfd2aff77e7eaff474654791f5b09c35\"\u003e\u003ccode\u003e1d47f1c\u003c/code\u003e\u003c/a\u003e Update README.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/17f64ccd818fc3503a5483302eb20eecdff926ef\"\u003e\u003ccode\u003e17f64cc\u003c/code\u003e\u003c/a\u003e Bump actions/setup-go from 5 to 6 (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/512\"\u003e#512\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/6e5cdd0002fecec722c08f61bd459e3f0399f839\"\u003e\u003ccode\u003e6e5cdd0\u003c/code\u003e\u003c/a\u003e Bump google.golang.org/protobuf from 1.36.8 to 1.36.9 (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/514\"\u003e#514\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifuga...\n\n_Description has been truncated_","html_url":"https://github.com/radiant-lab7098/block-headers-service/pull/4","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/radiant-lab7098%2Fblock-headers-service/issues/4","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/4/packages"},{"uuid":"3609655893","node_id":"PR_kwDOCLjqFs6ynmbG","number":876,"state":"closed","title":"Bump the all-deps group across 5 directories with 169 updates","user":"dependabot[bot]","labels":["dependencies","go"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-11-17T20:39:50.000Z","author_association":null,"state_reason":null,"created_at":"2025-11-10T20:53:08.000Z","updated_at":"2025-11-17T20:39:51.000Z","time_to_close":604002,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"all-deps","update_count":169,"packages":[{"name":"github.com/golang/protobuf","old_version":"1.5.3","new_version":"1.5.4","repository_url":"https://github.com/golang/protobuf"},{"name":"github.com/maxbrunsfeld/counterfeiter/v6","old_version":"6.6.1","new_version":"6.12.0","repository_url":"https://github.com/maxbrunsfeld/counterfeiter"},{"name":"github.com/spf13/cobra","old_version":"1.7.0","new_version":"1.10.1","repository_url":"https://github.com/spf13/cobra"},{"name":"github.com/stretchr/testify","old_version":"1.8.4","new_version":"1.11.1","repository_url":"https://github.com/stretchr/testify"},{"name":"honnef.co/go/tools","old_version":"0.4.3","new_version":"0.6.1","repository_url":"https://github.com/dominikh/go-tools"},{"name":"github.com/Microsoft/go-winio","old_version":"0.6.1","new_version":"0.6.2","repository_url":"https://github.com/Microsoft/go-winio"},{"name":"github.com/bits-and-blooms/bitset","old_version":"1.7.0","new_version":"1.24.3","repository_url":"https://github.com/bits-and-blooms/bitset"},{"name":"github.com/cespare/xxhash/v2","old_version":"2.2.0","new_version":"2.3.0","repository_url":"https://github.com/cespare/xxhash"},{"name":"github.com/cloudflare/cfssl","old_version":"1.4.1","new_version":"1.6.5","repository_url":"https://github.com/cloudflare/cfssl"},{"name":"github.com/consensys/bavard","old_version":"0.1.13","new_version":"0.2.1","repository_url":"https://github.com/consensys/bavard"},{"name":"github.com/consensys/gnark-crypto","old_version":"0.12.1","new_version":"0.19.2","repository_url":"https://github.com/consensys/gnark-crypto"},{"name":"github.com/docker/go-connections","old_version":"0.5.0","new_version":"0.6.0","repository_url":"https://github.com/docker/go-connections"},{"name":"github.com/fsnotify/fsnotify","old_version":"1.6.0","new_version":"1.9.0","repository_url":"https://github.com/fsnotify/fsnotify"},{"name":"github.com/fsouza/go-dockerclient","old_version":"1.10.0","new_version":"1.12.2","repository_url":"https://github.com/fsouza/go-dockerclient"},{"name":"github.com/go-kit/kit","old_version":"0.10.0","new_version":"0.13.0","repository_url":"https://github.com/go-kit/kit"},{"name":"github.com/go-logfmt/logfmt","old_version":"0.5.1","new_version":"0.6.1","repository_url":"https://github.com/go-logfmt/logfmt"},{"name":"github.com/go-openapi/jsonpointer","old_version":"0.19.5","new_version":"0.22.1","repository_url":"https://github.com/go-openapi/jsonpointer"},{"name":"github.com/go-openapi/jsonreference","old_version":"0.20.0","new_version":"0.21.3","repository_url":"https://github.com/go-openapi/jsonreference"},{"name":"github.com/go-openapi/spec","old_version":"0.20.8","new_version":"0.22.1","repository_url":"https://github.com/go-openapi/spec"},{"name":"github.com/gobuffalo/envy","old_version":"1.10.1","new_version":"1.10.2","repository_url":"https://github.com/gobuffalo/envy"},{"name":"github.com/gobuffalo/packd","old_version":"1.0.1","new_version":"1.0.2","repository_url":"https://github.com/gobuffalo/packd"},{"name":"github.com/joho/godotenv","old_version":"1.4.0","new_version":"1.5.1","repository_url":"https://github.com/joho/godotenv"},{"name":"github.com/magiconair/properties","old_version":"1.8.7","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"},{"name":"github.com/moby/term","old_version":"0.5.0","new_version":"0.5.2","repository_url":"https://github.com/moby/term"},{"name":"github.com/nxadm/tail","old_version":"1.4.8","new_version":"1.4.11","repository_url":"https://github.com/nxadm/tail"},{"name":"github.com/opencontainers/image-spec","old_version":"1.1.0-rc5","new_version":"1.1.1","repository_url":"https://github.com/opencontainers/image-spec"},{"name":"github.com/prometheus/client_model","old_version":"0.5.0","new_version":"0.6.2","repository_url":"https://github.com/prometheus/client_model"},{"name":"github.com/prometheus/procfs","old_version":"0.12.0","new_version":"0.19.2","repository_url":"https://github.com/prometheus/procfs"},{"name":"github.com/spf13/afero","old_version":"1.6.0","new_version":"1.15.0","repository_url":"https://github.com/spf13/afero"},{"name":"github.com/spf13/cast","old_version":"1.4.1","new_version":"1.10.0","repository_url":"https://github.com/spf13/cast"},{"name":"github.com/spf13/viper","old_version":"1.10.1","new_version":"1.21.0","repository_url":"https://github.com/spf13/viper"}],"path":null,"ecosystem":"go"},"body":"Bumps the all-deps group with 31 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/maxbrunsfeld/counterfeiter/v6](https://github.com/maxbrunsfeld/counterfeiter) | `6.6.1` | `6.12.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [honnef.co/go/tools](https://github.com/dominikh/go-tools) | `0.4.3` | `0.6.1` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.3` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.5` | `0.22.1` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.0` | `0.21.3` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.1` |\n| [github.com/gobuffalo/envy](https://github.com/gobuffalo/envy) | `1.10.1` | `1.10.2` |\n| [github.com/gobuffalo/packd](https://github.com/gobuffalo/packd) | `1.0.1` | `1.0.2` |\n| [github.com/joho/godotenv](https://github.com/joho/godotenv) | `1.4.0` | `1.5.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/nxadm/tail](https://github.com/nxadm/tail) | `1.4.8` | `1.4.11` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0-rc5` | `1.1.1` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.19.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.6.0` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n\nBumps the all-deps group with 48 updates in the /integration/go_chaincode directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.2` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.3` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.29` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.1` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.2` | `1.14.2` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd) | `22.5.0` | `22.6.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/dgraph-io/badger/v3](https://github.com/dgraph-io/badger) | `3.2103.2` | `3.2103.5` |\n| [github.com/elastic/gosigar](https://github.com/elastic/gosigar) | `0.14.2` | `0.14.3` |\n| [github.com/flynn/noise](https://github.com/flynn/noise) | `1.0.0` | `1.1.0` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.11` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.7.0` | `1.7.6` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.16.0` | `2.27.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.0` |\n| [github.com/huin/goupnp](https://github.com/huin/goupnp) | `1.2.0` | `1.3.0` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/boxo](https://github.com/ipfs/boxo) | `0.8.0-rc1` | `0.35.2` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/ugorji/go](https://github.com/ugorji/go) | `1.1.4` | `1.2.14` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.40.0` |\n| [github.com/ugorji/go/codec](https://github.com/ugorji/go) | `1.3.0` | `1.3.1` |\n\nBumps the all-deps group with 26 updates in the /samples/application/ccapi directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.11.1` |\n| [golang.org/x/tools](https://github.com/golang/tools) | `0.14.0` | `0.38.0` |\n| google.golang.org/protobuf | `1.34.2` | `1.36.10` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.6` | `0.22.1` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.2` | `0.21.3` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.19.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.2` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.5` | `1.0.10` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.6` | `1.14.2` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.11` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.4.0` | `1.7.6` |\n| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.59.0` | `1.76.0` |\n| [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.8.12` | `1.16.6` |\n| [github.com/swaggo/gin-swagger](https://github.com/swaggo/gin-swagger) | `1.6.0` | `1.6.1` |\n| [golang.org/x/sync](https://github.com/golang/sync) | `0.17.0` | `0.18.0` |\n\nBumps the all-deps group with 52 updates in the /samples/demos/irb directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.2` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.3` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.29` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0` | `1.1.1` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.1` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.0` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/go-cid](https://github.com/ipfs/go-cid) | `0.4.1` | `0.6.0` |\n| [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.7` | `2.3.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) | `0.11.0` | `0.16.1` |\n| [github.com/multiformats/go-multicodec](https://github.com/multiformats/go-multicodec) | `0.9.0` | `0.10.0` |\n| [github.com/multiformats/go-multistream](https://github.com/multiformats/go-multistream) | `0.4.1` | `0.6.1` |\n| [lukechampine.com/blake3](https://github.com/lukechampine/blake3) | `1.2.1` | `1.4.1` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.40.0` |\n| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.28.0` | `0.40.0` |\n| [code.cloudfoundry.org/clock](https://github.com/cloudfoundry/clock) | `1.1.0` | `1.53.0` |\n| [github.com/VictoriaMetrics/fastcache](https://github.com/VictoriaMetrics/fastcache) | `1.12.1` | `1.13.2` |\n| [github.com/go-ole/go-ole](https://github.com/go-ole/go-ole) | `1.2.6` | `1.3.0` |\n| [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.12` | `0.3.15` |\n| [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.6` | `3.6.5` |\n| [go.etcd.io/etcd/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.5` |\n| [go.etcd.io/etcd/raft/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.5.24` |\n| [go.etcd.io/etcd/server/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.5` |\n\nBumps the all-deps group with 26 updates in the /samples/deployment/fabric-smart-client/the-simple-testing-network directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.2` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.29` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.1` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.36.0` | `1.38.0` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.40.0` |\n\n\nUpdates `github.com/golang/protobuf` from 1.5.3 to 1.5.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/protobuf/releases\"\u003egithub.com/golang/protobuf's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.5.4\u003c/h2\u003e\n\u003cp\u003eNotable changes\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eupdate descriptor.proto to latest version\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/75de7c059e36b64f01d0dd234ff2fff404ec3374\"\u003e\u003ccode\u003e75de7c0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang/protobuf/issues/1597\"\u003e#1597\u003c/a\u003e from golang/updatedesc\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/b7697bb698b1c56643249ef6179c7cae1478881d\"\u003e\u003ccode\u003eb7697bb\u003c/code\u003e\u003c/a\u003e all: update descriptor.proto to latest version\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/protobuf/compare/v1.5.3...v1.5.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/maxbrunsfeld/counterfeiter/v6` from 6.6.1 to 6.12.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases\"\u003egithub.com/maxbrunsfeld/counterfeiter/v6's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.12.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.37.0 to 1.38.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/333\"\u003emaxbrunsfeld/counterfeiter#333\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.38.0 to 1.38.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/338\"\u003emaxbrunsfeld/counterfeiter#338\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: support for custom type constraints in generic interfaces by \u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.2\u003c/h2\u003e\n\u003cp\u003eRevert changes from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases/tag/v6.11.1\"\u003e\u003ccode\u003ev6.11.1\u003c/code\u003e\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.1\u003c/h2\u003e\n\u003cp\u003eRestore compatibility for \u003ccode\u003ego\u003c/code\u003e \u003ccode\u003e1.22\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.34.2 to 1.35.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/303\"\u003emaxbrunsfeld/counterfeiter#303\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.0 to 1.35.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/304\"\u003emaxbrunsfeld/counterfeiter#304\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.19.0 to 0.20.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/305\"\u003emaxbrunsfeld/counterfeiter#305\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.26.0 to 0.27.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/306\"\u003emaxbrunsfeld/counterfeiter#306\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.1 to 1.36.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/307\"\u003emaxbrunsfeld/counterfeiter#307\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.20.0 to 0.21.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/308\"\u003emaxbrunsfeld/counterfeiter#308\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.27.0 to 0.28.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/309\"\u003emaxbrunsfeld/counterfeiter#309\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.36.0 to 1.36.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/310\"\u003emaxbrunsfeld/counterfeiter#310\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ehandle interfaces with generics by \u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.10.0...v6.11.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.10.0...v6.11.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.34.1 to 1.34.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/296\"\u003emaxbrunsfeld/counterfeiter#296\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.18.0 to 0.19.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/299\"\u003emaxbrunsfeld/counterfeiter#299\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.25.0 to 0.26.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/300\"\u003emaxbrunsfeld/counterfeiter#300\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eissue \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/298\"\u003e#298\u003c/a\u003e - go 1.23 go/types alias change by \u003ca href=\"https://github.com/xanderflood\"\u003e\u003ccode\u003e@​xanderflood\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/301\"\u003emaxbrunsfeld/counterfeiter#301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/xanderflood\"\u003e\u003ccode\u003e@​xanderflood\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/301\"\u003emaxbrunsfeld/counterfeiter#301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.9.0...v6.10.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.9.0...v6.10.0\u003c/a\u003e\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/1787e7d29dd879b458fdf4df04fd7825f206ef3d\"\u003e\u003ccode\u003e1787e7d\u003c/code\u003e\u003c/a\u003e fix incorrect use of fmt.Errorf (use errors.New)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/d0d179107c4f9eb60fa55a6ba3616aafcb2dc9f3\"\u003e\u003ccode\u003ed0d1791\u003c/code\u003e\u003c/a\u003e ⬆️ dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/b365b339524a88e6d4f20c5ed05761533909ce1c\"\u003e\u003ccode\u003eb365b33\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/334\"\u003e#334\u003c/a\u003e from mahboubii/fix/generic-interface-type-constraint\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/df5c1686e416edff9a82fdd84f1c30124f60ab74\"\u003e\u003ccode\u003edf5c168\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/338\"\u003e#338\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/github.com/on...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/93d20fecbcae6fcd0fd095f348ef67908125873a\"\u003e\u003ccode\u003e93d20fe\u003c/code\u003e\u003c/a\u003e Bump github.com/onsi/gomega from 1.38.0 to 1.38.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/b8c00d116d3343b732cc9c9f9a9e4e0eea5915b8\"\u003e\u003ccode\u003eb8c00d1\u003c/code\u003e\u003c/a\u003e test union constraint type\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/7daa3608f4f7bae19c7cd09616f743e12479c0ab\"\u003e\u003ccode\u003e7daa360\u003c/code\u003e\u003c/a\u003e fix: support for custom type constraints in generic interfaces\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/eeb5bb36f242dd28beea0ccbed57ea10f2fa2604\"\u003e\u003ccode\u003eeeb5bb3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/333\"\u003e#333\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/github.com/on...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/8cc0e52a7656a3523ad6b74af0c58794b3ad6c0f\"\u003e\u003ccode\u003e8cc0e52\u003c/code\u003e\u003c/a\u003e Bump github.com/onsi/gomega from 1.37.0 to 1.38.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/386d8831d95d053807d08b1620e0347c186f7673\"\u003e\u003ccode\u003e386d883\u003c/code\u003e\u003c/a\u003e avoid locking method-specific mutexes in Invocations() to avoid deadlock\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.6.1...v6.12.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/ginkgo/v2` from 2.11.0 to 2.25.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/releases\"\u003egithub.com/onsi/ginkgo/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.27.2\u003c/h2\u003e\n\u003ch2\u003e2.27.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003einline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix syntax errors and typo [a99c6e0]\u003c/li\u003e\n\u003cli\u003eFix paragraph position error [f993df5]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.27.1\u003c/h2\u003e\n\u003ch2\u003e2.27.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix Ginkgo Reporter slice-bounds panic [606c1cb]\u003c/li\u003e\n\u003cli\u003eBug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.27.0\u003c/h2\u003e\n\u003ch2\u003e2.27.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003ch4\u003eTransforming Nodes during Tree Construction\u003c/h4\u003e\n\u003cp\u003eThis release adds support for \u003ccode\u003eNodeArgsTransformer\u003c/code\u003es that can be registered with \u003ccode\u003eAddTreeConstructionNodeArgsTransformer\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003eThese are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators.  This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-transforming-node-arguments-during-tree-construction\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch4\u003eSpec Prioritization\u003c/h4\u003e\n\u003cp\u003eA new \u003ccode\u003eSpecPriority(int)\u003c/code\u003e decorator has been added.  Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#prioritizing-specs\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump rexml from 3.4.0 to 3.4.2 in /docs (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1595\"\u003e#1595\u003c/a\u003e) [1333dae]\u003c/li\u003e\n\u003cli\u003eBump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1600\"\u003e#1600\u003c/a\u003e) [17ae63e]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.26.0\u003c/h2\u003e\n\u003ch2\u003e2.26.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cp\u003eGinkgo can now generate json-formatted reports that are compatible with the \u003ccode\u003ego test\u003c/code\u003e json format.  Use \u003ccode\u003eginkgo --gojson-report=report.go.json\u003c/code\u003e.  This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.\u003c/p\u003e\n\u003ch2\u003ev2.25.3\u003c/h2\u003e\n\u003ch2\u003e2.25.3\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/ginkgo/v2's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e2.27.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003einline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix syntax errors and typo [a99c6e0]\u003c/li\u003e\n\u003cli\u003eFix paragraph position error [f993df5]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.27.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix Ginkgo Reporter slice-bounds panic [606c1cb]\u003c/li\u003e\n\u003cli\u003eBug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.27.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003ch4\u003eTransforming Nodes during Tree Construction\u003c/h4\u003e\n\u003cp\u003eThis release adds support for \u003ccode\u003eNodeArgsTransformer\u003c/code\u003es that can be registered with \u003ccode\u003eAddTreeConstructionNodeArgsTransformer\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003eThese are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators.  This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-transforming-node-arguments-during-tree-construction\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch4\u003eSpec Prioritization\u003c/h4\u003e\n\u003cp\u003eA new \u003ccode\u003eSpecPriority(int)\u003c/code\u003e decorator has been added.  Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#prioritizing-specs\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump rexml from 3.4.0 to 3.4.2 in /docs (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1595\"\u003e#1595\u003c/a\u003e) [1333dae]\u003c/li\u003e\n\u003cli\u003eBump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1600\"\u003e#1600\u003c/a\u003e) [17ae63e]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.26.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cp\u003eGinkgo can now generate json-formatted reports that are compatible with the \u003ccode\u003ego test\u003c/code\u003e json format.  Use \u003ccode\u003eginkgo --gojson-report=report.go.json\u003c/code\u003e.  This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.\u003c/p\u003e\n\u003ch2\u003e2.25.3\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eemit --github-output group only for progress report itself [f01aed1]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.25.2\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/9a84c21394777734df8062ca2e0552a1471ceca2\"\u003e\u003ccode\u003e9a84c21\u003c/code\u003e\u003c/a\u003e v2.27.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a69113ac15dcb6cd6aefc9ef238734ea386eddc8\"\u003e\u003ccode\u003ea69113a\u003c/code\u003e\u003c/a\u003e inline automaxprocs to simplify dependencies; this will be removed when Go 1....\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a99c6e0d2488aee07ba3f803c0cfc2cae2db4644\"\u003e\u003ccode\u003ea99c6e0\u003c/code\u003e\u003c/a\u003e Fix syntax errors and typo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/f993df54a607161bcad7f4c6f89b761c45ce143b\"\u003e\u003ccode\u003ef993df5\u003c/code\u003e\u003c/a\u003e Fix paragraph position error\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/56cb393ed76ad0173cd784705c929eca4cf5fb21\"\u003e\u003ccode\u003e56cb393\u003c/code\u003e\u003c/a\u003e v2.27.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/2ce3f13a149a8cbc5659da9b1720570d9210d33f\"\u003e\u003ccode\u003e2ce3f13\u003c/code\u003e\u003c/a\u003e reporters: add enhanced bounds checking in emitTimeline to prevent slice panic\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/acf208aed39d9f91b6e60e97cfc450c3e8616ea5\"\u003e\u003ccode\u003eacf208a\u003c/code\u003e\u003c/a\u003e Adding check for malformed date\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/51090a8c3b54e644b552b70bc95b9dedbbe27779\"\u003e\u003ccode\u003e51090a8\u003c/code\u003e\u003c/a\u003e Updating after docs run\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/606c1cb29be1b5e06c502e022559fb59e34d1629\"\u003e\u003ccode\u003e606c1cb\u003c/code\u003e\u003c/a\u003e Fix Ginkgo Reporter slice-bounds panic\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a6463b352073e4bcc3b9553a3a73ff8ccaec7d3a\"\u003e\u003ccode\u003ea6463b3\u003c/code\u003e\u003c/a\u003e Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output()\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/ginkgo/compare/v2.11.0...v2.27.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/gomega` from 1.27.8 to 1.38.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/releases\"\u003egithub.com/onsi/gomega's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.38.2\u003c/h2\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.38.1\u003c/h2\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003ev1.38.0\u003c/h2\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.37.0\u003c/h2\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.36.3\u003c/h2\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/gomega's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003cli\u003eBump rexml from 3.2.6 to 3.3.9 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/788\"\u003e#788\u003c/a\u003e) [c8b4a07]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/812\"\u003e#812\u003c/a\u003e) [06431b9]\u003c/li\u003e\n\u003cli\u003eBump webrick from 1.8.1 to 1.9.1 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/800\"\u003e#800\u003c/a\u003e) [b55a92d]\u003c/li\u003e\n\u003cli\u003eFix typos (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/813\"\u003e#813\u003c/a\u003e) [a1d518b]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/79b8a75a10e36ee598344c040317f5ab1c907f53\"\u003e\u003ccode\u003e79b8a75\u003c/code\u003e\u003c/a\u003e v1.38.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c404969c07179a8533d5daa283cd6307add66620\"\u003e\u003ccode\u003ec404969\u003c/code\u003e\u003c/a\u003e roll back to go 1.23.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c36e89a7efeca141bf40c3e582c7332d293dd354\"\u003e\u003ccode\u003ec36e89a\u003c/code\u003e\u003c/a\u003e v1.38.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/92eaa578900a4a5fb79d85140d7d59e9f5f22ec7\"\u003e\u003ccode\u003e92eaa57\u003c/code\u003e\u003c/a\u003e go mod tidy\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/b9ed3cdd8077cef2652a340810a2bd526c2d87a3\"\u003e\u003ccode\u003eb9ed3cd\u003c/code\u003e\u003c/a\u003e deprecate CompileTest*\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/2a5bf77d2311a6dc9fa800cd1b687b64dad9dda0\"\u003e\u003ccode\u003e2a5bf77\u003c/code\u003e\u003c/a\u003e fix invalid fmt.Errorf\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/3e9e385d31dcda216ae1d56341bb33111b6f8644\"\u003e\u003ccode\u003e3e9e385\u003c/code\u003e\u003c/a\u003e bump ginkgo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/7f37abe202e2050947bc608c69172cea36414311\"\u003e\u003ccode\u003e7f37abe\u003c/code\u003e\u003c/a\u003e Replace \u003ccode\u003egopkg.in/yaml.v3\u003c/code\u003e with \u003ccode\u003ego.yaml.in/yaml/v3\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/69e47619891ecbd0375d07dce33eb558dd14fde3\"\u003e\u003ccode\u003e69e4761\u003c/code\u003e\u003c/a\u003e fix(async_assertion): use correct error in errors.As\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/95737c099edca4f2e7cd47ddcff68c9af8c87258\"\u003e\u003ccode\u003e95737c0\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/net from 0.41.0 to 0.43.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/856\"\u003e#856\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/gomega/compare/v1.27.8...v1.38.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/spf13/cobra` from 1.7.0 to 1.10.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/spf13/cobra/releases\"\u003egithub.com/spf13/cobra's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.10.1\u003c/h2\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003echore: upgrade pflags v1.0.9 by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2305\"\u003espf13/cobra#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003ev1.0.9 of pflags brought back \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e and marked it as deprecated\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\"\u003ehttps://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003e🚨 Attention!\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump pflag to 1.0.8 by \u003ca href=\"https://github.com/tomasaschan\"\u003e\u003ccode\u003e@​tomasaschan\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eThis version of \u003ccode\u003epflag\u003c/code\u003e carried a breaking change: it renamed \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e to \u003ccode\u003eParseErrorsAllowlist\u003c/code\u003e which can break builds if both \u003ccode\u003epflag\u003c/code\u003e and \u003ccode\u003ecobra\u003c/code\u003e are dependencies in your project.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eIf you use both \u003ccode\u003epflag and \u003c/code\u003ecobra\u003ccode\u003e, upgrade \u003c/code\u003epflag\u003ccode\u003eto 1.0.8 and\u003c/code\u003ecobra\u003ccode\u003eto\u003c/code\u003e1.10.0`\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e\u003cem\u003eor\u003c/em\u003e\u003c/strong\u003e use the newer, fixed version of \u003ccode\u003epflag\u003c/code\u003e v1.0.9 which keeps the deprecated \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eMore details can be found here: \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303#issuecomment-3242333515\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/p\u003e\n\u003ch3\u003e✨ Features\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFlow context to command in SetHelpFunc by \u003ca href=\"https://github.com/Frassle\"\u003e\u003ccode\u003e@​Frassle\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2241\"\u003espf13/cobra#2241\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eThe default ShellCompDirective can be customized for a command and its subcommands by \u003ca href=\"https://github.com/albers\"\u003e\u003ccode\u003e@​albers\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2238\"\u003espf13/cobra#2238\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade golangci-lint to v2, address findings by \u003ca href=\"https://github.com/scop\"\u003e\u003ccode\u003e@​scop\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2279\"\u003espf13/cobra#2279\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e🪠 Testing\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eTest with Go 1.24 by \u003ca href=\"https://github.com/harryzcy\"\u003e\u003ccode\u003e@​harryzcy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2236\"\u003espf13/cobra#2236\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: Rm GitHub Action PR size labeler by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2256\"\u003espf13/cobra#2256\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e📝 Docs\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eRemove traling curlybrace by \u003ca href=\"https://github.com/yedayak\"\u003e\u003ccode\u003e@​yedayak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2237\"\u003espf13/cobra#2237\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate command.go by \u003ca href=\"https://github.com/styee\"\u003e\u003ccode\u003e@​styee\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2248\"\u003espf13/cobra#2248\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: Add security policy by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2253\"\u003espf13/cobra#2253\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate Readme (Warp) by \u003ca href=\"https://github.com/ericdachen\"\u003e\u003ccode\u003e@​ericdachen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2267\"\u003espf13/cobra#2267\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Periscope to the list of projects using Cobra by \u003ca href=\"https://github.com/anishathalye\"\u003e\u003ccode\u003e@​anishathalye\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2299\"\u003espf13/cobra#2299\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/harryzcy\"\u003e\u003ccode\u003e@​harryzcy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2236\"\u003espf13/cobra#2236\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yedayak\"\u003e\u003ccode\u003e@​yedayak\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2237\"\u003espf13/cobra#2237\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Frassle\"\u003e\u003ccode\u003e@​Frassle\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2241\"\u003espf13/cobra#2241\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/7da941c3547e93b8c9f70bbd3befca79c6335388\"\u003e\u003ccode\u003e7da941c\u003c/code\u003e\u003c/a\u003e chore: Bump pflag to v1.0.9 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2305\"\u003e#2305\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/51d675196729be769ce235b710ab7058b3aad03a\"\u003e\u003ccode\u003e51d6751\u003c/code\u003e\u003c/a\u003e Bump pflag to 1.0.8 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2303\"\u003e#2303\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/3f3b81882534a51628f3286e93c6842d9b2e29ea\"\u003e\u003ccode\u003e3f3b818\u003c/code\u003e\u003c/a\u003e Update README.md with new logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/dcaf42e2633496bf97d5476d7419071e5c48f40a\"\u003e\u003ccode\u003edcaf42e\u003c/code\u003e\u003c/a\u003e Add Periscope to the list of projects using Cobra (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2299\"\u003e#2299\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/6dec1ae26659a130bdb4c985768d1853b0e1bc06\"\u003e\u003ccode\u003e6dec1ae\u003c/code\u003e\u003c/a\u003e The default ShellCompDirective can be customized for a command and its subcom...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/c8289c10302063b9a2e26357e7e0f0bb599f29ce\"\u003e\u003ccode\u003ec8289c1\u003c/code\u003e\u003c/a\u003e chore(golangci-lint): add some exclusion presets\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/4af7b64d31989e78e86d65304f693a6d9c77c932\"\u003e\u003ccode\u003e4af7b64\u003c/code\u003e\u003c/a\u003e refactor: apply golangci-lint autofixes, work around false positives\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/75790e48fb73c8ba027e0163157a86ce8604ca3e\"\u003e\u003ccode\u003e75790e4\u003c/code\u003e\u003c/a\u003e chore(golangci-lint): upgrade to v2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/db3ddb5cf4968b320ea21f6ee5c2d2202a2e7b22\"\u003e\u003ccode\u003edb3ddb5\u003c/code\u003e\u003c/a\u003e Adding sponsorship to README.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/67171d6909986ee86fb946f808b87aba88ee417a\"\u003e\u003ccode\u003e67171d6\u003c/code\u003e\u003c/a\u003e putting sponsorship below header\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/spf13/cobra/compare/v1.7.0...v1.10.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/stretchr/testify` from 1.8.4 to 1.11.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/stretchr/testify/releases\"\u003egithub.com/stretchr/testify's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.1\u003c/h2\u003e\n\u003cp\u003eThis release fixes \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1785\"\u003e#1785\u003c/a\u003e introduced in v1.11.0 where expected argument values implementing the stringer interface (\u003ccode\u003eString() string\u003c/code\u003e) with a method which mutates their value, when passed to mock.Mock.On (\u003ccode\u003em.On(\u0026quot;Method\u0026quot;, \u0026lt;expected\u0026gt;).Return()\u003c/code\u003e) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBackport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11: mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1788\"\u003estretchr/testify#1788\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\"\u003ehttps://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eFunctional Changes\u003c/h3\u003e\n\u003cp\u003ev1.11.0 Includes a number of performance improvements.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eCall stack perf change for CallerInfo by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1614\"\u003estretchr/testify#1614\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eLazily render mock diff output on successful match by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1615\"\u003estretchr/testify#1615\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check early in Eventually, EventuallyWithT, and Never by \u003ca href=\"https://github.com/cszczepaniak\"\u003e\u003ccode\u003e@​cszczepaniak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1427\"\u003estretchr/testify#1427\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: add IsNotType by \u003ca href=\"https://github.com/bartventer\"\u003e\u003ccode\u003e@​bartventer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1730\"\u003estretchr/testify#1730\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.JSONEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1754\"\u003estretchr/testify#1754\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.YAMLEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1755\"\u003estretchr/testify#1755\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: faster and simpler isEmpty using reflect.Value.IsZero by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1761\"\u003estretchr/testify#1761\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: faster methods filtering (internal refactor) by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1758\"\u003estretchr/testify#1758\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eassert.ErrorAs: log target type by \u003ca href=\"https://github.com/craig65535\"\u003e\u003ccode\u003e@​craig65535\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1345\"\u003estretchr/testify#1345\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix failure message formatting for Positive and Negative asserts in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1062\"\u003estretchr/testify#1062\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorIs message when error is nil but an error was expected by \u003ca href=\"https://github.com/tsioftas\"\u003e\u003ccode\u003e@​tsioftas\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1681\"\u003estretchr/testify#1681\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix Subset/NotSubset when calling with mixed input types by \u003ca href=\"https://github.com/siliconbrain\"\u003e\u003ccode\u003e@​siliconbrain\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1729\"\u003estretchr/testify#1729\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorAs failure message when error is nil by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1734\"\u003estretchr/testify#1734\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock.AssertNumberOfCalls: improve error msg by \u003ca href=\"https://github.com/3scalation\"\u003e\u003ccode\u003e@​3scalation\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1743\"\u003estretchr/testify#1743\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDocumentation, Build \u0026amp; CI\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003edocs: Fix typo in README by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1688\"\u003estretchr/testify#1688\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eReplace deprecated io/ioutil with io and os by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1684\"\u003estretchr/testify#1684\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocument consequences of calling t.FailNow() by \u003ca href=\"https://github.com/greg0ire\"\u003e\u003ccode\u003e@​greg0ire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1710\"\u003estretchr/testify#1710\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update docs for Unset \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1621\"\u003e#1621\u003c/a\u003e by \u003ca href=\"https://github.com/techfg\"\u003e\u003ccode\u003e@​techfg\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1709\"\u003estretchr/testify#1709\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eREADME: apply gofmt to examples by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1687\"\u003estretchr/testify#1687\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: use %q and %T to simplify fmt.Sprintf by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1674\"\u003estretchr/testify#1674\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePropose Christophe Colombier (ccoVeille) as approver by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1716\"\u003estretchr/testify#1716\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate documentation for the Error function in assert or require package by \u003ca href=\"https://github.com/architagr\"\u003e\u003ccode\u003e@​architagr\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1675\"\u003estretchr/testify#1675\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: remove deprecated build constraints by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1671\"\u003estretchr/testify#1671\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: apply gofumpt to internal test suite by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1739\"\u003estretchr/testify#1739\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: fix shebang in .ci.*.sh scripts by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1746\"\u003estretchr/testify#1746\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert,require: enable parallel testing on (almost) all top tests by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1747\"\u003estretchr/testify#1747\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite.Passed: add one more status test report by \u003ca href=\"https://github.com/Ararsa-Derese\"\u003e\u003ccode\u003e@​Ararsa-Derese\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1706\"\u003estretchr/testify#1706\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Helper() method in internal mocks and assert.CollectT by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1423\"\u003estretchr/testify#1423\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.Same/NotSame: improve usage of Sprintf by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1742\"\u003estretchr/testify#1742\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock: enable parallel testing on internal testsuite by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1756\"\u003estretchr/testify#1756\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: cleanup use of 'testing' internals at runtime by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1751\"\u003estretchr/testify#1751\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check test failure message for Empty and NotEmpty  by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1745\"\u003estretchr/testify#1745\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/2a57335dc9cd6833daa820bc94d9b40c26a7917d\"\u003e\u003ccode\u003e2a57335\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1788\"\u003e#1788\u003c/a\u003e from brackendawson/1785-backport-1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/af8c91234f184009f57ef29027b39ca89cb00100\"\u003e\u003ccode\u003eaf8c912\u003c/code\u003e\u003c/a\u003e Backport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/b7801fbf5cd58d201296d5d0e132d1849966dbd4\"\u003e\u003ccode\u003eb7801fb\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1778\"\u003e#1778\u003c/a\u003e from stretchr/dependabot/github_actions/actions/chec...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/69831f3b08c40d56a09d0be93e9d5ae034f1590b\"\u003e\u003ccode\u003e69831f3\u003c/code\u003e\u003c/a\u003e build(deps): bump actions/checkout from 4 to 5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/a53be35c3b0cfcd5189cffcfd75df60ea581104c\"\u003e\u003ccode\u003ea53be35\u003c/code\u003e\u003c/a\u003e Improve captureTestingT helper\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/aafb604176db7e1f2c9810bc90d644291d057687\"\u003e\u003ccode\u003eaafb604\u003c/code\u003e\u003c/a\u003e mock: improve formatting of error message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7218e0390acd2aea3edb18574110ec2753c0aeef\"\u003e\u003ccode\u003e7218e03\u003c/code\u003e\u003c/a\u003e improve error msg\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/929a2126c2702df436312656a0304580b526c6e9\"\u003e\u003ccode\u003e929a212\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1758\"\u003e#1758\u003c/a\u003e from stretchr/dolmen/suite-faster-method-filtering\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/bc7459ec38128532ff32f23cfab4ea0b725210f2\"\u003e\u003ccode\u003ebc7459e\u003c/code\u003e\u003c/a\u003e suite: faster filtering of methods (-testify.m)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7d37b5c962954410bcd7a71ff3a77c79514056d1\"\u003e\u003ccode\u003e7d37b5c\u003c/code\u003e\u003c/a\u003e suite: refactor methodFilter\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/stretchr/testify/compare/v1.8.4...v1.11.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/sync` from 0.5.0 to 0.17.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/1966f539bbd7664efd5bb7462ae94d9db67f4502\"\u003e\u003ccode\u003e1966f53\u003c/code\u003e\u003c/a\u003e errgroup: fix some typos in comment\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/sync/compare/v0.17.0...v0.18.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/tools` from 0.14.0 to 0.36.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/tools/releases\"\u003egolang.org/x/tools's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003egopls/v0.20.0\u003c/h2\u003e\n\u003cp\u003eSee \u003ca href=\"https://go.dev/gopls/release/v0.20.0\"\u003ehttps://go.dev/gopls/release/v0.20.0\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eChanges: \u003ca href=\"https://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\"\u003ehttps://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\u003c/a\u003e\nContributors: \u003ca href=\"https://github.com/adonovan\"\u003e\u003ccode\u003e@​adonovan\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/cuishuang\"\u003e\u003ccode\u003e@​cuishuang\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/dmitshur\"\u003e\u003ccode\u003e@​dmitshur\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/findleyr\"\u003e\u003ccode\u003e@​findleyr\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/gopherbot\"\u003e\u003ccode\u003e@​gopherbot\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/hyangah\"\u003e\u003ccode\u003e@​hyangah\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/iharsuvorau\"\u003e\u003ccode\u003e@​iharsuvorau\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/jba\"\u003e\u003ccode\u003e@​jba\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/lfolger\"\u003e\u003ccode\u003e@​lfolger\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/pjweinbgo\"\u003e\u003ccode\u003e@​pjweinbgo\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/rogeryk\"\u003e\u003ccode\u003e@​rogeryk\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/timothy-king\"\u003e\u003ccode\u003e@​timothy-king\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/vitalmotif\"\u003e\u003ccode\u003e@​vitalmotif\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/zpavlinovic\"\u003e\u003ccode\u003e@​zpavlinovic\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.1\u003c/h2\u003e\n\u003cp\u003eThis patch release changes the default value of the \u003ccode\u003eimportsSource\u003c/code\u003e setting: v0.19.0 changed it from \u003ccode\u003egoimports\u003c/code\u003e to \u003ccode\u003egopls\u003c/code\u003e; this release changes it back, due to a bug (\u003ca href=\"https://redirect.github.com/golang/tools/issues/74280\"\u003e#74280\u003c/a\u003e).\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.0\u003c/h2\u003e\n\u003cp\u003eComplete list of issues closed: \u003ca href=\"https://github.com/golang/go/milestone/380?closed=1\"\u003egopls/v0.19.0 milestone\u003c/a\u003e\u003c/p\u003e\n\u003ch1\u003eConfiguration Changes\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eThe \u003ccode\u003egopls check\u003c/code\u003e subcommand now accepts a \u003ccode\u003e-severity\u003c/code\u003e flag to set a minimum severity for the diagnostics it reports. By default, the minimum severity is \u0026quot;warning\u0026quot;, so \u003ccode\u003egopls check\u003c/code\u003e may report fewer diagnostics than before. Set \u003ccode\u003e-severity=hint\u003c/code\u003e to reproduce the previous behavior.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eNavigation features\u003c/h1\u003e\n\u003ch2\u003e\u0026quot;Implementations\u0026quot; supports signature types (within same package)\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003cp\u003eThe Implementations query reports the correspondence between abstract and concrete types and their methods based on their method sets. Now, it also reports the correspondence between function types, dynamic function calls, and function definitions, based on their signatures.\u003c/p\u003e\n\u003cp\u003eTo use it, invoke an Implementations query on the \u003ccode\u003efunc\u003c/code\u003e token of the definition of a named function, named method, or function literal. Gopls reports the set of function signature types that abstract this function, and the set of dynamic calls through values of such types.\u003c/p\u003e\n\u003cp\u003eConversely, an Implementations query on the \u003ccode\u003efunc\u003c/code\u003e token of a signature type, or on the \u003ccode\u003e(\u003c/code\u003e paren of a dynamic function call, reports the set of concrete functions that the signature abstracts or that the call dispatches to.\u003c/p\u003e\n\u003cp\u003eSince a type may be both a function type and a named type with methods (for example, \u003ccode\u003ehttp.HandlerFunc\u003c/code\u003e), it may participate in both kinds of Implements queries (method-sets and function signatures). Queries using method-sets should be invoked on the type or method name, and queries using signatures should be invoked on a \u003ccode\u003efunc\u003c/code\u003e or \u003ccode\u003e(\u003c/code\u003e token.\u003c/p\u003e\n\u003cp\u003eOnly the local (same-package) algorithm is currently supported. (\u003ca href=\"https://go.dev/issue/56572\"\u003ehttps://go.dev/issue/56572\u003c/a\u003e tracks the global algorithm.)\u003c/p\u003e\n\u003ch2\u003e\u0026quot;Go to Implementation\u0026quot; reports interface-to-interface relations\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003cp\u003eThe \u0026quot;Go to Implementation\u0026quot; operation now reports relationships between interfaces. Gopls now uses the concreteness of the query type to determine whether a query is \u0026quot;downwards\u0026quot; (from an interface to the types that implement it) or \u0026quot;upwards\u0026quot; (from a concrete type to the interfaces to which it may be assigned). So, for example:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ccode\u003eimplementation(io.Reader)\u003c/code\u003e subinterfaces such as \u003ccode\u003eio.ReadCloser\u003c/code\u003e, and concrete implementations such as \u003ccode\u003e*os.File\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ccode\u003eimplementation(os.File)\u003c/code\u003e includes only interfaces, such as \u003ccode\u003eio.Reader\u003c/code\u003e and \u003ccode\u003eio.ReadCloser\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eTo request an \u0026quot;upwards\u0026quot; query starting from an interface, for example to find the superinterfaces of \u003ccode\u003eio.ReadCloser\u003c/code\u003e, use the Type Hierarchy feature described below. (See \u003ca href=\"https://redirect.github.com/microsoft/language-server-protocol/issues/2037\"\u003emicrosoft/language-server-protocol#2037\u003c/a\u003e.)\u003c/p\u003e\n\u003ch2\u003eSupport for Type Hierarchy\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003cp\u003eGopls now implemen...\n\n_Description has been truncated_","html_url":"https://github.com/hyperledger/fabric-private-chaincode/pull/876","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledger%2Ffabric-private-chaincode/issues/876","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/876/packages"},{"uuid":"3608843155","node_id":"PR_kwDOP5WOp86yk2NO","number":9,"state":"open","title":"Bump the all-deps group across 5 directories with 169 updates","user":"dependabot[bot]","labels":["dependencies","go"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-11-10T16:43:09.000Z","updated_at":"2025-11-17T16:02:40.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"all-deps","update_count":169,"packages":[{"name":"github.com/golang/protobuf","old_version":"1.5.3","new_version":"1.5.4","repository_url":"https://github.com/golang/protobuf"},{"name":"github.com/maxbrunsfeld/counterfeiter/v6","old_version":"6.6.1","new_version":"6.12.0","repository_url":"https://github.com/maxbrunsfeld/counterfeiter"},{"name":"github.com/spf13/cobra","old_version":"1.7.0","new_version":"1.10.1","repository_url":"https://github.com/spf13/cobra"},{"name":"github.com/stretchr/testify","old_version":"1.8.4","new_version":"1.11.1","repository_url":"https://github.com/stretchr/testify"},{"name":"honnef.co/go/tools","old_version":"0.4.3","new_version":"0.6.1","repository_url":"https://github.com/dominikh/go-tools"},{"name":"github.com/Microsoft/go-winio","old_version":"0.6.1","new_version":"0.6.2","repository_url":"https://github.com/Microsoft/go-winio"},{"name":"github.com/bits-and-blooms/bitset","old_version":"1.7.0","new_version":"1.24.3","repository_url":"https://github.com/bits-and-blooms/bitset"},{"name":"github.com/cespare/xxhash/v2","old_version":"2.2.0","new_version":"2.3.0","repository_url":"https://github.com/cespare/xxhash"},{"name":"github.com/cloudflare/cfssl","old_version":"1.4.1","new_version":"1.6.5","repository_url":"https://github.com/cloudflare/cfssl"},{"name":"github.com/consensys/bavard","old_version":"0.1.13","new_version":"0.2.1","repository_url":"https://github.com/consensys/bavard"},{"name":"github.com/consensys/gnark-crypto","old_version":"0.12.1","new_version":"0.19.2","repository_url":"https://github.com/consensys/gnark-crypto"},{"name":"github.com/docker/go-connections","old_version":"0.5.0","new_version":"0.6.0","repository_url":"https://github.com/docker/go-connections"},{"name":"github.com/fsnotify/fsnotify","old_version":"1.6.0","new_version":"1.9.0","repository_url":"https://github.com/fsnotify/fsnotify"},{"name":"github.com/fsouza/go-dockerclient","old_version":"1.10.0","new_version":"1.12.2","repository_url":"https://github.com/fsouza/go-dockerclient"},{"name":"github.com/go-kit/kit","old_version":"0.10.0","new_version":"0.13.0","repository_url":"https://github.com/go-kit/kit"},{"name":"github.com/go-logfmt/logfmt","old_version":"0.5.1","new_version":"0.6.1","repository_url":"https://github.com/go-logfmt/logfmt"},{"name":"github.com/go-openapi/jsonpointer","old_version":"0.19.5","new_version":"0.22.1","repository_url":"https://github.com/go-openapi/jsonpointer"},{"name":"github.com/go-openapi/jsonreference","old_version":"0.20.0","new_version":"0.21.3","repository_url":"https://github.com/go-openapi/jsonreference"},{"name":"github.com/go-openapi/spec","old_version":"0.20.8","new_version":"0.22.1","repository_url":"https://github.com/go-openapi/spec"},{"name":"github.com/gobuffalo/envy","old_version":"1.10.1","new_version":"1.10.2","repository_url":"https://github.com/gobuffalo/envy"},{"name":"github.com/gobuffalo/packd","old_version":"1.0.1","new_version":"1.0.2","repository_url":"https://github.com/gobuffalo/packd"},{"name":"github.com/joho/godotenv","old_version":"1.4.0","new_version":"1.5.1","repository_url":"https://github.com/joho/godotenv"},{"name":"github.com/magiconair/properties","old_version":"1.8.7","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"},{"name":"github.com/moby/term","old_version":"0.5.0","new_version":"0.5.2","repository_url":"https://github.com/moby/term"},{"name":"github.com/nxadm/tail","old_version":"1.4.8","new_version":"1.4.11","repository_url":"https://github.com/nxadm/tail"},{"name":"github.com/opencontainers/image-spec","old_version":"1.1.0-rc5","new_version":"1.1.1","repository_url":"https://github.com/opencontainers/image-spec"},{"name":"github.com/prometheus/client_model","old_version":"0.5.0","new_version":"0.6.2","repository_url":"https://github.com/prometheus/client_model"},{"name":"github.com/prometheus/procfs","old_version":"0.12.0","new_version":"0.19.2","repository_url":"https://github.com/prometheus/procfs"},{"name":"github.com/spf13/afero","old_version":"1.6.0","new_version":"1.15.0","repository_url":"https://github.com/spf13/afero"},{"name":"github.com/spf13/cast","old_version":"1.4.1","new_version":"1.10.0","repository_url":"https://github.com/spf13/cast"},{"name":"github.com/spf13/viper","old_version":"1.10.1","new_version":"1.21.0","repository_url":"https://github.com/spf13/viper"}],"path":null,"ecosystem":"go"},"body":"Bumps the all-deps group with 31 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/maxbrunsfeld/counterfeiter/v6](https://github.com/maxbrunsfeld/counterfeiter) | `6.6.1` | `6.12.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [honnef.co/go/tools](https://github.com/dominikh/go-tools) | `0.4.3` | `0.6.1` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.3` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.5` | `0.22.1` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.0` | `0.21.3` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.1` |\n| [github.com/gobuffalo/envy](https://github.com/gobuffalo/envy) | `1.10.1` | `1.10.2` |\n| [github.com/gobuffalo/packd](https://github.com/gobuffalo/packd) | `1.0.1` | `1.0.2` |\n| [github.com/joho/godotenv](https://github.com/joho/godotenv) | `1.4.0` | `1.5.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/nxadm/tail](https://github.com/nxadm/tail) | `1.4.8` | `1.4.11` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0-rc5` | `1.1.1` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.19.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.6.0` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n\nBumps the all-deps group with 48 updates in the /integration/go_chaincode directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.2` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.3` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.29` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.1` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.2` | `1.14.2` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd) | `22.5.0` | `22.6.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/dgraph-io/badger/v3](https://github.com/dgraph-io/badger) | `3.2103.2` | `3.2103.5` |\n| [github.com/elastic/gosigar](https://github.com/elastic/gosigar) | `0.14.2` | `0.14.3` |\n| [github.com/flynn/noise](https://github.com/flynn/noise) | `1.0.0` | `1.1.0` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.11` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.7.0` | `1.7.6` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.16.0` | `2.27.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.0` |\n| [github.com/huin/goupnp](https://github.com/huin/goupnp) | `1.2.0` | `1.3.0` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/boxo](https://github.com/ipfs/boxo) | `0.8.0-rc1` | `0.35.2` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/ugorji/go](https://github.com/ugorji/go) | `1.1.4` | `1.2.14` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.40.0` |\n| [github.com/ugorji/go/codec](https://github.com/ugorji/go) | `1.3.0` | `1.3.1` |\n\nBumps the all-deps group with 26 updates in the /samples/application/ccapi directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.11.1` |\n| [golang.org/x/tools](https://github.com/golang/tools) | `0.14.0` | `0.38.0` |\n| google.golang.org/protobuf | `1.34.2` | `1.36.10` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.6` | `0.22.1` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.2` | `0.21.3` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.19.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.2` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.5` | `1.0.10` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.6` | `1.14.2` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.11` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.4.0` | `1.7.6` |\n| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.59.0` | `1.76.0` |\n| [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.8.12` | `1.16.6` |\n| [github.com/swaggo/gin-swagger](https://github.com/swaggo/gin-swagger) | `1.6.0` | `1.6.1` |\n| [golang.org/x/sync](https://github.com/golang/sync) | `0.17.0` | `0.18.0` |\n\nBumps the all-deps group with 52 updates in the /samples/demos/irb directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.2` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.3` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.29` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0` | `1.1.1` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.1` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.0` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/go-cid](https://github.com/ipfs/go-cid) | `0.4.1` | `0.6.0` |\n| [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.7` | `2.3.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) | `0.11.0` | `0.16.1` |\n| [github.com/multiformats/go-multicodec](https://github.com/multiformats/go-multicodec) | `0.9.0` | `0.10.0` |\n| [github.com/multiformats/go-multistream](https://github.com/multiformats/go-multistream) | `0.4.1` | `0.6.1` |\n| [lukechampine.com/blake3](https://github.com/lukechampine/blake3) | `1.2.1` | `1.4.1` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.40.0` |\n| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.28.0` | `0.40.0` |\n| [code.cloudfoundry.org/clock](https://github.com/cloudfoundry/clock) | `1.1.0` | `1.53.0` |\n| [github.com/VictoriaMetrics/fastcache](https://github.com/VictoriaMetrics/fastcache) | `1.12.1` | `1.13.2` |\n| [github.com/go-ole/go-ole](https://github.com/go-ole/go-ole) | `1.2.6` | `1.3.0` |\n| [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.12` | `0.3.15` |\n| [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.6` | `3.6.5` |\n| [go.etcd.io/etcd/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.5` |\n| [go.etcd.io/etcd/raft/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.5.24` |\n| [go.etcd.io/etcd/server/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.5` |\n\nBumps the all-deps group with 26 updates in the /samples/deployment/fabric-smart-client/the-simple-testing-network directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.2` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.29` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.1` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.36.0` | `1.38.0` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.40.0` |\n\n\nUpdates `github.com/golang/protobuf` from 1.5.3 to 1.5.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/protobuf/releases\"\u003egithub.com/golang/protobuf's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.5.4\u003c/h2\u003e\n\u003cp\u003eNotable changes\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eupdate descriptor.proto to latest version\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/75de7c059e36b64f01d0dd234ff2fff404ec3374\"\u003e\u003ccode\u003e75de7c0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang/protobuf/issues/1597\"\u003e#1597\u003c/a\u003e from golang/updatedesc\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/b7697bb698b1c56643249ef6179c7cae1478881d\"\u003e\u003ccode\u003eb7697bb\u003c/code\u003e\u003c/a\u003e all: update descriptor.proto to latest version\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/protobuf/compare/v1.5.3...v1.5.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/maxbrunsfeld/counterfeiter/v6` from 6.6.1 to 6.12.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases\"\u003egithub.com/maxbrunsfeld/counterfeiter/v6's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.12.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.37.0 to 1.38.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/333\"\u003emaxbrunsfeld/counterfeiter#333\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.38.0 to 1.38.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/338\"\u003emaxbrunsfeld/counterfeiter#338\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: support for custom type constraints in generic interfaces by \u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.2\u003c/h2\u003e\n\u003cp\u003eRevert changes from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases/tag/v6.11.1\"\u003e\u003ccode\u003ev6.11.1\u003c/code\u003e\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.1\u003c/h2\u003e\n\u003cp\u003eRestore compatibility for \u003ccode\u003ego\u003c/code\u003e \u003ccode\u003e1.22\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.34.2 to 1.35.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/303\"\u003emaxbrunsfeld/counterfeiter#303\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.0 to 1.35.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/304\"\u003emaxbrunsfeld/counterfeiter#304\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.19.0 to 0.20.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/305\"\u003emaxbrunsfeld/counterfeiter#305\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.26.0 to 0.27.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/306\"\u003emaxbrunsfeld/counterfeiter#306\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.1 to 1.36.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/307\"\u003emaxbrunsfeld/counterfeiter#307\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.20.0 to 0.21.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/308\"\u003emaxbrunsfeld/counterfeiter#308\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.27.0 to 0.28.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/309\"\u003emaxbrunsfeld/counterfeiter#309\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.36.0 to 1.36.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/310\"\u003emaxbrunsfeld/counterfeiter#310\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ehandle interfaces with generics by \u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.10.0...v6.11.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.10.0...v6.11.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.34.1 to 1.34.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/296\"\u003emaxbrunsfeld/counterfeiter#296\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.18.0 to 0.19.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/299\"\u003emaxbrunsfeld/counterfeiter#299\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.25.0 to 0.26.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/300\"\u003emaxbrunsfeld/counterfeiter#300\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eissue \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/298\"\u003e#298\u003c/a\u003e - go 1.23 go/types alias change by \u003ca href=\"https://github.com/xanderflood\"\u003e\u003ccode\u003e@​xanderflood\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/301\"\u003emaxbrunsfeld/counterfeiter#301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/xanderflood\"\u003e\u003ccode\u003e@​xanderflood\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/301\"\u003emaxbrunsfeld/counterfeiter#301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.9.0...v6.10.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.9.0...v6.10.0\u003c/a\u003e\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/1787e7d29dd879b458fdf4df04fd7825f206ef3d\"\u003e\u003ccode\u003e1787e7d\u003c/code\u003e\u003c/a\u003e fix incorrect use of fmt.Errorf (use errors.New)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/d0d179107c4f9eb60fa55a6ba3616aafcb2dc9f3\"\u003e\u003ccode\u003ed0d1791\u003c/code\u003e\u003c/a\u003e ⬆️ dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/b365b339524a88e6d4f20c5ed05761533909ce1c\"\u003e\u003ccode\u003eb365b33\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/334\"\u003e#334\u003c/a\u003e from mahboubii/fix/generic-interface-type-constraint\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/df5c1686e416edff9a82fdd84f1c30124f60ab74\"\u003e\u003ccode\u003edf5c168\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/338\"\u003e#338\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/github.com/on...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/93d20fecbcae6fcd0fd095f348ef67908125873a\"\u003e\u003ccode\u003e93d20fe\u003c/code\u003e\u003c/a\u003e Bump github.com/onsi/gomega from 1.38.0 to 1.38.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/b8c00d116d3343b732cc9c9f9a9e4e0eea5915b8\"\u003e\u003ccode\u003eb8c00d1\u003c/code\u003e\u003c/a\u003e test union constraint type\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/7daa3608f4f7bae19c7cd09616f743e12479c0ab\"\u003e\u003ccode\u003e7daa360\u003c/code\u003e\u003c/a\u003e fix: support for custom type constraints in generic interfaces\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/eeb5bb36f242dd28beea0ccbed57ea10f2fa2604\"\u003e\u003ccode\u003eeeb5bb3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/333\"\u003e#333\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/github.com/on...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/8cc0e52a7656a3523ad6b74af0c58794b3ad6c0f\"\u003e\u003ccode\u003e8cc0e52\u003c/code\u003e\u003c/a\u003e Bump github.com/onsi/gomega from 1.37.0 to 1.38.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/386d8831d95d053807d08b1620e0347c186f7673\"\u003e\u003ccode\u003e386d883\u003c/code\u003e\u003c/a\u003e avoid locking method-specific mutexes in Invocations() to avoid deadlock\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.6.1...v6.12.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/ginkgo/v2` from 2.11.0 to 2.25.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/releases\"\u003egithub.com/onsi/ginkgo/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.27.2\u003c/h2\u003e\n\u003ch2\u003e2.27.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003einline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix syntax errors and typo [a99c6e0]\u003c/li\u003e\n\u003cli\u003eFix paragraph position error [f993df5]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.27.1\u003c/h2\u003e\n\u003ch2\u003e2.27.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix Ginkgo Reporter slice-bounds panic [606c1cb]\u003c/li\u003e\n\u003cli\u003eBug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.27.0\u003c/h2\u003e\n\u003ch2\u003e2.27.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003ch4\u003eTransforming Nodes during Tree Construction\u003c/h4\u003e\n\u003cp\u003eThis release adds support for \u003ccode\u003eNodeArgsTransformer\u003c/code\u003es that can be registered with \u003ccode\u003eAddTreeConstructionNodeArgsTransformer\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003eThese are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators.  This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-transforming-node-arguments-during-tree-construction\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch4\u003eSpec Prioritization\u003c/h4\u003e\n\u003cp\u003eA new \u003ccode\u003eSpecPriority(int)\u003c/code\u003e decorator has been added.  Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#prioritizing-specs\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump rexml from 3.4.0 to 3.4.2 in /docs (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1595\"\u003e#1595\u003c/a\u003e) [1333dae]\u003c/li\u003e\n\u003cli\u003eBump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1600\"\u003e#1600\u003c/a\u003e) [17ae63e]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.26.0\u003c/h2\u003e\n\u003ch2\u003e2.26.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cp\u003eGinkgo can now generate json-formatted reports that are compatible with the \u003ccode\u003ego test\u003c/code\u003e json format.  Use \u003ccode\u003eginkgo --gojson-report=report.go.json\u003c/code\u003e.  This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.\u003c/p\u003e\n\u003ch2\u003ev2.25.3\u003c/h2\u003e\n\u003ch2\u003e2.25.3\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/ginkgo/v2's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e2.27.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003einline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix syntax errors and typo [a99c6e0]\u003c/li\u003e\n\u003cli\u003eFix paragraph position error [f993df5]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.27.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix Ginkgo Reporter slice-bounds panic [606c1cb]\u003c/li\u003e\n\u003cli\u003eBug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.27.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003ch4\u003eTransforming Nodes during Tree Construction\u003c/h4\u003e\n\u003cp\u003eThis release adds support for \u003ccode\u003eNodeArgsTransformer\u003c/code\u003es that can be registered with \u003ccode\u003eAddTreeConstructionNodeArgsTransformer\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003eThese are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators.  This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-transforming-node-arguments-during-tree-construction\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch4\u003eSpec Prioritization\u003c/h4\u003e\n\u003cp\u003eA new \u003ccode\u003eSpecPriority(int)\u003c/code\u003e decorator has been added.  Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#prioritizing-specs\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump rexml from 3.4.0 to 3.4.2 in /docs (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1595\"\u003e#1595\u003c/a\u003e) [1333dae]\u003c/li\u003e\n\u003cli\u003eBump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1600\"\u003e#1600\u003c/a\u003e) [17ae63e]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.26.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cp\u003eGinkgo can now generate json-formatted reports that are compatible with the \u003ccode\u003ego test\u003c/code\u003e json format.  Use \u003ccode\u003eginkgo --gojson-report=report.go.json\u003c/code\u003e.  This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.\u003c/p\u003e\n\u003ch2\u003e2.25.3\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eemit --github-output group only for progress report itself [f01aed1]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.25.2\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/9a84c21394777734df8062ca2e0552a1471ceca2\"\u003e\u003ccode\u003e9a84c21\u003c/code\u003e\u003c/a\u003e v2.27.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a69113ac15dcb6cd6aefc9ef238734ea386eddc8\"\u003e\u003ccode\u003ea69113a\u003c/code\u003e\u003c/a\u003e inline automaxprocs to simplify dependencies; this will be removed when Go 1....\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a99c6e0d2488aee07ba3f803c0cfc2cae2db4644\"\u003e\u003ccode\u003ea99c6e0\u003c/code\u003e\u003c/a\u003e Fix syntax errors and typo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/f993df54a607161bcad7f4c6f89b761c45ce143b\"\u003e\u003ccode\u003ef993df5\u003c/code\u003e\u003c/a\u003e Fix paragraph position error\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/56cb393ed76ad0173cd784705c929eca4cf5fb21\"\u003e\u003ccode\u003e56cb393\u003c/code\u003e\u003c/a\u003e v2.27.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/2ce3f13a149a8cbc5659da9b1720570d9210d33f\"\u003e\u003ccode\u003e2ce3f13\u003c/code\u003e\u003c/a\u003e reporters: add enhanced bounds checking in emitTimeline to prevent slice panic\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/acf208aed39d9f91b6e60e97cfc450c3e8616ea5\"\u003e\u003ccode\u003eacf208a\u003c/code\u003e\u003c/a\u003e Adding check for malformed date\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/51090a8c3b54e644b552b70bc95b9dedbbe27779\"\u003e\u003ccode\u003e51090a8\u003c/code\u003e\u003c/a\u003e Updating after docs run\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/606c1cb29be1b5e06c502e022559fb59e34d1629\"\u003e\u003ccode\u003e606c1cb\u003c/code\u003e\u003c/a\u003e Fix Ginkgo Reporter slice-bounds panic\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a6463b352073e4bcc3b9553a3a73ff8ccaec7d3a\"\u003e\u003ccode\u003ea6463b3\u003c/code\u003e\u003c/a\u003e Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output()\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/ginkgo/compare/v2.11.0...v2.27.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/gomega` from 1.27.8 to 1.38.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/releases\"\u003egithub.com/onsi/gomega's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.38.2\u003c/h2\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.38.1\u003c/h2\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003ev1.38.0\u003c/h2\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.37.0\u003c/h2\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.36.3\u003c/h2\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/gomega's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003cli\u003eBump rexml from 3.2.6 to 3.3.9 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/788\"\u003e#788\u003c/a\u003e) [c8b4a07]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/812\"\u003e#812\u003c/a\u003e) [06431b9]\u003c/li\u003e\n\u003cli\u003eBump webrick from 1.8.1 to 1.9.1 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/800\"\u003e#800\u003c/a\u003e) [b55a92d]\u003c/li\u003e\n\u003cli\u003eFix typos (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/813\"\u003e#813\u003c/a\u003e) [a1d518b]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/79b8a75a10e36ee598344c040317f5ab1c907f53\"\u003e\u003ccode\u003e79b8a75\u003c/code\u003e\u003c/a\u003e v1.38.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c404969c07179a8533d5daa283cd6307add66620\"\u003e\u003ccode\u003ec404969\u003c/code\u003e\u003c/a\u003e roll back to go 1.23.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c36e89a7efeca141bf40c3e582c7332d293dd354\"\u003e\u003ccode\u003ec36e89a\u003c/code\u003e\u003c/a\u003e v1.38.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/92eaa578900a4a5fb79d85140d7d59e9f5f22ec7\"\u003e\u003ccode\u003e92eaa57\u003c/code\u003e\u003c/a\u003e go mod tidy\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/b9ed3cdd8077cef2652a340810a2bd526c2d87a3\"\u003e\u003ccode\u003eb9ed3cd\u003c/code\u003e\u003c/a\u003e deprecate CompileTest*\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/2a5bf77d2311a6dc9fa800cd1b687b64dad9dda0\"\u003e\u003ccode\u003e2a5bf77\u003c/code\u003e\u003c/a\u003e fix invalid fmt.Errorf\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/3e9e385d31dcda216ae1d56341bb33111b6f8644\"\u003e\u003ccode\u003e3e9e385\u003c/code\u003e\u003c/a\u003e bump ginkgo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/7f37abe202e2050947bc608c69172cea36414311\"\u003e\u003ccode\u003e7f37abe\u003c/code\u003e\u003c/a\u003e Replace \u003ccode\u003egopkg.in/yaml.v3\u003c/code\u003e with \u003ccode\u003ego.yaml.in/yaml/v3\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/69e47619891ecbd0375d07dce33eb558dd14fde3\"\u003e\u003ccode\u003e69e4761\u003c/code\u003e\u003c/a\u003e fix(async_assertion): use correct error in errors.As\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/95737c099edca4f2e7cd47ddcff68c9af8c87258\"\u003e\u003ccode\u003e95737c0\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/net from 0.41.0 to 0.43.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/856\"\u003e#856\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/gomega/compare/v1.27.8...v1.38.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/spf13/cobra` from 1.7.0 to 1.10.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/spf13/cobra/releases\"\u003egithub.com/spf13/cobra's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.10.1\u003c/h2\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003echore: upgrade pflags v1.0.9 by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2305\"\u003espf13/cobra#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003ev1.0.9 of pflags brought back \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e and marked it as deprecated\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\"\u003ehttps://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003e🚨 Attention!\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump pflag to 1.0.8 by \u003ca href=\"https://github.com/tomasaschan\"\u003e\u003ccode\u003e@​tomasaschan\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eThis version of \u003ccode\u003epflag\u003c/code\u003e carried a breaking change: it renamed \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e to \u003ccode\u003eParseErrorsAllowlist\u003c/code\u003e which can break builds if both \u003ccode\u003epflag\u003c/code\u003e and \u003ccode\u003ecobra\u003c/code\u003e are dependencies in your project.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eIf you use both \u003ccode\u003epflag and \u003c/code\u003ecobra\u003ccode\u003e, upgrade \u003c/code\u003epflag\u003ccode\u003eto 1.0.8 and\u003c/code\u003ecobra\u003ccode\u003eto\u003c/code\u003e1.10.0`\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e\u003cem\u003eor\u003c/em\u003e\u003c/strong\u003e use the newer, fixed version of \u003ccode\u003epflag\u003c/code\u003e v1.0.9 which keeps the deprecated \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eMore details can be found here: \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303#issuecomment-3242333515\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/p\u003e\n\u003ch3\u003e✨ Features\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFlow context to command in SetHelpFunc by \u003ca href=\"https://github.com/Frassle\"\u003e\u003ccode\u003e@​Frassle\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2241\"\u003espf13/cobra#2241\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eThe default ShellCompDirective can be customized for a command and its subcommands by \u003ca href=\"https://github.com/albers\"\u003e\u003ccode\u003e@​albers\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2238\"\u003espf13/cobra#2238\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade golangci-lint to v2, address findings by \u003ca href=\"https://github.com/scop\"\u003e\u003ccode\u003e@​scop\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2279\"\u003espf13/cobra#2279\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e🪠 Testing\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eTest with Go 1.24 by \u003ca href=\"https://github.com/harryzcy\"\u003e\u003ccode\u003e@​harryzcy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2236\"\u003espf13/cobra#2236\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: Rm GitHub Action PR size labeler by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2256\"\u003espf13/cobra#2256\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e📝 Docs\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eRemove traling curlybrace by \u003ca href=\"https://github.com/yedayak\"\u003e\u003ccode\u003e@​yedayak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2237\"\u003espf13/cobra#2237\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate command.go by \u003ca href=\"https://github.com/styee\"\u003e\u003ccode\u003e@​styee\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2248\"\u003espf13/cobra#2248\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: Add security policy by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2253\"\u003espf13/cobra#2253\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate Readme (Warp) by \u003ca href=\"https://github.com/ericdachen\"\u003e\u003ccode\u003e@​ericdachen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2267\"\u003espf13/cobra#2267\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Periscope to the list of projects using Cobra by \u003ca href=\"https://github.com/anishathalye\"\u003e\u003ccode\u003e@​anishathalye\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2299\"\u003espf13/cobra#2299\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/harryzcy\"\u003e\u003ccode\u003e@​harryzcy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2236\"\u003espf13/cobra#2236\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yedayak\"\u003e\u003ccode\u003e@​yedayak\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2237\"\u003espf13/cobra#2237\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Frassle\"\u003e\u003ccode\u003e@​Frassle\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2241\"\u003espf13/cobra#2241\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/7da941c3547e93b8c9f70bbd3befca79c6335388\"\u003e\u003ccode\u003e7da941c\u003c/code\u003e\u003c/a\u003e chore: Bump pflag to v1.0.9 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2305\"\u003e#2305\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/51d675196729be769ce235b710ab7058b3aad03a\"\u003e\u003ccode\u003e51d6751\u003c/code\u003e\u003c/a\u003e Bump pflag to 1.0.8 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2303\"\u003e#2303\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/3f3b81882534a51628f3286e93c6842d9b2e29ea\"\u003e\u003ccode\u003e3f3b818\u003c/code\u003e\u003c/a\u003e Update README.md with new logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/dcaf42e2633496bf97d5476d7419071e5c48f40a\"\u003e\u003ccode\u003edcaf42e\u003c/code\u003e\u003c/a\u003e Add Periscope to the list of projects using Cobra (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2299\"\u003e#2299\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/6dec1ae26659a130bdb4c985768d1853b0e1bc06\"\u003e\u003ccode\u003e6dec1ae\u003c/code\u003e\u003c/a\u003e The default ShellCompDirective can be customized for a command and its subcom...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/c8289c10302063b9a2e26357e7e0f0bb599f29ce\"\u003e\u003ccode\u003ec8289c1\u003c/code\u003e\u003c/a\u003e chore(golangci-lint): add some exclusion presets\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/4af7b64d31989e78e86d65304f693a6d9c77c932\"\u003e\u003ccode\u003e4af7b64\u003c/code\u003e\u003c/a\u003e refactor: apply golangci-lint autofixes, work around false positives\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/75790e48fb73c8ba027e0163157a86ce8604ca3e\"\u003e\u003ccode\u003e75790e4\u003c/code\u003e\u003c/a\u003e chore(golangci-lint): upgrade to v2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/db3ddb5cf4968b320ea21f6ee5c2d2202a2e7b22\"\u003e\u003ccode\u003edb3ddb5\u003c/code\u003e\u003c/a\u003e Adding sponsorship to README.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/67171d6909986ee86fb946f808b87aba88ee417a\"\u003e\u003ccode\u003e67171d6\u003c/code\u003e\u003c/a\u003e putting sponsorship below header\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/spf13/cobra/compare/v1.7.0...v1.10.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/stretchr/testify` from 1.8.4 to 1.11.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/stretchr/testify/releases\"\u003egithub.com/stretchr/testify's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.1\u003c/h2\u003e\n\u003cp\u003eThis release fixes \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1785\"\u003e#1785\u003c/a\u003e introduced in v1.11.0 where expected argument values implementing the stringer interface (\u003ccode\u003eString() string\u003c/code\u003e) with a method which mutates their value, when passed to mock.Mock.On (\u003ccode\u003em.On(\u0026quot;Method\u0026quot;, \u0026lt;expected\u0026gt;).Return()\u003c/code\u003e) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBackport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11: mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1788\"\u003estretchr/testify#1788\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\"\u003ehttps://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eFunctional Changes\u003c/h3\u003e\n\u003cp\u003ev1.11.0 Includes a number of performance improvements.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eCall stack perf change for CallerInfo by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1614\"\u003estretchr/testify#1614\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eLazily render mock diff output on successful match by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1615\"\u003estretchr/testify#1615\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check early in Eventually, EventuallyWithT, and Never by \u003ca href=\"https://github.com/cszczepaniak\"\u003e\u003ccode\u003e@​cszczepaniak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1427\"\u003estretchr/testify#1427\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: add IsNotType by \u003ca href=\"https://github.com/bartventer\"\u003e\u003ccode\u003e@​bartventer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1730\"\u003estretchr/testify#1730\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.JSONEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1754\"\u003estretchr/testify#1754\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.YAMLEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1755\"\u003estretchr/testify#1755\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: faster and simpler isEmpty using reflect.Value.IsZero by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1761\"\u003estretchr/testify#1761\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: faster methods filtering (internal refactor) by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1758\"\u003estretchr/testify#1758\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eassert.ErrorAs: log target type by \u003ca href=\"https://github.com/craig65535\"\u003e\u003ccode\u003e@​craig65535\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1345\"\u003estretchr/testify#1345\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix failure message formatting for Positive and Negative asserts in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1062\"\u003estretchr/testify#1062\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorIs message when error is nil but an error was expected by \u003ca href=\"https://github.com/tsioftas\"\u003e\u003ccode\u003e@​tsioftas\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1681\"\u003estretchr/testify#1681\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix Subset/NotSubset when calling with mixed input types by \u003ca href=\"https://github.com/siliconbrain\"\u003e\u003ccode\u003e@​siliconbrain\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1729\"\u003estretchr/testify#1729\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorAs failure message when error is nil by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1734\"\u003estretchr/testify#1734\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock.AssertNumberOfCalls: improve error msg by \u003ca href=\"https://github.com/3scalation\"\u003e\u003ccode\u003e@​3scalation\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1743\"\u003estretchr/testify#1743\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDocumentation, Build \u0026amp; CI\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003edocs: Fix typo in README by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1688\"\u003estretchr/testify#1688\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eReplace deprecated io/ioutil with io and os by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1684\"\u003estretchr/testify#1684\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocument consequences of calling t.FailNow() by \u003ca href=\"https://github.com/greg0ire\"\u003e\u003ccode\u003e@​greg0ire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1710\"\u003estretchr/testify#1710\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update docs for Unset \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1621\"\u003e#1621\u003c/a\u003e by \u003ca href=\"https://github.com/techfg\"\u003e\u003ccode\u003e@​techfg\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1709\"\u003estretchr/testify#1709\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eREADME: apply gofmt to examples by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1687\"\u003estretchr/testify#1687\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: use %q and %T to simplify fmt.Sprintf by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1674\"\u003estretchr/testify#1674\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePropose Christophe Colombier (ccoVeille) as approver by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1716\"\u003estretchr/testify#1716\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate documentation for the Error function in assert or require package by \u003ca href=\"https://github.com/architagr\"\u003e\u003ccode\u003e@​architagr\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1675\"\u003estretchr/testify#1675\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: remove deprecated build constraints by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1671\"\u003estretchr/testify#1671\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: apply gofumpt to internal test suite by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1739\"\u003estretchr/testify#1739\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: fix shebang in .ci.*.sh scripts by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1746\"\u003estretchr/testify#1746\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert,require: enable parallel testing on (almost) all top tests by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1747\"\u003estretchr/testify#1747\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite.Passed: add one more status test report by \u003ca href=\"https://github.com/Ararsa-Derese\"\u003e\u003ccode\u003e@​Ararsa-Derese\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1706\"\u003estretchr/testify#1706\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Helper() method in internal mocks and assert.CollectT by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1423\"\u003estretchr/testify#1423\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.Same/NotSame: improve usage of Sprintf by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1742\"\u003estretchr/testify#1742\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock: enable parallel testing on internal testsuite by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1756\"\u003estretchr/testify#1756\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: cleanup use of 'testing' internals at runtime by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1751\"\u003estretchr/testify#1751\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check test failure message for Empty and NotEmpty  by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1745\"\u003estretchr/testify#1745\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/2a57335dc9cd6833daa820bc94d9b40c26a7917d\"\u003e\u003ccode\u003e2a57335\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1788\"\u003e#1788\u003c/a\u003e from brackendawson/1785-backport-1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/af8c91234f184009f57ef29027b39ca89cb00100\"\u003e\u003ccode\u003eaf8c912\u003c/code\u003e\u003c/a\u003e Backport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/b7801fbf5cd58d201296d5d0e132d1849966dbd4\"\u003e\u003ccode\u003eb7801fb\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1778\"\u003e#1778\u003c/a\u003e from stretchr/dependabot/github_actions/actions/chec...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/69831f3b08c40d56a09d0be93e9d5ae034f1590b\"\u003e\u003ccode\u003e69831f3\u003c/code\u003e\u003c/a\u003e build(deps): bump actions/checkout from 4 to 5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/a53be35c3b0cfcd5189cffcfd75df60ea581104c\"\u003e\u003ccode\u003ea53be35\u003c/code\u003e\u003c/a\u003e Improve captureTestingT helper\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/aafb604176db7e1f2c9810bc90d644291d057687\"\u003e\u003ccode\u003eaafb604\u003c/code\u003e\u003c/a\u003e mock: improve formatting of error message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7218e0390acd2aea3edb18574110ec2753c0aeef\"\u003e\u003ccode\u003e7218e03\u003c/code\u003e\u003c/a\u003e improve error msg\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/929a2126c2702df436312656a0304580b526c6e9\"\u003e\u003ccode\u003e929a212\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1758\"\u003e#1758\u003c/a\u003e from stretchr/dolmen/suite-faster-method-filtering\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/bc7459ec38128532ff32f23cfab4ea0b725210f2\"\u003e\u003ccode\u003ebc7459e\u003c/code\u003e\u003c/a\u003e suite: faster filtering of methods (-testify.m)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7d37b5c962954410bcd7a71ff3a77c79514056d1\"\u003e\u003ccode\u003e7d37b5c\u003c/code\u003e\u003c/a\u003e suite: refactor methodFilter\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/stretchr/testify/compare/v1.8.4...v1.11.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/sync` from 0.5.0 to 0.17.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/1966f539bbd7664efd5bb7462ae94d9db67f4502\"\u003e\u003ccode\u003e1966f53\u003c/code\u003e\u003c/a\u003e errgroup: fix some typos in comment\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/sync/compare/v0.17.0...v0.18.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/tools` from 0.14.0 to 0.36.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/tools/releases\"\u003egolang.org/x/tools's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003egopls/v0.20.0\u003c/h2\u003e\n\u003cp\u003eSee \u003ca href=\"https://go.dev/gopls/release/v0.20.0\"\u003ehttps://go.dev/gopls/release/v0.20.0\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eChanges: \u003ca href=\"https://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\"\u003ehttps://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\u003c/a\u003e\nContributors: \u003ca href=\"https://github.com/adonovan\"\u003e\u003ccode\u003e@​adonovan\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/cuishuang\"\u003e\u003ccode\u003e@​cuishuang\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/dmitshur\"\u003e\u003ccode\u003e@​dmitshur\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/findleyr\"\u003e\u003ccode\u003e@​findleyr\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/gopherbot\"\u003e\u003ccode\u003e@​gopherbot\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/hyangah\"\u003e\u003ccode\u003e@​hyangah\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/iharsuvorau\"\u003e\u003ccode\u003e@​iharsuvorau\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/jba\"\u003e\u003ccode\u003e@​jba\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/lfolger\"\u003e\u003ccode\u003e@​lfolger\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/pjweinbgo\"\u003e\u003ccode\u003e@​pjweinbgo\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/rogeryk\"\u003e\u003ccode\u003e@​rogeryk\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/timothy-king\"\u003e\u003ccode\u003e@​timothy-king\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/vitalmotif\"\u003e\u003ccode\u003e@​vitalmotif\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/zpavlinovic\"\u003e\u003ccode\u003e@​zpavlinovic\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.1\u003c/h2\u003e\n\u003cp\u003eThis patch release changes the default value of the \u003ccode\u003eimportsSource\u003c/code\u003e setting: v0.19.0 changed it from \u003ccode\u003egoimports\u003c/code\u003e to \u003ccode\u003egopls\u003c/code\u003e; this release changes it back, due to a bug (\u003ca href=\"https://redirect.github.com/golang/tools/issues/74280\"\u003e#74280\u003c/a\u003e).\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.0\u003c/h2\u003e\n\u003cp\u003eComplete list of issues closed: \u003ca href=\"https://github.com/golang/go/milestone/380?closed=1\"\u003egopls/v0.19.0 milestone\u003c/a\u003e\u003c/p\u003e\n\u003ch1\u003eConfiguration Changes\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eThe \u003ccode\u003egopls check\u003c/code\u003e subcommand now accepts a \u003ccode\u003e-severity\u003c/code\u003e flag to set a minimum severity for the diagnostics it reports. By default, the minimum severity is \u0026quot;warning\u0026quot;, so \u003ccode\u003egopls check\u003c/code\u003e may report fewer diagnostics than before. Set \u003ccode\u003e-severity=hint\u003c/code\u003e to reproduce the previous behavior.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eNavigation features\u003c/h1\u003e\n\u003ch2\u003e\u0026quot;Implementations\u0026quot; supports signature types (within same package)\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003cp\u003eThe Implementations query reports the correspondence between abstract and concrete types and their methods based on their method sets. Now, it also reports the correspondence between function types, dynamic function calls, and function definitions, based on their signatures.\u003c/p\u003e\n\u003cp\u003eTo use it, invoke an Implementations query on the \u003ccode\u003efunc\u003c/code\u003e token of the definition of a named function, named method, or function literal. Gopls reports the set of function signature types that abstract this function, and the set of dynamic calls through values of such types.\u003c/p\u003e\n\u003cp\u003eConversely, an Implementations query on the \u003ccode\u003efunc\u003c/code\u003e token of a signature type, or on the \u003ccode\u003e(\u003c/code\u003e paren of a dynamic function call, reports the set of concrete functions that the signature abstracts or that the call dispatches to.\u003c/p\u003e\n\u003cp\u003eSince a type may be both a function type and a named type with methods (for example, \u003ccode\u003ehttp.HandlerFunc\u003c/code\u003e), it may participate in both kinds of Implements queries (method-sets and function signatures). Queries using method-sets should be invoked on the type or method name, and queries using signatures should be invoked on a \u003ccode\u003efunc\u003c/code\u003e or \u003ccode\u003e(\u003c/code\u003e token.\u003c/p\u003e\n\u003cp\u003eOnly the local (same-package) algorithm is currently supported. (\u003ca href=\"https://go.dev/issue/56572\"\u003ehttps://go.dev/issue/56572\u003c/a\u003e tracks the global algorithm.)\u003c/p\u003e\n\u003ch2\u003e\u0026quot;Go to Implementation\u0026quot; reports interface-to-interface relations\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003cp\u003eThe \u0026quot;Go to Implementation\u0026quot; operation now reports relationships between interfaces. Gopls now uses the concreteness of the query type to determine whether a query is \u0026quot;downwards\u0026quot; (from an interface to the types that implement it) or \u0026quot;upwards\u0026quot; (from a concrete type to the interfaces to which it may be assigned). So, for example:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ccode\u003eimplementation(io.Reader)\u003c/code\u003e subinterfaces such as \u003ccode\u003eio.ReadCloser\u003c/code\u003e, and concrete implementations such as \u003ccode\u003e*os.File\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ccode\u003eimplementation(os.File)\u003c/code\u003e includes only interfaces, such as \u003ccode\u003eio.Reader\u003c/code\u003e and \u003ccode\u003eio.ReadCloser\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eTo request an \u0026quot;upwards\u0026quot; query starting from an interface, for example to find the superinterfaces of \u003ccode\u003eio.ReadCloser\u003c/code\u003e, use the Type Hierarchy feature described below. (See \u003ca href=\"https://redirect.github.com/microsoft/language-server-protocol/issues/2037\"\u003emicrosoft/language-server-protocol#2037\u003c/a\u003e.)\u003c/p\u003e\n\u003ch2\u003eSupport for Type Hierarchy\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003cp\u003eGopls now implemen...\n\n_Description has been truncated_","html_url":"https://github.com/radiant-coder580pz/fabric-private-chaincode/pull/9","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/radiant-coder580pz%2Ffabric-private-chaincode/issues/9","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/9/packages"},{"uuid":"3583781497","node_id":"PR_kwDOCLjqFs6xRwsi","number":843,"state":"closed","title":"Bump the all-deps group across 5 directories with 169 updates","user":"dependabot[bot]","labels":["dependencies","go"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-11-10T20:53:25.000Z","author_association":null,"state_reason":null,"created_at":"2025-11-03T21:14:47.000Z","updated_at":"2025-11-10T20:53:27.000Z","time_to_close":603518,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"all-deps","update_count":169,"packages":[{"name":"github.com/golang/protobuf","old_version":"1.5.3","new_version":"1.5.4","repository_url":"https://github.com/golang/protobuf"},{"name":"github.com/maxbrunsfeld/counterfeiter/v6","old_version":"6.6.1","new_version":"6.12.0","repository_url":"https://github.com/maxbrunsfeld/counterfeiter"},{"name":"github.com/spf13/cobra","old_version":"1.7.0","new_version":"1.10.1","repository_url":"https://github.com/spf13/cobra"},{"name":"github.com/stretchr/testify","old_version":"1.8.4","new_version":"1.11.1","repository_url":"https://github.com/stretchr/testify"},{"name":"honnef.co/go/tools","old_version":"0.4.3","new_version":"0.6.1","repository_url":"https://github.com/dominikh/go-tools"},{"name":"github.com/Microsoft/go-winio","old_version":"0.6.1","new_version":"0.6.2","repository_url":"https://github.com/Microsoft/go-winio"},{"name":"github.com/bits-and-blooms/bitset","old_version":"1.7.0","new_version":"1.24.3","repository_url":"https://github.com/bits-and-blooms/bitset"},{"name":"github.com/cespare/xxhash/v2","old_version":"2.2.0","new_version":"2.3.0","repository_url":"https://github.com/cespare/xxhash"},{"name":"github.com/cloudflare/cfssl","old_version":"1.4.1","new_version":"1.6.5","repository_url":"https://github.com/cloudflare/cfssl"},{"name":"github.com/consensys/bavard","old_version":"0.1.13","new_version":"0.2.1","repository_url":"https://github.com/consensys/bavard"},{"name":"github.com/consensys/gnark-crypto","old_version":"0.12.1","new_version":"0.19.2","repository_url":"https://github.com/consensys/gnark-crypto"},{"name":"github.com/docker/go-connections","old_version":"0.5.0","new_version":"0.6.0","repository_url":"https://github.com/docker/go-connections"},{"name":"github.com/fsnotify/fsnotify","old_version":"1.6.0","new_version":"1.9.0","repository_url":"https://github.com/fsnotify/fsnotify"},{"name":"github.com/fsouza/go-dockerclient","old_version":"1.10.0","new_version":"1.12.2","repository_url":"https://github.com/fsouza/go-dockerclient"},{"name":"github.com/go-kit/kit","old_version":"0.10.0","new_version":"0.13.0","repository_url":"https://github.com/go-kit/kit"},{"name":"github.com/go-logfmt/logfmt","old_version":"0.5.1","new_version":"0.6.1","repository_url":"https://github.com/go-logfmt/logfmt"},{"name":"github.com/go-openapi/jsonpointer","old_version":"0.19.5","new_version":"0.22.1","repository_url":"https://github.com/go-openapi/jsonpointer"},{"name":"github.com/go-openapi/jsonreference","old_version":"0.20.0","new_version":"0.21.2","repository_url":"https://github.com/go-openapi/jsonreference"},{"name":"github.com/go-openapi/spec","old_version":"0.20.8","new_version":"0.22.0","repository_url":"https://github.com/go-openapi/spec"},{"name":"github.com/gobuffalo/envy","old_version":"1.10.1","new_version":"1.10.2","repository_url":"https://github.com/gobuffalo/envy"},{"name":"github.com/gobuffalo/packd","old_version":"1.0.1","new_version":"1.0.2","repository_url":"https://github.com/gobuffalo/packd"},{"name":"github.com/joho/godotenv","old_version":"1.4.0","new_version":"1.5.1","repository_url":"https://github.com/joho/godotenv"},{"name":"github.com/magiconair/properties","old_version":"1.8.7","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"},{"name":"github.com/moby/term","old_version":"0.5.0","new_version":"0.5.2","repository_url":"https://github.com/moby/term"},{"name":"github.com/nxadm/tail","old_version":"1.4.8","new_version":"1.4.11","repository_url":"https://github.com/nxadm/tail"},{"name":"github.com/opencontainers/image-spec","old_version":"1.1.0-rc5","new_version":"1.1.1","repository_url":"https://github.com/opencontainers/image-spec"},{"name":"github.com/prometheus/client_model","old_version":"0.5.0","new_version":"0.6.2","repository_url":"https://github.com/prometheus/client_model"},{"name":"github.com/prometheus/procfs","old_version":"0.12.0","new_version":"0.19.2","repository_url":"https://github.com/prometheus/procfs"},{"name":"github.com/rogpeppe/go-internal","old_version":"1.11.0","new_version":"1.14.1","repository_url":"https://github.com/rogpeppe/go-internal"},{"name":"github.com/spf13/afero","old_version":"1.6.0","new_version":"1.15.0","repository_url":"https://github.com/spf13/afero"},{"name":"github.com/spf13/cast","old_version":"1.4.1","new_version":"1.10.0","repository_url":"https://github.com/spf13/cast"},{"name":"github.com/spf13/viper","old_version":"1.10.1","new_version":"1.21.0","repository_url":"https://github.com/spf13/viper"}],"path":null,"ecosystem":"go"},"body":"Bumps the all-deps group with 32 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/maxbrunsfeld/counterfeiter/v6](https://github.com/maxbrunsfeld/counterfeiter) | `6.6.1` | `6.12.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [honnef.co/go/tools](https://github.com/dominikh/go-tools) | `0.4.3` | `0.6.1` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.3` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.5` | `0.22.1` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.0` | `0.21.2` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.0` |\n| [github.com/gobuffalo/envy](https://github.com/gobuffalo/envy) | `1.10.1` | `1.10.2` |\n| [github.com/gobuffalo/packd](https://github.com/gobuffalo/packd) | `1.0.1` | `1.0.2` |\n| [github.com/joho/godotenv](https://github.com/joho/godotenv) | `1.4.0` | `1.5.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/nxadm/tail](https://github.com/nxadm/tail) | `1.4.8` | `1.4.11` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0-rc5` | `1.1.1` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.19.2` |\n| [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) | `1.11.0` | `1.14.1` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.6.0` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n\nBumps the all-deps group with 48 updates in the /integration/go_chaincode directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.2` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.3` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.28` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.1` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.2` | `1.14.2` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd) | `22.5.0` | `22.6.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/dgraph-io/badger/v3](https://github.com/dgraph-io/badger) | `3.2103.2` | `3.2103.5` |\n| [github.com/elastic/gosigar](https://github.com/elastic/gosigar) | `0.14.2` | `0.14.3` |\n| [github.com/flynn/noise](https://github.com/flynn/noise) | `1.0.0` | `1.1.0` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.11` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.7.0` | `1.7.6` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.16.0` | `2.27.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.0` |\n| [github.com/huin/goupnp](https://github.com/huin/goupnp) | `1.2.0` | `1.3.0` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/boxo](https://github.com/ipfs/boxo) | `0.8.0-rc1` | `0.35.1` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/ugorji/go](https://github.com/ugorji/go) | `1.1.4` | `1.2.14` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.40.0` |\n| [github.com/ugorji/go/codec](https://github.com/ugorji/go) | `1.3.0` | `1.3.1` |\n\nBumps the all-deps group with 25 updates in the /samples/application/ccapi directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.11.1` |\n| [golang.org/x/tools](https://github.com/golang/tools) | `0.14.0` | `0.38.0` |\n| google.golang.org/protobuf | `1.34.2` | `1.36.10` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.6` | `0.22.1` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.2` | `0.21.2` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.0` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.19.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.2` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.5` | `1.0.10` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.6` | `1.14.2` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.11` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.4.0` | `1.7.6` |\n| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.59.0` | `1.76.0` |\n| [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.8.12` | `1.16.6` |\n| [github.com/swaggo/gin-swagger](https://github.com/swaggo/gin-swagger) | `1.6.0` | `1.6.1` |\n\nBumps the all-deps group with 52 updates in the /samples/demos/irb directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.2` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.3` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.28` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0` | `1.1.1` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.1` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.0` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/go-cid](https://github.com/ipfs/go-cid) | `0.4.1` | `0.6.0` |\n| [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.7` | `2.3.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) | `0.11.0` | `0.16.1` |\n| [github.com/multiformats/go-multicodec](https://github.com/multiformats/go-multicodec) | `0.9.0` | `0.10.0` |\n| [github.com/multiformats/go-multistream](https://github.com/multiformats/go-multistream) | `0.4.1` | `0.6.1` |\n| [lukechampine.com/blake3](https://github.com/lukechampine/blake3) | `1.2.1` | `1.4.1` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.40.0` |\n| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.28.0` | `0.39.0` |\n| [code.cloudfoundry.org/clock](https://github.com/cloudfoundry/clock) | `1.1.0` | `1.53.0` |\n| [github.com/VictoriaMetrics/fastcache](https://github.com/VictoriaMetrics/fastcache) | `1.12.1` | `1.13.0` |\n| [github.com/go-ole/go-ole](https://github.com/go-ole/go-ole) | `1.2.6` | `1.3.0` |\n| [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.12` | `0.3.15` |\n| [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.6` | `3.6.5` |\n| [go.etcd.io/etcd/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.5` |\n| [go.etcd.io/etcd/raft/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.5.24` |\n| [go.etcd.io/etcd/server/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.5` |\n\nBumps the all-deps group with 26 updates in the /samples/deployment/fabric-smart-client/the-simple-testing-network directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.2` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.28` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.1` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.36.0` | `1.38.0` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.40.0` |\n\n\nUpdates `github.com/golang/protobuf` from 1.5.3 to 1.5.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/protobuf/releases\"\u003egithub.com/golang/protobuf's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.5.4\u003c/h2\u003e\n\u003cp\u003eNotable changes\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eupdate descriptor.proto to latest version\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/75de7c059e36b64f01d0dd234ff2fff404ec3374\"\u003e\u003ccode\u003e75de7c0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang/protobuf/issues/1597\"\u003e#1597\u003c/a\u003e from golang/updatedesc\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/b7697bb698b1c56643249ef6179c7cae1478881d\"\u003e\u003ccode\u003eb7697bb\u003c/code\u003e\u003c/a\u003e all: update descriptor.proto to latest version\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/protobuf/compare/v1.5.3...v1.5.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/maxbrunsfeld/counterfeiter/v6` from 6.6.1 to 6.12.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases\"\u003egithub.com/maxbrunsfeld/counterfeiter/v6's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.12.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.37.0 to 1.38.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/333\"\u003emaxbrunsfeld/counterfeiter#333\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.38.0 to 1.38.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/338\"\u003emaxbrunsfeld/counterfeiter#338\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: support for custom type constraints in generic interfaces by \u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.2\u003c/h2\u003e\n\u003cp\u003eRevert changes from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases/tag/v6.11.1\"\u003e\u003ccode\u003ev6.11.1\u003c/code\u003e\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.1\u003c/h2\u003e\n\u003cp\u003eRestore compatibility for \u003ccode\u003ego\u003c/code\u003e \u003ccode\u003e1.22\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.34.2 to 1.35.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/303\"\u003emaxbrunsfeld/counterfeiter#303\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.0 to 1.35.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/304\"\u003emaxbrunsfeld/counterfeiter#304\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.19.0 to 0.20.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/305\"\u003emaxbrunsfeld/counterfeiter#305\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.26.0 to 0.27.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/306\"\u003emaxbrunsfeld/counterfeiter#306\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.1 to 1.36.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/307\"\u003emaxbrunsfeld/counterfeiter#307\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.20.0 to 0.21.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/308\"\u003emaxbrunsfeld/counterfeiter#308\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.27.0 to 0.28.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/309\"\u003emaxbrunsfeld/counterfeiter#309\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.36.0 to 1.36.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/310\"\u003emaxbrunsfeld/counterfeiter#310\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ehandle interfaces with generics by \u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.10.0...v6.11.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.10.0...v6.11.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.34.1 to 1.34.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/296\"\u003emaxbrunsfeld/counterfeiter#296\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.18.0 to 0.19.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/299\"\u003emaxbrunsfeld/counterfeiter#299\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.25.0 to 0.26.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/300\"\u003emaxbrunsfeld/counterfeiter#300\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eissue \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/298\"\u003e#298\u003c/a\u003e - go 1.23 go/types alias change by \u003ca href=\"https://github.com/xanderflood\"\u003e\u003ccode\u003e@​xanderflood\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/301\"\u003emaxbrunsfeld/counterfeiter#301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/xanderflood\"\u003e\u003ccode\u003e@​xanderflood\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/301\"\u003emaxbrunsfeld/counterfeiter#301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.9.0...v6.10.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.9.0...v6.10.0\u003c/a\u003e\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/1787e7d29dd879b458fdf4df04fd7825f206ef3d\"\u003e\u003ccode\u003e1787e7d\u003c/code\u003e\u003c/a\u003e fix incorrect use of fmt.Errorf (use errors.New)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/d0d179107c4f9eb60fa55a6ba3616aafcb2dc9f3\"\u003e\u003ccode\u003ed0d1791\u003c/code\u003e\u003c/a\u003e ⬆️ dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/b365b339524a88e6d4f20c5ed05761533909ce1c\"\u003e\u003ccode\u003eb365b33\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/334\"\u003e#334\u003c/a\u003e from mahboubii/fix/generic-interface-type-constraint\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/df5c1686e416edff9a82fdd84f1c30124f60ab74\"\u003e\u003ccode\u003edf5c168\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/338\"\u003e#338\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/github.com/on...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/93d20fecbcae6fcd0fd095f348ef67908125873a\"\u003e\u003ccode\u003e93d20fe\u003c/code\u003e\u003c/a\u003e Bump github.com/onsi/gomega from 1.38.0 to 1.38.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/b8c00d116d3343b732cc9c9f9a9e4e0eea5915b8\"\u003e\u003ccode\u003eb8c00d1\u003c/code\u003e\u003c/a\u003e test union constraint type\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/7daa3608f4f7bae19c7cd09616f743e12479c0ab\"\u003e\u003ccode\u003e7daa360\u003c/code\u003e\u003c/a\u003e fix: support for custom type constraints in generic interfaces\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/eeb5bb36f242dd28beea0ccbed57ea10f2fa2604\"\u003e\u003ccode\u003eeeb5bb3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/333\"\u003e#333\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/github.com/on...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/8cc0e52a7656a3523ad6b74af0c58794b3ad6c0f\"\u003e\u003ccode\u003e8cc0e52\u003c/code\u003e\u003c/a\u003e Bump github.com/onsi/gomega from 1.37.0 to 1.38.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/386d8831d95d053807d08b1620e0347c186f7673\"\u003e\u003ccode\u003e386d883\u003c/code\u003e\u003c/a\u003e avoid locking method-specific mutexes in Invocations() to avoid deadlock\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.6.1...v6.12.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/ginkgo/v2` from 2.11.0 to 2.25.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/releases\"\u003egithub.com/onsi/ginkgo/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.27.2\u003c/h2\u003e\n\u003ch2\u003e2.27.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003einline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix syntax errors and typo [a99c6e0]\u003c/li\u003e\n\u003cli\u003eFix paragraph position error [f993df5]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.27.1\u003c/h2\u003e\n\u003ch2\u003e2.27.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix Ginkgo Reporter slice-bounds panic [606c1cb]\u003c/li\u003e\n\u003cli\u003eBug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.27.0\u003c/h2\u003e\n\u003ch2\u003e2.27.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003ch4\u003eTransforming Nodes during Tree Construction\u003c/h4\u003e\n\u003cp\u003eThis release adds support for \u003ccode\u003eNodeArgsTransformer\u003c/code\u003es that can be registered with \u003ccode\u003eAddTreeConstructionNodeArgsTransformer\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003eThese are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators.  This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-transforming-node-arguments-during-tree-construction\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch4\u003eSpec Prioritization\u003c/h4\u003e\n\u003cp\u003eA new \u003ccode\u003eSpecPriority(int)\u003c/code\u003e decorator has been added.  Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#prioritizing-specs\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump rexml from 3.4.0 to 3.4.2 in /docs (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1595\"\u003e#1595\u003c/a\u003e) [1333dae]\u003c/li\u003e\n\u003cli\u003eBump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1600\"\u003e#1600\u003c/a\u003e) [17ae63e]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.26.0\u003c/h2\u003e\n\u003ch2\u003e2.26.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cp\u003eGinkgo can now generate json-formatted reports that are compatible with the \u003ccode\u003ego test\u003c/code\u003e json format.  Use \u003ccode\u003eginkgo --gojson-report=report.go.json\u003c/code\u003e.  This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.\u003c/p\u003e\n\u003ch2\u003ev2.25.3\u003c/h2\u003e\n\u003ch2\u003e2.25.3\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/ginkgo/v2's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e2.27.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003einline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix syntax errors and typo [a99c6e0]\u003c/li\u003e\n\u003cli\u003eFix paragraph position error [f993df5]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.27.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix Ginkgo Reporter slice-bounds panic [606c1cb]\u003c/li\u003e\n\u003cli\u003eBug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.27.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003ch4\u003eTransforming Nodes during Tree Construction\u003c/h4\u003e\n\u003cp\u003eThis release adds support for \u003ccode\u003eNodeArgsTransformer\u003c/code\u003es that can be registered with \u003ccode\u003eAddTreeConstructionNodeArgsTransformer\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003eThese are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators.  This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-transforming-node-arguments-during-tree-construction\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch4\u003eSpec Prioritization\u003c/h4\u003e\n\u003cp\u003eA new \u003ccode\u003eSpecPriority(int)\u003c/code\u003e decorator has been added.  Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#prioritizing-specs\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump rexml from 3.4.0 to 3.4.2 in /docs (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1595\"\u003e#1595\u003c/a\u003e) [1333dae]\u003c/li\u003e\n\u003cli\u003eBump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1600\"\u003e#1600\u003c/a\u003e) [17ae63e]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.26.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cp\u003eGinkgo can now generate json-formatted reports that are compatible with the \u003ccode\u003ego test\u003c/code\u003e json format.  Use \u003ccode\u003eginkgo --gojson-report=report.go.json\u003c/code\u003e.  This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.\u003c/p\u003e\n\u003ch2\u003e2.25.3\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eemit --github-output group only for progress report itself [f01aed1]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.25.2\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/9a84c21394777734df8062ca2e0552a1471ceca2\"\u003e\u003ccode\u003e9a84c21\u003c/code\u003e\u003c/a\u003e v2.27.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a69113ac15dcb6cd6aefc9ef238734ea386eddc8\"\u003e\u003ccode\u003ea69113a\u003c/code\u003e\u003c/a\u003e inline automaxprocs to simplify dependencies; this will be removed when Go 1....\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a99c6e0d2488aee07ba3f803c0cfc2cae2db4644\"\u003e\u003ccode\u003ea99c6e0\u003c/code\u003e\u003c/a\u003e Fix syntax errors and typo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/f993df54a607161bcad7f4c6f89b761c45ce143b\"\u003e\u003ccode\u003ef993df5\u003c/code\u003e\u003c/a\u003e Fix paragraph position error\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/56cb393ed76ad0173cd784705c929eca4cf5fb21\"\u003e\u003ccode\u003e56cb393\u003c/code\u003e\u003c/a\u003e v2.27.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/2ce3f13a149a8cbc5659da9b1720570d9210d33f\"\u003e\u003ccode\u003e2ce3f13\u003c/code\u003e\u003c/a\u003e reporters: add enhanced bounds checking in emitTimeline to prevent slice panic\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/acf208aed39d9f91b6e60e97cfc450c3e8616ea5\"\u003e\u003ccode\u003eacf208a\u003c/code\u003e\u003c/a\u003e Adding check for malformed date\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/51090a8c3b54e644b552b70bc95b9dedbbe27779\"\u003e\u003ccode\u003e51090a8\u003c/code\u003e\u003c/a\u003e Updating after docs run\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/606c1cb29be1b5e06c502e022559fb59e34d1629\"\u003e\u003ccode\u003e606c1cb\u003c/code\u003e\u003c/a\u003e Fix Ginkgo Reporter slice-bounds panic\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a6463b352073e4bcc3b9553a3a73ff8ccaec7d3a\"\u003e\u003ccode\u003ea6463b3\u003c/code\u003e\u003c/a\u003e Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output()\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/ginkgo/compare/v2.11.0...v2.27.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/gomega` from 1.27.8 to 1.38.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/releases\"\u003egithub.com/onsi/gomega's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.38.2\u003c/h2\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.38.1\u003c/h2\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003ev1.38.0\u003c/h2\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.37.0\u003c/h2\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.36.3\u003c/h2\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/gomega's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003cli\u003eBump rexml from 3.2.6 to 3.3.9 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/788\"\u003e#788\u003c/a\u003e) [c8b4a07]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/812\"\u003e#812\u003c/a\u003e) [06431b9]\u003c/li\u003e\n\u003cli\u003eBump webrick from 1.8.1 to 1.9.1 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/800\"\u003e#800\u003c/a\u003e) [b55a92d]\u003c/li\u003e\n\u003cli\u003eFix typos (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/813\"\u003e#813\u003c/a\u003e) [a1d518b]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/79b8a75a10e36ee598344c040317f5ab1c907f53\"\u003e\u003ccode\u003e79b8a75\u003c/code\u003e\u003c/a\u003e v1.38.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c404969c07179a8533d5daa283cd6307add66620\"\u003e\u003ccode\u003ec404969\u003c/code\u003e\u003c/a\u003e roll back to go 1.23.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c36e89a7efeca141bf40c3e582c7332d293dd354\"\u003e\u003ccode\u003ec36e89a\u003c/code\u003e\u003c/a\u003e v1.38.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/92eaa578900a4a5fb79d85140d7d59e9f5f22ec7\"\u003e\u003ccode\u003e92eaa57\u003c/code\u003e\u003c/a\u003e go mod tidy\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/b9ed3cdd8077cef2652a340810a2bd526c2d87a3\"\u003e\u003ccode\u003eb9ed3cd\u003c/code\u003e\u003c/a\u003e deprecate CompileTest*\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/2a5bf77d2311a6dc9fa800cd1b687b64dad9dda0\"\u003e\u003ccode\u003e2a5bf77\u003c/code\u003e\u003c/a\u003e fix invalid fmt.Errorf\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/3e9e385d31dcda216ae1d56341bb33111b6f8644\"\u003e\u003ccode\u003e3e9e385\u003c/code\u003e\u003c/a\u003e bump ginkgo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/7f37abe202e2050947bc608c69172cea36414311\"\u003e\u003ccode\u003e7f37abe\u003c/code\u003e\u003c/a\u003e Replace \u003ccode\u003egopkg.in/yaml.v3\u003c/code\u003e with \u003ccode\u003ego.yaml.in/yaml/v3\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/69e47619891ecbd0375d07dce33eb558dd14fde3\"\u003e\u003ccode\u003e69e4761\u003c/code\u003e\u003c/a\u003e fix(async_assertion): use correct error in errors.As\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/95737c099edca4f2e7cd47ddcff68c9af8c87258\"\u003e\u003ccode\u003e95737c0\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/net from 0.41.0 to 0.43.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/856\"\u003e#856\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/gomega/compare/v1.27.8...v1.38.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/spf13/cobra` from 1.7.0 to 1.10.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/spf13/cobra/releases\"\u003egithub.com/spf13/cobra's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.10.1\u003c/h2\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003echore: upgrade pflags v1.0.9 by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2305\"\u003espf13/cobra#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003ev1.0.9 of pflags brought back \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e and marked it as deprecated\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\"\u003ehttps://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003e🚨 Attention!\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump pflag to 1.0.8 by \u003ca href=\"https://github.com/tomasaschan\"\u003e\u003ccode\u003e@​tomasaschan\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eThis version of \u003ccode\u003epflag\u003c/code\u003e carried a breaking change: it renamed \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e to \u003ccode\u003eParseErrorsAllowlist\u003c/code\u003e which can break builds if both \u003ccode\u003epflag\u003c/code\u003e and \u003ccode\u003ecobra\u003c/code\u003e are dependencies in your project.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eIf you use both \u003ccode\u003epflag and \u003c/code\u003ecobra\u003ccode\u003e, upgrade \u003c/code\u003epflag\u003ccode\u003eto 1.0.8 and\u003c/code\u003ecobra\u003ccode\u003eto\u003c/code\u003e1.10.0`\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e\u003cem\u003eor\u003c/em\u003e\u003c/strong\u003e use the newer, fixed version of \u003ccode\u003epflag\u003c/code\u003e v1.0.9 which keeps the deprecated \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eMore details can be found here: \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303#issuecomment-3242333515\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/p\u003e\n\u003ch3\u003e✨ Features\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFlow context to command in SetHelpFunc by \u003ca href=\"https://github.com/Frassle\"\u003e\u003ccode\u003e@​Frassle\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2241\"\u003espf13/cobra#2241\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eThe default ShellCompDirective can be customized for a command and its subcommands by \u003ca href=\"https://github.com/albers\"\u003e\u003ccode\u003e@​albers\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2238\"\u003espf13/cobra#2238\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade golangci-lint to v2, address findings by \u003ca href=\"https://github.com/scop\"\u003e\u003ccode\u003e@​scop\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2279\"\u003espf13/cobra#2279\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e🪠 Testing\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eTest with Go 1.24 by \u003ca href=\"https://github.com/harryzcy\"\u003e\u003ccode\u003e@​harryzcy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2236\"\u003espf13/cobra#2236\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: Rm GitHub Action PR size labeler by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2256\"\u003espf13/cobra#2256\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e📝 Docs\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eRemove traling curlybrace by \u003ca href=\"https://github.com/yedayak\"\u003e\u003ccode\u003e@​yedayak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2237\"\u003espf13/cobra#2237\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate command.go by \u003ca href=\"https://github.com/styee\"\u003e\u003ccode\u003e@​styee\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2248\"\u003espf13/cobra#2248\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: Add security policy by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2253\"\u003espf13/cobra#2253\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate Readme (Warp) by \u003ca href=\"https://github.com/ericdachen\"\u003e\u003ccode\u003e@​ericdachen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2267\"\u003espf13/cobra#2267\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Periscope to the list of projects using Cobra by \u003ca href=\"https://github.com/anishathalye\"\u003e\u003ccode\u003e@​anishathalye\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2299\"\u003espf13/cobra#2299\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/harryzcy\"\u003e\u003ccode\u003e@​harryzcy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2236\"\u003espf13/cobra#2236\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yedayak\"\u003e\u003ccode\u003e@​yedayak\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2237\"\u003espf13/cobra#2237\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Frassle\"\u003e\u003ccode\u003e@​Frassle\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2241\"\u003espf13/cobra#2241\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/7da941c3547e93b8c9f70bbd3befca79c6335388\"\u003e\u003ccode\u003e7da941c\u003c/code\u003e\u003c/a\u003e chore: Bump pflag to v1.0.9 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2305\"\u003e#2305\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/51d675196729be769ce235b710ab7058b3aad03a\"\u003e\u003ccode\u003e51d6751\u003c/code\u003e\u003c/a\u003e Bump pflag to 1.0.8 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2303\"\u003e#2303\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/3f3b81882534a51628f3286e93c6842d9b2e29ea\"\u003e\u003ccode\u003e3f3b818\u003c/code\u003e\u003c/a\u003e Update README.md with new logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/dcaf42e2633496bf97d5476d7419071e5c48f40a\"\u003e\u003ccode\u003edcaf42e\u003c/code\u003e\u003c/a\u003e Add Periscope to the list of projects using Cobra (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2299\"\u003e#2299\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/6dec1ae26659a130bdb4c985768d1853b0e1bc06\"\u003e\u003ccode\u003e6dec1ae\u003c/code\u003e\u003c/a\u003e The default ShellCompDirective can be customized for a command and its subcom...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/c8289c10302063b9a2e26357e7e0f0bb599f29ce\"\u003e\u003ccode\u003ec8289c1\u003c/code\u003e\u003c/a\u003e chore(golangci-lint): add some exclusion presets\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/4af7b64d31989e78e86d65304f693a6d9c77c932\"\u003e\u003ccode\u003e4af7b64\u003c/code\u003e\u003c/a\u003e refactor: apply golangci-lint autofixes, work around false positives\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/75790e48fb73c8ba027e0163157a86ce8604ca3e\"\u003e\u003ccode\u003e75790e4\u003c/code\u003e\u003c/a\u003e chore(golangci-lint): upgrade to v2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/db3ddb5cf4968b320ea21f6ee5c2d2202a2e7b22\"\u003e\u003ccode\u003edb3ddb5\u003c/code\u003e\u003c/a\u003e Adding sponsorship to README.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/67171d6909986ee86fb946f808b87aba88ee417a\"\u003e\u003ccode\u003e67171d6\u003c/code\u003e\u003c/a\u003e putting sponsorship below header\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/spf13/cobra/compare/v1.7.0...v1.10.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/stretchr/testify` from 1.8.4 to 1.11.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/stretchr/testify/releases\"\u003egithub.com/stretchr/testify's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.1\u003c/h2\u003e\n\u003cp\u003eThis release fixes \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1785\"\u003e#1785\u003c/a\u003e introduced in v1.11.0 where expected argument values implementing the stringer interface (\u003ccode\u003eString() string\u003c/code\u003e) with a method which mutates their value, when passed to mock.Mock.On (\u003ccode\u003em.On(\u0026quot;Method\u0026quot;, \u0026lt;expected\u0026gt;).Return()\u003c/code\u003e) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBackport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11: mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1788\"\u003estretchr/testify#1788\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\"\u003ehttps://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eFunctional Changes\u003c/h3\u003e\n\u003cp\u003ev1.11.0 Includes a number of performance improvements.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eCall stack perf change for CallerInfo by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1614\"\u003estretchr/testify#1614\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eLazily render mock diff output on successful match by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1615\"\u003estretchr/testify#1615\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check early in Eventually, EventuallyWithT, and Never by \u003ca href=\"https://github.com/cszczepaniak\"\u003e\u003ccode\u003e@​cszczepaniak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1427\"\u003estretchr/testify#1427\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: add IsNotType by \u003ca href=\"https://github.com/bartventer\"\u003e\u003ccode\u003e@​bartventer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1730\"\u003estretchr/testify#1730\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.JSONEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1754\"\u003estretchr/testify#1754\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.YAMLEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1755\"\u003estretchr/testify#1755\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: faster and simpler isEmpty using reflect.Value.IsZero by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1761\"\u003estretchr/testify#1761\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: faster methods filtering (internal refactor) by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1758\"\u003estretchr/testify#1758\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eassert.ErrorAs: log target type by \u003ca href=\"https://github.com/craig65535\"\u003e\u003ccode\u003e@​craig65535\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1345\"\u003estretchr/testify#1345\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix failure message formatting for Positive and Negative asserts in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1062\"\u003estretchr/testify#1062\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorIs message when error is nil but an error was expected by \u003ca href=\"https://github.com/tsioftas\"\u003e\u003ccode\u003e@​tsioftas\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1681\"\u003estretchr/testify#1681\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix Subset/NotSubset when calling with mixed input types by \u003ca href=\"https://github.com/siliconbrain\"\u003e\u003ccode\u003e@​siliconbrain\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1729\"\u003estretchr/testify#1729\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorAs failure message when error is nil by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1734\"\u003estretchr/testify#1734\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock.AssertNumberOfCalls: improve error msg by \u003ca href=\"https://github.com/3scalation\"\u003e\u003ccode\u003e@​3scalation\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1743\"\u003estretchr/testify#1743\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDocumentation, Build \u0026amp; CI\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003edocs: Fix typo in README by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1688\"\u003estretchr/testify#1688\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eReplace deprecated io/ioutil with io and os by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1684\"\u003estretchr/testify#1684\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocument consequences of calling t.FailNow() by \u003ca href=\"https://github.com/greg0ire\"\u003e\u003ccode\u003e@​greg0ire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1710\"\u003estretchr/testify#1710\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update docs for Unset \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1621\"\u003e#1621\u003c/a\u003e by \u003ca href=\"https://github.com/techfg\"\u003e\u003ccode\u003e@​techfg\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1709\"\u003estretchr/testify#1709\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eREADME: apply gofmt to examples by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1687\"\u003estretchr/testify#1687\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: use %q and %T to simplify fmt.Sprintf by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1674\"\u003estretchr/testify#1674\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePropose Christophe Colombier (ccoVeille) as approver by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1716\"\u003estretchr/testify#1716\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate documentation for the Error function in assert or require package by \u003ca href=\"https://github.com/architagr\"\u003e\u003ccode\u003e@​architagr\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1675\"\u003estretchr/testify#1675\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: remove deprecated build constraints by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1671\"\u003estretchr/testify#1671\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: apply gofumpt to internal test suite by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1739\"\u003estretchr/testify#1739\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: fix shebang in .ci.*.sh scripts by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1746\"\u003estretchr/testify#1746\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert,require: enable parallel testing on (almost) all top tests by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1747\"\u003estretchr/testify#1747\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite.Passed: add one more status test report by \u003ca href=\"https://github.com/Ararsa-Derese\"\u003e\u003ccode\u003e@​Ararsa-Derese\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1706\"\u003estretchr/testify#1706\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Helper() method in internal mocks and assert.CollectT by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1423\"\u003estretchr/testify#1423\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.Same/NotSame: improve usage of Sprintf by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1742\"\u003estretchr/testify#1742\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock: enable parallel testing on internal testsuite by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1756\"\u003estretchr/testify#1756\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: cleanup use of 'testing' internals at runtime by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1751\"\u003estretchr/testify#1751\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check test failure message for Empty and NotEmpty  by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1745\"\u003estretchr/testify#1745\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/2a57335dc9cd6833daa820bc94d9b40c26a7917d\"\u003e\u003ccode\u003e2a57335\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1788\"\u003e#1788\u003c/a\u003e from brackendawson/1785-backport-1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/af8c91234f184009f57ef29027b39ca89cb00100\"\u003e\u003ccode\u003eaf8c912\u003c/code\u003e\u003c/a\u003e Backport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/b7801fbf5cd58d201296d5d0e132d1849966dbd4\"\u003e\u003ccode\u003eb7801fb\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1778\"\u003e#1778\u003c/a\u003e from stretchr/dependabot/github_actions/actions/chec...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/69831f3b08c40d56a09d0be93e9d5ae034f1590b\"\u003e\u003ccode\u003e69831f3\u003c/code\u003e\u003c/a\u003e build(deps): bump actions/checkout from 4 to 5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/a53be35c3b0cfcd5189cffcfd75df60ea581104c\"\u003e\u003ccode\u003ea53be35\u003c/code\u003e\u003c/a\u003e Improve captureTestingT helper\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/aafb604176db7e1f2c9810bc90d644291d057687\"\u003e\u003ccode\u003eaafb604\u003c/code\u003e\u003c/a\u003e mock: improve formatting of error message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7218e0390acd2aea3edb18574110ec2753c0aeef\"\u003e\u003ccode\u003e7218e03\u003c/code\u003e\u003c/a\u003e improve error msg\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/929a2126c2702df436312656a0304580b526c6e9\"\u003e\u003ccode\u003e929a212\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1758\"\u003e#1758\u003c/a\u003e from stretchr/dolmen/suite-faster-method-filtering\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/bc7459ec38128532ff32f23cfab4ea0b725210f2\"\u003e\u003ccode\u003ebc7459e\u003c/code\u003e\u003c/a\u003e suite: faster filtering of methods (-testify.m)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7d37b5c962954410bcd7a71ff3a77c79514056d1\"\u003e\u003ccode\u003e7d37b5c\u003c/code\u003e\u003c/a\u003e suite: refactor methodFilter\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/stretchr/testify/compare/v1.8.4...v1.11.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/sync` from 0.5.0 to 0.17.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/04914c200cb38d4ea960ee6a4c314a028c632991\"\u003e\u003ccode\u003e04914c2\u003c/code\u003e\u003c/a\u003e all: upgrade go directive to at least 1.24.0 [generated]\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/7fad2c9213e0821bd78435a9c106806f2fc383f1\"\u003e\u003ccode\u003e7fad2c9\u003c/code\u003e\u003c/a\u003e errgroup: revert propagation of panics\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/8a14946fb031f4bf6096242b5e6ae6f7316d47d8\"\u003e\u003ccode\u003e8a14946\u003c/code\u003e\u003c/a\u003e errgroup: remove duplicated comment\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/1869c690bf11da5dd230e188d03a612a4a3f8ba6\"\u003e\u003ccode\u003e1869c69\u003c/code\u003e\u003c/a\u003e all: replace deprecated ioutil\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/d1ac909e84c04f4326f620436b3894b3f5de0bd4\"\u003e\u003ccode\u003ed1ac909\u003c/code\u003e\u003c/a\u003e sync/errgroup: PanicError.Error print stack trace\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/506c70f97318aa991ec5a898685660c880c166ca\"\u003e\u003ccode\u003e506c70f\u003c/code\u003e\u003c/a\u003e errgroup: propagate panic and Goexit through Wait\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/396f3a06ea2a49eb410f12e244c0dd77095d0de9\"\u003e\u003ccode\u003e396f3a0\u003c/code\u003e\u003c/a\u003e errgroup: document calling Go before Wait\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/b637f27e40ad6e222f3d301cc113e635f0fa08be\"\u003e\u003ccode\u003eb637f27\u003c/code\u003e\u003c/a\u003e errgroup: drop support for Go versions before 1.20\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/960bf1fb13c616a491486fc6322e26fe0830eaf0\"\u003e\u003ccode\u003e960bf1f\u003c/code\u003e\u003c/a\u003e all: upgrade go directive to at least 1.23.0 [generated]\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/fe3591bd8a96873abc98bb9d2d5c62f27efca3e9\"\u003e\u003ccode\u003efe3591b\u003c/code\u003e\u003c/a\u003e sync/errgroup: improve documentation for semaphore limit behavior\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/golang/sync/compare/v0.5.0...v0.17.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/tools` from 0.14.0 to 0.36.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/tools/releases\"\u003egolang.org/x/tools's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003egopls/v0.20.0\u003c/h2\u003e\n\u003cp\u003eSee \u003ca href=\"https://go.dev/gopls/release/v0.20.0\"\u003ehttps://go.dev/gopls/release/v0.20.0\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eChanges: \u003ca href=\"https://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\"\u003ehttps://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\u003c/a\u003e\nContributors: \u003ca href=\"https://github.com/adonovan\"\u003e\u003ccode\u003e@​adonovan\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/cuishuang\"\u003e\u003ccode\u003e@​cuishuang\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/dmitshur\"\u003e\u003ccode\u003e@​dmitshur\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/findleyr\"\u003e\u003ccode\u003e@​findleyr\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/gopherbot\"\u003e\u003ccode\u003e@​gopherbot\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/hyangah\"\u003e\u003ccode\u003e@​hyangah\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/iharsuvorau\"\u003e\u003ccode\u003e@​iharsuvorau\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/jba\"\u003e\u003ccode\u003e@​jba\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/lfolger\"\u003e\u003ccode\u003e@​lfolger\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/pjweinbgo\"\u003e\u003ccode\u003e@​pjweinbgo\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/rogeryk\"\u003e\u003ccode\u003e@​rogeryk\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/timothy-king\"\u003e\u003ccode\u003e@​timothy-king\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/vitalmotif\"\u003e\u003ccode\u003e@​vitalmotif\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/zpavlinovic\"\u003e\u003ccode\u003e@​zpavlinovic\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.1\u003c/h2\u003e\n\u003cp\u003eThis patch release changes the default value of the \u003ccode\u003eimportsSource\u003c/code\u003e setting: v0.19.0 changed it from \u003ccode\u003egoimports\u003c/code\u003e to \u003ccode\u003egopls\u003c/code\u003e; this release changes it back, due to a bug (\u003ca href=\"https://redirect.github.com/golang/tools/issues/74280\"\u003e#74280\u003c/a\u003e).\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.0\u003c/h2\u003e\n\u003cp\u003eComplete list of issues closed: \u003ca href=\"https://github.com/golang/go/milestone/380?closed=1\"\u003egopls/v0.19.0 milestone\u003c/a\u003e\u003c/p\u003e\n\u003ch1\u003eConfiguration Changes\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eThe \u003ccode\u003egopls check\u003c/code\u003e subcommand now accepts a \u003ccode\u003e-severity\u003c/code\u003e flag to set a minimum severity for the diagnostics it reports. By default, the minimum severity is \u0026quot;warning\u0026quot;, so \u003ccode\u003egopls check\u003c/code\u003e may report fewer diagnostics than before. Set \u003ccode\u003e-severity=hint\u003c/code\u003e to reproduce the previous behavior.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eNavigation features\u003c/h1\u003e\n\u003ch2\u003e\u0026quot;Implementations\u0026quot; supports signature types (within same package)\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003cp\u003eThe Implementations query reports the correspondence between abstract and concrete types and their methods based on their method sets. Now, it also reports the correspondence between function types, dynamic function calls, and function definitions, based on their signatures.\u003c/p\u003e\n\u003cp\u003eTo use it, invoke an Implementations query on the \u003ccode\u003efunc\u003c/code\u003e token of the definition of a named function, named method, or function literal. Gopls reports the set of function signature types that abstract this function, and the set of dynamic calls through values of such types.\u003c/p\u003e\n\u003cp\u003eConversely, an Implementations query on the \u003ccode\u003efunc\u003c/code\u003e token of a signature type, or on the \u003ccode\u003e(\u003c/code\u003e paren of a dynamic function call, reports the set of concrete functions that the signature abstracts or that the call dispatches to.\u003c/p\u003e\n\u003cp\u003eSince a type may be both a function type and a named type with methods (for example, \u003ccode\u003ehttp.HandlerFunc\u003c/code\u003e), it may participate in both kinds of Implements queries (me...\n\n_Description has been truncated_","html_url":"https://github.com/hyperledger/fabric-private-chaincode/pull/843","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledger%2Ffabric-private-chaincode/issues/843","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/843/packages"},{"uuid":"3582904451","node_id":"PR_kwDOP5WOp86xO0C3","number":8,"state":"closed","title":"Bump the all-deps group across 5 directories with 169 updates","user":"dependabot[bot]","labels":["dependencies","go"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-11-10T16:43:22.000Z","author_association":null,"state_reason":null,"created_at":"2025-11-03T16:50:22.000Z","updated_at":"2025-11-10T16:43:24.000Z","time_to_close":604380,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"all-deps","update_count":169,"packages":[{"name":"github.com/golang/protobuf","old_version":"1.5.3","new_version":"1.5.4","repository_url":"https://github.com/golang/protobuf"},{"name":"github.com/maxbrunsfeld/counterfeiter/v6","old_version":"6.6.1","new_version":"6.12.0","repository_url":"https://github.com/maxbrunsfeld/counterfeiter"},{"name":"github.com/spf13/cobra","old_version":"1.7.0","new_version":"1.10.1","repository_url":"https://github.com/spf13/cobra"},{"name":"github.com/stretchr/testify","old_version":"1.8.4","new_version":"1.11.1","repository_url":"https://github.com/stretchr/testify"},{"name":"honnef.co/go/tools","old_version":"0.4.3","new_version":"0.6.1","repository_url":"https://github.com/dominikh/go-tools"},{"name":"github.com/Microsoft/go-winio","old_version":"0.6.1","new_version":"0.6.2","repository_url":"https://github.com/Microsoft/go-winio"},{"name":"github.com/bits-and-blooms/bitset","old_version":"1.7.0","new_version":"1.24.3","repository_url":"https://github.com/bits-and-blooms/bitset"},{"name":"github.com/cespare/xxhash/v2","old_version":"2.2.0","new_version":"2.3.0","repository_url":"https://github.com/cespare/xxhash"},{"name":"github.com/cloudflare/cfssl","old_version":"1.4.1","new_version":"1.6.5","repository_url":"https://github.com/cloudflare/cfssl"},{"name":"github.com/consensys/bavard","old_version":"0.1.13","new_version":"0.2.1","repository_url":"https://github.com/consensys/bavard"},{"name":"github.com/consensys/gnark-crypto","old_version":"0.12.1","new_version":"0.19.2","repository_url":"https://github.com/consensys/gnark-crypto"},{"name":"github.com/docker/go-connections","old_version":"0.5.0","new_version":"0.6.0","repository_url":"https://github.com/docker/go-connections"},{"name":"github.com/fsnotify/fsnotify","old_version":"1.6.0","new_version":"1.9.0","repository_url":"https://github.com/fsnotify/fsnotify"},{"name":"github.com/fsouza/go-dockerclient","old_version":"1.10.0","new_version":"1.12.2","repository_url":"https://github.com/fsouza/go-dockerclient"},{"name":"github.com/go-kit/kit","old_version":"0.10.0","new_version":"0.13.0","repository_url":"https://github.com/go-kit/kit"},{"name":"github.com/go-logfmt/logfmt","old_version":"0.5.1","new_version":"0.6.1","repository_url":"https://github.com/go-logfmt/logfmt"},{"name":"github.com/go-openapi/jsonpointer","old_version":"0.19.5","new_version":"0.22.1","repository_url":"https://github.com/go-openapi/jsonpointer"},{"name":"github.com/go-openapi/jsonreference","old_version":"0.20.0","new_version":"0.21.2","repository_url":"https://github.com/go-openapi/jsonreference"},{"name":"github.com/go-openapi/spec","old_version":"0.20.8","new_version":"0.22.0","repository_url":"https://github.com/go-openapi/spec"},{"name":"github.com/gobuffalo/envy","old_version":"1.10.1","new_version":"1.10.2","repository_url":"https://github.com/gobuffalo/envy"},{"name":"github.com/gobuffalo/packd","old_version":"1.0.1","new_version":"1.0.2","repository_url":"https://github.com/gobuffalo/packd"},{"name":"github.com/joho/godotenv","old_version":"1.4.0","new_version":"1.5.1","repository_url":"https://github.com/joho/godotenv"},{"name":"github.com/magiconair/properties","old_version":"1.8.7","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"},{"name":"github.com/moby/term","old_version":"0.5.0","new_version":"0.5.2","repository_url":"https://github.com/moby/term"},{"name":"github.com/nxadm/tail","old_version":"1.4.8","new_version":"1.4.11","repository_url":"https://github.com/nxadm/tail"},{"name":"github.com/opencontainers/image-spec","old_version":"1.1.0-rc5","new_version":"1.1.1","repository_url":"https://github.com/opencontainers/image-spec"},{"name":"github.com/prometheus/client_model","old_version":"0.5.0","new_version":"0.6.2","repository_url":"https://github.com/prometheus/client_model"},{"name":"github.com/prometheus/procfs","old_version":"0.12.0","new_version":"0.19.2","repository_url":"https://github.com/prometheus/procfs"},{"name":"github.com/rogpeppe/go-internal","old_version":"1.11.0","new_version":"1.14.1","repository_url":"https://github.com/rogpeppe/go-internal"},{"name":"github.com/spf13/afero","old_version":"1.6.0","new_version":"1.15.0","repository_url":"https://github.com/spf13/afero"},{"name":"github.com/spf13/cast","old_version":"1.4.1","new_version":"1.10.0","repository_url":"https://github.com/spf13/cast"},{"name":"github.com/spf13/viper","old_version":"1.10.1","new_version":"1.21.0","repository_url":"https://github.com/spf13/viper"}],"path":null,"ecosystem":"go"},"body":"Bumps the all-deps group with 32 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/maxbrunsfeld/counterfeiter/v6](https://github.com/maxbrunsfeld/counterfeiter) | `6.6.1` | `6.12.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [honnef.co/go/tools](https://github.com/dominikh/go-tools) | `0.4.3` | `0.6.1` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.3` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.5` | `0.22.1` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.0` | `0.21.2` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.0` |\n| [github.com/gobuffalo/envy](https://github.com/gobuffalo/envy) | `1.10.1` | `1.10.2` |\n| [github.com/gobuffalo/packd](https://github.com/gobuffalo/packd) | `1.0.1` | `1.0.2` |\n| [github.com/joho/godotenv](https://github.com/joho/godotenv) | `1.4.0` | `1.5.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/nxadm/tail](https://github.com/nxadm/tail) | `1.4.8` | `1.4.11` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0-rc5` | `1.1.1` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.19.2` |\n| [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) | `1.11.0` | `1.14.1` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.6.0` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n\nBumps the all-deps group with 48 updates in the /integration/go_chaincode directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.2` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.3` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.28` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.1` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.2` | `1.14.2` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd) | `22.5.0` | `22.6.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/dgraph-io/badger/v3](https://github.com/dgraph-io/badger) | `3.2103.2` | `3.2103.5` |\n| [github.com/elastic/gosigar](https://github.com/elastic/gosigar) | `0.14.2` | `0.14.3` |\n| [github.com/flynn/noise](https://github.com/flynn/noise) | `1.0.0` | `1.1.0` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.11` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.7.0` | `1.7.6` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.16.0` | `2.27.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.0` |\n| [github.com/huin/goupnp](https://github.com/huin/goupnp) | `1.2.0` | `1.3.0` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/boxo](https://github.com/ipfs/boxo) | `0.8.0-rc1` | `0.35.1` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/ugorji/go](https://github.com/ugorji/go) | `1.1.4` | `1.2.14` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.40.0` |\n| [github.com/ugorji/go/codec](https://github.com/ugorji/go) | `1.3.0` | `1.3.1` |\n\nBumps the all-deps group with 25 updates in the /samples/application/ccapi directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.11.1` |\n| [golang.org/x/tools](https://github.com/golang/tools) | `0.14.0` | `0.38.0` |\n| google.golang.org/protobuf | `1.34.2` | `1.36.10` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.6` | `0.22.1` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.2` | `0.21.2` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.0` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.19.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.2` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.5` | `1.0.10` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.6` | `1.14.2` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.11` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.4.0` | `1.7.6` |\n| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.59.0` | `1.76.0` |\n| [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.8.12` | `1.16.6` |\n| [github.com/swaggo/gin-swagger](https://github.com/swaggo/gin-swagger) | `1.6.0` | `1.6.1` |\n\nBumps the all-deps group with 52 updates in the /samples/demos/irb directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.2` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.3` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.28` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0` | `1.1.1` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.1` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.0` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/go-cid](https://github.com/ipfs/go-cid) | `0.4.1` | `0.6.0` |\n| [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.7` | `2.3.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) | `0.11.0` | `0.16.1` |\n| [github.com/multiformats/go-multicodec](https://github.com/multiformats/go-multicodec) | `0.9.0` | `0.10.0` |\n| [github.com/multiformats/go-multistream](https://github.com/multiformats/go-multistream) | `0.4.1` | `0.6.1` |\n| [lukechampine.com/blake3](https://github.com/lukechampine/blake3) | `1.2.1` | `1.4.1` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.40.0` |\n| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.28.0` | `0.39.0` |\n| [code.cloudfoundry.org/clock](https://github.com/cloudfoundry/clock) | `1.1.0` | `1.53.0` |\n| [github.com/VictoriaMetrics/fastcache](https://github.com/VictoriaMetrics/fastcache) | `1.12.1` | `1.13.0` |\n| [github.com/go-ole/go-ole](https://github.com/go-ole/go-ole) | `1.2.6` | `1.3.0` |\n| [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.12` | `0.3.15` |\n| [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.6` | `3.6.5` |\n| [go.etcd.io/etcd/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.5` |\n| [go.etcd.io/etcd/raft/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.5.24` |\n| [go.etcd.io/etcd/server/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.5` |\n\nBumps the all-deps group with 26 updates in the /samples/deployment/fabric-smart-client/the-simple-testing-network directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.2` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.28` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.1` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.36.0` | `1.38.0` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.40.0` |\n\n\nUpdates `github.com/golang/protobuf` from 1.5.3 to 1.5.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/protobuf/releases\"\u003egithub.com/golang/protobuf's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.5.4\u003c/h2\u003e\n\u003cp\u003eNotable changes\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eupdate descriptor.proto to latest version\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/75de7c059e36b64f01d0dd234ff2fff404ec3374\"\u003e\u003ccode\u003e75de7c0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang/protobuf/issues/1597\"\u003e#1597\u003c/a\u003e from golang/updatedesc\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/b7697bb698b1c56643249ef6179c7cae1478881d\"\u003e\u003ccode\u003eb7697bb\u003c/code\u003e\u003c/a\u003e all: update descriptor.proto to latest version\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/protobuf/compare/v1.5.3...v1.5.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/maxbrunsfeld/counterfeiter/v6` from 6.6.1 to 6.12.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases\"\u003egithub.com/maxbrunsfeld/counterfeiter/v6's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.12.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.37.0 to 1.38.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/333\"\u003emaxbrunsfeld/counterfeiter#333\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.38.0 to 1.38.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/338\"\u003emaxbrunsfeld/counterfeiter#338\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: support for custom type constraints in generic interfaces by \u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.2\u003c/h2\u003e\n\u003cp\u003eRevert changes from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases/tag/v6.11.1\"\u003e\u003ccode\u003ev6.11.1\u003c/code\u003e\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.1\u003c/h2\u003e\n\u003cp\u003eRestore compatibility for \u003ccode\u003ego\u003c/code\u003e \u003ccode\u003e1.22\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.34.2 to 1.35.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/303\"\u003emaxbrunsfeld/counterfeiter#303\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.0 to 1.35.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/304\"\u003emaxbrunsfeld/counterfeiter#304\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.19.0 to 0.20.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/305\"\u003emaxbrunsfeld/counterfeiter#305\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.26.0 to 0.27.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/306\"\u003emaxbrunsfeld/counterfeiter#306\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.1 to 1.36.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/307\"\u003emaxbrunsfeld/counterfeiter#307\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.20.0 to 0.21.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/308\"\u003emaxbrunsfeld/counterfeiter#308\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.27.0 to 0.28.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/309\"\u003emaxbrunsfeld/counterfeiter#309\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.36.0 to 1.36.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/310\"\u003emaxbrunsfeld/counterfeiter#310\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ehandle interfaces with generics by \u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.10.0...v6.11.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.10.0...v6.11.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.34.1 to 1.34.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/296\"\u003emaxbrunsfeld/counterfeiter#296\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.18.0 to 0.19.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/299\"\u003emaxbrunsfeld/counterfeiter#299\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.25.0 to 0.26.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/300\"\u003emaxbrunsfeld/counterfeiter#300\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eissue \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/298\"\u003e#298\u003c/a\u003e - go 1.23 go/types alias change by \u003ca href=\"https://github.com/xanderflood\"\u003e\u003ccode\u003e@​xanderflood\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/301\"\u003emaxbrunsfeld/counterfeiter#301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/xanderflood\"\u003e\u003ccode\u003e@​xanderflood\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/301\"\u003emaxbrunsfeld/counterfeiter#301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.9.0...v6.10.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.9.0...v6.10.0\u003c/a\u003e\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/1787e7d29dd879b458fdf4df04fd7825f206ef3d\"\u003e\u003ccode\u003e1787e7d\u003c/code\u003e\u003c/a\u003e fix incorrect use of fmt.Errorf (use errors.New)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/d0d179107c4f9eb60fa55a6ba3616aafcb2dc9f3\"\u003e\u003ccode\u003ed0d1791\u003c/code\u003e\u003c/a\u003e ⬆️ dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/b365b339524a88e6d4f20c5ed05761533909ce1c\"\u003e\u003ccode\u003eb365b33\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/334\"\u003e#334\u003c/a\u003e from mahboubii/fix/generic-interface-type-constraint\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/df5c1686e416edff9a82fdd84f1c30124f60ab74\"\u003e\u003ccode\u003edf5c168\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/338\"\u003e#338\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/github.com/on...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/93d20fecbcae6fcd0fd095f348ef67908125873a\"\u003e\u003ccode\u003e93d20fe\u003c/code\u003e\u003c/a\u003e Bump github.com/onsi/gomega from 1.38.0 to 1.38.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/b8c00d116d3343b732cc9c9f9a9e4e0eea5915b8\"\u003e\u003ccode\u003eb8c00d1\u003c/code\u003e\u003c/a\u003e test union constraint type\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/7daa3608f4f7bae19c7cd09616f743e12479c0ab\"\u003e\u003ccode\u003e7daa360\u003c/code\u003e\u003c/a\u003e fix: support for custom type constraints in generic interfaces\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/eeb5bb36f242dd28beea0ccbed57ea10f2fa2604\"\u003e\u003ccode\u003eeeb5bb3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/333\"\u003e#333\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/github.com/on...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/8cc0e52a7656a3523ad6b74af0c58794b3ad6c0f\"\u003e\u003ccode\u003e8cc0e52\u003c/code\u003e\u003c/a\u003e Bump github.com/onsi/gomega from 1.37.0 to 1.38.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/386d8831d95d053807d08b1620e0347c186f7673\"\u003e\u003ccode\u003e386d883\u003c/code\u003e\u003c/a\u003e avoid locking method-specific mutexes in Invocations() to avoid deadlock\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.6.1...v6.12.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/ginkgo/v2` from 2.11.0 to 2.25.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/releases\"\u003egithub.com/onsi/ginkgo/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.27.2\u003c/h2\u003e\n\u003ch2\u003e2.27.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003einline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix syntax errors and typo [a99c6e0]\u003c/li\u003e\n\u003cli\u003eFix paragraph position error [f993df5]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.27.1\u003c/h2\u003e\n\u003ch2\u003e2.27.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix Ginkgo Reporter slice-bounds panic [606c1cb]\u003c/li\u003e\n\u003cli\u003eBug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.27.0\u003c/h2\u003e\n\u003ch2\u003e2.27.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003ch4\u003eTransforming Nodes during Tree Construction\u003c/h4\u003e\n\u003cp\u003eThis release adds support for \u003ccode\u003eNodeArgsTransformer\u003c/code\u003es that can be registered with \u003ccode\u003eAddTreeConstructionNodeArgsTransformer\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003eThese are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators.  This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-transforming-node-arguments-during-tree-construction\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch4\u003eSpec Prioritization\u003c/h4\u003e\n\u003cp\u003eA new \u003ccode\u003eSpecPriority(int)\u003c/code\u003e decorator has been added.  Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#prioritizing-specs\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump rexml from 3.4.0 to 3.4.2 in /docs (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1595\"\u003e#1595\u003c/a\u003e) [1333dae]\u003c/li\u003e\n\u003cli\u003eBump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1600\"\u003e#1600\u003c/a\u003e) [17ae63e]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.26.0\u003c/h2\u003e\n\u003ch2\u003e2.26.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cp\u003eGinkgo can now generate json-formatted reports that are compatible with the \u003ccode\u003ego test\u003c/code\u003e json format.  Use \u003ccode\u003eginkgo --gojson-report=report.go.json\u003c/code\u003e.  This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.\u003c/p\u003e\n\u003ch2\u003ev2.25.3\u003c/h2\u003e\n\u003ch2\u003e2.25.3\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/ginkgo/v2's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e2.27.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003einline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix syntax errors and typo [a99c6e0]\u003c/li\u003e\n\u003cli\u003eFix paragraph position error [f993df5]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.27.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix Ginkgo Reporter slice-bounds panic [606c1cb]\u003c/li\u003e\n\u003cli\u003eBug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.27.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003ch4\u003eTransforming Nodes during Tree Construction\u003c/h4\u003e\n\u003cp\u003eThis release adds support for \u003ccode\u003eNodeArgsTransformer\u003c/code\u003es that can be registered with \u003ccode\u003eAddTreeConstructionNodeArgsTransformer\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003eThese are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators.  This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-transforming-node-arguments-during-tree-construction\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch4\u003eSpec Prioritization\u003c/h4\u003e\n\u003cp\u003eA new \u003ccode\u003eSpecPriority(int)\u003c/code\u003e decorator has been added.  Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#prioritizing-specs\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump rexml from 3.4.0 to 3.4.2 in /docs (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1595\"\u003e#1595\u003c/a\u003e) [1333dae]\u003c/li\u003e\n\u003cli\u003eBump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1600\"\u003e#1600\u003c/a\u003e) [17ae63e]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.26.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cp\u003eGinkgo can now generate json-formatted reports that are compatible with the \u003ccode\u003ego test\u003c/code\u003e json format.  Use \u003ccode\u003eginkgo --gojson-report=report.go.json\u003c/code\u003e.  This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.\u003c/p\u003e\n\u003ch2\u003e2.25.3\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eemit --github-output group only for progress report itself [f01aed1]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.25.2\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/9a84c21394777734df8062ca2e0552a1471ceca2\"\u003e\u003ccode\u003e9a84c21\u003c/code\u003e\u003c/a\u003e v2.27.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a69113ac15dcb6cd6aefc9ef238734ea386eddc8\"\u003e\u003ccode\u003ea69113a\u003c/code\u003e\u003c/a\u003e inline automaxprocs to simplify dependencies; this will be removed when Go 1....\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a99c6e0d2488aee07ba3f803c0cfc2cae2db4644\"\u003e\u003ccode\u003ea99c6e0\u003c/code\u003e\u003c/a\u003e Fix syntax errors and typo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/f993df54a607161bcad7f4c6f89b761c45ce143b\"\u003e\u003ccode\u003ef993df5\u003c/code\u003e\u003c/a\u003e Fix paragraph position error\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/56cb393ed76ad0173cd784705c929eca4cf5fb21\"\u003e\u003ccode\u003e56cb393\u003c/code\u003e\u003c/a\u003e v2.27.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/2ce3f13a149a8cbc5659da9b1720570d9210d33f\"\u003e\u003ccode\u003e2ce3f13\u003c/code\u003e\u003c/a\u003e reporters: add enhanced bounds checking in emitTimeline to prevent slice panic\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/acf208aed39d9f91b6e60e97cfc450c3e8616ea5\"\u003e\u003ccode\u003eacf208a\u003c/code\u003e\u003c/a\u003e Adding check for malformed date\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/51090a8c3b54e644b552b70bc95b9dedbbe27779\"\u003e\u003ccode\u003e51090a8\u003c/code\u003e\u003c/a\u003e Updating after docs run\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/606c1cb29be1b5e06c502e022559fb59e34d1629\"\u003e\u003ccode\u003e606c1cb\u003c/code\u003e\u003c/a\u003e Fix Ginkgo Reporter slice-bounds panic\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a6463b352073e4bcc3b9553a3a73ff8ccaec7d3a\"\u003e\u003ccode\u003ea6463b3\u003c/code\u003e\u003c/a\u003e Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output()\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/ginkgo/compare/v2.11.0...v2.27.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/gomega` from 1.27.8 to 1.38.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/releases\"\u003egithub.com/onsi/gomega's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.38.2\u003c/h2\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.38.1\u003c/h2\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003ev1.38.0\u003c/h2\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.37.0\u003c/h2\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.36.3\u003c/h2\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/gomega's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003cli\u003eBump rexml from 3.2.6 to 3.3.9 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/788\"\u003e#788\u003c/a\u003e) [c8b4a07]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/812\"\u003e#812\u003c/a\u003e) [06431b9]\u003c/li\u003e\n\u003cli\u003eBump webrick from 1.8.1 to 1.9.1 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/800\"\u003e#800\u003c/a\u003e) [b55a92d]\u003c/li\u003e\n\u003cli\u003eFix typos (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/813\"\u003e#813\u003c/a\u003e) [a1d518b]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/79b8a75a10e36ee598344c040317f5ab1c907f53\"\u003e\u003ccode\u003e79b8a75\u003c/code\u003e\u003c/a\u003e v1.38.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c404969c07179a8533d5daa283cd6307add66620\"\u003e\u003ccode\u003ec404969\u003c/code\u003e\u003c/a\u003e roll back to go 1.23.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c36e89a7efeca141bf40c3e582c7332d293dd354\"\u003e\u003ccode\u003ec36e89a\u003c/code\u003e\u003c/a\u003e v1.38.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/92eaa578900a4a5fb79d85140d7d59e9f5f22ec7\"\u003e\u003ccode\u003e92eaa57\u003c/code\u003e\u003c/a\u003e go mod tidy\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/b9ed3cdd8077cef2652a340810a2bd526c2d87a3\"\u003e\u003ccode\u003eb9ed3cd\u003c/code\u003e\u003c/a\u003e deprecate CompileTest*\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/2a5bf77d2311a6dc9fa800cd1b687b64dad9dda0\"\u003e\u003ccode\u003e2a5bf77\u003c/code\u003e\u003c/a\u003e fix invalid fmt.Errorf\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/3e9e385d31dcda216ae1d56341bb33111b6f8644\"\u003e\u003ccode\u003e3e9e385\u003c/code\u003e\u003c/a\u003e bump ginkgo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/7f37abe202e2050947bc608c69172cea36414311\"\u003e\u003ccode\u003e7f37abe\u003c/code\u003e\u003c/a\u003e Replace \u003ccode\u003egopkg.in/yaml.v3\u003c/code\u003e with \u003ccode\u003ego.yaml.in/yaml/v3\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/69e47619891ecbd0375d07dce33eb558dd14fde3\"\u003e\u003ccode\u003e69e4761\u003c/code\u003e\u003c/a\u003e fix(async_assertion): use correct error in errors.As\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/95737c099edca4f2e7cd47ddcff68c9af8c87258\"\u003e\u003ccode\u003e95737c0\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/net from 0.41.0 to 0.43.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/856\"\u003e#856\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/gomega/compare/v1.27.8...v1.38.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/spf13/cobra` from 1.7.0 to 1.10.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/spf13/cobra/releases\"\u003egithub.com/spf13/cobra's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.10.1\u003c/h2\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003echore: upgrade pflags v1.0.9 by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2305\"\u003espf13/cobra#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003ev1.0.9 of pflags brought back \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e and marked it as deprecated\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\"\u003ehttps://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003e🚨 Attention!\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump pflag to 1.0.8 by \u003ca href=\"https://github.com/tomasaschan\"\u003e\u003ccode\u003e@​tomasaschan\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eThis version of \u003ccode\u003epflag\u003c/code\u003e carried a breaking change: it renamed \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e to \u003ccode\u003eParseErrorsAllowlist\u003c/code\u003e which can break builds if both \u003ccode\u003epflag\u003c/code\u003e and \u003ccode\u003ecobra\u003c/code\u003e are dependencies in your project.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eIf you use both \u003ccode\u003epflag and \u003c/code\u003ecobra\u003ccode\u003e, upgrade \u003c/code\u003epflag\u003ccode\u003eto 1.0.8 and\u003c/code\u003ecobra\u003ccode\u003eto\u003c/code\u003e1.10.0`\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e\u003cem\u003eor\u003c/em\u003e\u003c/strong\u003e use the newer, fixed version of \u003ccode\u003epflag\u003c/code\u003e v1.0.9 which keeps the deprecated \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eMore details can be found here: \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303#issuecomment-3242333515\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/p\u003e\n\u003ch3\u003e✨ Features\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFlow context to command in SetHelpFunc by \u003ca href=\"https://github.com/Frassle\"\u003e\u003ccode\u003e@​Frassle\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2241\"\u003espf13/cobra#2241\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eThe default ShellCompDirective can be customized for a command and its subcommands by \u003ca href=\"https://github.com/albers\"\u003e\u003ccode\u003e@​albers\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2238\"\u003espf13/cobra#2238\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade golangci-lint to v2, address findings by \u003ca href=\"https://github.com/scop\"\u003e\u003ccode\u003e@​scop\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2279\"\u003espf13/cobra#2279\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e🪠 Testing\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eTest with Go 1.24 by \u003ca href=\"https://github.com/harryzcy\"\u003e\u003ccode\u003e@​harryzcy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2236\"\u003espf13/cobra#2236\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: Rm GitHub Action PR size labeler by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2256\"\u003espf13/cobra#2256\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e📝 Docs\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eRemove traling curlybrace by \u003ca href=\"https://github.com/yedayak\"\u003e\u003ccode\u003e@​yedayak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2237\"\u003espf13/cobra#2237\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate command.go by \u003ca href=\"https://github.com/styee\"\u003e\u003ccode\u003e@​styee\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2248\"\u003espf13/cobra#2248\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: Add security policy by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2253\"\u003espf13/cobra#2253\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate Readme (Warp) by \u003ca href=\"https://github.com/ericdachen\"\u003e\u003ccode\u003e@​ericdachen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2267\"\u003espf13/cobra#2267\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Periscope to the list of projects using Cobra by \u003ca href=\"https://github.com/anishathalye\"\u003e\u003ccode\u003e@​anishathalye\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2299\"\u003espf13/cobra#2299\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/harryzcy\"\u003e\u003ccode\u003e@​harryzcy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2236\"\u003espf13/cobra#2236\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yedayak\"\u003e\u003ccode\u003e@​yedayak\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2237\"\u003espf13/cobra#2237\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Frassle\"\u003e\u003ccode\u003e@​Frassle\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2241\"\u003espf13/cobra#2241\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/7da941c3547e93b8c9f70bbd3befca79c6335388\"\u003e\u003ccode\u003e7da941c\u003c/code\u003e\u003c/a\u003e chore: Bump pflag to v1.0.9 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2305\"\u003e#2305\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/51d675196729be769ce235b710ab7058b3aad03a\"\u003e\u003ccode\u003e51d6751\u003c/code\u003e\u003c/a\u003e Bump pflag to 1.0.8 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2303\"\u003e#2303\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/3f3b81882534a51628f3286e93c6842d9b2e29ea\"\u003e\u003ccode\u003e3f3b818\u003c/code\u003e\u003c/a\u003e Update README.md with new logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/dcaf42e2633496bf97d5476d7419071e5c48f40a\"\u003e\u003ccode\u003edcaf42e\u003c/code\u003e\u003c/a\u003e Add Periscope to the list of projects using Cobra (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2299\"\u003e#2299\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/6dec1ae26659a130bdb4c985768d1853b0e1bc06\"\u003e\u003ccode\u003e6dec1ae\u003c/code\u003e\u003c/a\u003e The default ShellCompDirective can be customized for a command and its subcom...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/c8289c10302063b9a2e26357e7e0f0bb599f29ce\"\u003e\u003ccode\u003ec8289c1\u003c/code\u003e\u003c/a\u003e chore(golangci-lint): add some exclusion presets\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/4af7b64d31989e78e86d65304f693a6d9c77c932\"\u003e\u003ccode\u003e4af7b64\u003c/code\u003e\u003c/a\u003e refactor: apply golangci-lint autofixes, work around false positives\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/75790e48fb73c8ba027e0163157a86ce8604ca3e\"\u003e\u003ccode\u003e75790e4\u003c/code\u003e\u003c/a\u003e chore(golangci-lint): upgrade to v2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/db3ddb5cf4968b320ea21f6ee5c2d2202a2e7b22\"\u003e\u003ccode\u003edb3ddb5\u003c/code\u003e\u003c/a\u003e Adding sponsorship to README.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/67171d6909986ee86fb946f808b87aba88ee417a\"\u003e\u003ccode\u003e67171d6\u003c/code\u003e\u003c/a\u003e putting sponsorship below header\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/spf13/cobra/compare/v1.7.0...v1.10.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/stretchr/testify` from 1.8.4 to 1.11.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/stretchr/testify/releases\"\u003egithub.com/stretchr/testify's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.1\u003c/h2\u003e\n\u003cp\u003eThis release fixes \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1785\"\u003e#1785\u003c/a\u003e introduced in v1.11.0 where expected argument values implementing the stringer interface (\u003ccode\u003eString() string\u003c/code\u003e) with a method which mutates their value, when passed to mock.Mock.On (\u003ccode\u003em.On(\u0026quot;Method\u0026quot;, \u0026lt;expected\u0026gt;).Return()\u003c/code\u003e) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBackport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11: mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1788\"\u003estretchr/testify#1788\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\"\u003ehttps://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eFunctional Changes\u003c/h3\u003e\n\u003cp\u003ev1.11.0 Includes a number of performance improvements.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eCall stack perf change for CallerInfo by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1614\"\u003estretchr/testify#1614\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eLazily render mock diff output on successful match by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1615\"\u003estretchr/testify#1615\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check early in Eventually, EventuallyWithT, and Never by \u003ca href=\"https://github.com/cszczepaniak\"\u003e\u003ccode\u003e@​cszczepaniak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1427\"\u003estretchr/testify#1427\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: add IsNotType by \u003ca href=\"https://github.com/bartventer\"\u003e\u003ccode\u003e@​bartventer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1730\"\u003estretchr/testify#1730\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.JSONEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1754\"\u003estretchr/testify#1754\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.YAMLEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1755\"\u003estretchr/testify#1755\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: faster and simpler isEmpty using reflect.Value.IsZero by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1761\"\u003estretchr/testify#1761\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: faster methods filtering (internal refactor) by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1758\"\u003estretchr/testify#1758\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eassert.ErrorAs: log target type by \u003ca href=\"https://github.com/craig65535\"\u003e\u003ccode\u003e@​craig65535\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1345\"\u003estretchr/testify#1345\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix failure message formatting for Positive and Negative asserts in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1062\"\u003estretchr/testify#1062\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorIs message when error is nil but an error was expected by \u003ca href=\"https://github.com/tsioftas\"\u003e\u003ccode\u003e@​tsioftas\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1681\"\u003estretchr/testify#1681\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix Subset/NotSubset when calling with mixed input types by \u003ca href=\"https://github.com/siliconbrain\"\u003e\u003ccode\u003e@​siliconbrain\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1729\"\u003estretchr/testify#1729\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorAs failure message when error is nil by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1734\"\u003estretchr/testify#1734\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock.AssertNumberOfCalls: improve error msg by \u003ca href=\"https://github.com/3scalation\"\u003e\u003ccode\u003e@​3scalation\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1743\"\u003estretchr/testify#1743\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDocumentation, Build \u0026amp; CI\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003edocs: Fix typo in README by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1688\"\u003estretchr/testify#1688\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eReplace deprecated io/ioutil with io and os by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1684\"\u003estretchr/testify#1684\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocument consequences of calling t.FailNow() by \u003ca href=\"https://github.com/greg0ire\"\u003e\u003ccode\u003e@​greg0ire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1710\"\u003estretchr/testify#1710\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update docs for Unset \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1621\"\u003e#1621\u003c/a\u003e by \u003ca href=\"https://github.com/techfg\"\u003e\u003ccode\u003e@​techfg\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1709\"\u003estretchr/testify#1709\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eREADME: apply gofmt to examples by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1687\"\u003estretchr/testify#1687\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: use %q and %T to simplify fmt.Sprintf by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1674\"\u003estretchr/testify#1674\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePropose Christophe Colombier (ccoVeille) as approver by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1716\"\u003estretchr/testify#1716\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate documentation for the Error function in assert or require package by \u003ca href=\"https://github.com/architagr\"\u003e\u003ccode\u003e@​architagr\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1675\"\u003estretchr/testify#1675\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: remove deprecated build constraints by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1671\"\u003estretchr/testify#1671\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: apply gofumpt to internal test suite by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1739\"\u003estretchr/testify#1739\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: fix shebang in .ci.*.sh scripts by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1746\"\u003estretchr/testify#1746\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert,require: enable parallel testing on (almost) all top tests by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1747\"\u003estretchr/testify#1747\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite.Passed: add one more status test report by \u003ca href=\"https://github.com/Ararsa-Derese\"\u003e\u003ccode\u003e@​Ararsa-Derese\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1706\"\u003estretchr/testify#1706\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Helper() method in internal mocks and assert.CollectT by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1423\"\u003estretchr/testify#1423\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.Same/NotSame: improve usage of Sprintf by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1742\"\u003estretchr/testify#1742\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock: enable parallel testing on internal testsuite by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1756\"\u003estretchr/testify#1756\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: cleanup use of 'testing' internals at runtime by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1751\"\u003estretchr/testify#1751\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check test failure message for Empty and NotEmpty  by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1745\"\u003estretchr/testify#1745\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/2a57335dc9cd6833daa820bc94d9b40c26a7917d\"\u003e\u003ccode\u003e2a57335\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1788\"\u003e#1788\u003c/a\u003e from brackendawson/1785-backport-1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/af8c91234f184009f57ef29027b39ca89cb00100\"\u003e\u003ccode\u003eaf8c912\u003c/code\u003e\u003c/a\u003e Backport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/b7801fbf5cd58d201296d5d0e132d1849966dbd4\"\u003e\u003ccode\u003eb7801fb\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1778\"\u003e#1778\u003c/a\u003e from stretchr/dependabot/github_actions/actions/chec...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/69831f3b08c40d56a09d0be93e9d5ae034f1590b\"\u003e\u003ccode\u003e69831f3\u003c/code\u003e\u003c/a\u003e build(deps): bump actions/checkout from 4 to 5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/a53be35c3b0cfcd5189cffcfd75df60ea581104c\"\u003e\u003ccode\u003ea53be35\u003c/code\u003e\u003c/a\u003e Improve captureTestingT helper\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/aafb604176db7e1f2c9810bc90d644291d057687\"\u003e\u003ccode\u003eaafb604\u003c/code\u003e\u003c/a\u003e mock: improve formatting of error message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7218e0390acd2aea3edb18574110ec2753c0aeef\"\u003e\u003ccode\u003e7218e03\u003c/code\u003e\u003c/a\u003e improve error msg\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/929a2126c2702df436312656a0304580b526c6e9\"\u003e\u003ccode\u003e929a212\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1758\"\u003e#1758\u003c/a\u003e from stretchr/dolmen/suite-faster-method-filtering\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/bc7459ec38128532ff32f23cfab4ea0b725210f2\"\u003e\u003ccode\u003ebc7459e\u003c/code\u003e\u003c/a\u003e suite: faster filtering of methods (-testify.m)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7d37b5c962954410bcd7a71ff3a77c79514056d1\"\u003e\u003ccode\u003e7d37b5c\u003c/code\u003e\u003c/a\u003e suite: refactor methodFilter\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/stretchr/testify/compare/v1.8.4...v1.11.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/sync` from 0.5.0 to 0.17.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/04914c200cb38d4ea960ee6a4c314a028c632991\"\u003e\u003ccode\u003e04914c2\u003c/code\u003e\u003c/a\u003e all: upgrade go directive to at least 1.24.0 [generated]\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/7fad2c9213e0821bd78435a9c106806f2fc383f1\"\u003e\u003ccode\u003e7fad2c9\u003c/code\u003e\u003c/a\u003e errgroup: revert propagation of panics\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/8a14946fb031f4bf6096242b5e6ae6f7316d47d8\"\u003e\u003ccode\u003e8a14946\u003c/code\u003e\u003c/a\u003e errgroup: remove duplicated comment\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/1869c690bf11da5dd230e188d03a612a4a3f8ba6\"\u003e\u003ccode\u003e1869c69\u003c/code\u003e\u003c/a\u003e all: replace deprecated ioutil\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/d1ac909e84c04f4326f620436b3894b3f5de0bd4\"\u003e\u003ccode\u003ed1ac909\u003c/code\u003e\u003c/a\u003e sync/errgroup: PanicError.Error print stack trace\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/506c70f97318aa991ec5a898685660c880c166ca\"\u003e\u003ccode\u003e506c70f\u003c/code\u003e\u003c/a\u003e errgroup: propagate panic and Goexit through Wait\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/396f3a06ea2a49eb410f12e244c0dd77095d0de9\"\u003e\u003ccode\u003e396f3a0\u003c/code\u003e\u003c/a\u003e errgroup: document calling Go before Wait\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/b637f27e40ad6e222f3d301cc113e635f0fa08be\"\u003e\u003ccode\u003eb637f27\u003c/code\u003e\u003c/a\u003e errgroup: drop support for Go versions before 1.20\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/960bf1fb13c616a491486fc6322e26fe0830eaf0\"\u003e\u003ccode\u003e960bf1f\u003c/code\u003e\u003c/a\u003e all: upgrade go directive to at least 1.23.0 [generated]\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/fe3591bd8a96873abc98bb9d2d5c62f27efca3e9\"\u003e\u003ccode\u003efe3591b\u003c/code\u003e\u003c/a\u003e sync/errgroup: improve documentation for semaphore limit behavior\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/golang/sync/compare/v0.5.0...v0.17.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/tools` from 0.14.0 to 0.36.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/tools/releases\"\u003egolang.org/x/tools's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003egopls/v0.20.0\u003c/h2\u003e\n\u003cp\u003eSee \u003ca href=\"https://go.dev/gopls/release/v0.20.0\"\u003ehttps://go.dev/gopls/release/v0.20.0\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eChanges: \u003ca href=\"https://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\"\u003ehttps://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\u003c/a\u003e\nContributors: \u003ca href=\"https://github.com/adonovan\"\u003e\u003ccode\u003e@​adonovan\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/cuishuang\"\u003e\u003ccode\u003e@​cuishuang\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/dmitshur\"\u003e\u003ccode\u003e@​dmitshur\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/findleyr\"\u003e\u003ccode\u003e@​findleyr\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/gopherbot\"\u003e\u003ccode\u003e@​gopherbot\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/hyangah\"\u003e\u003ccode\u003e@​hyangah\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/iharsuvorau\"\u003e\u003ccode\u003e@​iharsuvorau\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/jba\"\u003e\u003ccode\u003e@​jba\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/lfolger\"\u003e\u003ccode\u003e@​lfolger\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/pjweinbgo\"\u003e\u003ccode\u003e@​pjweinbgo\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/rogeryk\"\u003e\u003ccode\u003e@​rogeryk\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/timothy-king\"\u003e\u003ccode\u003e@​timothy-king\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/vitalmotif\"\u003e\u003ccode\u003e@​vitalmotif\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/zpavlinovic\"\u003e\u003ccode\u003e@​zpavlinovic\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.1\u003c/h2\u003e\n\u003cp\u003eThis patch release changes the default value of the \u003ccode\u003eimportsSource\u003c/code\u003e setting: v0.19.0 changed it from \u003ccode\u003egoimports\u003c/code\u003e to \u003ccode\u003egopls\u003c/code\u003e; this release changes it back, due to a bug (\u003ca href=\"https://redirect.github.com/golang/tools/issues/74280\"\u003e#74280\u003c/a\u003e).\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.0\u003c/h2\u003e\n\u003cp\u003eComplete list of issues closed: \u003ca href=\"https://github.com/golang/go/milestone/380?closed=1\"\u003egopls/v0.19.0 milestone\u003c/a\u003e\u003c/p\u003e\n\u003ch1\u003eConfiguration Changes\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eThe \u003ccode\u003egopls check\u003c/code\u003e subcommand now accepts a \u003ccode\u003e-severity\u003c/code\u003e flag to set a minimum severity for the diagnostics it reports. By default, the minimum severity is \u0026quot;warning\u0026quot;, so \u003ccode\u003egopls check\u003c/code\u003e may report fewer diagnostics than before. Set \u003ccode\u003e-severity=hint\u003c/code\u003e to reproduce the previous behavior.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eNavigation features\u003c/h1\u003e\n\u003ch2\u003e\u0026quot;Implementations\u0026quot; supports signature types (within same package)\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003cp\u003eThe Implementations query reports the correspondence between abstract and concrete types and their methods based on their method sets. Now, it also reports the correspondence between function types, dynamic function calls, and function definitions, based on their signatures.\u003c/p\u003e\n\u003cp\u003eTo use it, invoke an Implementations query on the \u003ccode\u003efunc\u003c/code\u003e token of the definition of a named function, named method, or function literal. Gopls reports the set of function signature types that abstract this function, and the set of dynamic calls through values of such types.\u003c/p\u003e\n\u003cp\u003eConversely, an Implementations query on the \u003ccode\u003efunc\u003c/code\u003e token of a signature type, or on the \u003ccode\u003e(\u003c/code\u003e paren of a dynamic function call, reports the set of concrete functions that the signature abstracts or that the call dispatches to.\u003c/p\u003e\n\u003cp\u003eSince a type may be both a function type and a named type with methods (for example, \u003ccode\u003ehttp.HandlerFunc\u003c/code\u003e), it may participate in both kinds of Implements queries (me...\n\n_Description has been truncated_","html_url":"https://github.com/radiant-coder580pz/fabric-private-chaincode/pull/8","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/radiant-coder580pz%2Ffabric-private-chaincode/issues/8","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/8/packages"},{"uuid":"3555307884","node_id":"PR_kwDOFqqU7c6v0GhY","number":352,"state":"open","title":"chore(deps): bump the go_modules group across 1 directory with 21 updates","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-10-27T06:45:04.000Z","updated_at":"2025-12-09T00:09:55.784Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): bump","group_name":"go_modules","update_count":21,"packages":[{"name":"github.com/gin-gonic/gin","old_version":"1.10.1","new_version":"1.11.0","repository_url":"https://github.com/gin-gonic/gin"},{"name":"github.com/golang-migrate/migrate/v4","old_version":"4.18.2","new_version":"4.19.0","repository_url":"https://github.com/golang-migrate/migrate"},{"name":"github.com/magiconair/properties","old_version":"1.8.9","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"},{"name":"github.com/mattn/go-sqlite3","old_version":"1.14.24","new_version":"1.14.32","repository_url":"https://github.com/mattn/go-sqlite3"},{"name":"github.com/spf13/viper","old_version":"1.19.0","new_version":"1.21.0","repository_url":"https://github.com/spf13/viper"},{"name":"github.com/swaggo/gin-swagger","old_version":"1.6.0","new_version":"1.6.1","repository_url":"https://github.com/swaggo/gin-swagger"},{"name":"github.com/swaggo/swag","old_version":"1.16.4","new_version":"1.16.6","repository_url":"https://github.com/swaggo/swag"},{"name":"github.com/centrifugal/centrifuge","old_version":"0.34.3","new_version":"0.37.2","repository_url":"https://github.com/centrifugal/centrifuge"},{"name":"github.com/centrifugal/centrifuge-go","old_version":"0.10.4","new_version":"0.10.11","repository_url":"https://github.com/centrifugal/centrifuge-go"},{"name":"github.com/gin-contrib/cors","old_version":"1.7.5","new_version":"1.7.6","repository_url":"https://github.com/gin-contrib/cors"},{"name":"github.com/testcontainers/testcontainers-go","old_version":"0.35.0","new_version":"0.39.0","repository_url":"https://github.com/testcontainers/testcontainers-go"},{"name":"go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin","old_version":"0.62.0","new_version":"0.63.0","repository_url":"https://github.com/open-telemetry/opentelemetry-go-contrib"},{"name":"go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc","old_version":"1.37.0","new_version":"1.38.0","repository_url":"https://github.com/open-telemetry/opentelemetry-go"},{"name":"github.com/klauspost/compress","old_version":"1.18.0","new_version":"1.18.1","repository_url":"https://github.com/klauspost/compress"},{"name":"github.com/rs/zerolog","old_version":"1.33.0","new_version":"1.34.0","repository_url":"https://github.com/rs/zerolog"}],"path":null,"ecosystem":"go"},"body":"Bumps the go_modules group with 15 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) | `1.10.1` | `1.11.0` |\n| [github.com/golang-migrate/migrate/v4](https://github.com/golang-migrate/migrate) | `4.18.2` | `4.19.0` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.9` | `1.8.10` |\n| [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `1.14.24` | `1.14.32` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.19.0` | `1.21.0` |\n| [github.com/swaggo/gin-swagger](https://github.com/swaggo/gin-swagger) | `1.6.0` | `1.6.1` |\n| [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.16.4` | `1.16.6` |\n| [github.com/centrifugal/centrifuge](https://github.com/centrifugal/centrifuge) | `0.34.3` | `0.37.2` |\n| [github.com/centrifugal/centrifuge-go](https://github.com/centrifugal/centrifuge-go) | `0.10.4` | `0.10.11` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.7.5` | `1.7.6` |\n| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.35.0` | `0.39.0` |\n| [go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.62.0` | `0.63.0` |\n| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) | `1.37.0` | `1.38.0` |\n| [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.18.0` | `1.18.1` |\n| [github.com/rs/zerolog](https://github.com/rs/zerolog) | `1.33.0` | `1.34.0` |\n\n\nUpdates `github.com/gin-gonic/gin` from 1.10.1 to 1.11.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gin-gonic/gin/releases\"\u003egithub.com/gin-gonic/gin's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e6ca8ddb1aed78d9ffaf984e5489111838242fedb: feat(binding): add BindPlain (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3904\"\u003e#3904\u003c/a\u003e) (\u003ca href=\"https://github.com/guonaihong\"\u003e\u003ccode\u003e@​guonaihong\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e4ccfa7c275c449990818e46759d5974a953cc1c1: feat(binding): add support for unixMilli and unixMicro (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4190\"\u003e#4190\u003c/a\u003e) (\u003ca href=\"https://github.com/takanuva15\"\u003e\u003ccode\u003e@​takanuva15\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e9d7c0e9e1a301f417df9dc89a8cadc3bf9063db2: feat(context): GetXxx added support for more go native types (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3633\"\u003e#3633\u003c/a\u003e) (\u003ca href=\"https://github.com/CC11001100\"\u003e\u003ccode\u003e@​CC11001100\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efb09c825e8e13134daaa90debfda198520e1b347: feat(context): add SetCookieData (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4240\"\u003e#4240\u003c/a\u003e) (\u003ca href=\"https://github.com/Narita-1095305\"\u003e\u003ccode\u003e@​Narita-1095305\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ef05f966a0824b1d302ee556183e2579c91954266: feat(form): Support default values for collections in form binding (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4048\"\u003e#4048\u003c/a\u003e) (\u003ca href=\"https://github.com/takanuva15\"\u003e\u003ccode\u003e@​takanuva15\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e3cb30679b5e3021db16c776ed7e70d380586e9ce: feat(form): add array collection format in form binding (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3986\"\u003e#3986\u003c/a\u003e) (\u003ca href=\"https://github.com/slowhigh\"\u003e\u003ccode\u003e@​slowhigh\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e24d67647cb9b4e0bbdcdec7f0c2086e8004e1572: feat(form): add custom string slice for form tag unmarshal (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3970\"\u003e#3970\u003c/a\u003e) (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3971\"\u003e#3971\u003c/a\u003e) (\u003ca href=\"https://github.com/bruceNu1l\"\u003e\u003ccode\u003e@​bruceNu1l\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e8791c96960e719ff2f41e24163c5898656cee474: feat(fs): Export, test and document OnlyFilesFS (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3939\"\u003e#3939\u003c/a\u003e) (\u003ca href=\"https://github.com/joeig\"\u003e\u003ccode\u003e@​joeig\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e71496abe6836462e2ed70436b7d72ea2a3585417: feat(fs): Implement loading HTML from http.FileSystem (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4053\"\u003e#4053\u003c/a\u003e) (\u003ca href=\"https://github.com/sunshineplan\"\u003e\u003ccode\u003e@​sunshineplan\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e3ac729dc4a497d360a23b9d7e766c622b3c99f51: feat(gin): support http3 using quic-go/quic-go (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3210\"\u003e#3210\u003c/a\u003e) (\u003ca href=\"https://github.com/thinkerou\"\u003e\u003ccode\u003e@​thinkerou\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e4621b7ac982335d9a74432e182dd2bfc6d841431: feat(router): add literal colon support (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/1432\"\u003e#1432\u003c/a\u003e) (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/2857\"\u003e#2857\u003c/a\u003e) (\u003ca href=\"https://github.com/wssccc\"\u003e\u003ccode\u003e@​wssccc\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003edbd8a2515093ad47cadc5c1fface89861a0b765c: feat: added \u003ccode\u003eAbortWithStatusPureJSON()\u003c/code\u003e in \u003ccode\u003eContext\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4290\"\u003e#4290\u003c/a\u003e) (\u003ca href=\"https://github.com/ddevsr\"\u003e\u003ccode\u003e@​ddevsr\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e688a429d19d8c804447bb889d3635e2c31a5564d: feat: support custom json codec at runtime (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3391\"\u003e#3391\u003c/a\u003e) (\u003ca href=\"https://github.com/timandy\"\u003e\u003ccode\u003e@​timandy\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBug fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e8fb3136664254d7c592127f00d52849caba18a67: Revert \u0026quot;fix(time): binding time with empty value (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4103\"\u003e#4103\u003c/a\u003e)\u0026quot; (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4245\"\u003e#4245\u003c/a\u003e) (\u003ca href=\"https://github.com/appleboy\"\u003e\u003ccode\u003e@​appleboy\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ee737e3e267beb4dc3bab16cc8be59e3902d98a94: fix(binding): prevent duplicate decoding and add validation in decodeToml (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4193\"\u003e#4193\u003c/a\u003e) (\u003ca href=\"https://github.com/revevide\"\u003e\u003ccode\u003e@​revevide\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e4f339e6a35b163d31b30916b37f4176d385f41bd: fix(context): YAML judgment logic in Negotiate (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3966\"\u003e#3966\u003c/a\u003e) (\u003ca href=\"https://github.com/RedCrazyGhost\"\u003e\u003ccode\u003e@​RedCrazyGhost\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e36b0dede4b8c4a67d92c4107cebc5a068364321d: fix(context): check handler is nil (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3413\"\u003e#3413\u003c/a\u003e) (\u003ca href=\"https://github.com/hktalent\"\u003e\u003ccode\u003e@​hktalent\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ee0d46ded6cb6974d55a255ab122d1aa6ca0cd60e: fix(context): verify URL is Non-nil in initQueryCache() (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3969\"\u003e#3969\u003c/a\u003e) (\u003ca href=\"https://github.com/adrianosela\"\u003e\u003ccode\u003e@​adrianosela\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003edd33ff793861cee3baa77d575ff319119c366f3a: fix(docs): missing go markdown codeblock (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4266\"\u003e#4266\u003c/a\u003e) (\u003ca href=\"https://github.com/vdusart\"\u003e\u003ccode\u003e@​vdusart\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eb38c59de7fef67400a1c98efeae700a689c45783: fix(errors): change Unwrap method receiver to value type (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4232\"\u003e#4232\u003c/a\u003e) (\u003ca href=\"https://github.com/OrkhanAlikhanov\"\u003e\u003ccode\u003e@​OrkhanAlikhanov\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e28e57f58b184b2305ace192e02496bb89f6fd8cb: fix(form): Set default value for form fields (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4047\"\u003e#4047\u003c/a\u003e) (\u003ca href=\"https://github.com/ahmadSaeedGoda\"\u003e\u003ccode\u003e@​ahmadSaeedGoda\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e626d55b0c02937645c21774cacc021713de88604: fix(gin): Do not panic when handling method not allowed on empty tree (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4003\"\u003e#4003\u003c/a\u003e) (\u003ca href=\"https://github.com/phsym\"\u003e\u003ccode\u003e@​phsym\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e7d147928ee232fce156ea7ce8ae6329e148aeb41: fix(gin): data race warning for gin mode (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/1580\"\u003e#1580\u003c/a\u003e) (\u003ca href=\"https://github.com/kplachkov\"\u003e\u003ccode\u003e@​kplachkov\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ec677ccc40a60386565dd0d755efacb85d153feca: fix(go): invalid Go toolchain version (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3961\"\u003e#3961\u003c/a\u003e) (\u003ca href=\"https://github.com/thinkerou\"\u003e\u003ccode\u003e@​thinkerou\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e3319038418656a268c889393cb2dd4224c4469ec: fix(readme): fix broken link to English documentation (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4222\"\u003e#4222\u003c/a\u003e) (\u003ca href=\"https://github.com/eduardo-ax\"\u003e\u003ccode\u003e@​eduardo-ax\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e674522db91d637d179c16c372d87756ea26fa089: fix(time): binding time with empty value (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4103\"\u003e#4103\u003c/a\u003e) (\u003ca href=\"https://github.com/ksw2000\"\u003e\u003ccode\u003e@​ksw2000\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eea53388e6ee4a6a0a1647b390c56eeed780e7e56: fix(tree): Keep panic infos consistent when wildcard type build faild (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4077\"\u003e#4077\u003c/a\u003e) (\u003ca href=\"https://github.com/kingcanfish\"\u003e\u003ccode\u003e@​kingcanfish\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e8763f33c65f7df8be5b9fe7504ab7fcf20abb41d: fix: prevent middleware re-entry issue in HandleContext (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3987\"\u003e#3987\u003c/a\u003e) (\u003ca href=\"https://github.com/bound2\"\u003e\u003ccode\u003e@​bound2\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e7a1b655074c313f9491c83bb8ea164cdc4a9afe9: fix: sonic on arm64 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4234\"\u003e#4234\u003c/a\u003e) (\u003ca href=\"https://github.com/yashgorana\"\u003e\u003ccode\u003e@​yashgorana\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5826722a87cf5855fcc4b794cbef11612352771d: fix: version number discrepancy (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4299\"\u003e#4299\u003c/a\u003e) (\u003ca href=\"https://github.com/suwakei\"\u003e\u003ccode\u003e@​suwakei\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eEnhancements\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e40725d85badd647870df6f9fa7a75ac76341f804: chore(bind): return 413 status code when error is \u003ccode\u003ehttp.MaxBytesError\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4227\"\u003e#4227\u003c/a\u003e) (\u003ca href=\"https://github.com/ItalyPaleAle\"\u003e\u003ccode\u003e@​ItalyPaleAle\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ef875d8728306c2c2c6f504900ab08cd1d8c47f12: chore(context): test context initialization and handler logic (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4087\"\u003e#4087\u003c/a\u003e) (\u003ca href=\"https://github.com/appleboy\"\u003e\u003ccode\u003e@​appleboy\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ee7693e67c23005743502962d3bb9839a354d6688: chore(deps): bump actions/setup-go from 5 to 6 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4351\"\u003e#4351\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003eafa0c31d97e1b112ccfe7652957f7d8514580c72: chore(deps): bump github.com/gin-contrib/sse from 0.1.0 to 1.1.0 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4216\"\u003e#4216\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003e255af882db4baf0ed6209f1a5471f1663c5d0060: chore(deps): bump github.com/go-playground/validator/v10 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4208\"\u003e#4208\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003e545fd74379a0b167a918e38626ae5f7eb83fb243: chore(deps): bump github.com/go-playground/validator/v10 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4289\"\u003e#4289\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003ec3c8620a7fb4e09c7845feca4e8e8a8678a2685d: chore(deps): bump github.com/go-playground/validator/v10 from 10.20.0 to 10.22.1 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4052\"\u003e#4052\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003ecf32d2dcf8c7534f59727c5e213e45f2412c593a: chore(deps): bump github.com/pelletier/go-toml/v2 from 2.2.2 to 2.2.4 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4212\"\u003e#4212\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003ebb824731032856460aa3ffc23bd90e11bf7d5199: chore(deps): bump github.com/quic-go/quic-go from 0.48.2 to 0.50.1 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4197\"\u003e#4197\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003e61c2b1c28f0c5a754330545e31f02cd6d6f7944e: chore(deps): bump github.com/quic-go/quic-go from 0.51.0 to 0.52.0 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4250\"\u003e#4250\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003eb7d6308bcc84066df79a047ae363a6120fe87808: chore(deps): bump github.com/quic-go/quic-go from 0.52.0 to 0.53.0 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4281\"\u003e#4281\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003e077a2f39c85700ba0823f85ed29cec0c8f2cbdfc: chore(deps): bump github.com/quic-go/quic-go from 0.53.0 to 0.54.0 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4328\"\u003e#4328\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003e46150257b3eec60e3e0bf1cee7c03439099aef83: chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4347\"\u003e#4347\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003ea6287825c95821a378a34f8a5c9139ea1f6ebd96: chore(deps): bump github.com/ugorji/go/codec from 1.2.12 to 1.3.0 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4268\"\u003e#4268\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003ecc4e11438cd6c0bcc632fe3492d3817dfa21c337: chore(deps): bump golang.org/x/net from 0.25.0 to 0.27.0 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4013\"\u003e#4013\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md\"\u003egithub.com/gin-gonic/gin's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eGin v1.11.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efeat(gin): Experimental support for HTTP/3 using quic-go/quic-go (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3210\"\u003e#3210\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efeat(form): add array collection format in form binding (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3986\"\u003e#3986\u003c/a\u003e), add custom string slice for form tag unmarshal (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3970\"\u003e#3970\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efeat(binding): add BindPlain (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3904\"\u003e#3904\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efeat(fs): Export, test and document OnlyFilesFS (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3939\"\u003e#3939\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efeat(binding): add support for unixMilli and unixMicro (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4190\"\u003e#4190\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efeat(form): Support default values for collections in form binding (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4048\"\u003e#4048\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efeat(context): GetXxx added support for more go native types (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3633\"\u003e#3633\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eEnhancements\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eperf(context): optimize getMapFromFormData performance (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4339\"\u003e#4339\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(tree): replace string(/) with \u0026quot;/\u0026quot; in node.insertChild (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4354\"\u003e#4354\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(render): remove headers parameter from writeHeader (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4353\"\u003e#4353\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(context): simplify \u0026quot;GetType()\u0026quot; functions (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4080\"\u003e#4080\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(slice): simplify SliceValidationError Error method (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3910\"\u003e#3910\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(context):Avoid using filepath.Dir twice in SaveUploadedFile (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4181\"\u003e#4181\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(context): refactor context handling and improve test robustness (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4066\"\u003e#4066\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(binding): use strings.Cut to replace strings.Index (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3522\"\u003e#3522\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(context): add an optional permission parameter to SaveUploadedFile (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4068\"\u003e#4068\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(context): verify URL is Non-nil in initQueryCache() (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3969\"\u003e#3969\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(context): YAML judgment logic in Negotiate (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3966\"\u003e#3966\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003etree: replace the self-defined 'min' to official one (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3975\"\u003e#3975\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003econtext: Remove redundant filepath.Dir usage (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4181\"\u003e#4181\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBug Fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efix: prevent middleware re-entry issue in HandleContext (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3987\"\u003e#3987\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efix(binding): prevent duplicate decoding and add validation in decodeToml (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4193\"\u003e#4193\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efix(gin): Do not panic when handling method not allowed on empty tree (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4003\"\u003e#4003\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efix(gin): data race warning for gin mode (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/1580\"\u003e#1580\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efix(context): verify URL is Non-nil in initQueryCache() (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3969\"\u003e#3969\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efix(context): YAML judgment logic in Negotiate (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3966\"\u003e#3966\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efix(context): check handler is nil (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3413\"\u003e#3413\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efix(readme): fix broken link to English documentation (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4222\"\u003e#4222\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efix(tree): Keep panic infos consistent when wildcard type build faild (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4077\"\u003e#4077\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBuild process updates / CI\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eci: integrate Trivy vulnerability scanning into CI workflow (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4359\"\u003e#4359\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eci: support Go 1.25 in CI/CD (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4341\"\u003e#4341\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ebuild(deps): upgrade github.com/bytedance/sonic from v1.13.2 to v1.14.0 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4342\"\u003e#4342\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eci: add Go version 1.24 to GitHub Actions (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4154\"\u003e#4154\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ebuild: update Gin minimum Go version to 1.21 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3960\"\u003e#3960\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eci(lint): enable new linters (testifylint, usestdlibvars, perfsprint, etc.) (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4010\"\u003e#4010\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4091\"\u003e#4091\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4090\"\u003e#4090\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eci(lint): update workflows and improve test request consistency (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4126\"\u003e#4126\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/6ad6205e9c94a4b8a320219e28c37c29d22a7a2c\"\u003e\u003ccode\u003e6ad6205\u003c/code\u003e\u003c/a\u003e docs(changelog): upgrade Gin to v1.11.0 and add release notes (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4361\"\u003e#4361\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/7858527c8c2a15bddf27ea71162f8f70c82f2cdf\"\u003e\u003ccode\u003e7858527\u003c/code\u003e\u003c/a\u003e docs(changelog): update release notes for Gin v1.10.1 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4360\"\u003e#4360\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/cb000f570c127a503535fa5be9c0237823ea7e4d\"\u003e\u003ccode\u003ecb000f5\u003c/code\u003e\u003c/a\u003e ci: integrate Trivy vulnerability scanning into CI workflow (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4359\"\u003e#4359\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/2119046230f0119c7c88f86a6b441d9d3aaad03e\"\u003e\u003ccode\u003e2119046\u003c/code\u003e\u003c/a\u003e ci: support Go 1.25 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4341\"\u003e#4341\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/da372fc77840b3badf4efef5ec2d203cdc73f1db\"\u003e\u003ccode\u003eda372fc\u003c/code\u003e\u003c/a\u003e build(deps): upgrade github.com/bytedance/sonic from v1.13.2 to v1.14.0 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4342\"\u003e#4342\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/e198f6e859220afd35bc2fb2fd5d404d7c0882ca\"\u003e\u003ccode\u003ee198f6e\u003c/code\u003e\u003c/a\u003e refactor(render): remove headers parameter from writeHeader (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4353\"\u003e#4353\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/cca98d2d266d3797a8bf70f5903c2fbe32e8bf86\"\u003e\u003ccode\u003ecca98d2\u003c/code\u003e\u003c/a\u003e chore(deps): bump google.golang.org/protobuf from 1.36.8 to 1.36.9 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4356\"\u003e#4356\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/9b1e3533e2d17b6152b05efeab8280f450e68e52\"\u003e\u003ccode\u003e9b1e353\u003c/code\u003e\u003c/a\u003e refactor(tree): replace string(/) with \u0026quot;/\u0026quot; in node.insertChild (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4354\"\u003e#4354\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/f9bd00a6b7939b941fde3fdd239367f4a7d6b137\"\u003e\u003ccode\u003ef9bd00a\u003c/code\u003e\u003c/a\u003e perf(context): optimize getMapFromFormData performance (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4339\"\u003e#4339\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/28172fa68206b2ced9df3417fad50bcabd6d9eb6\"\u003e\u003ccode\u003e28172fa\u003c/code\u003e\u003c/a\u003e chore(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.8 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4346\"\u003e#4346\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gin-gonic/gin/compare/v1.10.1...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/golang-migrate/migrate/v4` from 4.18.2 to 4.19.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang-migrate/migrate/releases\"\u003egithub.com/golang-migrate/migrate/v4's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.19.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFixed sqlserver not actually getting a lock if lock is already set by \u003ca href=\"https://github.com/urbim\"\u003e\u003ccode\u003e@​urbim\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1186\"\u003egolang-migrate/migrate#1186\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/oauth2 from 0.18.0 to 0.27.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1299\"\u003egolang-migrate/migrate#1299\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate apt-key to gpg by \u003ca href=\"https://github.com/sandhilt\"\u003e\u003ccode\u003e@​sandhilt\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1277\"\u003egolang-migrate/migrate#1277\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate dktest to v0.4.6 for docker vuln fix by \u003ca href=\"https://github.com/dhui\"\u003e\u003ccode\u003e@​dhui\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1309\"\u003egolang-migrate/migrate#1309\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: Remove go.uber.org/atomic in favor of std sync/atomic by \u003ca href=\"https://github.com/romshark\"\u003e\u003ccode\u003e@​romshark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1303\"\u003egolang-migrate/migrate#1303\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eEnsure bufferWriter is always closed in Migration.Buffer and propagate close errors by \u003ca href=\"https://github.com/ckantcs\"\u003e\u003ccode\u003e@​ckantcs\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1308\"\u003egolang-migrate/migrate#1308\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd support for Go 1.25 and drop support for 1.23 by \u003ca href=\"https://github.com/dhui\"\u003e\u003ccode\u003e@​dhui\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1310\"\u003egolang-migrate/migrate#1310\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/urbim\"\u003e\u003ccode\u003e@​urbim\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1186\"\u003egolang-migrate/migrate#1186\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/sandhilt\"\u003e\u003ccode\u003e@​sandhilt\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1277\"\u003egolang-migrate/migrate#1277\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/romshark\"\u003e\u003ccode\u003e@​romshark\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1303\"\u003egolang-migrate/migrate#1303\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ckantcs\"\u003e\u003ccode\u003e@​ckantcs\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1308\"\u003egolang-migrate/migrate#1308\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/golang-migrate/migrate/compare/v4.18.3...v4.19.0\"\u003ehttps://github.com/golang-migrate/migrate/compare/v4.18.3...v4.19.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev4.18.3\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ea4d0a1b Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2\u003c/li\u003e\n\u003cli\u003ef37ef79 Bump golang.org/x/crypto from 0.31.0 to 0.35.0\u003c/li\u003e\n\u003cli\u003e5b97c92 Bump golang.org/x/net from 0.33.0 to 0.38.0\u003c/li\u003e\n\u003cli\u003ee6d84f6 Drop support for Go 1.22 and add support for Go 1.24\u003c/li\u003e\n\u003cli\u003efccd197 Mention CLI install instructions in main README\u003c/li\u003e\n\u003cli\u003e34c2b4a Remove redundant build tags\u003c/li\u003e\n\u003cli\u003ea868033 Update FAQ.md - typo\u003c/li\u003e\n\u003cli\u003e7269490 Update golangci-lint version used in GitHub Actions\u003c/li\u003e\n\u003cli\u003ec5137c4 Update migrate -help output for the readme file\u003c/li\u003e\n\u003cli\u003e033835a Update to dktest v0.4.5\u003c/li\u003e\n\u003cli\u003e8b09191 fix: typo limited not limitted\u003c/li\u003e\n\u003cli\u003e60d73be refactor: replace github.com/pkg/errors with stdlib\u003c/li\u003e\n\u003cli\u003e36d17ba tests: fix various tests (\u003ca href=\"https://redirect.github.com/golang-migrate/migrate/issues/1209\"\u003e#1209\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/8b9c5f77128ef93d65a082208a2009a3911fe6d4\"\u003e\u003ccode\u003e8b9c5f7\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/issues/1310\"\u003e#1310\u003c/a\u003e from dhui/update_go\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/b4ec9bccb14cd7b0eb0510ac9d3d01d4be79324f\"\u003e\u003ccode\u003eb4ec9bc\u003c/code\u003e\u003c/a\u003e Add support for Go 1.25 and drop support for 1.23\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/ed4bdd4614e991ca8fba606b38a45f6409a9deb6\"\u003e\u003ccode\u003eed4bdd4\u003c/code\u003e\u003c/a\u003e Ensure bufferWriter is always closed in Migration.Buffer and propagate close ...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/8945e853c4c84a92bfa42572ac4cfd7874e23108\"\u003e\u003ccode\u003e8945e85\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/issues/1303\"\u003e#1303\u003c/a\u003e from romshark/master\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/7108d806dd50c1510510239a161887757f240122\"\u003e\u003ccode\u003e7108d80\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/issues/1309\"\u003e#1309\u003c/a\u003e from dhui/dktest_v0.4.6\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/682016f04c2c0f8faa1d122fd22a62563876f71d\"\u003e\u003ccode\u003e682016f\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/issues/1277\"\u003e#1277\u003c/a\u003e from sandhilt/doc/change-apt-key-to-gpg\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/f3e6b5a737de1b7c79aaf81168395d6f2eb1fbb0\"\u003e\u003ccode\u003ef3e6b5a\u003c/code\u003e\u003c/a\u003e Replace usage of deprecated docker types\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/0a17402aa2359c8c5cd5a68a0e08a41c4460337f\"\u003e\u003ccode\u003e0a17402\u003c/code\u003e\u003c/a\u003e Update dktest to v0.4.6 for docker vuln fix\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/5eee0c8030ca227bfd27a425988f9c7c4948e90a\"\u003e\u003ccode\u003e5eee0c8\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/issues/1299\"\u003e#1299\u003c/a\u003e from golang-migrate/dependabot/go_modules/golang.org...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/642a24d61bb0a870a15020adceeee3e85d5151c3\"\u003e\u003ccode\u003e642a24d\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/oauth2 from 0.18.0 to 0.27.0\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/golang-migrate/migrate/compare/v4.18.2...v4.19.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/magiconair/properties` from 1.8.9 to 1.8.10\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/magiconair/properties/releases\"\u003egithub.com/magiconair/properties's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.8.10\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd 32bit numeric getters which do not panic by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/77\"\u003emagiconair/properties#77\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eescape leading whitespace on value in Write() by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/81\"\u003emagiconair/properties#81\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/281f515b93cf755020c587f2ffcbdee2322f3615\"\u003e\u003ccode\u003e281f515\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/81\"\u003e#81\u003c/a\u003e from magiconair/issue-80\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/6b7aa68b641f5d60ebb8b6845db1128db53a6cf3\"\u003e\u003ccode\u003e6b7aa68\u003c/code\u003e\u003c/a\u003e test with go1.24\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/06f31332fd5f37daf3faffdf26bfec3cd1cd28b2\"\u003e\u003ccode\u003e06f3133\u003c/code\u003e\u003c/a\u003e escape leading whitespace on value in Write()\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/3dfc3b527876b509fda83a042544db6f2a2a76e6\"\u003e\u003ccode\u003e3dfc3b5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/77\"\u003e#77\u003c/a\u003e from magiconair/get32bit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/b1485840343acfbc730b9d7ff4d775e92ac02091\"\u003e\u003ccode\u003eb148584\u003c/code\u003e\u003c/a\u003e Add 32bit numeric getters which do not panic\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/mattn/go-sqlite3` from 1.14.24 to 1.14.32\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/8bf7a8a844faf952aa0245b4c0ad0a47e84f4efd\"\u003e\u003ccode\u003e8bf7a8a\u003c/code\u003e\u003c/a\u003e update amalgamation code\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/2e165e0718baef36dee27c234ce8a11009eb83ac\"\u003e\u003ccode\u003e2e165e0\u003c/code\u003e\u003c/a\u003e fix syntax error\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/e63a0c3f5b40ae8b866fa134d403587c977eb75f\"\u003e\u003ccode\u003ee63a0c3\u003c/code\u003e\u003c/a\u003e fix test\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/a9775d4d98204f439d40145ee14e2606605bac31\"\u003e\u003ccode\u003ea9775d4\u003c/code\u003e\u003c/a\u003e return error\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/c857a95a180ebf5b2894c7158645f44c303daa7a\"\u003e\u003ccode\u003ec857a95\u003c/code\u003e\u003c/a\u003e drop call of AuthEnabled()\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/eb86f084da9fbd726693c5c3de1adf2aaabe5f82\"\u003e\u003ccode\u003eeb86f08\u003c/code\u003e\u003c/a\u003e check authEnabled\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/4372bf2fb0cc86d0647a3762e60fce29ec8a92ca\"\u003e\u003ccode\u003e4372bf2\u003c/code\u003e\u003c/a\u003e enable test for sqlite_userauth but it is dropped at least\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/69a843e67f38efe92c99aad764f3f6952c3c6032\"\u003e\u003ccode\u003e69a843e\u003c/code\u003e\u003c/a\u003e fix GitHub workflow\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/4c1ac1eb245604b6fe1821e22d3bb3573abfcca3\"\u003e\u003ccode\u003e4c1ac1e\u003c/code\u003e\u003c/a\u003e fix GitHub workflow\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/a8be3f8183a78ed0621f03361a49090fe77fdbbd\"\u003e\u003ccode\u003ea8be3f8\u003c/code\u003e\u003c/a\u003e fix GitHub workflow\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/mattn/go-sqlite3/compare/v1.14.24...v1.14.32\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/spf13/viper` from 1.19.0 to 1.21.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/spf13/viper/releases\"\u003egithub.com/spf13/viper's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.21.0\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eEnhancements 🚀\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAdd support for flags pflag.BoolSlice, pflag.UintSlice and pflag.Float64Slice by \u003ca href=\"https://github.com/nmvalera\"\u003e\u003ccode\u003e@​nmvalera\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2015\"\u003espf13/viper#2015\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: use maintained yaml library by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2040\"\u003espf13/viper#2040\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBug Fixes 🐛\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efix(config): get config type from v.configType or config file ext by \u003ca href=\"https://github.com/GuillaumeBAECHLER\"\u003e\u003ccode\u003e@​GuillaumeBAECHLER\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2003\"\u003espf13/viper#2003\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: config type check when loading any config by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2007\"\u003espf13/viper#2007\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDependency Updates ⬆️\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate dependencies by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/1993\"\u003espf13/viper#1993\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/spf13/cast from 1.7.1 to 1.8.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2017\"\u003espf13/viper#2017\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/pelletier/go-toml/v2 from 2.2.3 to 2.2.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2013\"\u003espf13/viper#2013\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/sagikazarmark/locafero from 0.8.0 to 0.9.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2008\"\u003espf13/viper#2008\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 in /remote by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2016\"\u003espf13/viper#2016\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/spf13/cast from 1.8.0 to 1.9.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2020\"\u003espf13/viper#2020\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2028\"\u003espf13/viper#2028\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2035\"\u003espf13/viper#2035\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2036\"\u003espf13/viper#2036\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2012\"\u003espf13/viper#2012\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2052\"\u003espf13/viper#2052\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /remote by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2048\"\u003espf13/viper#2048\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2056\"\u003espf13/viper#2056\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update dependencies by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2057\"\u003espf13/viper#2057\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eOther Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate update guide with \u003ccode\u003emapstructure\u003c/code\u003e package replacement. by \u003ca href=\"https://github.com/aldas\"\u003e\u003ccode\u003e@​aldas\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2004\"\u003espf13/viper#2004\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: use the built-in max/min to simplify the code by \u003ca href=\"https://github.com/yingshanghuangqiao\"\u003e\u003ccode\u003e@​yingshanghuangqiao\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2029\"\u003espf13/viper#2029\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/GuillaumeBAECHLER\"\u003e\u003ccode\u003e@​GuillaumeBAECHLER\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2003\"\u003espf13/viper#2003\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aldas\"\u003e\u003ccode\u003e@​aldas\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2004\"\u003espf13/viper#2004\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nmvalera\"\u003e\u003ccode\u003e@​nmvalera\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2015\"\u003espf13/viper#2015\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yingshanghuangqiao\"\u003e\u003ccode\u003e@​yingshanghuangqiao\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2029\"\u003espf13/viper#2029\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2046\"\u003espf13/viper#2046\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spacez320\"\u003e\u003ccode\u003e@​spacez320\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2050\"\u003espf13/viper#2050\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/viper/compare/v1.20.0...v1.21.0\"\u003ehttps://github.com/spf13/viper/compare/v1.20.0...v1.21.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.20.1\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eBug Fixes 🐛\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBackport config type fixes to 1.20.x by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2005\"\u003espf13/viper#2005\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/viper/compare/v1.20.0...v1.20.1\"\u003ehttps://github.com/spf13/viper/compare/v1.20.0...v1.20.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.20.0\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/394040caccbdf5821fa6839386a35f0fb1b1ee9e\"\u003e\u003ccode\u003e394040c\u003c/code\u003e\u003c/a\u003e ci: build on go 1.25\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/812f548100ce43c96cf2ef6914fa3aea3c9885e2\"\u003e\u003ccode\u003e812f548\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/d5271efd81369475d8b49e85ce35cfe83359a991\"\u003e\u003ccode\u003ed5271ef\u003c/code\u003e\u003c/a\u003e ci: update stale workflow\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/dff303b19f6859ea69d0f48a3343765c25ce5ad2\"\u003e\u003ccode\u003edff303b\u003c/code\u003e\u003c/a\u003e feat: add a stale issue scheduled action\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/12879766ad2fccd4875e8dc5ba96ce5f28357842\"\u003e\u003ccode\u003e1287976\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/38932cd79521272eb1634d81eb1c200fa1803008\"\u003e\u003ccode\u003e38932cd\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/go-viper/mapstructure/v2 in /remote\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/6d014bec7784acab13d7d7eb2adcb6814bac2f89\"\u003e\u003ccode\u003e6d014be\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/b74c7ee1e5e999f16bc2b904608815a59241b316\"\u003e\u003ccode\u003eb74c7ee\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/acd05e1543b0c36b36580b6bd29c53a9b62acd98\"\u003e\u003ccode\u003eacd05e1\u003c/code\u003e\u003c/a\u003e fix: linting issues\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/ae5a8e23e22a67a6dcc2025cef0b5a2ca7615456\"\u003e\u003ccode\u003eae5a8e2\u003c/code\u003e\u003c/a\u003e ci: upgrade golangci-lint\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/spf13/viper/compare/v1.19.0...v1.21.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/swaggo/gin-swagger` from 1.6.0 to 1.6.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/swaggo/gin-swagger/releases\"\u003egithub.com/swaggo/gin-swagger's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.6.1\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e19f4300ad05a57e2a7a2f3ef0a3acbac8f30a435 Allow to enable Proof Key for Code Exachange (PKCE) (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/271\"\u003e#271\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e76a92d5db8f3d154f87d1feac1e46f23aeec9fdf Update Go versions in CI workflow (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/324\"\u003e#324\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eaa92a0ac3f26c587e4248afcf8d8b6318353e7b0 Update ReadMe (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/291\"\u003e#291\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e08e4a929c9132200950fed601d0472142a20e0ce chore(deps): bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/270\"\u003e#270\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e7d8970259b5a77dde1462927b1b4d589fc938cd4 chore(deps): bump golang.org/x/net from 0.8.0 to 0.23.0 (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/298\"\u003e#298\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e2b8554dea56a983cae644a52556125b6f4216020 chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/293\"\u003e#293\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e3b4340f1a7a6b24b9dcb4238954db4482db434ae move css and js to seperate files (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/280\"\u003e#280\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/gin-swagger/commit/2b8554dea56a983cae644a52556125b6f4216020\"\u003e\u003ccode\u003e2b8554d\u003c/code\u003e\u003c/a\u003e chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/293\"\u003e#293\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/gin-swagger/commit/08e4a929c9132200950fed601d0472142a20e0ce\"\u003e\u003ccode\u003e08e4a92\u003c/code\u003e\u003c/a\u003e chore(deps): bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/270\"\u003e#270\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/gin-swagger/commit/7d8970259b5a77dde1462927b1b4d589fc938cd4\"\u003e\u003ccode\u003e7d89702\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/net from 0.8.0 to 0.23.0 (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/298\"\u003e#298\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/gin-swagger/commit/76a92d5db8f3d154f87d1feac1e46f23aeec9fdf\"\u003e\u003ccode\u003e76a92d5\u003c/code\u003e\u003c/a\u003e Update Go versions in CI workflow (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/324\"\u003e#324\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/gin-swagger/commit/19f4300ad05a57e2a7a2f3ef0a3acbac8f30a435\"\u003e\u003ccode\u003e19f4300\u003c/code\u003e\u003c/a\u003e Allow to enable Proof Key for Code Exachange (PKCE) (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/271\"\u003e#271\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/gin-swagger/commit/aa92a0ac3f26c587e4248afcf8d8b6318353e7b0\"\u003e\u003ccode\u003eaa92a0a\u003c/code\u003e\u003c/a\u003e Update ReadMe (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/291\"\u003e#291\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/gin-swagger/commit/3b4340f1a7a6b24b9dcb4238954db4482db434ae\"\u003e\u003ccode\u003e3b4340f\u003c/code\u003e\u003c/a\u003e move css and js to seperate files (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/280\"\u003e#280\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/swaggo/gin-swagger/compare/v1.6.0...v1.6.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/swaggo/swag` from 1.16.4 to 1.16.6\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/swaggo/swag/releases\"\u003egithub.com/swaggo/swag's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.16.6\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: prevent nil pointer dereference in getFuncDoc when parsing depen… by \u003ca href=\"https://github.com/gatorjuice\"\u003e\u003ccode\u003e@​gatorjuice\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2044\"\u003eswaggo/swag#2044\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: router with tilde \u003ca href=\"https://redirect.github.com/swaggo/swag/issues/2004\"\u003e#2004\u003c/a\u003e by \u003ca href=\"https://github.com/subwiz\"\u003e\u003ccode\u003e@​subwiz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2005\"\u003eswaggo/swag#2005\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFeature: allow enum ordered const name override (2nd PR for this) by \u003ca href=\"https://github.com/drewsilcock\"\u003e\u003ccode\u003e@​drewsilcock\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2046\"\u003eswaggo/swag#2046\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUse the structs name without the \u003ca href=\"https://github.com/name\"\u003e\u003ccode\u003e@​name\u003c/code\u003e\u003c/a\u003e comment by \u003ca href=\"https://github.com/skast96\"\u003e\u003ccode\u003e@​skast96\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2043\"\u003eswaggo/swag#2043\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: allow description line continuation by \u003ca href=\"https://github.com/berk-karaal\"\u003e\u003ccode\u003e@​berk-karaal\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2048\"\u003eswaggo/swag#2048\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gatorjuice\"\u003e\u003ccode\u003e@​gatorjuice\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2044\"\u003eswaggo/swag#2044\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/subwiz\"\u003e\u003ccode\u003e@​subwiz\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2005\"\u003eswaggo/swag#2005\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/drewsilcock\"\u003e\u003ccode\u003e@​drewsilcock\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2046\"\u003eswaggo/swag#2046\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/skast96\"\u003e\u003ccode\u003e@​skast96\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2043\"\u003eswaggo/swag#2043\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/swaggo/swag/compare/v1.16.5...v1.16.6\"\u003ehttps://github.com/swaggo/swag/compare/v1.16.5...v1.16.6\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.16.5\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdded support for \u003ca href=\"https://github.com/tag\"\u003e\u003ccode\u003e@​tag\u003c/code\u003e\u003c/a\u003e.x- attributes for tags (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/1784\"\u003e#1784\u003c/a\u003e) by \u003ca href=\"https://github.com/Ponywka\"\u003e\u003ccode\u003e@​Ponywka\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1785\"\u003eswaggo/swag#1785\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: Add x-enum-descriptions to generated Swagger documentation for Enum by \u003ca href=\"https://github.com/wakamenod\"\u003e\u003ccode\u003e@​wakamenod\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1878\"\u003eswaggo/swag#1878\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: use '\u0026amp;\u0026amp;' for security pair(AND) by \u003ca href=\"https://github.com/kkkiio\"\u003e\u003ccode\u003e@​kkkiio\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1659\"\u003eswaggo/swag#1659\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: ParseComment error to contain the comment by \u003ca href=\"https://github.com/stokito\"\u003e\u003ccode\u003e@​stokito\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1777\"\u003eswaggo/swag#1777\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esupport generate var-declared function doc by \u003ca href=\"https://github.com/book987\"\u003e\u003ccode\u003e@​book987\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1657\"\u003eswaggo/swag#1657\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix compare original and formatted by \u003ca href=\"https://github.com/0daryo\"\u003e\u003ccode\u003e@​0daryo\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1915\"\u003eswaggo/swag#1915\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eTransfer golang type to swagger type with format reserved by \u003ca href=\"https://github.com/sdghchj\"\u003e\u003ccode\u003e@​sdghchj\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1944\"\u003eswaggo/swag#1944\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix format by goimports by \u003ca href=\"https://github.com/0daryo\"\u003e\u003ccode\u003e@​0daryo\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1927\"\u003eswaggo/swag#1927\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /example/object-map-example by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1945\"\u003eswaggo/swag#1945\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: \u003ca href=\"https://github.com/name\"\u003e\u003ccode\u003e@​name\u003c/code\u003e\u003c/a\u003e for recursion by \u003ca href=\"https://github.com/njacob1001\"\u003e\u003ccode\u003e@​njacob1001\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1948\"\u003eswaggo/swag#1948\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix typo error in README by \u003ca href=\"https://github.com/yashisrani\"\u003e\u003ccode\u003e@​yashisrani\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1954\"\u003eswaggo/swag#1954\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExtension: collectionFormat in struct tag by \u003ca href=\"https://github.com/sdghchj\"\u003e\u003ccode\u003e@​sdghchj\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1989\"\u003eswaggo/swag#1989\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: accept event streaming by \u003ca href=\"https://github.com/miguelhrocha\"\u003e\u003ccode\u003e@​miguelhrocha\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1992\"\u003eswaggo/swag#1992\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eNon-empty stderr for \u003ccode\u003ego list\u003c/code\u003e is not an error in itself by \u003ca href=\"https://github.com/atercattus\"\u003e\u003ccode\u003e@​atercattus\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1981\"\u003eswaggo/swag#1981\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdated golang/x/text v0.21, x/tools v0.21 to address CVE-2024-45338 in net v0.23 by \u003ca href=\"https://github.com/blame19\"\u003e\u003ccode\u003e@​blame19\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1962\"\u003eswaggo/swag#1962\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove redundant \u003ccode\u003e(default: false)\u003c/code\u003e for parseFuncBody flag by \u003ca href=\"https://github.com/nikpivkin\"\u003e\u003ccode\u003e@​nikpivkin\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1961\"\u003eswaggo/swag#1961\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /example/celler by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1993\"\u003eswaggo/swag#1993\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix(test): include \u003ccode\u003erune\u003c/code\u003e test in enums tests by \u003ca href=\"https://github.com/sharunkumar\"\u003e\u003ccode\u003e@​sharunkumar\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2025\"\u003eswaggo/swag#2025\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: json:omitempty marks field as optional by \u003ca href=\"https://github.com/andyatmiami\"\u003e\u003ccode\u003e@​andyatmiami\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2041\"\u003eswaggo/swag#2041\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wakamenod\"\u003e\u003ccode\u003e@​wakamenod\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1878\"\u003eswaggo/swag#1878\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stokito\"\u003e\u003ccode\u003e@​stokito\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1777\"\u003eswaggo/swag#1777\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/book987\"\u003e\u003ccode\u003e@​book987\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1657\"\u003eswaggo/swag#1657\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/njacob1001\"\u003e\u003ccode\u003e@​njacob1001\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1948\"\u003eswaggo/swag#1948\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yashisrani\"\u003e\u003ccode\u003e@​yashisrani\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1954\"\u003eswaggo/swag#1954\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/miguelhrocha\"\u003e\u003ccode\u003e@​miguelhrocha\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1992\"\u003eswaggo/swag#1992\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/atercattus\"\u003e\u003ccode\u003e@​atercattus\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1981\"\u003eswaggo/swag#1981\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/blame19\"\u003e\u003ccode\u003e@​blame19\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1962\"\u003eswaggo/swag#1962\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/sharunkumar\"\u003e\u003ccode\u003e@​sharunkumar\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2025\"\u003eswaggo/swag#2025\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/andyatmiami\"\u003e\u003ccode\u003e@​andyatmiami\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2041\"\u003eswaggo/swag#2041\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/f676981e12b892b4a2c5f50cd3dbc96d469ca358\"\u003e\u003ccode\u003ef676981\u003c/code\u003e\u003c/a\u003e feat: allow description line continuation (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/2048\"\u003e#2048\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/252fecd4cbc33868a56d3f3f1092cd2a561073ef\"\u003e\u003ccode\u003e252fecd\u003c/code\u003e\u003c/a\u003e Use the structs name without the \u003ca href=\"https://github.com/name\"\u003e\u003ccode\u003e@​name\u003c/code\u003e\u003c/a\u003e comment (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/2043\"\u003e#2043\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/b0c5cc990594386ba6189a21313e4e8e68695249\"\u003e\u003ccode\u003eb0c5cc9\u003c/code\u003e\u003c/a\u003e Feature: allow enum ordered const name override (2nd PR for this) (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/2046\"\u003e#2046\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/0f3bf86377c7e1c5bbf280380419e9ded717d83a\"\u003e\u003ccode\u003e0f3bf86\u003c/code\u003e\u003c/a\u003e fix: router with tilde \u003ca href=\"https://redirect.github.com/swaggo/swag/issues/2004\"\u003e#2004\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/2005\"\u003e#2005\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/d7cec5730e4e9ff1c05e98b780c0092b0ad35cbe\"\u003e\u003ccode\u003ed7cec57\u003c/code\u003e\u003c/a\u003e fix: prevent nil pointer dereference in getFuncDoc when parsing dependencies ...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/15a183bfd60426ca30b2cebdff5ab7c6558d0291\"\u003e\u003ccode\u003e15a183b\u003c/code\u003e\u003c/a\u003e feat: json:omitempty marks field as optional (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/2041\"\u003e#2041\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/714cd1292724c73a25cf1828ea24df08d4f66de3\"\u003e\u003ccode\u003e714cd12\u003c/code\u003e\u003c/a\u003e fix(test): include \u003ccode\u003erune\u003c/code\u003e test in enums tests (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/2025\"\u003e#2025\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/93e86851e9f22f1f2db57812cf71fc004c02159c\"\u003e\u003ccode\u003e93e8685\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/crypto in /example/celler (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/1993\"\u003e#1993\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/aee4fddf38fc80aa5d2d5257545f2a3727d7d056\"\u003e\u003ccode\u003eaee4fdd\u003c/code\u003e\u003c/a\u003e Remove redundant (default: false) for parseFuncBody flag (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/1961\"\u003e#1961\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/5c99c1705f92c42ba47987357d0e1790e8c1eb92\"\u003e\u003ccode\u003e5c99c17\u003c/code\u003e\u003c/a\u003e x/text v0.21, x/tools v0.21 (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/1962\"\u003e#1962\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/swaggo/swag/compare/v1.16.4...v1.16.6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/centrifugal/centrifuge` from 0.34.3 to 0.37.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/centrifugal/centrifuge/releases\"\u003egithub.com/centrifugal/centrifuge's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.37.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFrame ping/pong fix by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/509\"\u003ecentrifugal/centrifuge#509\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUp dependencies, up golangci-lint and Go in CI by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/510\"\u003ecentrifugal/centrifuge#510\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/centrifugal/centrifuge/compare/v0.37.1...v0.37.2\"\u003ehttps://github.com/centrifugal/centrifuge/compare/v0.37.1...v0.37.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev0.37.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eWebSocket frame ping/pong tweaks by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/503\"\u003ecentrifugal/centrifuge#503\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eClient details: connection time, ping/pong latency by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/504\"\u003ecentrifugal/centrifuge#504\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUp dependencies\u003c/li\u003e\n\u003c/ul\u003e\n\u003cpre\u003e\u003ccode\u003e❯ gorelease -base v0.37.0 -version v0.37.1\n# github.com/centrifugal/centrifuge\n## compatible changes\n(*Client).ConnectedAtMS: added\n(*Client).LatestPingPongLatency: added\n\u003ch1\u003esummary\u003c/h1\u003e\n\u003cp\u003ev0.37.1 is a valid semantic version for this release.\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/centrifugal/centrifuge/compare/v0.37.0...v0.37.1\"\u003ehttps://github.com/centrifugal/centrifuge/compare/v0.37.0...v0.37.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev0.37.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cp\u003eThis release slightly changes the behaviour of the library by setting a max cap on TTL for connections and subscriptions (in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/495\"\u003e#495\u003c/a\u003e). This happens internally and does not require changes in application's code. We expect this to not affect anyone since the max cap is large – one year. But making a new minor version bump to emphasise the change.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eFix duration overflow due to buggy exp, max ttl 1 year by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/495\"\u003ecentrifugal/centrifuge#495\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMake websocket package to not depend on centrifuge internal packages by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/492\"\u003ecentrifugal/centrifuge#492\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAvoid math/rand usage for ws client masking by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/493\"\u003ecentrifugal/centrifuge#493\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMethod to get redis shard mode by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/494\"\u003ecentrifugal/centrifuge#494\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdding recovered publications histogram (must be explicitly enabled via \u003ccode\u003eMetricsConfig\u003c/code\u003e), \u003ccode\u003ehas_recovered_publications\u003c/code\u003e label for recover counter by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/496\"\u003ecentrifugal/centrifuge#496\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUp dependencies by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/497\"\u003ecentrifugal/centrifuge#497\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cpre\u003e\u003ccode\u003e❯ gorelease -base=v0.36.2 -version=v0.37.0\n# github.com/centrifugal/centrifuge\n## compatible changes\n(*RedisShard).Mode: added\nMetricsConfig.EnableRecoveredPublicationsHistogram: added\nRedisShardMode: added\nRedisShardModeCluster: added\n\u0026lt;/tr\u0026gt;\u0026lt;/table\u0026gt; \n\u003c/code\u003e\u003c/pre\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/c2a324629fe33581dc3ee088f53206d2275c7151\"\u003e\u003ccode\u003ec2a3246\u003c/code\u003e\u003c/a\u003e Up dependencies, golang-ci, Go in CI (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/510\"\u003e#510\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/be1d1922c91ce5083f2744c079332ad1fb4cbcf5\"\u003e\u003ccode\u003ebe1d192\u003c/code\u003e\u003c/a\u003e frame ping/pong fix (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/509\"\u003e#509\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/b2d5f6f9f544e1448a94fd282c45c370449116a1\"\u003e\u003ccode\u003eb2d5f6f\u003c/code\u003e\u003c/a\u003e Up dependencies (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/508\"\u003e#508\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/6ee04530bee2845a74d9a73aad06329c34b44a20\"\u003e\u003ccode\u003e6ee0453\u003c/code\u003e\u003c/a\u003e Bump google.golang.org/protobuf from 1.36.6 to 1.36.8 (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/507\"\u003e#507\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/707ba936f85f15144b595c1d5f8506746998480f\"\u003e\u003ccode\u003e707ba93\u003c/code\u003e\u003c/a\u003e Bump actions/checkout from 4 to 5 (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/506\"\u003e#506\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/6089f1e937f3f9c8170e5204fb17e328628704e2\"\u003e\u003ccode\u003e6089f1e\u003c/code\u003e\u003c/a\u003e Client details: connection time, latest ping/pong latency (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/504\"\u003e#504\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/40994f2de921d5b5981f0b337dcd160df51345ce\"\u003e\u003ccode\u003e40994f2\u003c/code\u003e\u003c/a\u003e up dependencies (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/505\"\u003e#505\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/c6af25238b09c912c7dca91837e3fc02bc021a83\"\u003e\u003ccode\u003ec6af252\u003c/code\u003e\u003c/a\u003e frame ping/pong tweaks (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/503\"\u003e#503\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/e64a8350861d3b99d4ef390ef90314f6016cffa3\"\u003e\u003ccode\u003ee64a835\u003c/code\u003e\u003c/a\u003e up dependencies (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/501\"\u003e#501\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/25e91ee2d85edfe32e0960f3ecd17cba0d4356db\"\u003e\u003ccode\u003e25e91ee\u003c/code\u003e\u003c/a\u003e Bump github.com/prometheus/client_golang from 1.22.0 to 1.23.0 (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/499\"\u003e#499\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/centrifugal/centrifuge/compare/v0.34.3...v0.37.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/centrifugal/centrifuge-go` from 0.10.4 to 0.10.11\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/centrifugal/centrifuge-go/releases\"\u003egithub.com/centrifugal/centrifuge-go's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.10.11\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAllow configuring min/max delays for backoff strategies by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge-go/pull/117\"\u003ecentrifugal/centrifuge-go#117\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/centrifugal/centrifuge-go/compare/v0.10.10...v0.10.11\"\u003ehttps://github.com/centrifugal/centrifuge-go/compare/v0.10.10...v0.10.11\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev0.10.10\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eA bit cleaner run handler code by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge-go/pull/114\"\u003ecentrifugal/centrifuge-go#114\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix tracing enabled when log level is LogLevelNone by \u003ca href=\"https://github.com/C-Pro\"\u003e\u003ccode\u003e@​C-Pro\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge-go/pull/115\"\u003ecentrifugal/centrifuge-go#115\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/centrifugal/centrifuge-go/compare/v0.10.9...v0.10.10\"\u003ehttps://github.com/centrifugal/centrifuge-go/compare/v0.10.9...v0.10.10\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev0.10.9\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix panic due to nil queue upon close by \u003ca href=\"https://github.com/C-Pro\"\u003e\u003ccode\u003e@​C-Pro\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge-go/pull/112\"\u003ecentrifugal/centrifuge-go#112\u003c/a\u003e \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge-go/pull/113\"\u003ecentrifugal/centrifuge-go#113\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUp lint action version by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge-go/pull/11...\n\n_Description has been truncated_","html_url":"https://github.com/bsv-blockchain/block-headers-service/pull/352","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsv-blockchain%2Fblock-headers-service/issues/352","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/352/packages"},{"uuid":"3534448368","node_id":"PR_kwDOEJGG6M6uvSYK","number":2733,"state":"open","title":"build(deps): Bump github.com/magiconair/properties from 1.8.9 to 1.8.10","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-10-21T01:01:37.000Z","updated_at":"2025-10-28T11:00:35.387Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps): Bump","packages":[{"name":"github.com/magiconair/properties","old_version":"1.8.9","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"}],"path":null,"ecosystem":"go"},"body":"Bumps [github.com/magiconair/properties](https://github.com/magiconair/properties) from 1.8.9 to 1.8.10.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/magiconair/properties/releases\"\u003egithub.com/magiconair/properties's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.8.10\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd 32bit numeric getters which do not panic by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/77\"\u003emagiconair/properties#77\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eescape leading whitespace on value in Write() by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/81\"\u003emagiconair/properties#81\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/281f515b93cf755020c587f2ffcbdee2322f3615\"\u003e\u003ccode\u003e281f515\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/81\"\u003e#81\u003c/a\u003e from magiconair/issue-80\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/6b7aa68b641f5d60ebb8b6845db1128db53a6cf3\"\u003e\u003ccode\u003e6b7aa68\u003c/code\u003e\u003c/a\u003e test with go1.24\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/06f31332fd5f37daf3faffdf26bfec3cd1cd28b2\"\u003e\u003ccode\u003e06f3133\u003c/code\u003e\u003c/a\u003e escape leading whitespace on value in Write()\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/3dfc3b527876b509fda83a042544db6f2a2a76e6\"\u003e\u003ccode\u003e3dfc3b5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/77\"\u003e#77\u003c/a\u003e from magiconair/get32bit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/b1485840343acfbc730b9d7ff4d775e92ac02091\"\u003e\u003ccode\u003eb148584\u003c/code\u003e\u003c/a\u003e Add 32bit numeric getters which do not panic\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/magiconair/properties\u0026package-manager=go_modules\u0026previous-version=1.8.9\u0026new-version=1.8.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/bwhour/cosdk/pull/2733","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/bwhour%2Fcosdk/issues/2733","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2733/packages"},{"uuid":"2891838947","node_id":"PR_kwDOCLjqFs6sXfXj","number":842,"state":"open","title":"Bump the all-deps group across 5 directories with 169 updates","user":"dependabot[bot]","labels":["dependencies","go"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-10-06T20:50:44.000Z","updated_at":"2025-10-06T20:50:45.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"all-deps","update_count":169,"packages":[{"name":"github.com/golang/protobuf","old_version":"1.5.3","new_version":"1.5.4","repository_url":"https://github.com/golang/protobuf"},{"name":"github.com/maxbrunsfeld/counterfeiter/v6","old_version":"6.6.1","new_version":"6.12.0","repository_url":"https://github.com/maxbrunsfeld/counterfeiter"},{"name":"github.com/spf13/cobra","old_version":"1.7.0","new_version":"1.10.1","repository_url":"https://github.com/spf13/cobra"},{"name":"github.com/stretchr/testify","old_version":"1.8.4","new_version":"1.11.1","repository_url":"https://github.com/stretchr/testify"},{"name":"honnef.co/go/tools","old_version":"0.4.3","new_version":"0.6.1","repository_url":"https://github.com/dominikh/go-tools"},{"name":"github.com/Microsoft/go-winio","old_version":"0.6.1","new_version":"0.6.2","repository_url":"https://github.com/Microsoft/go-winio"},{"name":"github.com/bits-and-blooms/bitset","old_version":"1.7.0","new_version":"1.24.0","repository_url":"https://github.com/bits-and-blooms/bitset"},{"name":"github.com/cespare/xxhash/v2","old_version":"2.2.0","new_version":"2.3.0","repository_url":"https://github.com/cespare/xxhash"},{"name":"github.com/cloudflare/cfssl","old_version":"1.4.1","new_version":"1.6.5","repository_url":"https://github.com/cloudflare/cfssl"},{"name":"github.com/consensys/bavard","old_version":"0.1.13","new_version":"0.2.1","repository_url":"https://github.com/consensys/bavard"},{"name":"github.com/consensys/gnark-crypto","old_version":"0.12.1","new_version":"0.19.0","repository_url":"https://github.com/consensys/gnark-crypto"},{"name":"github.com/docker/go-connections","old_version":"0.5.0","new_version":"0.6.0","repository_url":"https://github.com/docker/go-connections"},{"name":"github.com/fsnotify/fsnotify","old_version":"1.6.0","new_version":"1.9.0","repository_url":"https://github.com/fsnotify/fsnotify"},{"name":"github.com/fsouza/go-dockerclient","old_version":"1.10.0","new_version":"1.12.2","repository_url":"https://github.com/fsouza/go-dockerclient"},{"name":"github.com/go-kit/kit","old_version":"0.10.0","new_version":"0.13.0","repository_url":"https://github.com/go-kit/kit"},{"name":"github.com/go-logfmt/logfmt","old_version":"0.5.1","new_version":"0.6.1","repository_url":"https://github.com/go-logfmt/logfmt"},{"name":"github.com/go-openapi/jsonpointer","old_version":"0.19.5","new_version":"0.22.1","repository_url":"https://github.com/go-openapi/jsonpointer"},{"name":"github.com/go-openapi/jsonreference","old_version":"0.20.0","new_version":"0.21.2","repository_url":"https://github.com/go-openapi/jsonreference"},{"name":"github.com/go-openapi/spec","old_version":"0.20.8","new_version":"0.22.0","repository_url":"https://github.com/go-openapi/spec"},{"name":"github.com/gobuffalo/envy","old_version":"1.10.1","new_version":"1.10.2","repository_url":"https://github.com/gobuffalo/envy"},{"name":"github.com/gobuffalo/packd","old_version":"1.0.1","new_version":"1.0.2","repository_url":"https://github.com/gobuffalo/packd"},{"name":"github.com/joho/godotenv","old_version":"1.4.0","new_version":"1.5.1","repository_url":"https://github.com/joho/godotenv"},{"name":"github.com/magiconair/properties","old_version":"1.8.7","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"},{"name":"github.com/moby/term","old_version":"0.5.0","new_version":"0.5.2","repository_url":"https://github.com/moby/term"},{"name":"github.com/nxadm/tail","old_version":"1.4.8","new_version":"1.4.11","repository_url":"https://github.com/nxadm/tail"},{"name":"github.com/opencontainers/image-spec","old_version":"1.1.0-rc5","new_version":"1.1.1","repository_url":"https://github.com/opencontainers/image-spec"},{"name":"github.com/prometheus/client_model","old_version":"0.5.0","new_version":"0.6.2","repository_url":"https://github.com/prometheus/client_model"},{"name":"github.com/prometheus/procfs","old_version":"0.12.0","new_version":"0.17.0","repository_url":"https://github.com/prometheus/procfs"},{"name":"github.com/rogpeppe/go-internal","old_version":"1.11.0","new_version":"1.14.1","repository_url":"https://github.com/rogpeppe/go-internal"},{"name":"github.com/spf13/afero","old_version":"1.6.0","new_version":"1.15.0","repository_url":"https://github.com/spf13/afero"},{"name":"github.com/spf13/cast","old_version":"1.4.1","new_version":"1.10.0","repository_url":"https://github.com/spf13/cast"},{"name":"github.com/spf13/viper","old_version":"1.10.1","new_version":"1.21.0","repository_url":"https://github.com/spf13/viper"}],"path":null,"ecosystem":"go"},"body":"Bumps the all-deps group with 32 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/maxbrunsfeld/counterfeiter/v6](https://github.com/maxbrunsfeld/counterfeiter) | `6.6.1` | `6.12.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [honnef.co/go/tools](https://github.com/dominikh/go-tools) | `0.4.3` | `0.6.1` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.0` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.0` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.5` | `0.22.1` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.0` | `0.21.2` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.0` |\n| [github.com/gobuffalo/envy](https://github.com/gobuffalo/envy) | `1.10.1` | `1.10.2` |\n| [github.com/gobuffalo/packd](https://github.com/gobuffalo/packd) | `1.0.1` | `1.0.2` |\n| [github.com/joho/godotenv](https://github.com/joho/godotenv) | `1.4.0` | `1.5.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/nxadm/tail](https://github.com/nxadm/tail) | `1.4.8` | `1.4.11` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0-rc5` | `1.1.1` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.17.0` |\n| [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) | `1.11.0` | `1.14.1` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.6.0` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n\nBumps the all-deps group with 48 updates in the /integration/go_chaincode directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.26.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.0` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.0` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.28` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.0` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.2` | `1.14.1` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd) | `22.5.0` | `22.6.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/dgraph-io/badger/v3](https://github.com/dgraph-io/badger) | `3.2103.2` | `3.2103.5` |\n| [github.com/elastic/gosigar](https://github.com/elastic/gosigar) | `0.14.2` | `0.14.3` |\n| [github.com/flynn/noise](https://github.com/flynn/noise) | `1.0.0` | `1.1.0` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.10` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.7.0` | `1.7.6` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.16.0` | `2.27.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.16.3` |\n| [github.com/huin/goupnp](https://github.com/huin/goupnp) | `1.2.0` | `1.3.0` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/boxo](https://github.com/ipfs/boxo) | `0.8.0-rc1` | `0.35.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/multiformats/go-varint](https://github.com/multiformats/go-varint) | `0.0.7` | `0.1.0` |\n| [github.com/ugorji/go](https://github.com/ugorji/go) | `1.1.4` | `1.2.14` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.39.0` |\n\nBumps the all-deps group with 25 updates in the /samples/application/ccapi directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.11.1` |\n| [golang.org/x/tools](https://github.com/golang/tools) | `0.14.0` | `0.37.0` |\n| google.golang.org/protobuf | `1.34.2` | `1.36.10` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.6` | `0.22.1` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.2` | `0.21.2` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.0` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.17.0` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.2` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.5` | `1.0.10` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.6` | `1.14.1` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.10` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.4.0` | `1.7.6` |\n| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.59.0` | `1.75.1` |\n| [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.8.12` | `1.16.6` |\n| [github.com/swaggo/gin-swagger](https://github.com/swaggo/gin-swagger) | `1.6.0` | `1.6.1` |\n\nBumps the all-deps group with 53 updates in the /samples/demos/irb directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.26.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.0` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.0` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.28` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0` | `1.1.1` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.0` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.16.3` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/go-cid](https://github.com/ipfs/go-cid) | `0.4.1` | `0.5.0` |\n| [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.7` | `2.3.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) | `0.11.0` | `0.16.1` |\n| [github.com/multiformats/go-multicodec](https://github.com/multiformats/go-multicodec) | `0.9.0` | `0.9.2` |\n| [github.com/multiformats/go-multistream](https://github.com/multiformats/go-multistream) | `0.4.1` | `0.6.1` |\n| [github.com/multiformats/go-varint](https://github.com/multiformats/go-varint) | `0.0.7` | `0.1.0` |\n| [lukechampine.com/blake3](https://github.com/lukechampine/blake3) | `1.2.1` | `1.4.1` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.39.0` |\n| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.28.0` | `0.39.0` |\n| [code.cloudfoundry.org/clock](https://github.com/cloudfoundry/clock) | `1.1.0` | `1.50.0` |\n| [github.com/VictoriaMetrics/fastcache](https://github.com/VictoriaMetrics/fastcache) | `1.12.1` | `1.13.0` |\n| [github.com/go-ole/go-ole](https://github.com/go-ole/go-ole) | `1.2.6` | `1.3.0` |\n| [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.12` | `0.3.15` |\n| [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.6` | `3.6.5` |\n| [go.etcd.io/etcd/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.5` |\n| [go.etcd.io/etcd/raft/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.5.23` |\n| [go.etcd.io/etcd/server/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.5` |\n\nBumps the all-deps group with 26 updates in the /samples/deployment/fabric-smart-client/the-simple-testing-network directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.26.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.28` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.0` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.16.3` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.36.0` | `1.38.0` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.39.0` |\n\n\nUpdates `github.com/golang/protobuf` from 1.5.3 to 1.5.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/protobuf/releases\"\u003egithub.com/golang/protobuf's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.5.4\u003c/h2\u003e\n\u003cp\u003eNotable changes\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eupdate descriptor.proto to latest version\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/75de7c059e36b64f01d0dd234ff2fff404ec3374\"\u003e\u003ccode\u003e75de7c0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang/protobuf/issues/1597\"\u003e#1597\u003c/a\u003e from golang/updatedesc\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/b7697bb698b1c56643249ef6179c7cae1478881d\"\u003e\u003ccode\u003eb7697bb\u003c/code\u003e\u003c/a\u003e all: update descriptor.proto to latest version\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/protobuf/compare/v1.5.3...v1.5.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/maxbrunsfeld/counterfeiter/v6` from 6.6.1 to 6.12.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases\"\u003egithub.com/maxbrunsfeld/counterfeiter/v6's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.12.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.37.0 to 1.38.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/333\"\u003emaxbrunsfeld/counterfeiter#333\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.38.0 to 1.38.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/338\"\u003emaxbrunsfeld/counterfeiter#338\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: support for custom type constraints in generic interfaces by \u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.2\u003c/h2\u003e\n\u003cp\u003eRevert changes from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases/tag/v6.11.1\"\u003e\u003ccode\u003ev6.11.1\u003c/code\u003e\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.1\u003c/h2\u003e\n\u003cp\u003eRestore compatibility for \u003ccode\u003ego\u003c/code\u003e \u003ccode\u003e1.22\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.34.2 to 1.35.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/303\"\u003emaxbrunsfeld/counterfeiter#303\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.0 to 1.35.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/304\"\u003emaxbrunsfeld/counterfeiter#304\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.19.0 to 0.20.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/305\"\u003emaxbrunsfeld/counterfeiter#305\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.26.0 to 0.27.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/306\"\u003emaxbrunsfeld/counterfeiter#306\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.1 to 1.36.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/307\"\u003emaxbrunsfeld/counterfeiter#307\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.20.0 to 0.21.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/308\"\u003emaxbrunsfeld/counterfeiter#308\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.27.0 to 0.28.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/309\"\u003emaxbrunsfeld/counterfeiter#309\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.36.0 to 1.36.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/310\"\u003emaxbrunsfeld/counterfeiter#310\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ehandle interfaces with generics by \u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.10.0...v6.11.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.10.0...v6.11.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.34.1 to 1.34.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/296\"\u003emaxbrunsfeld/counterfeiter#296\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.18.0 to 0.19.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/299\"\u003emaxbrunsfeld/counterfeiter#299\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.25.0 to 0.26.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/300\"\u003emaxbrunsfeld/counterfeiter#300\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eissue \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/298\"\u003e#298\u003c/a\u003e - go 1.23 go/types alias change by \u003ca href=\"https://github.com/xanderflood\"\u003e\u003ccode\u003e@​xanderflood\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/301\"\u003emaxbrunsfeld/counterfeiter#301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/xanderflood\"\u003e\u003ccode\u003e@​xanderflood\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/301\"\u003emaxbrunsfeld/counterfeiter#301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.9.0...v6.10.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.9.0...v6.10.0\u003c/a\u003e\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/1787e7d29dd879b458fdf4df04fd7825f206ef3d\"\u003e\u003ccode\u003e1787e7d\u003c/code\u003e\u003c/a\u003e fix incorrect use of fmt.Errorf (use errors.New)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/d0d179107c4f9eb60fa55a6ba3616aafcb2dc9f3\"\u003e\u003ccode\u003ed0d1791\u003c/code\u003e\u003c/a\u003e ⬆️ dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/b365b339524a88e6d4f20c5ed05761533909ce1c\"\u003e\u003ccode\u003eb365b33\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/334\"\u003e#334\u003c/a\u003e from mahboubii/fix/generic-interface-type-constraint\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/df5c1686e416edff9a82fdd84f1c30124f60ab74\"\u003e\u003ccode\u003edf5c168\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/338\"\u003e#338\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/github.com/on...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/93d20fecbcae6fcd0fd095f348ef67908125873a\"\u003e\u003ccode\u003e93d20fe\u003c/code\u003e\u003c/a\u003e Bump github.com/onsi/gomega from 1.38.0 to 1.38.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/b8c00d116d3343b732cc9c9f9a9e4e0eea5915b8\"\u003e\u003ccode\u003eb8c00d1\u003c/code\u003e\u003c/a\u003e test union constraint type\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/7daa3608f4f7bae19c7cd09616f743e12479c0ab\"\u003e\u003ccode\u003e7daa360\u003c/code\u003e\u003c/a\u003e fix: support for custom type constraints in generic interfaces\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/eeb5bb36f242dd28beea0ccbed57ea10f2fa2604\"\u003e\u003ccode\u003eeeb5bb3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/333\"\u003e#333\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/github.com/on...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/8cc0e52a7656a3523ad6b74af0c58794b3ad6c0f\"\u003e\u003ccode\u003e8cc0e52\u003c/code\u003e\u003c/a\u003e Bump github.com/onsi/gomega from 1.37.0 to 1.38.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/386d8831d95d053807d08b1620e0347c186f7673\"\u003e\u003ccode\u003e386d883\u003c/code\u003e\u003c/a\u003e avoid locking method-specific mutexes in Invocations() to avoid deadlock\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.6.1...v6.12.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/ginkgo/v2` from 2.11.0 to 2.25.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/releases\"\u003egithub.com/onsi/ginkgo/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.26.0\u003c/h2\u003e\n\u003ch2\u003e2.26.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cp\u003eGinkgo can now generate json-formatted reports that are compatible with the \u003ccode\u003ego test\u003c/code\u003e json format.  Use \u003ccode\u003eginkgo --gojson-report=report.go.json\u003c/code\u003e.  This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.\u003c/p\u003e\n\u003ch2\u003ev2.25.3\u003c/h2\u003e\n\u003ch2\u003e2.25.3\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eemit --github-output group only for progress report itself [f01aed1]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.25.2\u003c/h2\u003e\n\u003ch2\u003e2.25.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eAdd github output group for progress report content\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cp\u003eBump Gomega\u003c/p\u003e\n\u003ch2\u003ev2.25.1\u003c/h2\u003e\n\u003ch2\u003e2.25.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efix(types): ignore nameless nodes on FullText() [10866d3]\u003c/li\u003e\n\u003cli\u003echore: fix some CodeQL warnings [2e42cff]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.25.0\u003c/h2\u003e\n\u003ch2\u003e2.25.0\u003c/h2\u003e\n\u003ch3\u003e\u003ccode\u003eAroundNode\u003c/code\u003e\u003c/h3\u003e\n\u003cp\u003eThis release introduces a new decorator to support more complex spec setup usecases.\u003c/p\u003e\n\u003cp\u003e\u003ccode\u003eAroundNode\u003c/code\u003e registers a function that runs before each individual node.  This is considered a more advanced decorator.\u003c/p\u003e\n\u003cp\u003ePlease read the \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-around-node\"\u003edocs\u003c/a\u003e for more information and some examples.\u003c/p\u003e\n\u003cp\u003eAllowed signatures:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func())\u003c/code\u003e - \u003ccode\u003efunc\u003c/code\u003e will be called before the node is run.\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func(ctx context.Context) context.Context)\u003c/code\u003e - \u003ccode\u003efunc\u003c/code\u003e can wrap the passed in context and return a new one which will be passed on to the node.\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func(ctx context.Context, body func(ctx context.Context)))\u003c/code\u003e - \u003ccode\u003ectx\u003c/code\u003e is the context for the node and \u003ccode\u003ebody\u003c/code\u003e is a function that must be called to run the node.  This gives you complete control over what runs before and after the node.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eMultiple \u003ccode\u003eAroundNode\u003c/code\u003e decorators can be applied to a single node and they will run in the order they are applied.\u003c/p\u003e\n\u003cp\u003eUnlike setup nodes like \u003ccode\u003eBeforeEach\u003c/code\u003e and \u003ccode\u003eDeferCleanup\u003c/code\u003e, \u003ccode\u003eAroundNode\u003c/code\u003e is guaranteed to run in the same goroutine as the decorated node.  This is necessary when working with lower-level libraries that must run on a single thread (you can call \u003ccode\u003eruntime.LockOSThread()\u003c/code\u003e in the \u003ccode\u003eAroundNode\u003c/code\u003e to ensure that the node runs on a single thread).\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/ginkgo/v2's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e2.26.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cp\u003eGinkgo can now generate json-formatted reports that are compatible with the \u003ccode\u003ego test\u003c/code\u003e json format.  Use \u003ccode\u003eginkgo --gojson-report=report.go.json\u003c/code\u003e.  This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.\u003c/p\u003e\n\u003ch2\u003e2.25.3\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eemit --github-output group only for progress report itself [f01aed1]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.25.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eAdd github output group for progress report content\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cp\u003eBump Gomega\u003c/p\u003e\n\u003ch2\u003e2.25.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efix(types): ignore nameless nodes on FullText() [10866d3]\u003c/li\u003e\n\u003cli\u003echore: fix some CodeQL warnings [2e42cff]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.25.0\u003c/h2\u003e\n\u003ch3\u003e\u003ccode\u003eAroundNode\u003c/code\u003e\u003c/h3\u003e\n\u003cp\u003eThis release introduces a new decorator to support more complex spec setup usecases.\u003c/p\u003e\n\u003cp\u003e\u003ccode\u003eAroundNode\u003c/code\u003e registers a function that runs before each individual node.  This is considered a more advanced decorator.\u003c/p\u003e\n\u003cp\u003ePlease read the \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-around-node\"\u003edocs\u003c/a\u003e for more information and some examples.\u003c/p\u003e\n\u003cp\u003eAllowed signatures:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func())\u003c/code\u003e - \u003ccode\u003efunc\u003c/code\u003e will be called before the node is run.\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func(ctx context.Context) context.Context)\u003c/code\u003e - \u003ccode\u003efunc\u003c/code\u003e can wrap the passed in context and return a new one which will be passed on to the node.\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func(ctx context.Context, body func(ctx context.Context)))\u003c/code\u003e - \u003ccode\u003ectx\u003c/code\u003e is the context for the node and \u003ccode\u003ebody\u003c/code\u003e is a function that must be called to run the node.  This gives you complete control over what runs before and after the node.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eMultiple \u003ccode\u003eAroundNode\u003c/code\u003e decorators can be applied to a single node and they will run in the order they are applied.\u003c/p\u003e\n\u003cp\u003eUnlike setup nodes like \u003ccode\u003eBeforeEach\u003c/code\u003e and \u003ccode\u003eDeferCleanup\u003c/code\u003e, \u003ccode\u003eAroundNode\u003c/code\u003e is guaranteed to run in the same goroutine as the decorated node.  This is necessary when working with lower-level libraries that must run on a single thread (you can call \u003ccode\u003eruntime.LockOSThread()\u003c/code\u003e in the \u003ccode\u003eAroundNode\u003c/code\u003e to ensure that the node runs on a single thread).\u003c/p\u003e\n\u003cp\u003eSince \u003ccode\u003eAroundNode\u003c/code\u003e allows you to modify the context you can also use \u003ccode\u003eAroundNode\u003c/code\u003e to implement shared setup that attaches values to the context.\u003c/p\u003e\n\u003cp\u003eIf applied to a container, \u003ccode\u003eAroundNode\u003c/code\u003e will run before every node in the container.  Including setup nodes like \u003ccode\u003eBeforeEach\u003c/code\u003e and \u003ccode\u003eDeferCleanup\u003c/code\u003e.\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/02f7324631e5805325d0a44a41210e38bfd4c1e0\"\u003e\u003ccode\u003e02f7324\u003c/code\u003e\u003c/a\u003e v2.26.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/6bc55664e0761577874061daa94b05dba9d42bc5\"\u003e\u003ccode\u003e6bc5566\u003c/code\u003e\u003c/a\u003e Merge branch 'pseudo-su-add-go-json-reporter'\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/b470f6132a403dc81ada0d22885ec2b834d25e5c\"\u003e\u003ccode\u003eb470f61\u003c/code\u003e\u003c/a\u003e fix failing specs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/486687e97a78b10af1aa2b7c71c83c71d639b6c7\"\u003e\u003ccode\u003e486687e\u003c/code\u003e\u003c/a\u003e add sponsors\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/64df0b4913bacbb57b3d844898500406956c67e4\"\u003e\u003ccode\u003e64df0b4\u003c/code\u003e\u003c/a\u003e fix maxprocs build constraint\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/148401a3b930bbe0c40378c1aafcdf7c93d4ef0d\"\u003e\u003ccode\u003e148401a\u003c/code\u003e\u003c/a\u003e Container-aware GOMAXPROCS is available in golang 1.25\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/6438ff2c89d0f62e072e0fa6b885f7959e336fba\"\u003e\u003ccode\u003e6438ff2\u003c/code\u003e\u003c/a\u003e Bump actions/setup-go from 5 to 6 (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1591\"\u003e#1591\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a7c972ac6d28ab36f19bfdcac3553e00775f592d\"\u003e\u003ccode\u003ea7c972a\u003c/code\u003e\u003c/a\u003e v2.25.3\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/fdc65b13166ea27ef283a055289bfe3719318b17\"\u003e\u003ccode\u003efdc65b1\u003c/code\u003e\u003c/a\u003e emit --github-output group only for progress report itself\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/d82298f5a167324f4c38ea706eee8ea2fdf9218b\"\u003e\u003ccode\u003ed82298f\u003c/code\u003e\u003c/a\u003e docs\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/ginkgo/compare/v2.11.0...v2.26.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/gomega` from 1.27.8 to 1.38.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/releases\"\u003egithub.com/onsi/gomega's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.38.2\u003c/h2\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.38.1\u003c/h2\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003ev1.38.0\u003c/h2\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.37.0\u003c/h2\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.36.3\u003c/h2\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/gomega's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003cli\u003eBump rexml from 3.2.6 to 3.3.9 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/788\"\u003e#788\u003c/a\u003e) [c8b4a07]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/812\"\u003e#812\u003c/a\u003e) [06431b9]\u003c/li\u003e\n\u003cli\u003eBump webrick from 1.8.1 to 1.9.1 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/800\"\u003e#800\u003c/a\u003e) [b55a92d]\u003c/li\u003e\n\u003cli\u003eFix typos (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/813\"\u003e#813\u003c/a\u003e) [a1d518b]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/79b8a75a10e36ee598344c040317f5ab1c907f53\"\u003e\u003ccode\u003e79b8a75\u003c/code\u003e\u003c/a\u003e v1.38.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c404969c07179a8533d5daa283cd6307add66620\"\u003e\u003ccode\u003ec404969\u003c/code\u003e\u003c/a\u003e roll back to go 1.23.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c36e89a7efeca141bf40c3e582c7332d293dd354\"\u003e\u003ccode\u003ec36e89a\u003c/code\u003e\u003c/a\u003e v1.38.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/92eaa578900a4a5fb79d85140d7d59e9f5f22ec7\"\u003e\u003ccode\u003e92eaa57\u003c/code\u003e\u003c/a\u003e go mod tidy\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/b9ed3cdd8077cef2652a340810a2bd526c2d87a3\"\u003e\u003ccode\u003eb9ed3cd\u003c/code\u003e\u003c/a\u003e deprecate CompileTest*\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/2a5bf77d2311a6dc9fa800cd1b687b64dad9dda0\"\u003e\u003ccode\u003e2a5bf77\u003c/code\u003e\u003c/a\u003e fix invalid fmt.Errorf\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/3e9e385d31dcda216ae1d56341bb33111b6f8644\"\u003e\u003ccode\u003e3e9e385\u003c/code\u003e\u003c/a\u003e bump ginkgo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/7f37abe202e2050947bc608c69172cea36414311\"\u003e\u003ccode\u003e7f37abe\u003c/code\u003e\u003c/a\u003e Replace \u003ccode\u003egopkg.in/yaml.v3\u003c/code\u003e with \u003ccode\u003ego.yaml.in/yaml/v3\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/69e47619891ecbd0375d07dce33eb558dd14fde3\"\u003e\u003ccode\u003e69e4761\u003c/code\u003e\u003c/a\u003e fix(async_assertion): use correct error in errors.As\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/95737c099edca4f2e7cd47ddcff68c9af8c87258\"\u003e\u003ccode\u003e95737c0\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/net from 0.41.0 to 0.43.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/856\"\u003e#856\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/gomega/compare/v1.27.8...v1.38.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/spf13/cobra` from 1.7.0 to 1.10.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/spf13/cobra/releases\"\u003egithub.com/spf13/cobra's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.10.1\u003c/h2\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003echore: upgrade pflags v1.0.9 by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2305\"\u003espf13/cobra#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003ev1.0.9 of pflags brought back \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e and marked it as deprecated\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\"\u003ehttps://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003e🚨 Attention!\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump pflag to 1.0.8 by \u003ca href=\"https://github.com/tomasaschan\"\u003e\u003ccode\u003e@​tomasaschan\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eThis version of \u003ccode\u003epflag\u003c/code\u003e carried a breaking change: it renamed \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e to \u003ccode\u003eParseErrorsAllowlist\u003c/code\u003e which can break builds if both \u003ccode\u003epflag\u003c/code\u003e and \u003ccode\u003ecobra\u003c/code\u003e are dependencies in your project.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eIf you use both \u003ccode\u003epflag and \u003c/code\u003ecobra\u003ccode\u003e, upgrade \u003c/code\u003epflag\u003ccode\u003eto 1.0.8 and\u003c/code\u003ecobra\u003ccode\u003eto\u003c/code\u003e1.10.0`\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e\u003cem\u003eor\u003c/em\u003e\u003c/strong\u003e use the newer, fixed version of \u003ccode\u003epflag\u003c/code\u003e v1.0.9 which keeps the deprecated \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eMore details can be found here: \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303#issuecomment-3242333515\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/p\u003e\n\u003ch3\u003e✨ Features\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFlow context to command in SetHelpFunc by \u003ca href=\"https://github.com/Frassle\"\u003e\u003ccode\u003e@​Frassle\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2241\"\u003espf13/cobra#2241\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eThe default ShellCompDirective can be customized for a command and its subcommands by \u003ca href=\"https://github.com/albers\"\u003e\u003ccode\u003e@​albers\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2238\"\u003espf13/cobra#2238\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade golangci-lint to v2, address findings by \u003ca href=\"https://github.com/scop\"\u003e\u003ccode\u003e@​scop\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2279\"\u003espf13/cobra#2279\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e🪠 Testing\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eTest with Go 1.24 by \u003ca href=\"https://github.com/harryzcy\"\u003e\u003ccode\u003e@​harryzcy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2236\"\u003espf13/cobra#2236\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: Rm GitHub Action PR size labeler by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2256\"\u003espf13/cobra#2256\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e📝 Docs\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eRemove traling curlybrace by \u003ca href=\"https://github.com/yedayak\"\u003e\u003ccode\u003e@​yedayak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2237\"\u003espf13/cobra#2237\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate command.go by \u003ca href=\"https://github.com/styee\"\u003e\u003ccode\u003e@​styee\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2248\"\u003espf13/cobra#2248\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: Add security policy by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2253\"\u003espf13/cobra#2253\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate Readme (Warp) by \u003ca href=\"https://github.com/ericdachen\"\u003e\u003ccode\u003e@​ericdachen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2267\"\u003espf13/cobra#2267\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Periscope to the list of projects using Cobra by \u003ca href=\"https://github.com/anishathalye\"\u003e\u003ccode\u003e@​anishathalye\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2299\"\u003espf13/cobra#2299\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/harryzcy\"\u003e\u003ccode\u003e@​harryzcy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2236\"\u003espf13/cobra#2236\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yedayak\"\u003e\u003ccode\u003e@​yedayak\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2237\"\u003espf13/cobra#2237\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Frassle\"\u003e\u003ccode\u003e@​Frassle\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2241\"\u003espf13/cobra#2241\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/7da941c3547e93b8c9f70bbd3befca79c6335388\"\u003e\u003ccode\u003e7da941c\u003c/code\u003e\u003c/a\u003e chore: Bump pflag to v1.0.9 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2305\"\u003e#2305\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/51d675196729be769ce235b710ab7058b3aad03a\"\u003e\u003ccode\u003e51d6751\u003c/code\u003e\u003c/a\u003e Bump pflag to 1.0.8 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2303\"\u003e#2303\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/3f3b81882534a51628f3286e93c6842d9b2e29ea\"\u003e\u003ccode\u003e3f3b818\u003c/code\u003e\u003c/a\u003e Update README.md with new logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/dcaf42e2633496bf97d5476d7419071e5c48f40a\"\u003e\u003ccode\u003edcaf42e\u003c/code\u003e\u003c/a\u003e Add Periscope to the list of projects using Cobra (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2299\"\u003e#2299\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/6dec1ae26659a130bdb4c985768d1853b0e1bc06\"\u003e\u003ccode\u003e6dec1ae\u003c/code\u003e\u003c/a\u003e The default ShellCompDirective can be customized for a command and its subcom...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/c8289c10302063b9a2e26357e7e0f0bb599f29ce\"\u003e\u003ccode\u003ec8289c1\u003c/code\u003e\u003c/a\u003e chore(golangci-lint): add some exclusion presets\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/4af7b64d31989e78e86d65304f693a6d9c77c932\"\u003e\u003ccode\u003e4af7b64\u003c/code\u003e\u003c/a\u003e refactor: apply golangci-lint autofixes, work around false positives\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/75790e48fb73c8ba027e0163157a86ce8604ca3e\"\u003e\u003ccode\u003e75790e4\u003c/code\u003e\u003c/a\u003e chore(golangci-lint): upgrade to v2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/db3ddb5cf4968b320ea21f6ee5c2d2202a2e7b22\"\u003e\u003ccode\u003edb3ddb5\u003c/code\u003e\u003c/a\u003e Adding sponsorship to README.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/67171d6909986ee86fb946f808b87aba88ee417a\"\u003e\u003ccode\u003e67171d6\u003c/code\u003e\u003c/a\u003e putting sponsorship below header\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/spf13/cobra/compare/v1.7.0...v1.10.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/stretchr/testify` from 1.8.4 to 1.11.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/stretchr/testify/releases\"\u003egithub.com/stretchr/testify's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.1\u003c/h2\u003e\n\u003cp\u003eThis release fixes \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1785\"\u003e#1785\u003c/a\u003e introduced in v1.11.0 where expected argument values implementing the stringer interface (\u003ccode\u003eString() string\u003c/code\u003e) with a method which mutates their value, when passed to mock.Mock.On (\u003ccode\u003em.On(\u0026quot;Method\u0026quot;, \u0026lt;expected\u0026gt;).Return()\u003c/code\u003e) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBackport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11: mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1788\"\u003estretchr/testify#1788\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\"\u003ehttps://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eFunctional Changes\u003c/h3\u003e\n\u003cp\u003ev1.11.0 Includes a number of performance improvements.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eCall stack perf change for CallerInfo by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1614\"\u003estretchr/testify#1614\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eLazily render mock diff output on successful match by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1615\"\u003estretchr/testify#1615\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check early in Eventually, EventuallyWithT, and Never by \u003ca href=\"https://github.com/cszczepaniak\"\u003e\u003ccode\u003e@​cszczepaniak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1427\"\u003estretchr/testify#1427\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: add IsNotType by \u003ca href=\"https://github.com/bartventer\"\u003e\u003ccode\u003e@​bartventer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1730\"\u003estretchr/testify#1730\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.JSONEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1754\"\u003estretchr/testify#1754\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.YAMLEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1755\"\u003estretchr/testify#1755\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: faster and simpler isEmpty using reflect.Value.IsZero by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1761\"\u003estretchr/testify#1761\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: faster methods filtering (internal refactor) by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1758\"\u003estretchr/testify#1758\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eassert.ErrorAs: log target type by \u003ca href=\"https://github.com/craig65535\"\u003e\u003ccode\u003e@​craig65535\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1345\"\u003estretchr/testify#1345\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix failure message formatting for Positive and Negative asserts in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1062\"\u003estretchr/testify#1062\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorIs message when error is nil but an error was expected by \u003ca href=\"https://github.com/tsioftas\"\u003e\u003ccode\u003e@​tsioftas\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1681\"\u003estretchr/testify#1681\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix Subset/NotSubset when calling with mixed input types by \u003ca href=\"https://github.com/siliconbrain\"\u003e\u003ccode\u003e@​siliconbrain\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1729\"\u003estretchr/testify#1729\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorAs failure message when error is nil by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1734\"\u003estretchr/testify#1734\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock.AssertNumberOfCalls: improve error msg by \u003ca href=\"https://github.com/3scalation\"\u003e\u003ccode\u003e@​3scalation\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1743\"\u003estretchr/testify#1743\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDocumentation, Build \u0026amp; CI\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003edocs: Fix typo in README by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1688\"\u003estretchr/testify#1688\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eReplace deprecated io/ioutil with io and os by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1684\"\u003estretchr/testify#1684\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocument consequences of calling t.FailNow() by \u003ca href=\"https://github.com/greg0ire\"\u003e\u003ccode\u003e@​greg0ire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1710\"\u003estretchr/testify#1710\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update docs for Unset \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1621\"\u003e#1621\u003c/a\u003e by \u003ca href=\"https://github.com/techfg\"\u003e\u003ccode\u003e@​techfg\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1709\"\u003estretchr/testify#1709\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eREADME: apply gofmt to examples by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1687\"\u003estretchr/testify#1687\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: use %q and %T to simplify fmt.Sprintf by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1674\"\u003estretchr/testify#1674\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePropose Christophe Colombier (ccoVeille) as approver by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1716\"\u003estretchr/testify#1716\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate documentation for the Error function in assert or require package by \u003ca href=\"https://github.com/architagr\"\u003e\u003ccode\u003e@​architagr\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1675\"\u003estretchr/testify#1675\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: remove deprecated build constraints by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1671\"\u003estretchr/testify#1671\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: apply gofumpt to internal test suite by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1739\"\u003estretchr/testify#1739\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: fix shebang in .ci.*.sh scripts by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1746\"\u003estretchr/testify#1746\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert,require: enable parallel testing on (almost) all top tests by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1747\"\u003estretchr/testify#1747\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite.Passed: add one more status test report by \u003ca href=\"https://github.com/Ararsa-Derese\"\u003e\u003ccode\u003e@​Ararsa-Derese\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1706\"\u003estretchr/testify#1706\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Helper() method in internal mocks and assert.CollectT by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1423\"\u003estretchr/testify#1423\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.Same/NotSame: improve usage of Sprintf by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1742\"\u003estretchr/testify#1742\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock: enable parallel testing on internal testsuite by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1756\"\u003estretchr/testify#1756\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: cleanup use of 'testing' internals at runtime by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1751\"\u003estretchr/testify#1751\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check test failure message for Empty and NotEmpty  by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1745\"\u003estretchr/testify#1745\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/2a57335dc9cd6833daa820bc94d9b40c26a7917d\"\u003e\u003ccode\u003e2a57335\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1788\"\u003e#1788\u003c/a\u003e from brackendawson/1785-backport-1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/af8c91234f184009f57ef29027b39ca89cb00100\"\u003e\u003ccode\u003eaf8c912\u003c/code\u003e\u003c/a\u003e Backport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/b7801fbf5cd58d201296d5d0e132d1849966dbd4\"\u003e\u003ccode\u003eb7801fb\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1778\"\u003e#1778\u003c/a\u003e from stretchr/dependabot/github_actions/actions/chec...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/69831f3b08c40d56a09d0be93e9d5ae034f1590b\"\u003e\u003ccode\u003e69831f3\u003c/code\u003e\u003c/a\u003e build(deps): bump actions/checkout from 4 to 5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/a53be35c3b0cfcd5189cffcfd75df60ea581104c\"\u003e\u003ccode\u003ea53be35\u003c/code\u003e\u003c/a\u003e Improve captureTestingT helper\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/aafb604176db7e1f2c9810bc90d644291d057687\"\u003e\u003ccode\u003eaafb604\u003c/code\u003e\u003c/a\u003e mock: improve formatting of error message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7218e0390acd2aea3edb18574110ec2753c0aeef\"\u003e\u003ccode\u003e7218e03\u003c/code\u003e\u003c/a\u003e improve error msg\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/929a2126c2702df436312656a0304580b526c6e9\"\u003e\u003ccode\u003e929a212\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1758\"\u003e#1758\u003c/a\u003e from stretchr/dolmen/suite-faster-method-filtering\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/bc7459ec38128532ff32f23cfab4ea0b725210f2\"\u003e\u003ccode\u003ebc7459e\u003c/code\u003e\u003c/a\u003e suite: faster filtering of methods (-testify.m)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7d37b5c962954410bcd7a71ff3a77c79514056d1\"\u003e\u003ccode\u003e7d37b5c\u003c/code\u003e\u003c/a\u003e suite: refactor methodFilter\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/stretchr/testify/compare/v1.8.4...v1.11.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/sync` from 0.5.0 to 0.17.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/04914c200cb38d4ea960ee6a4c314a028c632991\"\u003e\u003ccode\u003e04914c2\u003c/code\u003e\u003c/a\u003e all: upgrade go directive to at least 1.24.0 [generated]\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/7fad2c9213e0821bd78435a9c106806f2fc383f1\"\u003e\u003ccode\u003e7fad2c9\u003c/code\u003e\u003c/a\u003e errgroup: revert propagation of panics\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/8a14946fb031f4bf6096242b5e6ae6f7316d47d8\"\u003e\u003ccode\u003e8a14946\u003c/code\u003e\u003c/a\u003e errgroup: remove duplicated comment\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/1869c690bf11da5dd230e188d03a612a4a3f8ba6\"\u003e\u003ccode\u003e1869c69\u003c/code\u003e\u003c/a\u003e all: replace deprecated ioutil\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/d1ac909e84c04f4326f620436b3894b3f5de0bd4\"\u003e\u003ccode\u003ed1ac909\u003c/code\u003e\u003c/a\u003e sync/errgroup: PanicError.Error print stack trace\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/506c70f97318aa991ec5a898685660c880c166ca\"\u003e\u003ccode\u003e506c70f\u003c/code\u003e\u003c/a\u003e errgroup: propagate panic and Goexit through Wait\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/396f3a06ea2a49eb410f12e244c0dd77095d0de9\"\u003e\u003ccode\u003e396f3a0\u003c/code\u003e\u003c/a\u003e errgroup: document calling Go before Wait\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/b637f27e40ad6e222f3d301cc113e635f0fa08be\"\u003e\u003ccode\u003eb637f27\u003c/code\u003e\u003c/a\u003e errgroup: drop support for Go versions before 1.20\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/960bf1fb13c616a491486fc6322e26fe0830eaf0\"\u003e\u003ccode\u003e960bf1f\u003c/code\u003e\u003c/a\u003e all: upgrade go directive to at least 1.23.0 [generated]\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/fe3591bd8a96873abc98bb9d2d5c62f27efca3e9\"\u003e\u003ccode\u003efe3591b\u003c/code\u003e\u003c/a\u003e sync/errgroup: improve documentation for semaphore limit behavior\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/golang/sync/compare/v0.5.0...v0.17.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/tools` from 0.14.0 to 0.36.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/tools/releases\"\u003egolang.org/x/tools's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003egopls/v0.20.0\u003c/h2\u003e\n\u003cp\u003eSee \u003ca href=\"https://go.dev/gopls/release/v0.20.0\"\u003ehttps://go.dev/gopls/release/v0.20.0\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eChanges: \u003ca href=\"https://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\"\u003ehttps://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\u003c/a\u003e\nContributors: \u003ca href=\"https://github.com/adonovan\"\u003e\u003ccode\u003e@​adonovan\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/cuishuang\"\u003e\u003ccode\u003e@​cuishuang\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/dmitshur\"\u003e\u003ccode\u003e@​dmitshur\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/findleyr\"\u003e\u003ccode\u003e@​findleyr\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/gopherbot\"\u003e\u003ccode\u003e@​gopherbot\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/hyangah\"\u003e\u003ccode\u003e@​hyangah\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/iharsuvorau\"\u003e\u003ccode\u003e@​iharsuvorau\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/jba\"\u003e\u003ccode\u003e@​jba\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/lfolger\"\u003e\u003ccode\u003e@​lfolger\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/pjweinbgo\"\u003e\u003ccode\u003e@​pjweinbgo\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/rogeryk\"\u003e\u003ccode\u003e@​rogeryk\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/timothy-king\"\u003e\u003ccode\u003e@​timothy-king\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/vitalmotif\"\u003e\u003ccode\u003e@​vitalmotif\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/zpavlinovic\"\u003e\u003ccode\u003e@​zpavlinovic\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.1\u003c/h2\u003e\n\u003cp\u003eThis patch release changes the default value of the \u003ccode\u003eimportsSource\u003c/code\u003e setting: v0.19.0 changed it from \u003ccode\u003egoimports\u003c/code\u003e to \u003ccode\u003egopls\u003c/code\u003e; this release changes it back, due to a bug (\u003ca href=\"https://redirect.github.com/golang/tools/issues/74280\"\u003e#74280\u003c/a\u003e).\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.0\u003c/h2\u003e\n\u003cp\u003eComplete list of issues closed: \u003ca href=\"https://github.com/golang/go/milestone/380?closed=1\"\u003egopls/v0.19.0 milestone\u003c/a\u003e\u003c/p\u003e\n\u003ch1\u003eConfiguration Changes\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eThe \u003ccode\u003egopls check\u003c/code\u003e subcommand now accepts a \u003ccode\u003e-severity\u003c/code\u003e flag to set a minimum severity for the diagnostics it reports. By default, the minimum severity is \u0026quot;warning\u0026quot;, so \u003ccode\u003egopls check\u003c/code\u003e may report fewer diagnostics than before. Set \u003ccode\u003e-severity=hint\u003c/code\u003e to reproduce the previous behavior.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eNavigation features\u003c/h1\u003e\n\u003ch2\u003e\u0026quot;Implementations\u0026quot; supports signature types (within same package)\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003cp\u003eThe Implementations query reports the correspondence between abstract and concrete types and their methods based on their method sets. Now, it also reports the cor...\n\n_Description has been truncated_","html_url":"https://github.com/hyperledger/fabric-private-chaincode/pull/842","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledger%2Ffabric-private-chaincode/issues/842","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/842/packages"},{"uuid":"3488006540","node_id":"PR_kwDOP5WOp86sT4vz","number":7,"state":"open","title":"Bump the all-deps group across 5 directories with 169 updates","user":"dependabot[bot]","labels":["dependencies","go"],"assignees":[],"locked":false,"comments_count":4,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-10-06T16:08:17.000Z","updated_at":"2025-11-03T18:05:03.869Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"all-deps","update_count":169,"packages":[{"name":"github.com/golang/protobuf","old_version":"1.5.3","new_version":"1.5.4","repository_url":"https://github.com/golang/protobuf"},{"name":"github.com/maxbrunsfeld/counterfeiter/v6","old_version":"6.6.1","new_version":"6.12.0","repository_url":"https://github.com/maxbrunsfeld/counterfeiter"},{"name":"github.com/spf13/cobra","old_version":"1.7.0","new_version":"1.10.1","repository_url":"https://github.com/spf13/cobra"},{"name":"github.com/stretchr/testify","old_version":"1.8.4","new_version":"1.11.1","repository_url":"https://github.com/stretchr/testify"},{"name":"honnef.co/go/tools","old_version":"0.4.3","new_version":"0.6.1","repository_url":"https://github.com/dominikh/go-tools"},{"name":"github.com/Microsoft/go-winio","old_version":"0.6.1","new_version":"0.6.2","repository_url":"https://github.com/Microsoft/go-winio"},{"name":"github.com/bits-and-blooms/bitset","old_version":"1.7.0","new_version":"1.24.0","repository_url":"https://github.com/bits-and-blooms/bitset"},{"name":"github.com/cespare/xxhash/v2","old_version":"2.2.0","new_version":"2.3.0","repository_url":"https://github.com/cespare/xxhash"},{"name":"github.com/cloudflare/cfssl","old_version":"1.4.1","new_version":"1.6.5","repository_url":"https://github.com/cloudflare/cfssl"},{"name":"github.com/consensys/bavard","old_version":"0.1.13","new_version":"0.2.1","repository_url":"https://github.com/consensys/bavard"},{"name":"github.com/consensys/gnark-crypto","old_version":"0.12.1","new_version":"0.19.0","repository_url":"https://github.com/consensys/gnark-crypto"},{"name":"github.com/docker/go-connections","old_version":"0.5.0","new_version":"0.6.0","repository_url":"https://github.com/docker/go-connections"},{"name":"github.com/fsnotify/fsnotify","old_version":"1.6.0","new_version":"1.9.0","repository_url":"https://github.com/fsnotify/fsnotify"},{"name":"github.com/fsouza/go-dockerclient","old_version":"1.10.0","new_version":"1.12.2","repository_url":"https://github.com/fsouza/go-dockerclient"},{"name":"github.com/go-kit/kit","old_version":"0.10.0","new_version":"0.13.0","repository_url":"https://github.com/go-kit/kit"},{"name":"github.com/go-logfmt/logfmt","old_version":"0.5.1","new_version":"0.6.1","repository_url":"https://github.com/go-logfmt/logfmt"},{"name":"github.com/go-openapi/jsonpointer","old_version":"0.19.5","new_version":"0.22.1","repository_url":"https://github.com/go-openapi/jsonpointer"},{"name":"github.com/go-openapi/jsonreference","old_version":"0.20.0","new_version":"0.21.2","repository_url":"https://github.com/go-openapi/jsonreference"},{"name":"github.com/go-openapi/spec","old_version":"0.20.8","new_version":"0.22.0","repository_url":"https://github.com/go-openapi/spec"},{"name":"github.com/gobuffalo/envy","old_version":"1.10.1","new_version":"1.10.2","repository_url":"https://github.com/gobuffalo/envy"},{"name":"github.com/gobuffalo/packd","old_version":"1.0.1","new_version":"1.0.2","repository_url":"https://github.com/gobuffalo/packd"},{"name":"github.com/joho/godotenv","old_version":"1.4.0","new_version":"1.5.1","repository_url":"https://github.com/joho/godotenv"},{"name":"github.com/magiconair/properties","old_version":"1.8.7","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"},{"name":"github.com/moby/term","old_version":"0.5.0","new_version":"0.5.2","repository_url":"https://github.com/moby/term"},{"name":"github.com/nxadm/tail","old_version":"1.4.8","new_version":"1.4.11","repository_url":"https://github.com/nxadm/tail"},{"name":"github.com/opencontainers/image-spec","old_version":"1.1.0-rc5","new_version":"1.1.1","repository_url":"https://github.com/opencontainers/image-spec"},{"name":"github.com/prometheus/client_model","old_version":"0.5.0","new_version":"0.6.2","repository_url":"https://github.com/prometheus/client_model"},{"name":"github.com/prometheus/procfs","old_version":"0.12.0","new_version":"0.17.0","repository_url":"https://github.com/prometheus/procfs"},{"name":"github.com/rogpeppe/go-internal","old_version":"1.11.0","new_version":"1.14.1","repository_url":"https://github.com/rogpeppe/go-internal"},{"name":"github.com/spf13/afero","old_version":"1.6.0","new_version":"1.15.0","repository_url":"https://github.com/spf13/afero"},{"name":"github.com/spf13/cast","old_version":"1.4.1","new_version":"1.10.0","repository_url":"https://github.com/spf13/cast"},{"name":"github.com/spf13/viper","old_version":"1.10.1","new_version":"1.21.0","repository_url":"https://github.com/spf13/viper"}],"path":null,"ecosystem":"go"},"body":"Bumps the all-deps group with 32 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/maxbrunsfeld/counterfeiter/v6](https://github.com/maxbrunsfeld/counterfeiter) | `6.6.1` | `6.12.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [honnef.co/go/tools](https://github.com/dominikh/go-tools) | `0.4.3` | `0.6.1` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.0` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.0` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.5` | `0.22.1` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.0` | `0.21.2` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.0` |\n| [github.com/gobuffalo/envy](https://github.com/gobuffalo/envy) | `1.10.1` | `1.10.2` |\n| [github.com/gobuffalo/packd](https://github.com/gobuffalo/packd) | `1.0.1` | `1.0.2` |\n| [github.com/joho/godotenv](https://github.com/joho/godotenv) | `1.4.0` | `1.5.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/nxadm/tail](https://github.com/nxadm/tail) | `1.4.8` | `1.4.11` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0-rc5` | `1.1.1` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.17.0` |\n| [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) | `1.11.0` | `1.14.1` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.6.0` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n\nBumps the all-deps group with 48 updates in the /integration/go_chaincode directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.26.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.0` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.0` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.28` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.0` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.2` | `1.14.1` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd) | `22.5.0` | `22.6.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/dgraph-io/badger/v3](https://github.com/dgraph-io/badger) | `3.2103.2` | `3.2103.5` |\n| [github.com/elastic/gosigar](https://github.com/elastic/gosigar) | `0.14.2` | `0.14.3` |\n| [github.com/flynn/noise](https://github.com/flynn/noise) | `1.0.0` | `1.1.0` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.10` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.7.0` | `1.7.6` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.16.0` | `2.27.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.16.3` |\n| [github.com/huin/goupnp](https://github.com/huin/goupnp) | `1.2.0` | `1.3.0` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/boxo](https://github.com/ipfs/boxo) | `0.8.0-rc1` | `0.35.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/multiformats/go-varint](https://github.com/multiformats/go-varint) | `0.0.7` | `0.1.0` |\n| [github.com/ugorji/go](https://github.com/ugorji/go) | `1.1.4` | `1.2.14` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.39.0` |\n\nBumps the all-deps group with 25 updates in the /samples/application/ccapi directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.11.1` |\n| [golang.org/x/tools](https://github.com/golang/tools) | `0.14.0` | `0.37.0` |\n| google.golang.org/protobuf | `1.34.2` | `1.36.10` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.6` | `0.22.1` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.2` | `0.21.2` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.0` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.17.0` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.2` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.5` | `1.0.10` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.6` | `1.14.1` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.10` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.4.0` | `1.7.6` |\n| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.59.0` | `1.75.1` |\n| [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.8.12` | `1.16.6` |\n| [github.com/swaggo/gin-swagger](https://github.com/swaggo/gin-swagger) | `1.6.0` | `1.6.1` |\n\nBumps the all-deps group with 53 updates in the /samples/demos/irb directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.26.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.0` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.0` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.28` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0` | `1.1.1` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.0` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.16.3` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/go-cid](https://github.com/ipfs/go-cid) | `0.4.1` | `0.5.0` |\n| [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.7` | `2.3.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) | `0.11.0` | `0.16.1` |\n| [github.com/multiformats/go-multicodec](https://github.com/multiformats/go-multicodec) | `0.9.0` | `0.9.2` |\n| [github.com/multiformats/go-multistream](https://github.com/multiformats/go-multistream) | `0.4.1` | `0.6.1` |\n| [github.com/multiformats/go-varint](https://github.com/multiformats/go-varint) | `0.0.7` | `0.1.0` |\n| [lukechampine.com/blake3](https://github.com/lukechampine/blake3) | `1.2.1` | `1.4.1` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.39.0` |\n| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.28.0` | `0.39.0` |\n| [code.cloudfoundry.org/clock](https://github.com/cloudfoundry/clock) | `1.1.0` | `1.50.0` |\n| [github.com/VictoriaMetrics/fastcache](https://github.com/VictoriaMetrics/fastcache) | `1.12.1` | `1.13.0` |\n| [github.com/go-ole/go-ole](https://github.com/go-ole/go-ole) | `1.2.6` | `1.3.0` |\n| [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.12` | `0.3.15` |\n| [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.6` | `3.6.5` |\n| [go.etcd.io/etcd/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.5` |\n| [go.etcd.io/etcd/raft/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.5.23` |\n| [go.etcd.io/etcd/server/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.5` |\n\nBumps the all-deps group with 26 updates in the /samples/deployment/fabric-smart-client/the-simple-testing-network directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.26.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.28` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.0` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.16.3` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.36.0` | `1.38.0` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.39.0` |\n\n\nUpdates `github.com/golang/protobuf` from 1.5.3 to 1.5.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/protobuf/releases\"\u003egithub.com/golang/protobuf's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.5.4\u003c/h2\u003e\n\u003cp\u003eNotable changes\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eupdate descriptor.proto to latest version\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/75de7c059e36b64f01d0dd234ff2fff404ec3374\"\u003e\u003ccode\u003e75de7c0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang/protobuf/issues/1597\"\u003e#1597\u003c/a\u003e from golang/updatedesc\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/b7697bb698b1c56643249ef6179c7cae1478881d\"\u003e\u003ccode\u003eb7697bb\u003c/code\u003e\u003c/a\u003e all: update descriptor.proto to latest version\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/protobuf/compare/v1.5.3...v1.5.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/maxbrunsfeld/counterfeiter/v6` from 6.6.1 to 6.12.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases\"\u003egithub.com/maxbrunsfeld/counterfeiter/v6's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.12.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.37.0 to 1.38.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/333\"\u003emaxbrunsfeld/counterfeiter#333\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.38.0 to 1.38.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/338\"\u003emaxbrunsfeld/counterfeiter#338\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: support for custom type constraints in generic interfaces by \u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.2\u003c/h2\u003e\n\u003cp\u003eRevert changes from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases/tag/v6.11.1\"\u003e\u003ccode\u003ev6.11.1\u003c/code\u003e\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.1\u003c/h2\u003e\n\u003cp\u003eRestore compatibility for \u003ccode\u003ego\u003c/code\u003e \u003ccode\u003e1.22\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.34.2 to 1.35.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/303\"\u003emaxbrunsfeld/counterfeiter#303\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.0 to 1.35.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/304\"\u003emaxbrunsfeld/counterfeiter#304\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.19.0 to 0.20.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/305\"\u003emaxbrunsfeld/counterfeiter#305\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.26.0 to 0.27.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/306\"\u003emaxbrunsfeld/counterfeiter#306\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.1 to 1.36.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/307\"\u003emaxbrunsfeld/counterfeiter#307\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.20.0 to 0.21.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/308\"\u003emaxbrunsfeld/counterfeiter#308\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.27.0 to 0.28.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/309\"\u003emaxbrunsfeld/counterfeiter#309\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.36.0 to 1.36.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/310\"\u003emaxbrunsfeld/counterfeiter#310\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ehandle interfaces with generics by \u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.10.0...v6.11.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.10.0...v6.11.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.34.1 to 1.34.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/296\"\u003emaxbrunsfeld/counterfeiter#296\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.18.0 to 0.19.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/299\"\u003emaxbrunsfeld/counterfeiter#299\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.25.0 to 0.26.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/300\"\u003emaxbrunsfeld/counterfeiter#300\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eissue \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/298\"\u003e#298\u003c/a\u003e - go 1.23 go/types alias change by \u003ca href=\"https://github.com/xanderflood\"\u003e\u003ccode\u003e@​xanderflood\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/301\"\u003emaxbrunsfeld/counterfeiter#301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/xanderflood\"\u003e\u003ccode\u003e@​xanderflood\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/301\"\u003emaxbrunsfeld/counterfeiter#301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.9.0...v6.10.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.9.0...v6.10.0\u003c/a\u003e\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/1787e7d29dd879b458fdf4df04fd7825f206ef3d\"\u003e\u003ccode\u003e1787e7d\u003c/code\u003e\u003c/a\u003e fix incorrect use of fmt.Errorf (use errors.New)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/d0d179107c4f9eb60fa55a6ba3616aafcb2dc9f3\"\u003e\u003ccode\u003ed0d1791\u003c/code\u003e\u003c/a\u003e ⬆️ dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/b365b339524a88e6d4f20c5ed05761533909ce1c\"\u003e\u003ccode\u003eb365b33\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/334\"\u003e#334\u003c/a\u003e from mahboubii/fix/generic-interface-type-constraint\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/df5c1686e416edff9a82fdd84f1c30124f60ab74\"\u003e\u003ccode\u003edf5c168\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/338\"\u003e#338\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/github.com/on...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/93d20fecbcae6fcd0fd095f348ef67908125873a\"\u003e\u003ccode\u003e93d20fe\u003c/code\u003e\u003c/a\u003e Bump github.com/onsi/gomega from 1.38.0 to 1.38.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/b8c00d116d3343b732cc9c9f9a9e4e0eea5915b8\"\u003e\u003ccode\u003eb8c00d1\u003c/code\u003e\u003c/a\u003e test union constraint type\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/7daa3608f4f7bae19c7cd09616f743e12479c0ab\"\u003e\u003ccode\u003e7daa360\u003c/code\u003e\u003c/a\u003e fix: support for custom type constraints in generic interfaces\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/eeb5bb36f242dd28beea0ccbed57ea10f2fa2604\"\u003e\u003ccode\u003eeeb5bb3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/333\"\u003e#333\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/github.com/on...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/8cc0e52a7656a3523ad6b74af0c58794b3ad6c0f\"\u003e\u003ccode\u003e8cc0e52\u003c/code\u003e\u003c/a\u003e Bump github.com/onsi/gomega from 1.37.0 to 1.38.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/386d8831d95d053807d08b1620e0347c186f7673\"\u003e\u003ccode\u003e386d883\u003c/code\u003e\u003c/a\u003e avoid locking method-specific mutexes in Invocations() to avoid deadlock\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.6.1...v6.12.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/ginkgo/v2` from 2.11.0 to 2.25.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/releases\"\u003egithub.com/onsi/ginkgo/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.26.0\u003c/h2\u003e\n\u003ch2\u003e2.26.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cp\u003eGinkgo can now generate json-formatted reports that are compatible with the \u003ccode\u003ego test\u003c/code\u003e json format.  Use \u003ccode\u003eginkgo --gojson-report=report.go.json\u003c/code\u003e.  This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.\u003c/p\u003e\n\u003ch2\u003ev2.25.3\u003c/h2\u003e\n\u003ch2\u003e2.25.3\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eemit --github-output group only for progress report itself [f01aed1]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.25.2\u003c/h2\u003e\n\u003ch2\u003e2.25.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eAdd github output group for progress report content\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cp\u003eBump Gomega\u003c/p\u003e\n\u003ch2\u003ev2.25.1\u003c/h2\u003e\n\u003ch2\u003e2.25.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efix(types): ignore nameless nodes on FullText() [10866d3]\u003c/li\u003e\n\u003cli\u003echore: fix some CodeQL warnings [2e42cff]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.25.0\u003c/h2\u003e\n\u003ch2\u003e2.25.0\u003c/h2\u003e\n\u003ch3\u003e\u003ccode\u003eAroundNode\u003c/code\u003e\u003c/h3\u003e\n\u003cp\u003eThis release introduces a new decorator to support more complex spec setup usecases.\u003c/p\u003e\n\u003cp\u003e\u003ccode\u003eAroundNode\u003c/code\u003e registers a function that runs before each individual node.  This is considered a more advanced decorator.\u003c/p\u003e\n\u003cp\u003ePlease read the \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-around-node\"\u003edocs\u003c/a\u003e for more information and some examples.\u003c/p\u003e\n\u003cp\u003eAllowed signatures:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func())\u003c/code\u003e - \u003ccode\u003efunc\u003c/code\u003e will be called before the node is run.\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func(ctx context.Context) context.Context)\u003c/code\u003e - \u003ccode\u003efunc\u003c/code\u003e can wrap the passed in context and return a new one which will be passed on to the node.\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func(ctx context.Context, body func(ctx context.Context)))\u003c/code\u003e - \u003ccode\u003ectx\u003c/code\u003e is the context for the node and \u003ccode\u003ebody\u003c/code\u003e is a function that must be called to run the node.  This gives you complete control over what runs before and after the node.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eMultiple \u003ccode\u003eAroundNode\u003c/code\u003e decorators can be applied to a single node and they will run in the order they are applied.\u003c/p\u003e\n\u003cp\u003eUnlike setup nodes like \u003ccode\u003eBeforeEach\u003c/code\u003e and \u003ccode\u003eDeferCleanup\u003c/code\u003e, \u003ccode\u003eAroundNode\u003c/code\u003e is guaranteed to run in the same goroutine as the decorated node.  This is necessary when working with lower-level libraries that must run on a single thread (you can call \u003ccode\u003eruntime.LockOSThread()\u003c/code\u003e in the \u003ccode\u003eAroundNode\u003c/code\u003e to ensure that the node runs on a single thread).\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/ginkgo/v2's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e2.26.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cp\u003eGinkgo can now generate json-formatted reports that are compatible with the \u003ccode\u003ego test\u003c/code\u003e json format.  Use \u003ccode\u003eginkgo --gojson-report=report.go.json\u003c/code\u003e.  This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.\u003c/p\u003e\n\u003ch2\u003e2.25.3\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eemit --github-output group only for progress report itself [f01aed1]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.25.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eAdd github output group for progress report content\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cp\u003eBump Gomega\u003c/p\u003e\n\u003ch2\u003e2.25.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efix(types): ignore nameless nodes on FullText() [10866d3]\u003c/li\u003e\n\u003cli\u003echore: fix some CodeQL warnings [2e42cff]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.25.0\u003c/h2\u003e\n\u003ch3\u003e\u003ccode\u003eAroundNode\u003c/code\u003e\u003c/h3\u003e\n\u003cp\u003eThis release introduces a new decorator to support more complex spec setup usecases.\u003c/p\u003e\n\u003cp\u003e\u003ccode\u003eAroundNode\u003c/code\u003e registers a function that runs before each individual node.  This is considered a more advanced decorator.\u003c/p\u003e\n\u003cp\u003ePlease read the \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-around-node\"\u003edocs\u003c/a\u003e for more information and some examples.\u003c/p\u003e\n\u003cp\u003eAllowed signatures:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func())\u003c/code\u003e - \u003ccode\u003efunc\u003c/code\u003e will be called before the node is run.\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func(ctx context.Context) context.Context)\u003c/code\u003e - \u003ccode\u003efunc\u003c/code\u003e can wrap the passed in context and return a new one which will be passed on to the node.\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func(ctx context.Context, body func(ctx context.Context)))\u003c/code\u003e - \u003ccode\u003ectx\u003c/code\u003e is the context for the node and \u003ccode\u003ebody\u003c/code\u003e is a function that must be called to run the node.  This gives you complete control over what runs before and after the node.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eMultiple \u003ccode\u003eAroundNode\u003c/code\u003e decorators can be applied to a single node and they will run in the order they are applied.\u003c/p\u003e\n\u003cp\u003eUnlike setup nodes like \u003ccode\u003eBeforeEach\u003c/code\u003e and \u003ccode\u003eDeferCleanup\u003c/code\u003e, \u003ccode\u003eAroundNode\u003c/code\u003e is guaranteed to run in the same goroutine as the decorated node.  This is necessary when working with lower-level libraries that must run on a single thread (you can call \u003ccode\u003eruntime.LockOSThread()\u003c/code\u003e in the \u003ccode\u003eAroundNode\u003c/code\u003e to ensure that the node runs on a single thread).\u003c/p\u003e\n\u003cp\u003eSince \u003ccode\u003eAroundNode\u003c/code\u003e allows you to modify the context you can also use \u003ccode\u003eAroundNode\u003c/code\u003e to implement shared setup that attaches values to the context.\u003c/p\u003e\n\u003cp\u003eIf applied to a container, \u003ccode\u003eAroundNode\u003c/code\u003e will run before every node in the container.  Including setup nodes like \u003ccode\u003eBeforeEach\u003c/code\u003e and \u003ccode\u003eDeferCleanup\u003c/code\u003e.\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/02f7324631e5805325d0a44a41210e38bfd4c1e0\"\u003e\u003ccode\u003e02f7324\u003c/code\u003e\u003c/a\u003e v2.26.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/6bc55664e0761577874061daa94b05dba9d42bc5\"\u003e\u003ccode\u003e6bc5566\u003c/code\u003e\u003c/a\u003e Merge branch 'pseudo-su-add-go-json-reporter'\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/b470f6132a403dc81ada0d22885ec2b834d25e5c\"\u003e\u003ccode\u003eb470f61\u003c/code\u003e\u003c/a\u003e fix failing specs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/486687e97a78b10af1aa2b7c71c83c71d639b6c7\"\u003e\u003ccode\u003e486687e\u003c/code\u003e\u003c/a\u003e add sponsors\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/64df0b4913bacbb57b3d844898500406956c67e4\"\u003e\u003ccode\u003e64df0b4\u003c/code\u003e\u003c/a\u003e fix maxprocs build constraint\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/148401a3b930bbe0c40378c1aafcdf7c93d4ef0d\"\u003e\u003ccode\u003e148401a\u003c/code\u003e\u003c/a\u003e Container-aware GOMAXPROCS is available in golang 1.25\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/6438ff2c89d0f62e072e0fa6b885f7959e336fba\"\u003e\u003ccode\u003e6438ff2\u003c/code\u003e\u003c/a\u003e Bump actions/setup-go from 5 to 6 (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1591\"\u003e#1591\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a7c972ac6d28ab36f19bfdcac3553e00775f592d\"\u003e\u003ccode\u003ea7c972a\u003c/code\u003e\u003c/a\u003e v2.25.3\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/fdc65b13166ea27ef283a055289bfe3719318b17\"\u003e\u003ccode\u003efdc65b1\u003c/code\u003e\u003c/a\u003e emit --github-output group only for progress report itself\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/d82298f5a167324f4c38ea706eee8ea2fdf9218b\"\u003e\u003ccode\u003ed82298f\u003c/code\u003e\u003c/a\u003e docs\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/ginkgo/compare/v2.11.0...v2.26.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/gomega` from 1.27.8 to 1.38.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/releases\"\u003egithub.com/onsi/gomega's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.38.2\u003c/h2\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.38.1\u003c/h2\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003ev1.38.0\u003c/h2\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.37.0\u003c/h2\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.36.3\u003c/h2\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/gomega's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003cli\u003eBump rexml from 3.2.6 to 3.3.9 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/788\"\u003e#788\u003c/a\u003e) [c8b4a07]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/812\"\u003e#812\u003c/a\u003e) [06431b9]\u003c/li\u003e\n\u003cli\u003eBump webrick from 1.8.1 to 1.9.1 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/800\"\u003e#800\u003c/a\u003e) [b55a92d]\u003c/li\u003e\n\u003cli\u003eFix typos (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/813\"\u003e#813\u003c/a\u003e) [a1d518b]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/79b8a75a10e36ee598344c040317f5ab1c907f53\"\u003e\u003ccode\u003e79b8a75\u003c/code\u003e\u003c/a\u003e v1.38.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c404969c07179a8533d5daa283cd6307add66620\"\u003e\u003ccode\u003ec404969\u003c/code\u003e\u003c/a\u003e roll back to go 1.23.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c36e89a7efeca141bf40c3e582c7332d293dd354\"\u003e\u003ccode\u003ec36e89a\u003c/code\u003e\u003c/a\u003e v1.38.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/92eaa578900a4a5fb79d85140d7d59e9f5f22ec7\"\u003e\u003ccode\u003e92eaa57\u003c/code\u003e\u003c/a\u003e go mod tidy\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/b9ed3cdd8077cef2652a340810a2bd526c2d87a3\"\u003e\u003ccode\u003eb9ed3cd\u003c/code\u003e\u003c/a\u003e deprecate CompileTest*\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/2a5bf77d2311a6dc9fa800cd1b687b64dad9dda0\"\u003e\u003ccode\u003e2a5bf77\u003c/code\u003e\u003c/a\u003e fix invalid fmt.Errorf\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/3e9e385d31dcda216ae1d56341bb33111b6f8644\"\u003e\u003ccode\u003e3e9e385\u003c/code\u003e\u003c/a\u003e bump ginkgo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/7f37abe202e2050947bc608c69172cea36414311\"\u003e\u003ccode\u003e7f37abe\u003c/code\u003e\u003c/a\u003e Replace \u003ccode\u003egopkg.in/yaml.v3\u003c/code\u003e with \u003ccode\u003ego.yaml.in/yaml/v3\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/69e47619891ecbd0375d07dce33eb558dd14fde3\"\u003e\u003ccode\u003e69e4761\u003c/code\u003e\u003c/a\u003e fix(async_assertion): use correct error in errors.As\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/95737c099edca4f2e7cd47ddcff68c9af8c87258\"\u003e\u003ccode\u003e95737c0\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/net from 0.41.0 to 0.43.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/856\"\u003e#856\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/gomega/compare/v1.27.8...v1.38.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/spf13/cobra` from 1.7.0 to 1.10.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/spf13/cobra/releases\"\u003egithub.com/spf13/cobra's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.10.1\u003c/h2\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003echore: upgrade pflags v1.0.9 by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2305\"\u003espf13/cobra#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003ev1.0.9 of pflags brought back \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e and marked it as deprecated\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\"\u003ehttps://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003e🚨 Attention!\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump pflag to 1.0.8 by \u003ca href=\"https://github.com/tomasaschan\"\u003e\u003ccode\u003e@​tomasaschan\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eThis version of \u003ccode\u003epflag\u003c/code\u003e carried a breaking change: it renamed \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e to \u003ccode\u003eParseErrorsAllowlist\u003c/code\u003e which can break builds if both \u003ccode\u003epflag\u003c/code\u003e and \u003ccode\u003ecobra\u003c/code\u003e are dependencies in your project.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eIf you use both \u003ccode\u003epflag and \u003c/code\u003ecobra\u003ccode\u003e, upgrade \u003c/code\u003epflag\u003ccode\u003eto 1.0.8 and\u003c/code\u003ecobra\u003ccode\u003eto\u003c/code\u003e1.10.0`\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e\u003cem\u003eor\u003c/em\u003e\u003c/strong\u003e use the newer, fixed version of \u003ccode\u003epflag\u003c/code\u003e v1.0.9 which keeps the deprecated \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eMore details can be found here: \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303#issuecomment-3242333515\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/p\u003e\n\u003ch3\u003e✨ Features\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFlow context to command in SetHelpFunc by \u003ca href=\"https://github.com/Frassle\"\u003e\u003ccode\u003e@​Frassle\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2241\"\u003espf13/cobra#2241\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eThe default ShellCompDirective can be customized for a command and its subcommands by \u003ca href=\"https://github.com/albers\"\u003e\u003ccode\u003e@​albers\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2238\"\u003espf13/cobra#2238\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade golangci-lint to v2, address findings by \u003ca href=\"https://github.com/scop\"\u003e\u003ccode\u003e@​scop\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2279\"\u003espf13/cobra#2279\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e🪠 Testing\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eTest with Go 1.24 by \u003ca href=\"https://github.com/harryzcy\"\u003e\u003ccode\u003e@​harryzcy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2236\"\u003espf13/cobra#2236\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: Rm GitHub Action PR size labeler by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2256\"\u003espf13/cobra#2256\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e📝 Docs\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eRemove traling curlybrace by \u003ca href=\"https://github.com/yedayak\"\u003e\u003ccode\u003e@​yedayak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2237\"\u003espf13/cobra#2237\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate command.go by \u003ca href=\"https://github.com/styee\"\u003e\u003ccode\u003e@​styee\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2248\"\u003espf13/cobra#2248\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: Add security policy by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2253\"\u003espf13/cobra#2253\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate Readme (Warp) by \u003ca href=\"https://github.com/ericdachen\"\u003e\u003ccode\u003e@​ericdachen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2267\"\u003espf13/cobra#2267\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Periscope to the list of projects using Cobra by \u003ca href=\"https://github.com/anishathalye\"\u003e\u003ccode\u003e@​anishathalye\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2299\"\u003espf13/cobra#2299\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/harryzcy\"\u003e\u003ccode\u003e@​harryzcy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2236\"\u003espf13/cobra#2236\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yedayak\"\u003e\u003ccode\u003e@​yedayak\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2237\"\u003espf13/cobra#2237\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Frassle\"\u003e\u003ccode\u003e@​Frassle\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2241\"\u003espf13/cobra#2241\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/7da941c3547e93b8c9f70bbd3befca79c6335388\"\u003e\u003ccode\u003e7da941c\u003c/code\u003e\u003c/a\u003e chore: Bump pflag to v1.0.9 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2305\"\u003e#2305\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/51d675196729be769ce235b710ab7058b3aad03a\"\u003e\u003ccode\u003e51d6751\u003c/code\u003e\u003c/a\u003e Bump pflag to 1.0.8 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2303\"\u003e#2303\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/3f3b81882534a51628f3286e93c6842d9b2e29ea\"\u003e\u003ccode\u003e3f3b818\u003c/code\u003e\u003c/a\u003e Update README.md with new logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/dcaf42e2633496bf97d5476d7419071e5c48f40a\"\u003e\u003ccode\u003edcaf42e\u003c/code\u003e\u003c/a\u003e Add Periscope to the list of projects using Cobra (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2299\"\u003e#2299\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/6dec1ae26659a130bdb4c985768d1853b0e1bc06\"\u003e\u003ccode\u003e6dec1ae\u003c/code\u003e\u003c/a\u003e The default ShellCompDirective can be customized for a command and its subcom...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/c8289c10302063b9a2e26357e7e0f0bb599f29ce\"\u003e\u003ccode\u003ec8289c1\u003c/code\u003e\u003c/a\u003e chore(golangci-lint): add some exclusion presets\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/4af7b64d31989e78e86d65304f693a6d9c77c932\"\u003e\u003ccode\u003e4af7b64\u003c/code\u003e\u003c/a\u003e refactor: apply golangci-lint autofixes, work around false positives\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/75790e48fb73c8ba027e0163157a86ce8604ca3e\"\u003e\u003ccode\u003e75790e4\u003c/code\u003e\u003c/a\u003e chore(golangci-lint): upgrade to v2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/db3ddb5cf4968b320ea21f6ee5c2d2202a2e7b22\"\u003e\u003ccode\u003edb3ddb5\u003c/code\u003e\u003c/a\u003e Adding sponsorship to README.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/67171d6909986ee86fb946f808b87aba88ee417a\"\u003e\u003ccode\u003e67171d6\u003c/code\u003e\u003c/a\u003e putting sponsorship below header\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/spf13/cobra/compare/v1.7.0...v1.10.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/stretchr/testify` from 1.8.4 to 1.11.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/stretchr/testify/releases\"\u003egithub.com/stretchr/testify's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.1\u003c/h2\u003e\n\u003cp\u003eThis release fixes \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1785\"\u003e#1785\u003c/a\u003e introduced in v1.11.0 where expected argument values implementing the stringer interface (\u003ccode\u003eString() string\u003c/code\u003e) with a method which mutates their value, when passed to mock.Mock.On (\u003ccode\u003em.On(\u0026quot;Method\u0026quot;, \u0026lt;expected\u0026gt;).Return()\u003c/code\u003e) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBackport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11: mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1788\"\u003estretchr/testify#1788\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\"\u003ehttps://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eFunctional Changes\u003c/h3\u003e\n\u003cp\u003ev1.11.0 Includes a number of performance improvements.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eCall stack perf change for CallerInfo by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1614\"\u003estretchr/testify#1614\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eLazily render mock diff output on successful match by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1615\"\u003estretchr/testify#1615\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check early in Eventually, EventuallyWithT, and Never by \u003ca href=\"https://github.com/cszczepaniak\"\u003e\u003ccode\u003e@​cszczepaniak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1427\"\u003estretchr/testify#1427\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: add IsNotType by \u003ca href=\"https://github.com/bartventer\"\u003e\u003ccode\u003e@​bartventer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1730\"\u003estretchr/testify#1730\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.JSONEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1754\"\u003estretchr/testify#1754\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.YAMLEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1755\"\u003estretchr/testify#1755\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: faster and simpler isEmpty using reflect.Value.IsZero by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1761\"\u003estretchr/testify#1761\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: faster methods filtering (internal refactor) by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1758\"\u003estretchr/testify#1758\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eassert.ErrorAs: log target type by \u003ca href=\"https://github.com/craig65535\"\u003e\u003ccode\u003e@​craig65535\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1345\"\u003estretchr/testify#1345\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix failure message formatting for Positive and Negative asserts in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1062\"\u003estretchr/testify#1062\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorIs message when error is nil but an error was expected by \u003ca href=\"https://github.com/tsioftas\"\u003e\u003ccode\u003e@​tsioftas\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1681\"\u003estretchr/testify#1681\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix Subset/NotSubset when calling with mixed input types by \u003ca href=\"https://github.com/siliconbrain\"\u003e\u003ccode\u003e@​siliconbrain\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1729\"\u003estretchr/testify#1729\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorAs failure message when error is nil by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1734\"\u003estretchr/testify#1734\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock.AssertNumberOfCalls: improve error msg by \u003ca href=\"https://github.com/3scalation\"\u003e\u003ccode\u003e@​3scalation\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1743\"\u003estretchr/testify#1743\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDocumentation, Build \u0026amp; CI\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003edocs: Fix typo in README by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1688\"\u003estretchr/testify#1688\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eReplace deprecated io/ioutil with io and os by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1684\"\u003estretchr/testify#1684\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocument consequences of calling t.FailNow() by \u003ca href=\"https://github.com/greg0ire\"\u003e\u003ccode\u003e@​greg0ire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1710\"\u003estretchr/testify#1710\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update docs for Unset \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1621\"\u003e#1621\u003c/a\u003e by \u003ca href=\"https://github.com/techfg\"\u003e\u003ccode\u003e@​techfg\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1709\"\u003estretchr/testify#1709\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eREADME: apply gofmt to examples by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1687\"\u003estretchr/testify#1687\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: use %q and %T to simplify fmt.Sprintf by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1674\"\u003estretchr/testify#1674\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePropose Christophe Colombier (ccoVeille) as approver by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1716\"\u003estretchr/testify#1716\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate documentation for the Error function in assert or require package by \u003ca href=\"https://github.com/architagr\"\u003e\u003ccode\u003e@​architagr\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1675\"\u003estretchr/testify#1675\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: remove deprecated build constraints by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1671\"\u003estretchr/testify#1671\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: apply gofumpt to internal test suite by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1739\"\u003estretchr/testify#1739\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: fix shebang in .ci.*.sh scripts by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1746\"\u003estretchr/testify#1746\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert,require: enable parallel testing on (almost) all top tests by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1747\"\u003estretchr/testify#1747\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite.Passed: add one more status test report by \u003ca href=\"https://github.com/Ararsa-Derese\"\u003e\u003ccode\u003e@​Ararsa-Derese\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1706\"\u003estretchr/testify#1706\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Helper() method in internal mocks and assert.CollectT by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1423\"\u003estretchr/testify#1423\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.Same/NotSame: improve usage of Sprintf by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1742\"\u003estretchr/testify#1742\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock: enable parallel testing on internal testsuite by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1756\"\u003estretchr/testify#1756\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: cleanup use of 'testing' internals at runtime by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1751\"\u003estretchr/testify#1751\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check test failure message for Empty and NotEmpty  by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1745\"\u003estretchr/testify#1745\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/2a57335dc9cd6833daa820bc94d9b40c26a7917d\"\u003e\u003ccode\u003e2a57335\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1788\"\u003e#1788\u003c/a\u003e from brackendawson/1785-backport-1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/af8c91234f184009f57ef29027b39ca89cb00100\"\u003e\u003ccode\u003eaf8c912\u003c/code\u003e\u003c/a\u003e Backport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/b7801fbf5cd58d201296d5d0e132d1849966dbd4\"\u003e\u003ccode\u003eb7801fb\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1778\"\u003e#1778\u003c/a\u003e from stretchr/dependabot/github_actions/actions/chec...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/69831f3b08c40d56a09d0be93e9d5ae034f1590b\"\u003e\u003ccode\u003e69831f3\u003c/code\u003e\u003c/a\u003e build(deps): bump actions/checkout from 4 to 5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/a53be35c3b0cfcd5189cffcfd75df60ea581104c\"\u003e\u003ccode\u003ea53be35\u003c/code\u003e\u003c/a\u003e Improve captureTestingT helper\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/aafb604176db7e1f2c9810bc90d644291d057687\"\u003e\u003ccode\u003eaafb604\u003c/code\u003e\u003c/a\u003e mock: improve formatting of error message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7218e0390acd2aea3edb18574110ec2753c0aeef\"\u003e\u003ccode\u003e7218e03\u003c/code\u003e\u003c/a\u003e improve error msg\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/929a2126c2702df436312656a0304580b526c6e9\"\u003e\u003ccode\u003e929a212\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1758\"\u003e#1758\u003c/a\u003e from stretchr/dolmen/suite-faster-method-filtering\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/bc7459ec38128532ff32f23cfab4ea0b725210f2\"\u003e\u003ccode\u003ebc7459e\u003c/code\u003e\u003c/a\u003e suite: faster filtering of methods (-testify.m)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7d37b5c962954410bcd7a71ff3a77c79514056d1\"\u003e\u003ccode\u003e7d37b5c\u003c/code\u003e\u003c/a\u003e suite: refactor methodFilter\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/stretchr/testify/compare/v1.8.4...v1.11.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/sync` from 0.5.0 to 0.17.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/04914c200cb38d4ea960ee6a4c314a028c632991\"\u003e\u003ccode\u003e04914c2\u003c/code\u003e\u003c/a\u003e all: upgrade go directive to at least 1.24.0 [generated]\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/7fad2c9213e0821bd78435a9c106806f2fc383f1\"\u003e\u003ccode\u003e7fad2c9\u003c/code\u003e\u003c/a\u003e errgroup: revert propagation of panics\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/8a14946fb031f4bf6096242b5e6ae6f7316d47d8\"\u003e\u003ccode\u003e8a14946\u003c/code\u003e\u003c/a\u003e errgroup: remove duplicated comment\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/1869c690bf11da5dd230e188d03a612a4a3f8ba6\"\u003e\u003ccode\u003e1869c69\u003c/code\u003e\u003c/a\u003e all: replace deprecated ioutil\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/d1ac909e84c04f4326f620436b3894b3f5de0bd4\"\u003e\u003ccode\u003ed1ac909\u003c/code\u003e\u003c/a\u003e sync/errgroup: PanicError.Error print stack trace\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/506c70f97318aa991ec5a898685660c880c166ca\"\u003e\u003ccode\u003e506c70f\u003c/code\u003e\u003c/a\u003e errgroup: propagate panic and Goexit through Wait\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/396f3a06ea2a49eb410f12e244c0dd77095d0de9\"\u003e\u003ccode\u003e396f3a0\u003c/code\u003e\u003c/a\u003e errgroup: document calling Go before Wait\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/b637f27e40ad6e222f3d301cc113e635f0fa08be\"\u003e\u003ccode\u003eb637f27\u003c/code\u003e\u003c/a\u003e errgroup: drop support for Go versions before 1.20\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/960bf1fb13c616a491486fc6322e26fe0830eaf0\"\u003e\u003ccode\u003e960bf1f\u003c/code\u003e\u003c/a\u003e all: upgrade go directive to at least 1.23.0 [generated]\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/fe3591bd8a96873abc98bb9d2d5c62f27efca3e9\"\u003e\u003ccode\u003efe3591b\u003c/code\u003e\u003c/a\u003e sync/errgroup: improve documentation for semaphore limit behavior\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/golang/sync/compare/v0.5.0...v0.17.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/tools` from 0.14.0 to 0.36.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/tools/releases\"\u003egolang.org/x/tools's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003egopls/v0.20.0\u003c/h2\u003e\n\u003cp\u003eSee \u003ca href=\"https://go.dev/gopls/release/v0.20.0\"\u003ehttps://go.dev/gopls/release/v0.20.0\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eChanges: \u003ca href=\"https://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\"\u003ehttps://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\u003c/a\u003e\nContributors: \u003ca href=\"https://github.com/adonovan\"\u003e\u003ccode\u003e@​adonovan\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/cuishuang\"\u003e\u003ccode\u003e@​cuishuang\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/dmitshur\"\u003e\u003ccode\u003e@​dmitshur\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/findleyr\"\u003e\u003ccode\u003e@​findleyr\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/gopherbot\"\u003e\u003ccode\u003e@​gopherbot\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/hyangah\"\u003e\u003ccode\u003e@​hyangah\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/iharsuvorau\"\u003e\u003ccode\u003e@​iharsuvorau\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/jba\"\u003e\u003ccode\u003e@​jba\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/lfolger\"\u003e\u003ccode\u003e@​lfolger\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/pjweinbgo\"\u003e\u003ccode\u003e@​pjweinbgo\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/rogeryk\"\u003e\u003ccode\u003e@​rogeryk\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/timothy-king\"\u003e\u003ccode\u003e@​timothy-king\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/vitalmotif\"\u003e\u003ccode\u003e@​vitalmotif\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/zpavlinovic\"\u003e\u003ccode\u003e@​zpavlinovic\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.1\u003c/h2\u003e\n\u003cp\u003eThis patch release changes the default value of the \u003ccode\u003eimportsSource\u003c/code\u003e setting: v0.19.0 changed it from \u003ccode\u003egoimports\u003c/code\u003e to \u003ccode\u003egopls\u003c/code\u003e; this release changes it back, due to a bug (\u003ca href=\"https://redirect.github.com/golang/tools/issues/74280\"\u003e#74280\u003c/a\u003e).\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.0\u003c/h2\u003e\n\u003cp\u003eComplete list of issues closed: \u003ca href=\"https://github.com/golang/go/milestone/380?closed=1\"\u003egopls/v0.19.0 milestone\u003c/a\u003e\u003c/p\u003e\n\u003ch1\u003eConfiguration Changes\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eThe \u003ccode\u003egopls check\u003c/code\u003e subcommand now accepts a \u003ccode\u003e-severity\u003c/code\u003e flag to set a minimum severity for the diagnostics it reports. By default, the minimum severity is \u0026quot;warning\u0026quot;, so \u003ccode\u003egopls check\u003c/code\u003e may report fewer diagnostics than before. Set \u003ccode\u003e-severity=hint\u003c/code\u003e to reproduce the previous behavior.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eNavigation features\u003c/h1\u003e\n\u003ch2\u003e\u0026quot;Implementations\u0026quot; supports signature types (within same package)\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003cp\u003eThe Implementations query reports the correspondence between abstract and concrete types and their methods based on their method sets. Now, it also reports the cor...\n\n_Description has been truncated_","html_url":"https://github.com/radiant-coder580pz/fabric-private-chaincode/pull/7","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/radiant-coder580pz%2Ffabric-private-chaincode/issues/7","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/7/packages"},{"uuid":"3486668205","node_id":"PR_kwDOPvnDFM6sPQXl","number":12,"state":"open","title":"Bump the all-deps group across 5 directories with 169 updates","user":"dependabot[bot]","labels":["dependencies","go"],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-10-06T10:46:30.000Z","updated_at":"2025-10-27T10:37:32.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"all-deps","update_count":169,"packages":[{"name":"github.com/golang/protobuf","old_version":"1.5.3","new_version":"1.5.4","repository_url":"https://github.com/golang/protobuf"},{"name":"github.com/maxbrunsfeld/counterfeiter/v6","old_version":"6.6.1","new_version":"6.12.0","repository_url":"https://github.com/maxbrunsfeld/counterfeiter"},{"name":"github.com/spf13/cobra","old_version":"1.7.0","new_version":"1.10.1","repository_url":"https://github.com/spf13/cobra"},{"name":"github.com/stretchr/testify","old_version":"1.8.4","new_version":"1.11.1","repository_url":"https://github.com/stretchr/testify"},{"name":"honnef.co/go/tools","old_version":"0.4.3","new_version":"0.6.1","repository_url":"https://github.com/dominikh/go-tools"},{"name":"github.com/Microsoft/go-winio","old_version":"0.6.1","new_version":"0.6.2","repository_url":"https://github.com/Microsoft/go-winio"},{"name":"github.com/bits-and-blooms/bitset","old_version":"1.7.0","new_version":"1.24.0","repository_url":"https://github.com/bits-and-blooms/bitset"},{"name":"github.com/cespare/xxhash/v2","old_version":"2.2.0","new_version":"2.3.0","repository_url":"https://github.com/cespare/xxhash"},{"name":"github.com/cloudflare/cfssl","old_version":"1.4.1","new_version":"1.6.5","repository_url":"https://github.com/cloudflare/cfssl"},{"name":"github.com/consensys/bavard","old_version":"0.1.13","new_version":"0.2.1","repository_url":"https://github.com/consensys/bavard"},{"name":"github.com/consensys/gnark-crypto","old_version":"0.12.1","new_version":"0.19.0","repository_url":"https://github.com/consensys/gnark-crypto"},{"name":"github.com/docker/go-connections","old_version":"0.5.0","new_version":"0.6.0","repository_url":"https://github.com/docker/go-connections"},{"name":"github.com/fsnotify/fsnotify","old_version":"1.6.0","new_version":"1.9.0","repository_url":"https://github.com/fsnotify/fsnotify"},{"name":"github.com/fsouza/go-dockerclient","old_version":"1.10.0","new_version":"1.12.2","repository_url":"https://github.com/fsouza/go-dockerclient"},{"name":"github.com/go-kit/kit","old_version":"0.10.0","new_version":"0.13.0","repository_url":"https://github.com/go-kit/kit"},{"name":"github.com/go-logfmt/logfmt","old_version":"0.5.1","new_version":"0.6.1","repository_url":"https://github.com/go-logfmt/logfmt"},{"name":"github.com/go-openapi/jsonpointer","old_version":"0.19.5","new_version":"0.22.1","repository_url":"https://github.com/go-openapi/jsonpointer"},{"name":"github.com/go-openapi/jsonreference","old_version":"0.20.0","new_version":"0.21.2","repository_url":"https://github.com/go-openapi/jsonreference"},{"name":"github.com/go-openapi/spec","old_version":"0.20.8","new_version":"0.22.0","repository_url":"https://github.com/go-openapi/spec"},{"name":"github.com/gobuffalo/envy","old_version":"1.10.1","new_version":"1.10.2","repository_url":"https://github.com/gobuffalo/envy"},{"name":"github.com/gobuffalo/packd","old_version":"1.0.1","new_version":"1.0.2","repository_url":"https://github.com/gobuffalo/packd"},{"name":"github.com/joho/godotenv","old_version":"1.4.0","new_version":"1.5.1","repository_url":"https://github.com/joho/godotenv"},{"name":"github.com/magiconair/properties","old_version":"1.8.7","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"},{"name":"github.com/moby/term","old_version":"0.5.0","new_version":"0.5.2","repository_url":"https://github.com/moby/term"},{"name":"github.com/nxadm/tail","old_version":"1.4.8","new_version":"1.4.11","repository_url":"https://github.com/nxadm/tail"},{"name":"github.com/opencontainers/image-spec","old_version":"1.1.0-rc5","new_version":"1.1.1","repository_url":"https://github.com/opencontainers/image-spec"},{"name":"github.com/prometheus/client_model","old_version":"0.5.0","new_version":"0.6.2","repository_url":"https://github.com/prometheus/client_model"},{"name":"github.com/prometheus/procfs","old_version":"0.12.0","new_version":"0.17.0","repository_url":"https://github.com/prometheus/procfs"},{"name":"github.com/rogpeppe/go-internal","old_version":"1.11.0","new_version":"1.14.1","repository_url":"https://github.com/rogpeppe/go-internal"},{"name":"github.com/spf13/afero","old_version":"1.6.0","new_version":"1.15.0","repository_url":"https://github.com/spf13/afero"},{"name":"github.com/spf13/cast","old_version":"1.4.1","new_version":"1.10.0","repository_url":"https://github.com/spf13/cast"},{"name":"github.com/spf13/viper","old_version":"1.10.1","new_version":"1.21.0","repository_url":"https://github.com/spf13/viper"}],"path":null,"ecosystem":"go"},"body":"Bumps the all-deps group with 32 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/maxbrunsfeld/counterfeiter/v6](https://github.com/maxbrunsfeld/counterfeiter) | `6.6.1` | `6.12.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [honnef.co/go/tools](https://github.com/dominikh/go-tools) | `0.4.3` | `0.6.1` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.0` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.0` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.5` | `0.22.1` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.0` | `0.21.2` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.0` |\n| [github.com/gobuffalo/envy](https://github.com/gobuffalo/envy) | `1.10.1` | `1.10.2` |\n| [github.com/gobuffalo/packd](https://github.com/gobuffalo/packd) | `1.0.1` | `1.0.2` |\n| [github.com/joho/godotenv](https://github.com/joho/godotenv) | `1.4.0` | `1.5.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/nxadm/tail](https://github.com/nxadm/tail) | `1.4.8` | `1.4.11` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0-rc5` | `1.1.1` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.17.0` |\n| [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) | `1.11.0` | `1.14.1` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.6.0` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n\nBumps the all-deps group with 48 updates in the /integration/go_chaincode directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.26.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.0` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.0` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.28` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.0` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.2` | `1.14.1` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd) | `22.5.0` | `22.6.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/dgraph-io/badger/v3](https://github.com/dgraph-io/badger) | `3.2103.2` | `3.2103.5` |\n| [github.com/elastic/gosigar](https://github.com/elastic/gosigar) | `0.14.2` | `0.14.3` |\n| [github.com/flynn/noise](https://github.com/flynn/noise) | `1.0.0` | `1.1.0` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.10` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.7.0` | `1.7.6` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.16.0` | `2.27.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.16.3` |\n| [github.com/huin/goupnp](https://github.com/huin/goupnp) | `1.2.0` | `1.3.0` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/boxo](https://github.com/ipfs/boxo) | `0.8.0-rc1` | `0.35.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/multiformats/go-varint](https://github.com/multiformats/go-varint) | `0.0.7` | `0.1.0` |\n| [github.com/ugorji/go](https://github.com/ugorji/go) | `1.1.4` | `1.2.14` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.39.0` |\n\nBumps the all-deps group with 25 updates in the /samples/application/ccapi directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.11.1` |\n| [golang.org/x/tools](https://github.com/golang/tools) | `0.14.0` | `0.37.0` |\n| google.golang.org/protobuf | `1.34.2` | `1.36.10` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.6` | `0.22.1` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.2` | `0.21.2` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.0` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.17.0` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.2` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.5` | `1.0.10` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.6` | `1.14.1` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.10` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.4.0` | `1.7.6` |\n| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.59.0` | `1.75.1` |\n| [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.8.12` | `1.16.6` |\n| [github.com/swaggo/gin-swagger](https://github.com/swaggo/gin-swagger) | `1.6.0` | `1.6.1` |\n\nBumps the all-deps group with 53 updates in the /samples/demos/irb directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.26.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.0` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.0` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.28` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0` | `1.1.1` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.0` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.16.3` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/go-cid](https://github.com/ipfs/go-cid) | `0.4.1` | `0.5.0` |\n| [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.7` | `2.3.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) | `0.11.0` | `0.16.1` |\n| [github.com/multiformats/go-multicodec](https://github.com/multiformats/go-multicodec) | `0.9.0` | `0.9.2` |\n| [github.com/multiformats/go-multistream](https://github.com/multiformats/go-multistream) | `0.4.1` | `0.6.1` |\n| [github.com/multiformats/go-varint](https://github.com/multiformats/go-varint) | `0.0.7` | `0.1.0` |\n| [lukechampine.com/blake3](https://github.com/lukechampine/blake3) | `1.2.1` | `1.4.1` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.39.0` |\n| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.28.0` | `0.39.0` |\n| [code.cloudfoundry.org/clock](https://github.com/cloudfoundry/clock) | `1.1.0` | `1.50.0` |\n| [github.com/VictoriaMetrics/fastcache](https://github.com/VictoriaMetrics/fastcache) | `1.12.1` | `1.13.0` |\n| [github.com/go-ole/go-ole](https://github.com/go-ole/go-ole) | `1.2.6` | `1.3.0` |\n| [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.12` | `0.3.15` |\n| [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.6` | `3.6.5` |\n| [go.etcd.io/etcd/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.5` |\n| [go.etcd.io/etcd/raft/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.5.23` |\n| [go.etcd.io/etcd/server/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.5` |\n\nBumps the all-deps group with 26 updates in the /samples/deployment/fabric-smart-client/the-simple-testing-network directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.26.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.28` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.0` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.16.3` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.36.0` | `1.38.0` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.39.0` |\n\n\nUpdates `github.com/golang/protobuf` from 1.5.3 to 1.5.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/protobuf/releases\"\u003egithub.com/golang/protobuf's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.5.4\u003c/h2\u003e\n\u003cp\u003eNotable changes\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eupdate descriptor.proto to latest version\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/75de7c059e36b64f01d0dd234ff2fff404ec3374\"\u003e\u003ccode\u003e75de7c0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang/protobuf/issues/1597\"\u003e#1597\u003c/a\u003e from golang/updatedesc\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/b7697bb698b1c56643249ef6179c7cae1478881d\"\u003e\u003ccode\u003eb7697bb\u003c/code\u003e\u003c/a\u003e all: update descriptor.proto to latest version\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/protobuf/compare/v1.5.3...v1.5.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/maxbrunsfeld/counterfeiter/v6` from 6.6.1 to 6.12.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases\"\u003egithub.com/maxbrunsfeld/counterfeiter/v6's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.12.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.37.0 to 1.38.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/333\"\u003emaxbrunsfeld/counterfeiter#333\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.38.0 to 1.38.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/338\"\u003emaxbrunsfeld/counterfeiter#338\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: support for custom type constraints in generic interfaces by \u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.2\u003c/h2\u003e\n\u003cp\u003eRevert changes from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases/tag/v6.11.1\"\u003e\u003ccode\u003ev6.11.1\u003c/code\u003e\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.1\u003c/h2\u003e\n\u003cp\u003eRestore compatibility for \u003ccode\u003ego\u003c/code\u003e \u003ccode\u003e1.22\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.34.2 to 1.35.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/303\"\u003emaxbrunsfeld/counterfeiter#303\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.0 to 1.35.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/304\"\u003emaxbrunsfeld/counterfeiter#304\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.19.0 to 0.20.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/305\"\u003emaxbrunsfeld/counterfeiter#305\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.26.0 to 0.27.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/306\"\u003emaxbrunsfeld/counterfeiter#306\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.1 to 1.36.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/307\"\u003emaxbrunsfeld/counterfeiter#307\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.20.0 to 0.21.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/308\"\u003emaxbrunsfeld/counterfeiter#308\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.27.0 to 0.28.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/309\"\u003emaxbrunsfeld/counterfeiter#309\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.36.0 to 1.36.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/310\"\u003emaxbrunsfeld/counterfeiter#310\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ehandle interfaces with generics by \u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.10.0...v6.11.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.10.0...v6.11.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.34.1 to 1.34.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/296\"\u003emaxbrunsfeld/counterfeiter#296\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.18.0 to 0.19.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/299\"\u003emaxbrunsfeld/counterfeiter#299\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.25.0 to 0.26.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/300\"\u003emaxbrunsfeld/counterfeiter#300\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eissue \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/298\"\u003e#298\u003c/a\u003e - go 1.23 go/types alias change by \u003ca href=\"https://github.com/xanderflood\"\u003e\u003ccode\u003e@​xanderflood\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/301\"\u003emaxbrunsfeld/counterfeiter#301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/xanderflood\"\u003e\u003ccode\u003e@​xanderflood\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/301\"\u003emaxbrunsfeld/counterfeiter#301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.9.0...v6.10.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.9.0...v6.10.0\u003c/a\u003e\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/1787e7d29dd879b458fdf4df04fd7825f206ef3d\"\u003e\u003ccode\u003e1787e7d\u003c/code\u003e\u003c/a\u003e fix incorrect use of fmt.Errorf (use errors.New)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/d0d179107c4f9eb60fa55a6ba3616aafcb2dc9f3\"\u003e\u003ccode\u003ed0d1791\u003c/code\u003e\u003c/a\u003e ⬆️ dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/b365b339524a88e6d4f20c5ed05761533909ce1c\"\u003e\u003ccode\u003eb365b33\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/334\"\u003e#334\u003c/a\u003e from mahboubii/fix/generic-interface-type-constraint\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/df5c1686e416edff9a82fdd84f1c30124f60ab74\"\u003e\u003ccode\u003edf5c168\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/338\"\u003e#338\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/github.com/on...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/93d20fecbcae6fcd0fd095f348ef67908125873a\"\u003e\u003ccode\u003e93d20fe\u003c/code\u003e\u003c/a\u003e Bump github.com/onsi/gomega from 1.38.0 to 1.38.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/b8c00d116d3343b732cc9c9f9a9e4e0eea5915b8\"\u003e\u003ccode\u003eb8c00d1\u003c/code\u003e\u003c/a\u003e test union constraint type\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/7daa3608f4f7bae19c7cd09616f743e12479c0ab\"\u003e\u003ccode\u003e7daa360\u003c/code\u003e\u003c/a\u003e fix: support for custom type constraints in generic interfaces\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/eeb5bb36f242dd28beea0ccbed57ea10f2fa2604\"\u003e\u003ccode\u003eeeb5bb3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/333\"\u003e#333\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/github.com/on...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/8cc0e52a7656a3523ad6b74af0c58794b3ad6c0f\"\u003e\u003ccode\u003e8cc0e52\u003c/code\u003e\u003c/a\u003e Bump github.com/onsi/gomega from 1.37.0 to 1.38.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/386d8831d95d053807d08b1620e0347c186f7673\"\u003e\u003ccode\u003e386d883\u003c/code\u003e\u003c/a\u003e avoid locking method-specific mutexes in Invocations() to avoid deadlock\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.6.1...v6.12.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/ginkgo/v2` from 2.11.0 to 2.25.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/releases\"\u003egithub.com/onsi/ginkgo/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.26.0\u003c/h2\u003e\n\u003ch2\u003e2.26.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cp\u003eGinkgo can now generate json-formatted reports that are compatible with the \u003ccode\u003ego test\u003c/code\u003e json format.  Use \u003ccode\u003eginkgo --gojson-report=report.go.json\u003c/code\u003e.  This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.\u003c/p\u003e\n\u003ch2\u003ev2.25.3\u003c/h2\u003e\n\u003ch2\u003e2.25.3\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eemit --github-output group only for progress report itself [f01aed1]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.25.2\u003c/h2\u003e\n\u003ch2\u003e2.25.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eAdd github output group for progress report content\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cp\u003eBump Gomega\u003c/p\u003e\n\u003ch2\u003ev2.25.1\u003c/h2\u003e\n\u003ch2\u003e2.25.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efix(types): ignore nameless nodes on FullText() [10866d3]\u003c/li\u003e\n\u003cli\u003echore: fix some CodeQL warnings [2e42cff]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.25.0\u003c/h2\u003e\n\u003ch2\u003e2.25.0\u003c/h2\u003e\n\u003ch3\u003e\u003ccode\u003eAroundNode\u003c/code\u003e\u003c/h3\u003e\n\u003cp\u003eThis release introduces a new decorator to support more complex spec setup usecases.\u003c/p\u003e\n\u003cp\u003e\u003ccode\u003eAroundNode\u003c/code\u003e registers a function that runs before each individual node.  This is considered a more advanced decorator.\u003c/p\u003e\n\u003cp\u003ePlease read the \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-around-node\"\u003edocs\u003c/a\u003e for more information and some examples.\u003c/p\u003e\n\u003cp\u003eAllowed signatures:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func())\u003c/code\u003e - \u003ccode\u003efunc\u003c/code\u003e will be called before the node is run.\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func(ctx context.Context) context.Context)\u003c/code\u003e - \u003ccode\u003efunc\u003c/code\u003e can wrap the passed in context and return a new one which will be passed on to the node.\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func(ctx context.Context, body func(ctx context.Context)))\u003c/code\u003e - \u003ccode\u003ectx\u003c/code\u003e is the context for the node and \u003ccode\u003ebody\u003c/code\u003e is a function that must be called to run the node.  This gives you complete control over what runs before and after the node.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eMultiple \u003ccode\u003eAroundNode\u003c/code\u003e decorators can be applied to a single node and they will run in the order they are applied.\u003c/p\u003e\n\u003cp\u003eUnlike setup nodes like \u003ccode\u003eBeforeEach\u003c/code\u003e and \u003ccode\u003eDeferCleanup\u003c/code\u003e, \u003ccode\u003eAroundNode\u003c/code\u003e is guaranteed to run in the same goroutine as the decorated node.  This is necessary when working with lower-level libraries that must run on a single thread (you can call \u003ccode\u003eruntime.LockOSThread()\u003c/code\u003e in the \u003ccode\u003eAroundNode\u003c/code\u003e to ensure that the node runs on a single thread).\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/ginkgo/v2's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e2.26.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cp\u003eGinkgo can now generate json-formatted reports that are compatible with the \u003ccode\u003ego test\u003c/code\u003e json format.  Use \u003ccode\u003eginkgo --gojson-report=report.go.json\u003c/code\u003e.  This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.\u003c/p\u003e\n\u003ch2\u003e2.25.3\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eemit --github-output group only for progress report itself [f01aed1]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.25.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eAdd github output group for progress report content\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cp\u003eBump Gomega\u003c/p\u003e\n\u003ch2\u003e2.25.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efix(types): ignore nameless nodes on FullText() [10866d3]\u003c/li\u003e\n\u003cli\u003echore: fix some CodeQL warnings [2e42cff]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.25.0\u003c/h2\u003e\n\u003ch3\u003e\u003ccode\u003eAroundNode\u003c/code\u003e\u003c/h3\u003e\n\u003cp\u003eThis release introduces a new decorator to support more complex spec setup usecases.\u003c/p\u003e\n\u003cp\u003e\u003ccode\u003eAroundNode\u003c/code\u003e registers a function that runs before each individual node.  This is considered a more advanced decorator.\u003c/p\u003e\n\u003cp\u003ePlease read the \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-around-node\"\u003edocs\u003c/a\u003e for more information and some examples.\u003c/p\u003e\n\u003cp\u003eAllowed signatures:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func())\u003c/code\u003e - \u003ccode\u003efunc\u003c/code\u003e will be called before the node is run.\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func(ctx context.Context) context.Context)\u003c/code\u003e - \u003ccode\u003efunc\u003c/code\u003e can wrap the passed in context and return a new one which will be passed on to the node.\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func(ctx context.Context, body func(ctx context.Context)))\u003c/code\u003e - \u003ccode\u003ectx\u003c/code\u003e is the context for the node and \u003ccode\u003ebody\u003c/code\u003e is a function that must be called to run the node.  This gives you complete control over what runs before and after the node.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eMultiple \u003ccode\u003eAroundNode\u003c/code\u003e decorators can be applied to a single node and they will run in the order they are applied.\u003c/p\u003e\n\u003cp\u003eUnlike setup nodes like \u003ccode\u003eBeforeEach\u003c/code\u003e and \u003ccode\u003eDeferCleanup\u003c/code\u003e, \u003ccode\u003eAroundNode\u003c/code\u003e is guaranteed to run in the same goroutine as the decorated node.  This is necessary when working with lower-level libraries that must run on a single thread (you can call \u003ccode\u003eruntime.LockOSThread()\u003c/code\u003e in the \u003ccode\u003eAroundNode\u003c/code\u003e to ensure that the node runs on a single thread).\u003c/p\u003e\n\u003cp\u003eSince \u003ccode\u003eAroundNode\u003c/code\u003e allows you to modify the context you can also use \u003ccode\u003eAroundNode\u003c/code\u003e to implement shared setup that attaches values to the context.\u003c/p\u003e\n\u003cp\u003eIf applied to a container, \u003ccode\u003eAroundNode\u003c/code\u003e will run before every node in the container.  Including setup nodes like \u003ccode\u003eBeforeEach\u003c/code\u003e and \u003ccode\u003eDeferCleanup\u003c/code\u003e.\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/02f7324631e5805325d0a44a41210e38bfd4c1e0\"\u003e\u003ccode\u003e02f7324\u003c/code\u003e\u003c/a\u003e v2.26.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/6bc55664e0761577874061daa94b05dba9d42bc5\"\u003e\u003ccode\u003e6bc5566\u003c/code\u003e\u003c/a\u003e Merge branch 'pseudo-su-add-go-json-reporter'\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/b470f6132a403dc81ada0d22885ec2b834d25e5c\"\u003e\u003ccode\u003eb470f61\u003c/code\u003e\u003c/a\u003e fix failing specs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/486687e97a78b10af1aa2b7c71c83c71d639b6c7\"\u003e\u003ccode\u003e486687e\u003c/code\u003e\u003c/a\u003e add sponsors\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/64df0b4913bacbb57b3d844898500406956c67e4\"\u003e\u003ccode\u003e64df0b4\u003c/code\u003e\u003c/a\u003e fix maxprocs build constraint\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/148401a3b930bbe0c40378c1aafcdf7c93d4ef0d\"\u003e\u003ccode\u003e148401a\u003c/code\u003e\u003c/a\u003e Container-aware GOMAXPROCS is available in golang 1.25\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/6438ff2c89d0f62e072e0fa6b885f7959e336fba\"\u003e\u003ccode\u003e6438ff2\u003c/code\u003e\u003c/a\u003e Bump actions/setup-go from 5 to 6 (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1591\"\u003e#1591\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a7c972ac6d28ab36f19bfdcac3553e00775f592d\"\u003e\u003ccode\u003ea7c972a\u003c/code\u003e\u003c/a\u003e v2.25.3\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/fdc65b13166ea27ef283a055289bfe3719318b17\"\u003e\u003ccode\u003efdc65b1\u003c/code\u003e\u003c/a\u003e emit --github-output group only for progress report itself\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/d82298f5a167324f4c38ea706eee8ea2fdf9218b\"\u003e\u003ccode\u003ed82298f\u003c/code\u003e\u003c/a\u003e docs\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/ginkgo/compare/v2.11.0...v2.26.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/gomega` from 1.27.8 to 1.38.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/releases\"\u003egithub.com/onsi/gomega's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.38.2\u003c/h2\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.38.1\u003c/h2\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003ev1.38.0\u003c/h2\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.37.0\u003c/h2\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.36.3\u003c/h2\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/gomega's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003cli\u003eBump rexml from 3.2.6 to 3.3.9 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/788\"\u003e#788\u003c/a\u003e) [c8b4a07]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/812\"\u003e#812\u003c/a\u003e) [06431b9]\u003c/li\u003e\n\u003cli\u003eBump webrick from 1.8.1 to 1.9.1 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/800\"\u003e#800\u003c/a\u003e) [b55a92d]\u003c/li\u003e\n\u003cli\u003eFix typos (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/813\"\u003e#813\u003c/a\u003e) [a1d518b]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/79b8a75a10e36ee598344c040317f5ab1c907f53\"\u003e\u003ccode\u003e79b8a75\u003c/code\u003e\u003c/a\u003e v1.38.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c404969c07179a8533d5daa283cd6307add66620\"\u003e\u003ccode\u003ec404969\u003c/code\u003e\u003c/a\u003e roll back to go 1.23.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c36e89a7efeca141bf40c3e582c7332d293dd354\"\u003e\u003ccode\u003ec36e89a\u003c/code\u003e\u003c/a\u003e v1.38.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/92eaa578900a4a5fb79d85140d7d59e9f5f22ec7\"\u003e\u003ccode\u003e92eaa57\u003c/code\u003e\u003c/a\u003e go mod tidy\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/b9ed3cdd8077cef2652a340810a2bd526c2d87a3\"\u003e\u003ccode\u003eb9ed3cd\u003c/code\u003e\u003c/a\u003e deprecate CompileTest*\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/2a5bf77d2311a6dc9fa800cd1b687b64dad9dda0\"\u003e\u003ccode\u003e2a5bf77\u003c/code\u003e\u003c/a\u003e fix invalid fmt.Errorf\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/3e9e385d31dcda216ae1d56341bb33111b6f8644\"\u003e\u003ccode\u003e3e9e385\u003c/code\u003e\u003c/a\u003e bump ginkgo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/7f37abe202e2050947bc608c69172cea36414311\"\u003e\u003ccode\u003e7f37abe\u003c/code\u003e\u003c/a\u003e Replace \u003ccode\u003egopkg.in/yaml.v3\u003c/code\u003e with \u003ccode\u003ego.yaml.in/yaml/v3\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/69e47619891ecbd0375d07dce33eb558dd14fde3\"\u003e\u003ccode\u003e69e4761\u003c/code\u003e\u003c/a\u003e fix(async_assertion): use correct error in errors.As\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/95737c099edca4f2e7cd47ddcff68c9af8c87258\"\u003e\u003ccode\u003e95737c0\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/net from 0.41.0 to 0.43.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/856\"\u003e#856\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/gomega/compare/v1.27.8...v1.38.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/spf13/cobra` from 1.7.0 to 1.10.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/spf13/cobra/releases\"\u003egithub.com/spf13/cobra's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.10.1\u003c/h2\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003echore: upgrade pflags v1.0.9 by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2305\"\u003espf13/cobra#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003ev1.0.9 of pflags brought back \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e and marked it as deprecated\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\"\u003ehttps://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003e🚨 Attention!\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump pflag to 1.0.8 by \u003ca href=\"https://github.com/tomasaschan\"\u003e\u003ccode\u003e@​tomasaschan\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eThis version of \u003ccode\u003epflag\u003c/code\u003e carried a breaking change: it renamed \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e to \u003ccode\u003eParseErrorsAllowlist\u003c/code\u003e which can break builds if both \u003ccode\u003epflag\u003c/code\u003e and \u003ccode\u003ecobra\u003c/code\u003e are dependencies in your project.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eIf you use both \u003ccode\u003epflag and \u003c/code\u003ecobra\u003ccode\u003e, upgrade \u003c/code\u003epflag\u003ccode\u003eto 1.0.8 and\u003c/code\u003ecobra\u003ccode\u003eto\u003c/code\u003e1.10.0`\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e\u003cem\u003eor\u003c/em\u003e\u003c/strong\u003e use the newer, fixed version of \u003ccode\u003epflag\u003c/code\u003e v1.0.9 which keeps the deprecated \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eMore details can be found here: \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303#issuecomment-3242333515\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/p\u003e\n\u003ch3\u003e✨ Features\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFlow context to command in SetHelpFunc by \u003ca href=\"https://github.com/Frassle\"\u003e\u003ccode\u003e@​Frassle\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2241\"\u003espf13/cobra#2241\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eThe default ShellCompDirective can be customized for a command and its subcommands by \u003ca href=\"https://github.com/albers\"\u003e\u003ccode\u003e@​albers\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2238\"\u003espf13/cobra#2238\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade golangci-lint to v2, address findings by \u003ca href=\"https://github.com/scop\"\u003e\u003ccode\u003e@​scop\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2279\"\u003espf13/cobra#2279\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e🪠 Testing\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eTest with Go 1.24 by \u003ca href=\"https://github.com/harryzcy\"\u003e\u003ccode\u003e@​harryzcy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2236\"\u003espf13/cobra#2236\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: Rm GitHub Action PR size labeler by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2256\"\u003espf13/cobra#2256\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e📝 Docs\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eRemove traling curlybrace by \u003ca href=\"https://github.com/yedayak\"\u003e\u003ccode\u003e@​yedayak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2237\"\u003espf13/cobra#2237\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate command.go by \u003ca href=\"https://github.com/styee\"\u003e\u003ccode\u003e@​styee\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2248\"\u003espf13/cobra#2248\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: Add security policy by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2253\"\u003espf13/cobra#2253\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate Readme (Warp) by \u003ca href=\"https://github.com/ericdachen\"\u003e\u003ccode\u003e@​ericdachen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2267\"\u003espf13/cobra#2267\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Periscope to the list of projects using Cobra by \u003ca href=\"https://github.com/anishathalye\"\u003e\u003ccode\u003e@​anishathalye\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2299\"\u003espf13/cobra#2299\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/harryzcy\"\u003e\u003ccode\u003e@​harryzcy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2236\"\u003espf13/cobra#2236\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yedayak\"\u003e\u003ccode\u003e@​yedayak\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2237\"\u003espf13/cobra#2237\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Frassle\"\u003e\u003ccode\u003e@​Frassle\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2241\"\u003espf13/cobra#2241\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/7da941c3547e93b8c9f70bbd3befca79c6335388\"\u003e\u003ccode\u003e7da941c\u003c/code\u003e\u003c/a\u003e chore: Bump pflag to v1.0.9 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2305\"\u003e#2305\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/51d675196729be769ce235b710ab7058b3aad03a\"\u003e\u003ccode\u003e51d6751\u003c/code\u003e\u003c/a\u003e Bump pflag to 1.0.8 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2303\"\u003e#2303\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/3f3b81882534a51628f3286e93c6842d9b2e29ea\"\u003e\u003ccode\u003e3f3b818\u003c/code\u003e\u003c/a\u003e Update README.md with new logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/dcaf42e2633496bf97d5476d7419071e5c48f40a\"\u003e\u003ccode\u003edcaf42e\u003c/code\u003e\u003c/a\u003e Add Periscope to the list of projects using Cobra (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2299\"\u003e#2299\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/6dec1ae26659a130bdb4c985768d1853b0e1bc06\"\u003e\u003ccode\u003e6dec1ae\u003c/code\u003e\u003c/a\u003e The default ShellCompDirective can be customized for a command and its subcom...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/c8289c10302063b9a2e26357e7e0f0bb599f29ce\"\u003e\u003ccode\u003ec8289c1\u003c/code\u003e\u003c/a\u003e chore(golangci-lint): add some exclusion presets\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/4af7b64d31989e78e86d65304f693a6d9c77c932\"\u003e\u003ccode\u003e4af7b64\u003c/code\u003e\u003c/a\u003e refactor: apply golangci-lint autofixes, work around false positives\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/75790e48fb73c8ba027e0163157a86ce8604ca3e\"\u003e\u003ccode\u003e75790e4\u003c/code\u003e\u003c/a\u003e chore(golangci-lint): upgrade to v2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/db3ddb5cf4968b320ea21f6ee5c2d2202a2e7b22\"\u003e\u003ccode\u003edb3ddb5\u003c/code\u003e\u003c/a\u003e Adding sponsorship to README.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/67171d6909986ee86fb946f808b87aba88ee417a\"\u003e\u003ccode\u003e67171d6\u003c/code\u003e\u003c/a\u003e putting sponsorship below header\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/spf13/cobra/compare/v1.7.0...v1.10.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/stretchr/testify` from 1.8.4 to 1.11.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/stretchr/testify/releases\"\u003egithub.com/stretchr/testify's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.1\u003c/h2\u003e\n\u003cp\u003eThis release fixes \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1785\"\u003e#1785\u003c/a\u003e introduced in v1.11.0 where expected argument values implementing the stringer interface (\u003ccode\u003eString() string\u003c/code\u003e) with a method which mutates their value, when passed to mock.Mock.On (\u003ccode\u003em.On(\u0026quot;Method\u0026quot;, \u0026lt;expected\u0026gt;).Return()\u003c/code\u003e) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBackport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11: mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1788\"\u003estretchr/testify#1788\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\"\u003ehttps://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eFunctional Changes\u003c/h3\u003e\n\u003cp\u003ev1.11.0 Includes a number of performance improvements.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eCall stack perf change for CallerInfo by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1614\"\u003estretchr/testify#1614\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eLazily render mock diff output on successful match by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1615\"\u003estretchr/testify#1615\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check early in Eventually, EventuallyWithT, and Never by \u003ca href=\"https://github.com/cszczepaniak\"\u003e\u003ccode\u003e@​cszczepaniak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1427\"\u003estretchr/testify#1427\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: add IsNotType by \u003ca href=\"https://github.com/bartventer\"\u003e\u003ccode\u003e@​bartventer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1730\"\u003estretchr/testify#1730\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.JSONEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1754\"\u003estretchr/testify#1754\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.YAMLEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1755\"\u003estretchr/testify#1755\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: faster and simpler isEmpty using reflect.Value.IsZero by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1761\"\u003estretchr/testify#1761\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: faster methods filtering (internal refactor) by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1758\"\u003estretchr/testify#1758\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eassert.ErrorAs: log target type by \u003ca href=\"https://github.com/craig65535\"\u003e\u003ccode\u003e@​craig65535\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1345\"\u003estretchr/testify#1345\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix failure message formatting for Positive and Negative asserts in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1062\"\u003estretchr/testify#1062\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorIs message when error is nil but an error was expected by \u003ca href=\"https://github.com/tsioftas\"\u003e\u003ccode\u003e@​tsioftas\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1681\"\u003estretchr/testify#1681\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix Subset/NotSubset when calling with mixed input types by \u003ca href=\"https://github.com/siliconbrain\"\u003e\u003ccode\u003e@​siliconbrain\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1729\"\u003estretchr/testify#1729\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorAs failure message when error is nil by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1734\"\u003estretchr/testify#1734\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock.AssertNumberOfCalls: improve error msg by \u003ca href=\"https://github.com/3scalation\"\u003e\u003ccode\u003e@​3scalation\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1743\"\u003estretchr/testify#1743\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDocumentation, Build \u0026amp; CI\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003edocs: Fix typo in README by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1688\"\u003estretchr/testify#1688\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eReplace deprecated io/ioutil with io and os by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1684\"\u003estretchr/testify#1684\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocument consequences of calling t.FailNow() by \u003ca href=\"https://github.com/greg0ire\"\u003e\u003ccode\u003e@​greg0ire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1710\"\u003estretchr/testify#1710\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update docs for Unset \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1621\"\u003e#1621\u003c/a\u003e by \u003ca href=\"https://github.com/techfg\"\u003e\u003ccode\u003e@​techfg\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1709\"\u003estretchr/testify#1709\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eREADME: apply gofmt to examples by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1687\"\u003estretchr/testify#1687\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: use %q and %T to simplify fmt.Sprintf by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1674\"\u003estretchr/testify#1674\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePropose Christophe Colombier (ccoVeille) as approver by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1716\"\u003estretchr/testify#1716\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate documentation for the Error function in assert or require package by \u003ca href=\"https://github.com/architagr\"\u003e\u003ccode\u003e@​architagr\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1675\"\u003estretchr/testify#1675\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: remove deprecated build constraints by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1671\"\u003estretchr/testify#1671\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: apply gofumpt to internal test suite by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1739\"\u003estretchr/testify#1739\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: fix shebang in .ci.*.sh scripts by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1746\"\u003estretchr/testify#1746\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert,require: enable parallel testing on (almost) all top tests by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1747\"\u003estretchr/testify#1747\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite.Passed: add one more status test report by \u003ca href=\"https://github.com/Ararsa-Derese\"\u003e\u003ccode\u003e@​Ararsa-Derese\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1706\"\u003estretchr/testify#1706\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Helper() method in internal mocks and assert.CollectT by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1423\"\u003estretchr/testify#1423\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.Same/NotSame: improve usage of Sprintf by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1742\"\u003estretchr/testify#1742\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock: enable parallel testing on internal testsuite by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1756\"\u003estretchr/testify#1756\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: cleanup use of 'testing' internals at runtime by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1751\"\u003estretchr/testify#1751\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check test failure message for Empty and NotEmpty  by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1745\"\u003estretchr/testify#1745\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/2a57335dc9cd6833daa820bc94d9b40c26a7917d\"\u003e\u003ccode\u003e2a57335\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1788\"\u003e#1788\u003c/a\u003e from brackendawson/1785-backport-1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/af8c91234f184009f57ef29027b39ca89cb00100\"\u003e\u003ccode\u003eaf8c912\u003c/code\u003e\u003c/a\u003e Backport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/b7801fbf5cd58d201296d5d0e132d1849966dbd4\"\u003e\u003ccode\u003eb7801fb\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1778\"\u003e#1778\u003c/a\u003e from stretchr/dependabot/github_actions/actions/chec...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/69831f3b08c40d56a09d0be93e9d5ae034f1590b\"\u003e\u003ccode\u003e69831f3\u003c/code\u003e\u003c/a\u003e build(deps): bump actions/checkout from 4 to 5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/a53be35c3b0cfcd5189cffcfd75df60ea581104c\"\u003e\u003ccode\u003ea53be35\u003c/code\u003e\u003c/a\u003e Improve captureTestingT helper\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/aafb604176db7e1f2c9810bc90d644291d057687\"\u003e\u003ccode\u003eaafb604\u003c/code\u003e\u003c/a\u003e mock: improve formatting of error message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7218e0390acd2aea3edb18574110ec2753c0aeef\"\u003e\u003ccode\u003e7218e03\u003c/code\u003e\u003c/a\u003e improve error msg\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/929a2126c2702df436312656a0304580b526c6e9\"\u003e\u003ccode\u003e929a212\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1758\"\u003e#1758\u003c/a\u003e from stretchr/dolmen/suite-faster-method-filtering\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/bc7459ec38128532ff32f23cfab4ea0b725210f2\"\u003e\u003ccode\u003ebc7459e\u003c/code\u003e\u003c/a\u003e suite: faster filtering of methods (-testify.m)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7d37b5c962954410bcd7a71ff3a77c79514056d1\"\u003e\u003ccode\u003e7d37b5c\u003c/code\u003e\u003c/a\u003e suite: refactor methodFilter\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/stretchr/testify/compare/v1.8.4...v1.11.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/sync` from 0.5.0 to 0.17.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/04914c200cb38d4ea960ee6a4c314a028c632991\"\u003e\u003ccode\u003e04914c2\u003c/code\u003e\u003c/a\u003e all: upgrade go directive to at least 1.24.0 [generated]\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/7fad2c9213e0821bd78435a9c106806f2fc383f1\"\u003e\u003ccode\u003e7fad2c9\u003c/code\u003e\u003c/a\u003e errgroup: revert propagation of panics\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/8a14946fb031f4bf6096242b5e6ae6f7316d47d8\"\u003e\u003ccode\u003e8a14946\u003c/code\u003e\u003c/a\u003e errgroup: remove duplicated comment\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/1869c690bf11da5dd230e188d03a612a4a3f8ba6\"\u003e\u003ccode\u003e1869c69\u003c/code\u003e\u003c/a\u003e all: replace deprecated ioutil\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/d1ac909e84c04f4326f620436b3894b3f5de0bd4\"\u003e\u003ccode\u003ed1ac909\u003c/code\u003e\u003c/a\u003e sync/errgroup: PanicError.Error print stack trace\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/506c70f97318aa991ec5a898685660c880c166ca\"\u003e\u003ccode\u003e506c70f\u003c/code\u003e\u003c/a\u003e errgroup: propagate panic and Goexit through Wait\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/396f3a06ea2a49eb410f12e244c0dd77095d0de9\"\u003e\u003ccode\u003e396f3a0\u003c/code\u003e\u003c/a\u003e errgroup: document calling Go before Wait\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/b637f27e40ad6e222f3d301cc113e635f0fa08be\"\u003e\u003ccode\u003eb637f27\u003c/code\u003e\u003c/a\u003e errgroup: drop support for Go versions before 1.20\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/960bf1fb13c616a491486fc6322e26fe0830eaf0\"\u003e\u003ccode\u003e960bf1f\u003c/code\u003e\u003c/a\u003e all: upgrade go directive to at least 1.23.0 [generated]\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/fe3591bd8a96873abc98bb9d2d5c62f27efca3e9\"\u003e\u003ccode\u003efe3591b\u003c/code\u003e\u003c/a\u003e sync/errgroup: improve documentation for semaphore limit behavior\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/golang/sync/compare/v0.5.0...v0.17.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/tools` from 0.14.0 to 0.36.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/tools/releases\"\u003egolang.org/x/tools's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003egopls/v0.20.0\u003c/h2\u003e\n\u003cp\u003eSee \u003ca href=\"https://go.dev/gopls/release/v0.20.0\"\u003ehttps://go.dev/gopls/release/v0.20.0\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eChanges: \u003ca href=\"https://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\"\u003ehttps://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\u003c/a\u003e\nContributors: \u003ca href=\"https://github.com/adonovan\"\u003e\u003ccode\u003e@​adonovan\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/cuishuang\"\u003e\u003ccode\u003e@​cuishuang\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/dmitshur\"\u003e\u003ccode\u003e@​dmitshur\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/findleyr\"\u003e\u003ccode\u003e@​findleyr\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/gopherbot\"\u003e\u003ccode\u003e@​gopherbot\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/hyangah\"\u003e\u003ccode\u003e@​hyangah\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/iharsuvorau\"\u003e\u003ccode\u003e@​iharsuvorau\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/jba\"\u003e\u003ccode\u003e@​jba\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/lfolger\"\u003e\u003ccode\u003e@​lfolger\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/pjweinbgo\"\u003e\u003ccode\u003e@​pjweinbgo\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/rogeryk\"\u003e\u003ccode\u003e@​rogeryk\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/timothy-king\"\u003e\u003ccode\u003e@​timothy-king\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/vitalmotif\"\u003e\u003ccode\u003e@​vitalmotif\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/zpavlinovic\"\u003e\u003ccode\u003e@​zpavlinovic\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.1\u003c/h2\u003e\n\u003cp\u003eThis patch release changes the default value of the \u003ccode\u003eimportsSource\u003c/code\u003e setting: v0.19.0 changed it from \u003ccode\u003egoimports\u003c/code\u003e to \u003ccode\u003egopls\u003c/code\u003e; this release changes it back, due to a bug (\u003ca href=\"https://redirect.github.com/golang/tools/issues/74280\"\u003e#74280\u003c/a\u003e).\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.0\u003c/h2\u003e\n\u003cp\u003eComplete list of issues closed: \u003ca href=\"https://github.com/golang/go/milestone/380?closed=1\"\u003egopls/v0.19.0 milestone\u003c/a\u003e\u003c/p\u003e\n\u003ch1\u003eConfiguration Changes\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eThe \u003ccode\u003egopls check\u003c/code\u003e subcommand now accepts a \u003ccode\u003e-severity\u003c/code\u003e flag to set a minimum severity for the diagnostics it reports. By default, the minimum severity is \u0026quot;warning\u0026quot;, so \u003ccode\u003egopls check\u003c/code\u003e may report fewer diagnostics than before. Set \u003ccode\u003e-severity=hint\u003c/code\u003e to reproduce the previous behavior.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eNavigation features\u003c/h1\u003e\n\u003ch2\u003e\u0026quot;Implementations\u0026quot; supports signature types (within same package)\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003cp\u003eThe Implementations query reports the correspondence between abstract and concrete types and their methods based on their method sets. Now, it also reports the cor...\n\n_Description has been truncated_","html_url":"https://github.com/mateoBell88/fabric-private-chaincode/pull/12","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateoBell88%2Ffabric-private-chaincode/issues/12","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/12/packages"},{"uuid":"2888086996","node_id":"PR_kwDOLupXrc6sJLXU","number":463,"state":"closed","title":"chore(deps): bump the gomod-tools group across 1 directory with 78 updates","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":"2025-10-05T13:27:32.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-10-05T13:24:01.000Z","updated_at":"2025-10-05T13:27:32.000Z","time_to_close":211,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): bump","group_name":"gomod-tools","update_count":78,"packages":[{"name":"github.com/4meepo/tagalign","old_version":"1.4.2","new_version":"1.4.3","repository_url":"https://github.com/4meepo/tagalign"},{"name":"github.com/Abirdcfly/dupword","old_version":"0.1.3","new_version":"0.1.6","repository_url":"https://github.com/Abirdcfly/dupword"},{"name":"github.com/Antonboom/errname","old_version":"1.1.0","new_version":"1.1.1","repository_url":"https://github.com/Antonboom/errname"},{"name":"github.com/Antonboom/nilnil","old_version":"1.1.0","new_version":"1.1.1","repository_url":"https://github.com/Antonboom/nilnil"},{"name":"github.com/Antonboom/testifylint","old_version":"1.6.0","new_version":"1.6.4","repository_url":"https://github.com/Antonboom/testifylint"},{"name":"github.com/Djarvur/go-err113","old_version":"0.0.0-20210108212216-aea10b59be24","new_version":"0.1.1","repository_url":"https://github.com/Djarvur/go-err113"},{"name":"github.com/Masterminds/semver/v3","old_version":"3.3.1","new_version":"3.4.0","repository_url":"https://github.com/Masterminds/semver"},{"name":"github.com/alexkohler/nakedret/v2","old_version":"2.0.5","new_version":"2.0.6","repository_url":"https://github.com/alexkohler/nakedret"},{"name":"github.com/alingse/nilnesserr","old_version":"0.1.2","new_version":"0.2.0","repository_url":"https://github.com/alingse/nilnesserr"},{"name":"github.com/bombsimon/wsl/v4","old_version":"4.6.0","new_version":"4.7.0","repository_url":"https://github.com/bombsimon/wsl"},{"name":"github.com/butuzov/ireturn","old_version":"0.3.1","new_version":"0.4.0","repository_url":"https://github.com/butuzov/ireturn"},{"name":"github.com/ccojocar/zxcvbn-go","old_version":"1.0.2","new_version":"1.0.4","repository_url":"https://github.com/ccojocar/zxcvbn-go"},{"name":"github.com/charmbracelet/colorprofile","old_version":"0.2.3-0.20250311203215-f60798e515dc","new_version":"0.3.2","repository_url":"https://github.com/charmbracelet/colorprofile"},{"name":"github.com/daixiang0/gci","old_version":"0.13.6","new_version":"0.13.7","repository_url":"https://github.com/daixiang0/gci"},{"name":"github.com/firefart/nonamedreturns","old_version":"1.0.5","new_version":"1.0.6","repository_url":"https://github.com/firefart/nonamedreturns"},{"name":"github.com/fsnotify/fsnotify","old_version":"1.5.4","new_version":"1.9.0","repository_url":"https://github.com/fsnotify/fsnotify"},{"name":"github.com/ghostiam/protogetter","old_version":"0.3.12","new_version":"0.3.17","repository_url":"https://github.com/ghostiam/protogetter"},{"name":"github.com/golangci/go-printf-func-name","old_version":"0.1.0","new_version":"0.1.1","repository_url":"https://github.com/golangci/go-printf-func-name"},{"name":"github.com/golangci/golangci-lint/v2","old_version":"2.0.2","new_version":"2.5.0","repository_url":"https://github.com/golangci/golangci-lint"},{"name":"github.com/lucasb-eyer/go-colorful","old_version":"1.2.0","new_version":"1.3.0","repository_url":"https://github.com/lucasb-eyer/go-colorful"},{"name":"github.com/magiconair/properties","old_version":"1.8.6","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"},{"name":"github.com/mattn/go-runewidth","old_version":"0.0.16","new_version":"0.0.19","repository_url":"https://github.com/mattn/go-runewidth"},{"name":"github.com/matttproud/golang_protobuf_extensions","old_version":"1.0.1","new_version":"1.0.4","repository_url":"https://github.com/matttproud/golang_protobuf_extensions"},{"name":"github.com/prometheus/client_golang","old_version":"1.12.1","new_version":"1.23.2","repository_url":"https://github.com/prometheus/client_golang"},{"name":"github.com/quasilyte/go-ruleguard","old_version":"0.4.4","new_version":"0.4.5","repository_url":"https://github.com/quasilyte/go-ruleguard"},{"name":"github.com/quasilyte/go-ruleguard/dsl","old_version":"0.3.22","new_version":"0.3.23","repository_url":"https://github.com/quasilyte/go-ruleguard"},{"name":"github.com/segmentio/golines","old_version":"0.12.2","new_version":"0.13.0","repository_url":"https://github.com/segmentio/golines"},{"name":"github.com/spf13/cast","old_version":"1.5.0","new_version":"1.10.0","repository_url":"https://github.com/spf13/cast"},{"name":"github.com/spf13/viper","old_version":"1.12.0","new_version":"1.21.0","repository_url":"https://github.com/spf13/viper"}],"path":null,"ecosystem":"go"},"body":"Bumps the gomod-tools group with 29 updates in the /.tools directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/4meepo/tagalign](https://github.com/4meepo/tagalign) | `1.4.2` | `1.4.3` |\n| [github.com/Abirdcfly/dupword](https://github.com/Abirdcfly/dupword) | `0.1.3` | `0.1.6` |\n| [github.com/Antonboom/errname](https://github.com/Antonboom/errname) | `1.1.0` | `1.1.1` |\n| [github.com/Antonboom/nilnil](https://github.com/Antonboom/nilnil) | `1.1.0` | `1.1.1` |\n| [github.com/Antonboom/testifylint](https://github.com/Antonboom/testifylint) | `1.6.0` | `1.6.4` |\n| [github.com/Djarvur/go-err113](https://github.com/Djarvur/go-err113) | `0.0.0-20210108212216-aea10b59be24` | `0.1.1` |\n| [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) | `3.3.1` | `3.4.0` |\n| [github.com/alexkohler/nakedret/v2](https://github.com/alexkohler/nakedret) | `2.0.5` | `2.0.6` |\n| [github.com/alingse/nilnesserr](https://github.com/alingse/nilnesserr) | `0.1.2` | `0.2.0` |\n| [github.com/bombsimon/wsl/v4](https://github.com/bombsimon/wsl) | `4.6.0` | `4.7.0` |\n| [github.com/butuzov/ireturn](https://github.com/butuzov/ireturn) | `0.3.1` | `0.4.0` |\n| [github.com/ccojocar/zxcvbn-go](https://github.com/ccojocar/zxcvbn-go) | `1.0.2` | `1.0.4` |\n| [github.com/charmbracelet/colorprofile](https://github.com/charmbracelet/colorprofile) | `0.2.3-0.20250311203215-f60798e515dc` | `0.3.2` |\n| [github.com/daixiang0/gci](https://github.com/daixiang0/gci) | `0.13.6` | `0.13.7` |\n| [github.com/firefart/nonamedreturns](https://github.com/firefart/nonamedreturns) | `1.0.5` | `1.0.6` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.5.4` | `1.9.0` |\n| [github.com/ghostiam/protogetter](https://github.com/ghostiam/protogetter) | `0.3.12` | `0.3.17` |\n| [github.com/golangci/go-printf-func-name](https://github.com/golangci/go-printf-func-name) | `0.1.0` | `0.1.1` |\n| [github.com/golangci/golangci-lint/v2](https://github.com/golangci/golangci-lint) | `2.0.2` | `2.5.0` |\n| [github.com/lucasb-eyer/go-colorful](https://github.com/lucasb-eyer/go-colorful) | `1.2.0` | `1.3.0` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.6` | `1.8.10` |\n| [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) | `0.0.16` | `0.0.19` |\n| [github.com/matttproud/golang_protobuf_extensions](https://github.com/matttproud/golang_protobuf_extensions) | `1.0.1` | `1.0.4` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.12.1` | `1.23.2` |\n| [github.com/quasilyte/go-ruleguard](https://github.com/quasilyte/go-ruleguard) | `0.4.4` | `0.4.5` |\n| [github.com/quasilyte/go-ruleguard/dsl](https://github.com/quasilyte/go-ruleguard) | `0.3.22` | `0.3.23` |\n| [github.com/segmentio/golines](https://github.com/segmentio/golines) | `0.12.2` | `0.13.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.12.0` | `1.21.0` |\n\n\nUpdates `github.com/4meepo/tagalign` from 1.4.2 to 1.4.3\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/4meepo/tagalign/releases\"\u003egithub.com/4meepo/tagalign's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.4.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eReplace structtag library by \u003ca href=\"https://github.com/alfa-alex\"\u003e\u003ccode\u003e@​alfa-alex\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/4meepo/tagalign/pull/20\"\u003e4meepo/tagalign#20\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alfa-alex\"\u003e\u003ccode\u003e@​alfa-alex\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/4meepo/tagalign/pull/20\"\u003e4meepo/tagalign#20\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/4meepo/tagalign/compare/v1.4.2...v1.4.3\"\u003ehttps://github.com/4meepo/tagalign/compare/v1.4.2...v1.4.3\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/4meepo/tagalign/commit/86b3f8d335921d27dd9f0148cf7707b29b714c31\"\u003e\u003ccode\u003e86b3f8d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/4meepo/tagalign/issues/20\"\u003e#20\u003c/a\u003e from alfa-alex/switch-to-alfatraining/structtag\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/4meepo/tagalign/commit/a0bf2d9e11d0e703e0567664d876d8c984ee7fcc\"\u003e\u003ccode\u003ea0bf2d9\u003c/code\u003e\u003c/a\u003e Switch to alfatraining/structtag\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/4meepo/tagalign/compare/v1.4.2...v1.4.3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/Abirdcfly/dupword` from 0.1.3 to 0.1.6\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/Abirdcfly/dupword/releases\"\u003egithub.com/Abirdcfly/dupword's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.1.6\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e34c8f9a6efc35a76852a9e81582b638a364df21f chore: rewrite flags parsing\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev0.1.5\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efd4d8cf1c262b523f06adadfe17513f13526b218 check excludeWords without commas\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev0.1.4\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efab2feadb5c55b211de388e3ce113dc5b600245d build(deps): bump golang.org/x/tools from 0.26.0 to 0.27.0\u003c/li\u003e\n\u003cli\u003e8fecb81c7b9085c25678e8a16ecb0385a178daef build(deps): bump golang.org/x/tools from 0.27.0 to 0.28.0\u003c/li\u003e\n\u003cli\u003eef530925e20fd8ceae4d82c06569bb701078f337 build(deps): bump golang.org/x/tools from 0.28.0 to 0.29.0\u003c/li\u003e\n\u003cli\u003e2e48ac4d60cb9e1f3ae7aae5b2471ecb35218ed0 build(deps): bump golang.org/x/tools from 0.29.0 to 0.30.0\u003c/li\u003e\n\u003cli\u003ed1376bb37ca71b70a10af6384d1fb2ae07146c38 build(deps): bump golang.org/x/tools from 0.30.0 to 0.33.0\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Abirdcfly/dupword/commit/34c8f9a6efc35a76852a9e81582b638a364df21f\"\u003e\u003ccode\u003e34c8f9a\u003c/code\u003e\u003c/a\u003e chore: rewrite flags parsing\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Abirdcfly/dupword/commit/fd4d8cf1c262b523f06adadfe17513f13526b218\"\u003e\u003ccode\u003efd4d8cf\u003c/code\u003e\u003c/a\u003e check excludeWords without commas\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Abirdcfly/dupword/commit/d1376bb37ca71b70a10af6384d1fb2ae07146c38\"\u003e\u003ccode\u003ed1376bb\u003c/code\u003e\u003c/a\u003e build(deps): bump golang.org/x/tools from 0.30.0 to 0.33.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Abirdcfly/dupword/commit/2e48ac4d60cb9e1f3ae7aae5b2471ecb35218ed0\"\u003e\u003ccode\u003e2e48ac4\u003c/code\u003e\u003c/a\u003e build(deps): bump golang.org/x/tools from 0.29.0 to 0.30.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Abirdcfly/dupword/commit/ef530925e20fd8ceae4d82c06569bb701078f337\"\u003e\u003ccode\u003eef53092\u003c/code\u003e\u003c/a\u003e build(deps): bump golang.org/x/tools from 0.28.0 to 0.29.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Abirdcfly/dupword/commit/8fecb81c7b9085c25678e8a16ecb0385a178daef\"\u003e\u003ccode\u003e8fecb81\u003c/code\u003e\u003c/a\u003e build(deps): bump golang.org/x/tools from 0.27.0 to 0.28.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Abirdcfly/dupword/commit/fab2feadb5c55b211de388e3ce113dc5b600245d\"\u003e\u003ccode\u003efab2fea\u003c/code\u003e\u003c/a\u003e build(deps): bump golang.org/x/tools from 0.26.0 to 0.27.0\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/Abirdcfly/dupword/compare/v0.1.3...v0.1.6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/Antonboom/errname` from 1.1.0 to 1.1.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/Antonboom/errname/releases\"\u003egithub.com/Antonboom/errname's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eGo 1.25\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.31.0 to 0.32.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/Antonboom/errname/pull/55\"\u003eAntonboom/errname#55\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eGo 1.25 by \u003ca href=\"https://github.com/Antonboom\"\u003e\u003ccode\u003e@​Antonboom\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/errname/pull/62\"\u003eAntonboom/errname#62\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/Antonboom/errname/compare/v1.1.0...v1.1.1\"\u003ehttps://github.com/Antonboom/errname/compare/v1.1.0...v1.1.1\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/errname/commit/b46d1eb583160f4b73a929e3c9a7bd58b9846b18\"\u003e\u003ccode\u003eb46d1eb\u003c/code\u003e\u003c/a\u003e Go 1.25 (\u003ca href=\"https://redirect.github.com/Antonboom/errname/issues/62\"\u003e#62\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/errname/commit/d9b1b37cb73a14ba95b0af841b875cdc48fc580e\"\u003e\u003ccode\u003ed9b1b37\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/tools from 0.31.0 to 0.32.0 (\u003ca href=\"https://redirect.github.com/Antonboom/errname/issues/55\"\u003e#55\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/Antonboom/errname/compare/v1.1.0...v1.1.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/Antonboom/nilnil` from 1.1.0 to 1.1.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/Antonboom/nilnil/releases\"\u003egithub.com/Antonboom/nilnil's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eGo 1.25\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.31.0 to 0.32.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/Antonboom/nilnil/pull/58\"\u003eAntonboom/nilnil#58\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eGo1.25 by \u003ca href=\"https://github.com/Antonboom\"\u003e\u003ccode\u003e@​Antonboom\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/nilnil/pull/65\"\u003eAntonboom/nilnil#65\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/Antonboom/nilnil/compare/v1.1.0...v1.1.1\"\u003ehttps://github.com/Antonboom/nilnil/compare/v1.1.0...v1.1.1\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/nilnil/commit/6b3b28f92f4a0d3ac1efe63eeb6dc2a0a92b656b\"\u003e\u003ccode\u003e6b3b28f\u003c/code\u003e\u003c/a\u003e Add nolintnolint settings\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/nilnil/commit/ce7e512869c31720f59bfce4d83c4766558976f0\"\u003e\u003ccode\u003ece7e512\u003c/code\u003e\u003c/a\u003e Merge branch 'master' of github.com:Antonboom/nilnil\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/nilnil/commit/a5339b3244d55401a982ce2027f423fc4b684819\"\u003e\u003ccode\u003ea5339b3\u003c/code\u003e\u003c/a\u003e Go1.25 (\u003ca href=\"https://redirect.github.com/Antonboom/nilnil/issues/65\"\u003e#65\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/nilnil/commit/78668781fee62c96697a334ed5d3c2512a177089\"\u003e\u003ccode\u003e7866878\u003c/code\u003e\u003c/a\u003e Merge branch 'master' of github.com:Antonboom/nilnil\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/nilnil/commit/f952d2c61c7699b5bf6927baaeb6e45beb5610ac\"\u003e\u003ccode\u003ef952d2c\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/tools from 0.31.0 to 0.32.0 (\u003ca href=\"https://redirect.github.com/Antonboom/nilnil/issues/58\"\u003e#58\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/nilnil/commit/f8211843d188b589df33ff1d4b76b4c361f8db1a\"\u003e\u003ccode\u003ef821184\u003c/code\u003e\u003c/a\u003e Merge branch 'master' of github.com:Antonboom/nilnil\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/nilnil/commit/c5437c5c1197e02bc36a6d4a131ef736fd4f49f7\"\u003e\u003ccode\u003ec5437c5\u003c/code\u003e\u003c/a\u003e Go 1.24\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/Antonboom/nilnil/compare/v1.1.0...v1.1.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/Antonboom/testifylint` from 1.6.0 to 1.6.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/Antonboom/testifylint/releases\"\u003egithub.com/Antonboom/testifylint's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.6.4\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: better use of the Inspector by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/264\"\u003eAntonboom/testifylint#264\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/264\"\u003eAntonboom/testifylint#264\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/Antonboom/testifylint/compare/v1.6.3...v1.6.4\"\u003ehttps://github.com/Antonboom/testifylint/compare/v1.6.3...v1.6.4\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.6.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eVersion support bug fixes\u003c/li\u003e\n\u003cli\u003eScan all files without any filtering by \u003ca href=\"https://github.com/Antonboom\"\u003e\u003ccode\u003e@​Antonboom\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/262\"\u003eAntonboom/testifylint#262\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eequal-values: fix false positive with any by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/246\"\u003eAntonboom/testifylint#246\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/Antonboom/testifylint/compare/v1.6.2...v1.6.3\"\u003ehttps://github.com/Antonboom/testifylint/compare/v1.6.2...v1.6.3\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.6.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ebuild(deps): bump golang.org/x/tools from 0.31.0 to 0.32.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/239\"\u003eAntonboom/testifylint#239\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMigrate to v2 of golangci-lint by \u003ca href=\"https://github.com/Antonboom\"\u003e\u003ccode\u003e@​Antonboom\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/258\"\u003eAntonboom/testifylint#258\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebump testify to 1.11.1 by \u003ca href=\"https://github.com/Antonboom\"\u003e\u003ccode\u003e@​Antonboom\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/259\"\u003eAntonboom/testifylint#259\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eerror-is-as: error-nil: support IsType and IsNotType by \u003ca href=\"https://github.com/Antonboom\"\u003e\u003ccode\u003e@​Antonboom\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/260\"\u003eAntonboom/testifylint#260\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eexpected-actual: support 'sub' (-) unary operation by \u003ca href=\"https://github.com/Antonboom\"\u003e\u003ccode\u003e@​Antonboom\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/261\"\u003eAntonboom/testifylint#261\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eVersion support via goreleaser by \u003ca href=\"https://github.com/Antonboom\"\u003e\u003ccode\u003e@​Antonboom\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/263\"\u003eAntonboom/testifylint#263\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/Antonboom/testifylint/compare/v1.6.1...v1.6.2\"\u003ehttps://github.com/Antonboom/testifylint/compare/v1.6.1...v1.6.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.6.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: false-positive useless-assert on Positive function by \u003ca href=\"https://github.com/semihbkgr\"\u003e\u003ccode\u003e@​semihbkgr\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/236\"\u003eAntonboom/testifylint#236\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/semihbkgr\"\u003e\u003ccode\u003e@​semihbkgr\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/236\"\u003eAntonboom/testifylint#236\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/Antonboom/testifylint/compare/v1.6.0...v1.6.1\"\u003ehttps://github.com/Antonboom/testifylint/compare/v1.6.0...v1.6.1\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/ca9d16537799078527948d5c492c94d144c6018b\"\u003e\u003ccode\u003eca9d165\u003c/code\u003e\u003c/a\u003e chore: better use of the Inspector (\u003ca href=\"https://redirect.github.com/Antonboom/testifylint/issues/264\"\u003e#264\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/db60550f0d50d4b52d9450dd7ae81cb36c436334\"\u003e\u003ccode\u003edb60550\u003c/code\u003e\u003c/a\u003e Change version consts to vars, to fix ldflags\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/7857840997deaa38a73e5c725dcb6109dac0cf6d\"\u003e\u003ccode\u003e7857840\u003c/code\u003e\u003c/a\u003e Fix version parsing\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/04af72b2e3ab6ac4e7647940a6898d91747bd943\"\u003e\u003ccode\u003e04af72b\u003c/code\u003e\u003c/a\u003e GitHub native release notes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/c932c0cca7f97d51ae7a79eaa187f7a622fbbe88\"\u003e\u003ccode\u003ec932c0c\u003c/code\u003e\u003c/a\u003e equal-values: fix false positive with any (\u003ca href=\"https://redirect.github.com/Antonboom/testifylint/issues/246\"\u003e#246\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/b2da775a69f0380413fff0733553571bb58caf0c\"\u003e\u003ccode\u003eb2da775\u003c/code\u003e\u003c/a\u003e Scan all files without any filtering (\u003ca href=\"https://redirect.github.com/Antonboom/testifylint/issues/262\"\u003e#262\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/838809be4dfefd73cc8cdd39e587b85009f81142\"\u003e\u003ccode\u003e838809b\u003c/code\u003e\u003c/a\u003e Version support (\u003ca href=\"https://redirect.github.com/Antonboom/testifylint/issues/263\"\u003e#263\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/3fbadd608ffd339e87e91efcbbffbf2ffa47d0f1\"\u003e\u003ccode\u003e3fbadd6\u003c/code\u003e\u003c/a\u003e expected-actual: support 'sub' unary operation (\u003ca href=\"https://redirect.github.com/Antonboom/testifylint/issues/261\"\u003e#261\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/cd84b59ced42bcda15c819ffd21bd922029aeddc\"\u003e\u003ccode\u003ecd84b59\u003c/code\u003e\u003c/a\u003e Update golangci-lint conf link\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/d0d0fd16241c184611fb5d300efd9519e45d8a26\"\u003e\u003ccode\u003ed0d0fd1\u003c/code\u003e\u003c/a\u003e More linters\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/Antonboom/testifylint/compare/v1.6.0...v1.6.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/Djarvur/go-err113` from 0.0.0-20210108212216-aea10b59be24 to 0.1.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/Djarvur/go-err113/commits/v0.1.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/Masterminds/semver/v3` from 3.3.1 to 3.4.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/Masterminds/semver/releases\"\u003egithub.com/Masterminds/semver/v3's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.4.0\u003c/h2\u003e\n\u003cp\u003eThere are a few changes in this release to highlight:\u003c/p\u003e\n\u003col\u003e\n\u003cli\u003e\u003ccode\u003eConstraints\u003c/code\u003e now has a property \u003ccode\u003eIncludePrerelease\u003c/code\u003e. When set to true the \u003ccode\u003eCheck\u003c/code\u003e and \u003ccode\u003eValidate\u003c/code\u003e methods will include prereleases.\u003c/li\u003e\n\u003cli\u003eWhen an AND group has one constraint with a prerelease but more than one constraint then prereleases will be included. For example, \u003ccode\u003e\u0026gt;1.0.0-beta.1 \u0026lt; 2\u003c/code\u003e. In the past this would not have included prereleases because each constraint needed to have a prerelease. Now, only one constraint needs to have a prerelease. This is considered a long standing bug fix. Note, this does not carry across OR groups. For example, \u003ccode\u003e\u0026gt;1.0.0-beta.1 \u0026lt; 2 || \u0026gt; 3\u003c/code\u003e. In this case, prereleases will not be included when evaluating against \u003ccode\u003e\u0026gt;3\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eNewVersion\u003c/code\u003e coercion with leading \u0026quot;0\u0026quot;'s is restored. This can be disabled by setting the package level property \u003ccode\u003eCoerceNewVersion\u003c/code\u003e to \u003ccode\u003efalse\u003c/code\u003e.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix the CodeQL link by \u003ca href=\"https://github.com/dmitris\"\u003e\u003ccode\u003e@​dmitris\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Masterminds/semver/pull/257\"\u003eMasterminds/semver#257\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRestore detailed errors when failed to parse with NewVersion by \u003ca href=\"https://github.com/mattfarina\"\u003e\u003ccode\u003e@​mattfarina\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Masterminds/semver/pull/262\"\u003eMasterminds/semver#262\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupdating go version tested with by \u003ca href=\"https://github.com/mattfarina\"\u003e\u003ccode\u003e@​mattfarina\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Masterminds/semver/pull/263\"\u003eMasterminds/semver#263\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRestore the ability to have leading 0's with NewVersion by \u003ca href=\"https://github.com/mattfarina\"\u003e\u003ccode\u003e@​mattfarina\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Masterminds/semver/pull/266\"\u003eMasterminds/semver#266\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eHandle pre-releases on all in an and group by \u003ca href=\"https://github.com/mattfarina\"\u003e\u003ccode\u003e@​mattfarina\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Masterminds/semver/pull/267\"\u003eMasterminds/semver#267\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd property to include prereleases by \u003ca href=\"https://github.com/mattfarina\"\u003e\u003ccode\u003e@​mattfarina\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Masterminds/semver/pull/268\"\u003eMasterminds/semver#268\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdating the error message handling by \u003ca href=\"https://github.com/mattfarina\"\u003e\u003ccode\u003e@​mattfarina\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Masterminds/semver/pull/269\"\u003eMasterminds/semver#269\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate the release notes and readme for new version by \u003ca href=\"https://github.com/mattfarina\"\u003e\u003ccode\u003e@​mattfarina\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Masterminds/semver/pull/270\"\u003eMasterminds/semver#270\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dmitris\"\u003e\u003ccode\u003e@​dmitris\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/Masterminds/semver/pull/257\"\u003eMasterminds/semver#257\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/Masterminds/semver/compare/v3.3.1...v3.4.0\"\u003ehttps://github.com/Masterminds/semver/compare/v3.3.1...v3.4.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/Masterminds/semver/blob/master/CHANGELOG.md\"\u003egithub.com/Masterminds/semver/v3's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e3.4.0 (2025-06-27)\u003c/h2\u003e\n\u003ch3\u003eAdded\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/Masterminds/semver/issues/268\"\u003e#268\u003c/a\u003e: Added property to Constraints to include prereleases for Check and Validate\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eChanged\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/Masterminds/semver/issues/263\"\u003e#263\u003c/a\u003e: Updated Go testing for 1.24, 1.23, and 1.22\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/Masterminds/semver/issues/269\"\u003e#269\u003c/a\u003e: Updated the error message handling for message case and wrapping errors\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/Masterminds/semver/issues/266\"\u003e#266\u003c/a\u003e: Restore the ability to have leading 0's when parsing with NewVersion.\nOpt-out of this by setting CoerceNewVersion to false.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixed\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/Masterminds/semver/issues/257\"\u003e#257\u003c/a\u003e: Fixed the CodeQL link (thanks \u003ca href=\"https://github.com/dmitris\"\u003e\u003ccode\u003e@​dmitris\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/Masterminds/semver/issues/262\"\u003e#262\u003c/a\u003e: Restored detailed errors when failed to parse with NewVersion. Opt-out\nof this by setting DetailedNewVersionErrors to false for faster performance.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/Masterminds/semver/issues/267\"\u003e#267\u003c/a\u003e: Handle pre-releases for an \u0026quot;and\u0026quot; group if one constraint includes them\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Masterminds/semver/commit/61fc460d28283a91c53be65c2e0f20b494ac8ad9\"\u003e\u003ccode\u003e61fc460\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/Masterminds/semver/issues/270\"\u003e#270\u003c/a\u003e from mattfarina/relnotes-3.4.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Masterminds/semver/commit/69a63e729f6254d980ff39c4ac89b5990f2be449\"\u003e\u003ccode\u003e69a63e7\u003c/code\u003e\u003c/a\u003e Update the release notes and readme for new version\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Masterminds/semver/commit/dc05094bcba909be3d0c14364bb14b5e9142dad4\"\u003e\u003ccode\u003edc05094\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/Masterminds/semver/issues/269\"\u003e#269\u003c/a\u003e from mattfarina/lowercase-error-strings\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Masterminds/semver/commit/a2cd9c2c2e49a0a0af115a08be31d410eacdf9e4\"\u003e\u003ccode\u003ea2cd9c2\u003c/code\u003e\u003c/a\u003e Updating the error message handling\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Masterminds/semver/commit/9760c473b7cc395e48276f7f2d0c33ae824e123a\"\u003e\u003ccode\u003e9760c47\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/Masterminds/semver/issues/268\"\u003e#268\u003c/a\u003e from mattfarina/include-prerelease\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Masterminds/semver/commit/c3747513c320448dfaf6f75c6a06a14a6221896f\"\u003e\u003ccode\u003ec374751\u003c/code\u003e\u003c/a\u003e Add property to include prereleases\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Masterminds/semver/commit/057c901b9979a2a6b8e06adfbf96349a641ba2e1\"\u003e\u003ccode\u003e057c901\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/Masterminds/semver/issues/267\"\u003e#267\u003c/a\u003e from mattfarina/fix-259\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Masterminds/semver/commit/abab1c2f5fcf52a1483bfc4be892a0ad42afd09a\"\u003e\u003ccode\u003eabab1c2\u003c/code\u003e\u003c/a\u003e Handle pre-releases on all in an and group\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Masterminds/semver/commit/ebda872fa10e6cc730c5973bbdb512b9511eb65e\"\u003e\u003ccode\u003eebda872\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/Masterminds/semver/issues/266\"\u003e#266\u003c/a\u003e from mattfarina/restore-calver\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Masterminds/semver/commit/4ed619ef3b4f63d7c94b2e19725c2719054de3bd\"\u003e\u003ccode\u003e4ed619e\u003c/code\u003e\u003c/a\u003e Restore the ability to have leading 0's with NewVersion\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/Masterminds/semver/compare/v3.3.1...v3.4.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/alexkohler/nakedret/v2` from 2.0.5 to 2.0.6\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alexkohler/nakedret/commit/dfae5d040fc34a79d3aefaf02dca0e91519deb50\"\u003e\u003ccode\u003edfae5d0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/alexkohler/nakedret/issues/43\"\u003e#43\u003c/a\u003e from ldez/fix/update-x-tools\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alexkohler/nakedret/commit/6c40035575e126c34c13c0426c0c5c65374d6ca3\"\u003e\u003ccode\u003e6c40035\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/alexkohler/nakedret/issues/44\"\u003e#44\u003c/a\u003e from ldez/fix/ci\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alexkohler/nakedret/commit/439f5ba440f31665d8edb8055084902091452fa5\"\u003e\u003ccode\u003e439f5ba\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/alexkohler/nakedret/issues/42\"\u003e#42\u003c/a\u003e from ldez/fix/flags\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alexkohler/nakedret/commit/4aff63f8aaae17d8487b82c005addc4e7fbe810a\"\u003e\u003ccode\u003e4aff63f\u003c/code\u003e\u003c/a\u003e fix: add missing version flag parsing\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alexkohler/nakedret/commit/f429f8cd61479b09f4867989459e33a271c28896\"\u003e\u003ccode\u003ef429f8c\u003c/code\u003e\u003c/a\u003e chore: run tests on go1.23 and go1.24\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alexkohler/nakedret/commit/985c996cf5dd8fc8994d82b46a72489733f3252b\"\u003e\u003ccode\u003e985c996\u003c/code\u003e\u003c/a\u003e chore: improve CI workflow\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alexkohler/nakedret/commit/6609d9abbdfbf7765e4f5ac6280a21fecbc1b46f\"\u003e\u003ccode\u003e6609d9a\u003c/code\u003e\u003c/a\u003e chore: improve analyzer constructor\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alexkohler/nakedret/commit/e9780e3f1c4533fcffc948efa7dcc659d92be693\"\u003e\u003ccode\u003ee9780e3\u003c/code\u003e\u003c/a\u003e chore: update x/tools\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alexkohler/nakedret/commit/a2a9f54ba2c8e23f7608efb45b3a8a114c62223f\"\u003e\u003ccode\u003ea2a9f54\u003c/code\u003e\u003c/a\u003e fix: CLI flags\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alexkohler/nakedret/commit/037ef4e53275fe89d08a2bc92be343625402c811\"\u003e\u003ccode\u003e037ef4e\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/alexkohler/nakedret/issues/41\"\u003e#41\u003c/a\u003e from alexkohler/fix-build\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/alexkohler/nakedret/compare/v2.0.5...v2.0.6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/alingse/nilnesserr` from 0.1.2 to 0.2.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/alingse/nilnesserr/releases\"\u003egithub.com/alingse/nilnesserr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003esupport check check call function\u003c/h2\u003e\n\u003cp\u003esee  PRs\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/alingse/nilnesserr/issues/10\"\u003e#10\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/alingse/nilnesserr/issues/14\"\u003e#14\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alingse/nilnesserr/commit/d29857636722ecdb91739ef3d67fb010a5cabb5f\"\u003e\u003ccode\u003ed298576\u003c/code\u003e\u003c/a\u003e update readme\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alingse/nilnesserr/commit/ad61a3671b54d4f55b39843912e453fc4521d646\"\u003e\u003ccode\u003ead61a36\u003c/code\u003e\u003c/a\u003e reduce diff\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alingse/nilnesserr/commit/3040fd971602dfca6b4c519e8f33f3c13d8b6af1\"\u003e\u003ccode\u003e3040fd9\u003c/code\u003e\u003c/a\u003e fix lint\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alingse/nilnesserr/commit/ccd0eaa66883db86e1c8023cf33601b7c7ef7c5b\"\u003e\u003ccode\u003eccd0eaa\u003c/code\u003e\u003c/a\u003e update\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alingse/nilnesserr/commit/cd136bed69bed53354c685f3a060a49c084c4f60\"\u003e\u003ccode\u003ecd136be\u003c/code\u003e\u003c/a\u003e Update linter.go\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alingse/nilnesserr/commit/fc5d7e6ca40ed954728a3038d67afc82ff13a81d\"\u003e\u003ccode\u003efc5d7e6\u003c/code\u003e\u003c/a\u003e update go-linter-runner\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alingse/nilnesserr/commit/abb98b038359aeff2891efd973e606e2692b3b5d\"\u003e\u003ccode\u003eabb98b0\u003c/code\u003e\u003c/a\u003e support fmt.Errorf\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alingse/nilnesserr/commit/42cbae8266b7033e88ec3fce14763e9343e4f5cd\"\u003e\u003ccode\u003e42cbae8\u003c/code\u003e\u003c/a\u003e update\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alingse/nilnesserr/commit/bb4d55fe963ba554565486d2cb2ded0294409c34\"\u003e\u003ccode\u003ebb4d55f\u003c/code\u003e\u003c/a\u003e update readme\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alingse/nilnesserr/commit/c0da03f6ae784f1bb54c801477c27a9afb6233bd\"\u003e\u003ccode\u003ec0da03f\u003c/code\u003e\u003c/a\u003e update workflow branch\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/alingse/nilnesserr/compare/v0.1.2...v0.2.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/bombsimon/wsl/v4` from 4.6.0 to 4.7.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/bombsimon/wsl/releases\"\u003egithub.com/bombsimon/wsl/v4's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.7.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: migrate to golangci-lint v2 by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/168\"\u003ebombsimon/wsl#168\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: ignore cgo files by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/167\"\u003ebombsimon/wsl#167\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/bombsimon/wsl/compare/v4.6.0...v4.7.0\"\u003ehttps://github.com/bombsimon/wsl/compare/v4.6.0...v4.7.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/8821107dedf939f20094722204c9e94bccbe4f81\"\u003e\u003ccode\u003e8821107\u003c/code\u003e\u003c/a\u003e fix: ignore cgo files (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/167\"\u003e#167\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/9ab31fcaf368bcbd89c83ba67e8a1aefd9d8d4d9\"\u003e\u003ccode\u003e9ab31fc\u003c/code\u003e\u003c/a\u003e chore: migrate to golangci-lint v2 (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/168\"\u003e#168\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/bombsimon/wsl/compare/v4.6.0...v4.7.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/butuzov/ireturn` from 0.3.1 to 0.4.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/butuzov/ireturn/releases\"\u003egithub.com/butuzov/ireturn's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.4.0\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e35fc956d468f516c68819dc1f98c4c4cf09bc8dd Updated go tools to recent version (\u003ca href=\"https://redirect.github.com/butuzov/ireturn/issues/103\"\u003e#103\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e44ec56d24aaefaee89c820b65f5befe9de6439e5 chore: update ci (\u003ca href=\"https://redirect.github.com/butuzov/ireturn/issues/105\"\u003e#105\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e54ebcb4b0facecb7e792c4584047c99f7d2885c0 chore: update std lib packages (go1.23 \u0026amp; go1.24) (\u003ca href=\"https://redirect.github.com/butuzov/ireturn/issues/104\"\u003e#104\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eUpdated minimum go version to 1.23\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/butuzov/ireturn/commit/82b3181306705b4b43b5a47506919a4e477ecaae\"\u003e\u003ccode\u003e82b3181\u003c/code\u003e\u003c/a\u003e docs: update version in readme (\u003ca href=\"https://redirect.github.com/butuzov/ireturn/issues/106\"\u003e#106\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/butuzov/ireturn/commit/44ec56d24aaefaee89c820b65f5befe9de6439e5\"\u003e\u003ccode\u003e44ec56d\u003c/code\u003e\u003c/a\u003e chore: update ci (\u003ca href=\"https://redirect.github.com/butuzov/ireturn/issues/105\"\u003e#105\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/butuzov/ireturn/commit/35fc956d468f516c68819dc1f98c4c4cf09bc8dd\"\u003e\u003ccode\u003e35fc956\u003c/code\u003e\u003c/a\u003e Updated go tools to recent version (\u003ca href=\"https://redirect.github.com/butuzov/ireturn/issues/103\"\u003e#103\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/butuzov/ireturn/commit/54ebcb4b0facecb7e792c4584047c99f7d2885c0\"\u003e\u003ccode\u003e54ebcb4\u003c/code\u003e\u003c/a\u003e chore: update std lib packages (go1.23 \u0026amp; go1.24) (\u003ca href=\"https://redirect.github.com/butuzov/ireturn/issues/104\"\u003e#104\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/butuzov/ireturn/compare/v0.3.1...v0.4.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/ccojocar/zxcvbn-go` from 1.0.2 to 1.0.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/ccojocar/zxcvbn-go/releases\"\u003egithub.com/ccojocar/zxcvbn-go's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.0.4\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ed3df52dc74ba6dfac71c8c2b24afd6b467e6c090 Merge pull request \u003ca href=\"https://redirect.github.com/ccojocar/zxcvbn-go/issues/15\"\u003e#15\u003c/a\u003e from ccojocar/github-token-from-context\u003c/li\u003e\n\u003cli\u003e7df85d45e3a1195a7db33e0d87aa1428f682b301 Use the github token from context in the release action\u003c/li\u003e\n\u003cli\u003edcbbcfa22fa92e2f56c4c0ab07aaa763d5ddb1f6 Merge pull request \u003ca href=\"https://redirect.github.com/ccojocar/zxcvbn-go/issues/14\"\u003e#14\u003c/a\u003e from ccojocar/update-go-releaser\u003c/li\u003e\n\u003cli\u003e54a063f2aaafe918595655e5db805595882d089a Update goreleaser to version 2\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ccojocar/zxcvbn-go/commit/d3df52dc74ba6dfac71c8c2b24afd6b467e6c090\"\u003e\u003ccode\u003ed3df52d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/ccojocar/zxcvbn-go/issues/15\"\u003e#15\u003c/a\u003e from ccojocar/github-token-from-context\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ccojocar/zxcvbn-go/commit/7df85d45e3a1195a7db33e0d87aa1428f682b301\"\u003e\u003ccode\u003e7df85d4\u003c/code\u003e\u003c/a\u003e Use the github token from context in the release action\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ccojocar/zxcvbn-go/commit/dcbbcfa22fa92e2f56c4c0ab07aaa763d5ddb1f6\"\u003e\u003ccode\u003edcbbcfa\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/ccojocar/zxcvbn-go/issues/14\"\u003e#14\u003c/a\u003e from ccojocar/update-go-releaser\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ccojocar/zxcvbn-go/commit/54a063f2aaafe918595655e5db805595882d089a\"\u003e\u003ccode\u003e54a063f\u003c/code\u003e\u003c/a\u003e Update goreleaser to version 2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ccojocar/zxcvbn-go/commit/67d17975492827450d016ad834d6d122b36d9c7c\"\u003e\u003ccode\u003e67d1797\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/ccojocar/zxcvbn-go/issues/13\"\u003e#13\u003c/a\u003e from ccojocar/fix-golangci-update\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ccojocar/zxcvbn-go/commit/f4e583a378887df0adadad385f8c6459eaa2b87b\"\u003e\u003ccode\u003ef4e583a\u003c/code\u003e\u003c/a\u003e Update golanglint-ci configuration and fix warnings after update\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ccojocar/zxcvbn-go/commit/b8c6f122fe1f61de7e73fc5173ecb5aa4fa901f9\"\u003e\u003ccode\u003eb8c6f12\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/ccojocar/zxcvbn-go/issues/12\"\u003e#12\u003c/a\u003e from ccojocar/renovate/all\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ccojocar/zxcvbn-go/commit/938277c5b127cb4dfb1d8c162a27301dc3546d0e\"\u003e\u003ccode\u003e938277c\u003c/code\u003e\u003c/a\u003e Update golangci/golangci-lint-action action to v7\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ccojocar/zxcvbn-go/commit/13e5ba10d5e1f901f211b7e0fe856dc18d741544\"\u003e\u003ccode\u003e13e5ba1\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/ccojocar/zxcvbn-go/issues/11\"\u003e#11\u003c/a\u003e from ccojocar/renovate/all\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ccojocar/zxcvbn-go/commit/7a944b93bdfdaecb21e075ac726089390e3f6fb0\"\u003e\u003ccode\u003e7a944b9\u003c/code\u003e\u003c/a\u003e Update module github.com/stretchr/testify to v1.10.0\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/ccojocar/zxcvbn-go/compare/v1.0.2...v1.0.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/charmbracelet/colorprofile` from 0.2.3-0.20250311203215-f60798e515dc to 0.3.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/charmbracelet/colorprofile/releases\"\u003egithub.com/charmbracelet/colorprofile's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.3.2\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003ch3\u003eBug fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e561b8ac1cff6f8c286c7dd86e95cab3875c7ac01: fix: avoid variable shadowing to properly cache color conversions (\u003ca href=\"https://github.com/aymanbagabas\"\u003e\u003ccode\u003e@​aymanbagabas\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDocumentation updates\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e44171888e824da7c31e567d1184d329a16a2b37f: docs: add contributing guidelines (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/47\"\u003e#47\u003c/a\u003e) (\u003ca href=\"https://github.com/bashbunni\"\u003e\u003ccode\u003e@​bashbunni\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eOther work\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e8c9f0bacd3a711f9edac3b2a9636f0c6f648b0ae: ci: sync dependabot config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/44\"\u003e#44\u003c/a\u003e) (\u003ca href=\"https://github.com/charmcli\"\u003e\u003ccode\u003e@​charmcli\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e0164c5a5071f60123daac0e686d19e6555e94f79: ci: sync golangci-lint config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/46\"\u003e#46\u003c/a\u003e) (\u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003e531ba367a03735d35d80f6054e9c9004968c3f36: ci: sync golangci-lint config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/51\"\u003e#51\u003c/a\u003e) (\u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003ef7fa2ac61e6a8fe85b08bdb5325da7000e3c7309: perf: cache color conversion (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/43\"\u003e#43\u003c/a\u003e) (\u003ca href=\"https://github.com/aymanbagabas\"\u003e\u003ccode\u003e@​aymanbagabas\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003chr /\u003e\n\u003cp\u003e\u003c!-- raw HTML omitted --\u003e\u003c!-- raw HTML omitted --\u003e\u003c!-- raw HTML omitted --\u003e\u003c/p\u003e\n\u003cp\u003eThoughts? Questions? We love hearing from you. Feel free to reach out on \u003ca href=\"https://twitter.com/charmcli\"\u003eTwitter\u003c/a\u003e, \u003ca href=\"https://charm.land/discord\"\u003eDiscord\u003c/a\u003e, \u003ca href=\"https://charm.land/slack\"\u003eSlack\u003c/a\u003e, \u003ca href=\"https://mastodon.technology/@charm\"\u003eThe Fediverse\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003ev0.3.1\u003c/h2\u003e\n\u003cp\u003eThis release fixes an issue where \u003ccode\u003eCOLORTERM\u003c/code\u003e gets evaluated whether \u003ccode\u003eTERM\u003c/code\u003e is defined. It also respects \u003ccode\u003e-direct\u003c/code\u003e terminal types and use true colors for those.\u003c/p\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003ch3\u003eBug fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efc2cc298500750b7b965567aba60453d1a3053cf: fix: ignore COLORTERM when no TERM is defined (\u003ca href=\"https://github.com/aymanbagabas\"\u003e\u003ccode\u003e@​aymanbagabas\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efbe498e4d88aac20022e0b6cb1bff7c6456da39c: fix: lint issues (\u003ca href=\"https://github.com/aymanbagabas\"\u003e\u003ccode\u003e@​aymanbagabas\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e14c7056a6b1c175832c8af4e8894259457df7f05: fix: support direct color terminals (\u003ca href=\"https://github.com/aymanbagabas\"\u003e\u003ccode\u003e@​aymanbagabas\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e3e9edb698166740c90e6a762f9026e29cb74c559: fix: windows check should happen earlier in colorProfile (\u003ca href=\"https://github.com/aymanbagabas\"\u003e\u003ccode\u003e@​aymanbagabas\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eOther work\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e67a142c97627861436e68b1a9b08ecdbc77ee5d1: ci: sync golangci-lint config (\u003ca href=\"https://github.com/aymanbagabas\"\u003e\u003ccode\u003e@​aymanbagabas\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eee84230ba6c7ce20a0431e605be52f8cb8aa71d2: ci: sync golangci-lint config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/39\"\u003e#39\u003c/a\u003e) (\u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003c/ul\u003e\n\u003chr /\u003e\n\u003cp\u003e\u003c!-- raw HTML omitted --\u003e\u003c!-- raw HTML omitted --\u003e\u003c!-- raw HTML omitted --\u003e\u003c/p\u003e\n\u003cp\u003eThoughts? Questions? We love hearing from you. Feel free to reach out on \u003ca href=\"https://twitter.com/charmcli\"\u003eTwitter\u003c/a\u003e, \u003ca href=\"https://mastodon.technology/@charm\"\u003eThe Fediverse\u003c/a\u003e, or on \u003ca href=\"https://charm.sh/chat\"\u003eDiscord\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003ev0.3.0\u003c/h2\u003e\n\u003cp\u003eYou can now use \u003ccode\u003eTTY_FORCE=1\u003c/code\u003e to force \u003ccode\u003ecolorprofile\u003c/code\u003e programs to assume they're working with a TTY to force colors.\u003c/p\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003ch3\u003eNew Features\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e324ca852de1ef83bad885e34f111691c89bc05fa: feat: skip tty check by environment variable (SKIP_TTY_CHECK) (\u003ca href=\"https://github.com/raphamorim\"\u003e\u003ccode\u003e@​raphamorim\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eb6df488184c6e4861aea34ef71b51570e0286e9d: feat: update go version to 1.23 (\u003ca href=\"https://github.com/raphamorim\"\u003e\u003ccode\u003e@​raphamorim\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBug fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e9c2d5e8bd00cad0d95924b4f95a8ae99fe91949b: fix: lint errors (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/37\"\u003e#37\u003c/a\u003e) (\u003ca href=\"https://github.com/raphamorim\"\u003e\u003ccode\u003e@​raphamorim\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eOther work\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e06f135bea2c0ee10c52a29e69a47c570cebee65f: ci: sync golangci-lint config (\u003ca href=\"https://github.com/aymanbagabas\"\u003e\u003ccode\u003e@​aymanbagabas\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e839931ac0316016579909979fb2a0ca50a53928e: remove toolchain definition (\u003ca href=\"https://github.com/raphamorim\"\u003e\u003ccode\u003e@​raphamorim\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/charmbracelet/colorprofile/commits/v0.3.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/charmbracelet/x/ansi` from 0.8.0 to 0.10.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/38fb69db254fb15a39427143e76768fe176e8b9b\"\u003e\u003ccode\u003e38fb69d\u003c/code\u003e\u003c/a\u003e docs(ansi): fix escape sequence for HorizontalPositionAbsolute\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/d60e1b0112b2b334f00a878e59d3e26e944bef18\"\u003e\u003ccode\u003ed60e1b0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/514\"\u003e#514\u003c/a\u003e from charmbracelet/vt-uv\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/9309ca57c7625f4e59f2b6c58211647012a78f17\"\u003e\u003ccode\u003e9309ca5\u003c/code\u003e\u003c/a\u003e fix(vt): lint issues\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/04ca8405026fb4de4d32f059523edc42983c82f9\"\u003e\u003ccode\u003e04ca840\u003c/code\u003e\u003c/a\u003e Merge branch 'main' into vt-uv\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/3615766e35a04156967aebd23860c6f9d4cb2e89\"\u003e\u003ccode\u003e3615766\u003c/code\u003e\u003c/a\u003e chore(deps): bump github.com/charmbracelet/x/input in /examples (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/511\"\u003e#511\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/0e83914301c51d4e170435598027e92f3dac6a69\"\u003e\u003ccode\u003e0e83914\u003c/code\u003e\u003c/a\u003e feat(examples/charmtone): output colors as css, scss, and vim 8 vars\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/bc8a1995e07918e5b6ef069a47561f3e45886882\"\u003e\u003ccode\u003ebc8a199\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 in /conpty (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/512\"\u003e#512\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/ab76bc7934f72bd39d766288a535e30cdc140e14\"\u003e\u003ccode\u003eab76bc7\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 in /term (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/510\"\u003e#510\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/b01c47a15daee2be066658e3716bddfd34afd387\"\u003e\u003ccode\u003eb01c47a\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 in /sshkey (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/509\"\u003e#509\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/439c107f23923cbc41ead6af23469c348774bdac\"\u003e\u003ccode\u003e439c107\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 in /termios (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/508\"\u003e#508\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/charmbracelet/x/compare/ansi/v0.8.0...ansi/v0.10.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/daixiang0/gci` from 0.13.6 to 0.13.7\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/daixiang0/gci/releases\"\u003egithub.com/daixiang0/gci's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.13.7\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: scrape all goos/goarch pair for stdlib by \u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/208\"\u003edaixiang0/gci#208\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: get module info from pass by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/221\"\u003edaixiang0/gci#221\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: remove analyzer by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/222\"\u003edaixiang0/gci#222\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: update standard list to go1.25 by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/233\"\u003edaixiang0/gci#233\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebump up version by \u003ca href=\"https://github.com/daixiang0\"\u003e\u003ccode\u003e@​daixiang0\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/234\"\u003edaixiang0/gci#234\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/208\"\u003edaixiang0/gci#208\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/daixiang0/gci/compare/v0.13.6...v0.13.7\"\u003ehttps://github.com/daixiang0/gci/compare/v0.13.6...v0.13.7\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/5f21beee3f887dd1545545c206722a5f86c2e63e\"\u003e\u003ccode\u003e5f21bee\u003c/code\u003e\u003c/a\u003e bump up version (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/234\"\u003e#234\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/804e044746ea900c542e7c10c92bda7eec560963\"\u003e\u003ccode\u003e804e044\u003c/code\u003e\u003c/a\u003e feat: update standard list to go1.25 (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/233\"\u003e#233\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/c4f689991095c0e54843dca76fb9c3bad58ec5c7\"\u003e\u003ccode\u003ec4f6899\u003c/code\u003e\u003c/a\u003e chore: remove analyzer (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/222\"\u003e#222\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/e67c7dbfdf5cb25057385486c3ade80215825133\"\u003e\u003ccode\u003ee67c7db\u003c/code\u003e\u003c/a\u003e feat: get module info from pass (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/221\"\u003e#221\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/7515d2460612598f817bfc8d1d4ddd252f4143f2\"\u003e\u003ccode\u003e7515d24\u003c/code\u003e\u003c/a\u003e fix: scrape all goos/goarch pair for stdlib (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/208\"\u003e#208\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/daixiang0/gci/compare/v0.13.6...v0.13.7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/firefart/nonamedreturns` from 1.0.5 to 1.0.6\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/firefart/nonamedreturns/releases\"\u003egithub.com/firefart/nonamedreturns's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.0.6\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echeck return value of cast\u003c/li\u003e\n\u003cli\u003eupdate all dependencies\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/firefart/nonamedreturns/commit/f1246cafb71076a1dcd8c6f5281dc4d96d9495f1\"\u003e\u003ccode\u003ef1246ca\u003c/code\u003e\u003c/a\u003e define file types to run on\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/firefart/nonamedreturns/commit/d655e188db7cfef63efe49258cf9f68d8ce790d6\"\u003e\u003ccode\u003ed655e18\u003c/code\u003e\u003c/a\u003e format readme\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/firefart/nonamedreturns/commit/9df753578a3f699d91c12ec323153a01dc1ca656\"\u003e\u003ccode\u003e9df7535\u003c/code\u003e\u003c/a\u003e get rid of old makefile\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/firefart/nonamedreturns/commit/eee24668f4ceab077774e8c607da8543aa82dc00\"\u003e\u003ccode\u003eeee2466\u003c/code\u003e\u003c/a\u003e check cast result\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/firefart/nonamedreturns/commit/836c507b2a579352da2893f3b710dca24d05a66b\"\u003e\u003ccode\u003e836c507\u003c/code\u003e\u003c/a\u003e more configs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/firefart/nonamedreturns/commit/2fd2df0f3b17c5455895c171aa4cc37fb6cd7d06\"\u003e\u003ccode\u003e2fd2df0\u003c/code\u003e\u003c/a\u003e compatibility with golangci-lint\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/firefart/nonamedreturns/commit/2b5ba76f1db3f4df00c0c855158d5abff561d00e\"\u003e\u003ccode\u003e2b5ba76\u003c/code\u003e\u003c/a\u003e update\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/firefart/nonamedreturns/commit/8a6c9705751220e3b2acc80937da92495a86e1bf\"\u003e\u003ccode\u003e8a6c970\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/firefart/nonamedreturns/issues/38\"\u003e#38\u003c/a\u003e from firefart/dependabot/github_actions/goreleaser/gor...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/firefart/nonamedreturns/commit/b69debaab3f13e86bddbaa3e26112dc7ddefb2a2\"\u003e\u003ccode\u003eb69deba\u003c/code\u003e\u003c/a\u003e Bump goreleaser/goreleaser-action from 6.2.1 to 6.3.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/firefart/nonamedreturns/commit/afa3ec05683b2de81f748dea5f8491f73200d23b\"\u003e\u003ccode\u003eafa3ec0\u003c/code\u003e\u003c/a\u003e lint\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/firefart/nonamedreturns/compare/v1.0.5...v1.0.6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/fsnotify/fsnotify` from 1.5.4 to 1.9.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/fsnotify/fsnotify/releases\"\u003egithub.com/fsnotify/fsnotify's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.9.0\u003c/h2\u003e\n\u003ch3\u003eChanges and fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eall: make BufferedWatcher buffered again (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/657\"\u003e#657\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003einotify: fix race when adding/removing watches while a watched path is being deleted (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/678\"\u003e#678\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/686\"\u003e#686\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003einotify: don't send empty event if a watched path is unmounted (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/655\"\u003e#655\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003einotify: don't register duplicate watches when watching both a symlink and its target; previously that would get \u0026quot;half-added\u0026quot; and removing the second would panic (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/679\"\u003e#679\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ekqueue: fix watching relative symlinks (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/681\"\u003e#681\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ekqueue: correctly mark pre-existing entries when watching a link to a dir on kqueue (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/682\"\u003e#682\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eillumos: don't send error if changed file is deleted while processing the event (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/678\"\u003e#678\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/657\"\u003e#657\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/pull/657\"\u003efsnotify/fsnotify#657\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/678\"\u003e#678\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/pull/678\"\u003efsnotify/fsnotify#678\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/686\"\u003e#686\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/pull/686\"\u003efsnotify/fsnotify#686\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/655\"\u003e#655\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/pull/655\"\u003efsnotify/fsnotify#655\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/681\"\u003e#681\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/pull/681\"\u003efsnotify/fsnotify#681\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/679\"\u003e#679\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/pull/679\"\u003efsnotify/fsnotify#679\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/682\"\u003e#682\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/pull/682\"\u003efsnotify/fsnotify#682\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.0\u003c/h2\u003e\n\u003ch2\u003eAdditions\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eall: add \u003ccode\u003eFSNOTIFY_DEBUG\u003c/code\u003e to print debug logs to stderr (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/619\"\u003e#619\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eChanges and fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003ewindows: fix behaviour of \u003ccode\u003eWatchList()\u003c/code\u003e to be consistent with other platforms (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/610\"\u003e#610\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ekqueue: ignore events with Ident=0 (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/590\"\u003e#590\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ekqueue: set O_CLOEXEC to prevent passing file descriptors to children (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/617\"\u003e#617\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ekqueue: emit events as \u0026quot;/path/dir/file\u0026quot; instead of \u0026quot;path/link/file\u0026quot; when watching a symlink (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/625\"\u003e#625\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003einotify: don't send event for IN_DELETE_SELF when also watching the parent (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/620\"\u003e#620\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003einotify: fix panic when calling Remove() in a goroutine (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/650\"\u003e#650\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003efen: allow watching subdirectories of watched directories (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/621\"\u003e#621\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.7.0\u003c/h2\u003e\n\u003cp\u003eThis version of fsnotify needs Go 1.17.\u003c/p\u003e\n\u003ch3\u003eAdditions\u003c/h3\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md\"\u003egithub.com/fsnotify/fsnotify's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.9.0 2024-04-04\u003c/h2\u003e\n\u003ch3\u003eChanges and fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eall: make BufferedWatcher buffered again (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/657\"\u003e#657\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003einotify: fix race when adding/removing watches while a watched path is being\ndeleted (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/678\"\u003e#678\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/686\"\u003e#686\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003einotify: don't send empty event if a watched path is unmounted (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/655\"\u003e#655\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003einotify: don't register duplicate watches when watching both a symlink and its\ntarget; previously that would get \u0026quot;half-added\u0026quot; and removing the second would\npanic (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/679\"\u003e#679\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ekqueue: fix watching relative symlinks (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/681\"\u003e#681\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ekqueue: correctly mark pre-existing entries when watching a link to a dir on\nkqueue (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/682\"\u003e#682\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eillumos: don't send error if changed file is deleted while processing the\nevent (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/678\"\u003e#678\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/657\"\u003e#657\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/pull/657\"\u003efsnotify/fsnotify#657\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/678\"\u003e#678\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/pull/678\"\u003efsnotify/fsnotify#678\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/686\"\u003e#686\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/pull/686\"\u003efsnotify/fsnotify#686\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/655\"\u003e#655\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/pull/655\"\u003efsnotify/fsnotify#655\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/681\"\u003e#681\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/pull/681\"\u003efsnotify/fsnotify#681\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/679\"\u003e#679\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/pull/679\"\u003efsnotify/fsnotify#679\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/682\"\u003e#682\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/pull/682\"\u003efsnotify/fsnotify#682\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003e1.8.0 2024-10-31\u003c/h2\u003e\n\u003ch3\u003eAdditions\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eall: add \u003ccode\u003eFSNOTIFY_DEBUG\u003c/code\u003e to print debug logs to stderr (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/619\"\u003e#619\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eChanges and fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003ewindows: fix behaviour of \u003ccode\u003eWatchList()\u003c/code\u003e to be consistent with other platforms (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/610\"\u003e#610\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ekqueue: ignore events with Ident=0 (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/590\"\u003e#590\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ekqueue: set O_CLOEXEC to prevent passing file descriptors to children (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/617\"\u003e#617\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ekqueue: emit events as \u0026quot;/path/dir/file\u0026quot; instead of \u0026quot;path/link/file\u0026quot; when watching a symlink (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/625\"\u003e#625\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fsnotify/fsnotify/commit/ae0e7923765f64fb8061396db7edebb558cf6093\"\u003e\u003ccode\u003eae0e792\u003c/code\u003e\u003c/a\u003e Release 1.9.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fsnotify/fsnotify/commit/644fbb6b8d9659d3b03e12c52d1fdbd11e4513fc\"\u003e\u003ccode\u003e644fbb6\u003c/code\u003e\u003c/a\u003e Add test to ensure Add()/Remove() works when not reading events\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fsnotify/fsnotify/commit/e7ec5f74c5b88aa47ff49a221dead2a4fdcf0b8e\"\u003e\u003ccode\u003ee7ec5f7\u003c/code\u003e\u003c/a\u003e Fix staticcheck in CI\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fsnotify/fsnotify/commit/d321760db39f8d7fb382220c7fee684e86dce1ae\"\u003e\u003ccode\u003ed321760\u003c/code\u003e\u003c/a\u003e Update changelog\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fsnotify/fsnotify/commit/dbe071720fb1147e3bb47a5f723280b62cf2c58d\"\u003e\u003ccode\u003edbe0717\u003c/code\u003e\u003c/a\u003e Remove AIX/AHFS from README\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fsnotify/fsnotify/commit/2d897cabb3d7c3b2cb20c7074991848291ea4008\"\u003e\u003ccode\u003e2d897ca\u003c/code\u003e\u003c/a\u003e Simplify inotify backend locking\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fsnotify/fsnotify/commit/868a000da3bc607c547d546291463798d4ff33e6\"\u003e\u003ccode\u003e868a000\u003c/code\u003e\u003c/a\u003e Test gccgo in CI\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fsnotify/fsnotify/commit/8f6d48b67bf642be39d2ce798d4b522bffb29efb\"\u003e\u003ccode\u003e8f6d48b\u003c/code\u003e\u003c/a\u003e Move some shared code to a shared struct\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fsnotify/fsnotify/commit/e48b91a36a5716756346111639156fb7605f0f7a\"\u003e\u003ccode\u003ee48b91a\u003c/code\u003e\u003c/a\u003e Add timeout-minutes in GitHub actions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fsnotify/fsnotify/commit/c9507a5fddb4d191636986e40d4c65d3d3504ba2\"\u003e\u003ccode\u003ec9507a5\u003c/code\u003e\u003c/a\u003e Correctly mark pre-existing entries when watching a link to a dir on kqueue\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/fsnotify/fsnotify/compare/v1.5.4...v1.9.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/ghostiam/protogetter` from 0.3.12 to 0.3.17\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/ghostiam/protogetter/releases\"\u003egithub.com/ghostiam/protogetter's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.3.17\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/ghostiam/protogetter/compare/v0.3.16...v0.3.17\"\u003ehttps://github.com/ghostiam/protogetter/compare/v0.3.16...v0.3.17\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev0.3.16\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate golang.org/x/tools by \u003ca href=\"https://github.com/Jleagle\"\u003e\u003ccode\u003e@​Jleagle\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/ghostiam/protogetter/pull/20\"\u003eghostiam/protogetter#20\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Jleagle\"\u003e\u003ccode\u003e@​Jleagle\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/ghostiam/protogetter/pull/20\"\u003eghostiam/protogetter#20\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/ghostiam/protogetter/compare/v0.3.15...v0.3.16\"\u003ehttps://github.com/ghostiam/protogetter/compare/v0.3.15...v0.3.16\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev0.3.15\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/ghostiam/protogetter/compare/v0.3.14...v0.3.15\"\u003ehttps://github.com/ghostiam/protogetter/compare/v0.3.14...v0.3.15\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev0.3.14\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: skip function with variadics by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/ghostiam/protogetter/pull/19\"\u003eghostiam/protogetter#19\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/ghostiam/protogetter/compare/v0.3.13...v0.3.14\"\u003ehttps://github.com/ghostiam/protogetter/compare/v0.3.13...v0.3.14\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev0.3.13\u003c/h2\u003e\n\u003cp\u003eAllow passing optional parameters to the function without getter.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/ghostiam/protogetter/compare/v0.3.12...v0.3.13\"\u003ehttps://github.com/ghostiam/protogetter/compare/v0.3.12...v0.3.13\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ghostiam/protogetter/commit/d3852c931509bfd23bf5151062e32573f717a90e\"\u003e\u003ccode\u003ed3852c9\u003c/code\u003e\u003c/a\u003e update: bump go version to 1.24 and upgrade dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ghostiam/protogetter/commit/33fe9a128a55e24875f04b38f0ec010368561072\"\u003e\u003ccode\u003e33fe9a1\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/ghostiam/protogetter/issues/20\"\u003e#20\u003c/a\u003e from Jleagle/main\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ghostiam/protogetter/commit/b3a4d08d8a36c1873f07f397df8179f696723ae4\"\u003e\u003ccode\u003eb3a4d08\u003c/code\u003e\u003c/a\u003e Update golang.org/x/tools\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ghostiam/protogetter/commit/24924fd11d198b92e6b62efaa7be2576f2b09937\"\u003e\u003ccode\u003e24924fd\u003c/code\u003e\u003c/a\u003e refactoring: add support for variadic arguments in function checks\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ghostiam/protogetter/commit/43a44526a3593d8fecbc6f50bbb248423b27bbf2\"\u003e\u003ccode\u003e43a4452\u003c/code\u003e\u003c/a\u003e move tassert.go from testdata/proto/ to testdata/\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ghostiam/protogetter/commit/21f1fc3d1826e22df6415458bc57ea58fe6cdb0e\"\u003e\u003ccode\u003e21f1fc3\u003c/code\u003e\u003c/a\u003e flake.nix: update\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ghostiam/protogetter/commit/ef8a1d5e40e88d8e2ed9b321a30628ab7b3cc551\"\u003e\u003ccode\u003eef8a1d5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/ghostiam/protogetter/issues/19\"\u003e#19\u003c/a\u003e from ldez/fix/ellipsis\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ghostiam/protogetter/commit/b7f6a0667564a98e56967ccdf44197bc156aacd3\"\u003e\u003ccode\u003eb7f6a06\u003c/code\u003e\u003c/a\u003e fix: skip function with variadics\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ghostiam/protogetter/commit/c82f5f77a2374d10d57637760b66ae723d6b77de\"\u003e\u003ccode\u003ec82f5f7\u003c/code\u003e\u003c/a\u003e allow passing optional parameters to the function without getter.\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/ghostiam/protogetter/compare/v0.3.12...v0.3.17\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/golangci/go-printf-func-name` from 0.1.0 to 0.1.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/go-printf-func-name/commit/2b81ca884088c174af18e6c7c18b3163cc9e396b\"\u003e\u003ccode\u003e2b81ca8\u003c/code\u003e\u003c/a\u003e fix: support any\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/go-printf-func-name/commit/27114bd69bb69e503a5f08f6f012dea87a5c998e\"\u003e\u003ccode\u003e27114bd\u003c/code\u003e\u003c/a\u003e chore: update linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/go-printf-func-name/commit/8b22e6ff546346f253f213a82a67bb8f7e4ae281\"\u003e\u003ccode\u003e8b22e6f\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/go-printf-func-name/commit/c9b07d8986720de6390235b32cf8415157187393\"\u003e\u003ccode\u003ec9b07d8\u003c/code\u003e\u003c/a\u003e chore: update linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/go-printf-func-name/commit/bb5198504e5984a134dbe132afe6c19e33b8bca0\"\u003e\u003ccode\u003ebb51985\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golangci/go-printf-func-name/compare/v0.1.0...v0.1.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/golangci/golangci-lint/v2` from 2.0.2 to 2.5.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golangci/golangci-lint/releases\"\u003egithub.com/golangci/golangci-lint/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.5.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003egolangci-lint\u003c/code\u003e is a free and open-source project built by volunteers.\u003c/p\u003e\n\u003cp\u003eIf you value it, consider supporting us, the \u003ca href=\"https://donate.golangci.org\"\u003emaintainers\u003c/a\u003e and \u003ca href=\"https://golangci-lint.run/docs/product/thanks/\"\u003elinter authors\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eWe appreciate it! :heart:\u003c/p\u003e\n\u003cp\u003eFor key updates, see the \u003ca href=\"https://golangci-lint.run/docs/product/changelog/%5B#250%5D(https://redirect.github.com/golangci/golangci-lint/issues/250)\"\u003echangelog\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e9ff8f5964aeb8bf7c603c004518f5feeaec912bd Add unqueryvet linter (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6060\"\u003e#6060\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5a502b3288bfa760b99cd56960ab3437712e7be3 build(deps): bump actions/checkout from 4 to 5 in the github-actions group (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5993\"\u003e#5993\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e2d4621cb8b6d8cd07d9cd2127427561bde60fc95 build(deps): bump...\n\n_Description has been truncated_","html_url":"https://github.com/fredrikaverpil/neotest-golang/pull/463","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/fredrikaverpil%2Fneotest-golang/issues/463","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/463/packages"}],"issue_packages":[{"old_version":"1.8.7","new_version":"1.8.10","update_type":"patch","path":null,"pr_created_at":"2026-04-12T16:33:00.000Z","version_change":"1.8.7 → 1.8.10","issue":{"uuid":"4248878278","node_id":"PR_kwDOSAtUVc7RymEY","number":11,"state":"open","title":"build(deps): Bump github.com/magiconair/properties from 1.8.7 to 1.8.10","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-12T16:33:00.000Z","updated_at":"2026-04-12T16:33:01.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps): Bump","packages":[{"name":"github.com/magiconair/properties","old_version":"1.8.7","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"}],"path":null,"ecosystem":"go"},"body":"Bumps [github.com/magiconair/properties](https://github.com/magiconair/properties) from 1.8.7 to 1.8.10.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/magiconair/properties/releases\"\u003egithub.com/magiconair/properties's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.8.10\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd 32bit numeric getters which do not panic by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/77\"\u003emagiconair/properties#77\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eescape leading whitespace on value in Write() by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/81\"\u003emagiconair/properties#81\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.9\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSkip ignored private fields by \u003ca href=\"https://github.com/rafaelhl\"\u003e\u003ccode\u003e@​rafaelhl\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/61\"\u003emagiconair/properties#61\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rafaelhl\"\u003e\u003ccode\u003e@​rafaelhl\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/61\"\u003emagiconair/properties#61\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.8...v1.8.9\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.8...v1.8.9\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.8\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003emigrate from deprecated ioutil dependency by \u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/73\"\u003emagiconair/properties#73\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eLoad from io.Reader by \u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/74\"\u003emagiconair/properties#74\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/73\"\u003emagiconair/properties#73\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.7...v1.8.8\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.7...v1.8.8\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/281f515b93cf755020c587f2ffcbdee2322f3615\"\u003e\u003ccode\u003e281f515\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/81\"\u003e#81\u003c/a\u003e from magiconair/issue-80\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/6b7aa68b641f5d60ebb8b6845db1128db53a6cf3\"\u003e\u003ccode\u003e6b7aa68\u003c/code\u003e\u003c/a\u003e test with go1.24\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/06f31332fd5f37daf3faffdf26bfec3cd1cd28b2\"\u003e\u003ccode\u003e06f3133\u003c/code\u003e\u003c/a\u003e escape leading whitespace on value in Write()\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/3dfc3b527876b509fda83a042544db6f2a2a76e6\"\u003e\u003ccode\u003e3dfc3b5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/77\"\u003e#77\u003c/a\u003e from magiconair/get32bit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/b1485840343acfbc730b9d7ff4d775e92ac02091\"\u003e\u003ccode\u003eb148584\u003c/code\u003e\u003c/a\u003e Add 32bit numeric getters which do not panic\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/d8bdba35b511a72d4c00a47e801dc703328198e8\"\u003e\u003ccode\u003ed8bdba3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/61\"\u003e#61\u003c/a\u003e from rafaelhl/skip-ignored-private-field\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/d80fb15700bd0773d25bec3032855193faecec2e\"\u003e\u003ccode\u003ed80fb15\u003c/code\u003e\u003c/a\u003e test with more go versions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/7b90c47cfbfb5843673bd50d267e370e0e8d6479\"\u003e\u003ccode\u003e7b90c47\u003c/code\u003e\u003c/a\u003e cleanup README\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/449f224222f7ac10702dc781f72c992a6919b230\"\u003e\u003ccode\u003e449f224\u003c/code\u003e\u003c/a\u003e move CHANGELOG to Github Releases\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/e64054d847ae0adba8535c3d174ba8deae26fc3c\"\u003e\u003ccode\u003ee64054d\u003c/code\u003e\u003c/a\u003e fix workflow\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.7...v1.8.10\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/magiconair/properties\u0026package-manager=go_modules\u0026previous-version=1.8.7\u0026new-version=1.8.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/mrlcpa/zenrock-archive-cosmos-sdk/pull/11","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrlcpa%2Fzenrock-archive-cosmos-sdk/issues/11","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/11/packages"}},{"old_version":"1.8.5","new_version":"1.8.10","update_type":"patch","path":null,"pr_created_at":"2026-02-17T12:55:54.000Z","version_change":"1.8.5 → 1.8.10","issue":{"uuid":"3952643836","node_id":"PR_kwDOGG9Jl87EWkZx","number":2240,"state":"open","title":"[release-v1.21][gomod]: Bump the patch group across 1 directory with 11 updates","user":"dependabot[bot]","labels":["approved","lgtm","ok-to-test","dependencies","go"],"assignees":["creydr"],"locked":false,"comments_count":10,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-02-17T12:55:54.000Z","updated_at":"2026-04-14T12:00:10.770Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"[release-v1.21][gomod]: Bump","group_name":"patch","update_count":11,"packages":[{"name":"github.com/cloudevents/sdk-go/v2","old_version":"2.16.1","new_version":"2.16.2","repository_url":"https://github.com/cloudevents/sdk-go"},{"name":"github.com/magiconair/properties","old_version":"1.8.5","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"},{"name":"github.com/manifestival/manifestival","old_version":"0.7.1","new_version":"0.7.2","repository_url":"https://github.com/manifestival/manifestival"},{"name":"google.golang.org/protobuf","old_version":"1.36.10","new_version":"1.36.11"},{"name":"k8s.io/api","old_version":"0.34.3","new_version":"0.34.4","repository_url":"https://github.com/kubernetes/api"},{"name":"k8s.io/apiextensions-apiserver","old_version":"0.34.3","new_version":"0.34.4","repository_url":"https://github.com/kubernetes/apiextensions-apiserver"},{"name":"sigs.k8s.io/controller-runtime","old_version":"0.19.0","new_version":"0.19.7","repository_url":"https://github.com/kubernetes-sigs/controller-runtime"}],"path":null,"ecosystem":"go"},"body":"Bumps the patch group with 7 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/cloudevents/sdk-go/v2](https://github.com/cloudevents/sdk-go) | `2.16.1` | `2.16.2` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.5` | `1.8.10` |\n| [github.com/manifestival/manifestival](https://github.com/manifestival/manifestival) | `0.7.1` | `0.7.2` |\n| google.golang.org/protobuf | `1.36.10` | `1.36.11` |\n| [k8s.io/api](https://github.com/kubernetes/api) | `0.34.3` | `0.34.4` |\n| [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.34.3` | `0.34.4` |\n| [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.19.0` | `0.19.7` |\n\n\nUpdates `github.com/cloudevents/sdk-go/v2` from 2.16.1 to 2.16.2\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cloudevents/sdk-go/commit/af3e8599b3316ab6b4b73ff69aa8ec0efddbb5bb\"\u003e\u003ccode\u003eaf3e859\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/cloudevents/sdk-go/issues/1184\"\u003e#1184\u003c/a\u003e from cloudevents/dependabot/github_actions/actions/s...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cloudevents/sdk-go/commit/bf5b8a6066d7650f84f862445ff60395bfa0aec1\"\u003e\u003ccode\u003ebf5b8a6\u003c/code\u003e\u003c/a\u003e chore(deps): Bump actions/setup-go from 5.5.0 to 6.0.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cloudevents/sdk-go/commit/945d930a12f23f090bc739a21970afc1f9eb7d99\"\u003e\u003ccode\u003e945d930\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/cloudevents/sdk-go/issues/1180\"\u003e#1180\u003c/a\u003e from philicious/refactor-pubsubv2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cloudevents/sdk-go/commit/35623f2b949d5d13c24103a3d7d1f3f9fbe74e78\"\u003e\u003ccode\u003e35623f2\u003c/code\u003e\u003c/a\u003e chore: Replace deprecated grpc.Dial calls\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cloudevents/sdk-go/commit/f0bd406957d7eb4d0ddf029c505bf45498de8b0a\"\u003e\u003ccode\u003ef0bd406\u003c/code\u003e\u003c/a\u003e fix: Properly test that supplied ReceiveSettings are being used\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cloudevents/sdk-go/commit/ae89eba4471ea18a19fbed89e0fce720145e21bc\"\u003e\u003ccode\u003eae89eba\u003c/code\u003e\u003c/a\u003e Refactor pubsub protocol to use new upstream v2 library\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cloudevents/sdk-go/commit/34f7f6ffcdad49d7118bbd7603624bf2bbf11b37\"\u003e\u003ccode\u003e34f7f6f\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/cloudevents/sdk-go/issues/1183\"\u003e#1183\u003c/a\u003e from embano1/go-version\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cloudevents/sdk-go/commit/cafbb12d94d012b767efdf7b1bca5a8ce293115e\"\u003e\u003ccode\u003ecafbb12\u003c/code\u003e\u003c/a\u003e chore: update go version in workflows\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cloudevents/sdk-go/commit/0a1147cb5ec2870334309b473df8308e28adb1cb\"\u003e\u003ccode\u003e0a1147c\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/cloudevents/sdk-go/issues/1182\"\u003e#1182\u003c/a\u003e from cloudevents/automated-dependency-updates\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/cloudevents/sdk-go/commit/835c4867e90c93c13b2d244af210a646977df0f4\"\u003e\u003ccode\u003e835c486\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/cloudevents/sdk-go/compare/v2.16.1...v2.16.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/magiconair/properties` from 1.8.5 to 1.8.10\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/magiconair/properties/releases\"\u003egithub.com/magiconair/properties's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.8.10\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd 32bit numeric getters which do not panic by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/77\"\u003emagiconair/properties#77\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eescape leading whitespace on value in Write() by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/81\"\u003emagiconair/properties#81\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.9\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSkip ignored private fields by \u003ca href=\"https://github.com/rafaelhl\"\u003e\u003ccode\u003e@​rafaelhl\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/61\"\u003emagiconair/properties#61\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rafaelhl\"\u003e\u003ccode\u003e@​rafaelhl\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/61\"\u003emagiconair/properties#61\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.8...v1.8.9\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.8...v1.8.9\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.8\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003emigrate from deprecated ioutil dependency by \u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/73\"\u003emagiconair/properties#73\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eLoad from io.Reader by \u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/74\"\u003emagiconair/properties#74\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/73\"\u003emagiconair/properties#73\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.7...v1.8.8\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.7...v1.8.8\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.7\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003euse github actions by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/66\"\u003emagiconair/properties#66\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e⚡ Speedup merge by \u003ca href=\"https://github.com/AdityaVallabh\"\u003e\u003ccode\u003e@​AdityaVallabh\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/65\"\u003emagiconair/properties#65\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AdityaVallabh\"\u003e\u003ccode\u003e@​AdityaVallabh\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/65\"\u003emagiconair/properties#65\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.6...v1.8.7\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.6...v1.8.7\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.6\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix \u0026quot;unreachable code\u0026quot; lint error by \u003ca href=\"https://github.com/ellie\"\u003e\u003ccode\u003e@​ellie\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/57\"\u003emagiconair/properties#57\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMake TestMustGetParsedDuration backwards compatible by \u003ca href=\"https://github.com/maage\"\u003e\u003ccode\u003e@​maage\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/63\"\u003emagiconair/properties#63\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ellie\"\u003e\u003ccode\u003e@​ellie\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/57\"\u003emagiconair/properties#57\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maage\"\u003e\u003ccode\u003e@​maage\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/63\"\u003emagiconair/properties#63\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.5...v1.8.6\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.5...v1.8.6\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/281f515b93cf755020c587f2ffcbdee2322f3615\"\u003e\u003ccode\u003e281f515\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/81\"\u003e#81\u003c/a\u003e from magiconair/issue-80\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/6b7aa68b641f5d60ebb8b6845db1128db53a6cf3\"\u003e\u003ccode\u003e6b7aa68\u003c/code\u003e\u003c/a\u003e test with go1.24\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/06f31332fd5f37daf3faffdf26bfec3cd1cd28b2\"\u003e\u003ccode\u003e06f3133\u003c/code\u003e\u003c/a\u003e escape leading whitespace on value in Write()\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/3dfc3b527876b509fda83a042544db6f2a2a76e6\"\u003e\u003ccode\u003e3dfc3b5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/77\"\u003e#77\u003c/a\u003e from magiconair/get32bit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/b1485840343acfbc730b9d7ff4d775e92ac02091\"\u003e\u003ccode\u003eb148584\u003c/code\u003e\u003c/a\u003e Add 32bit numeric getters which do not panic\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/d8bdba35b511a72d4c00a47e801dc703328198e8\"\u003e\u003ccode\u003ed8bdba3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/61\"\u003e#61\u003c/a\u003e from rafaelhl/skip-ignored-private-field\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/d80fb15700bd0773d25bec3032855193faecec2e\"\u003e\u003ccode\u003ed80fb15\u003c/code\u003e\u003c/a\u003e test with more go versions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/7b90c47cfbfb5843673bd50d267e370e0e8d6479\"\u003e\u003ccode\u003e7b90c47\u003c/code\u003e\u003c/a\u003e cleanup README\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/449f224222f7ac10702dc781f72c992a6919b230\"\u003e\u003ccode\u003e449f224\u003c/code\u003e\u003c/a\u003e move CHANGELOG to Github Releases\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/e64054d847ae0adba8535c3d174ba8deae26fc3c\"\u003e\u003ccode\u003ee64054d\u003c/code\u003e\u003c/a\u003e fix workflow\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.5...v1.8.10\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/manifestival/manifestival` from 0.7.1 to 0.7.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/manifestival/manifestival/releases\"\u003egithub.com/manifestival/manifestival's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eManifestival v0.7.2\u003c/h2\u003e\n\u003ch3\u003eChanged\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eNo longer ignoring errors resulting from invalid YAML manifests \u003ca href=\"https://redirect.github.com/manifestival/manifestival/issues/88\"\u003e#88\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eNo longer preventing cluster-scoped resources from being owned \u003ca href=\"https://redirect.github.com/manifestival/manifestival/issues/90\"\u003e#90\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed panic when unexpected errors occur during deletion \u003ca href=\"https://redirect.github.com/manifestival/manifestival/issues/92\"\u003e#92\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/manifestival/manifestival/blob/master/CHANGELOG.md\"\u003egithub.com/manifestival/manifestival's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e[0.7.2] - 2022-11-08\u003c/h2\u003e\n\u003ch3\u003eChanged\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eNo longer ignoring errors resulting from invalid YAML manifests \u003ca href=\"https://redirect.github.com/manifestival/manifestival/issues/88\"\u003e#88\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eNo longer preventing cluster-scoped resources from being owned \u003ca href=\"https://redirect.github.com/manifestival/manifestival/issues/90\"\u003e#90\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed panic when unexpected errors occur during deletion \u003ca href=\"https://redirect.github.com/manifestival/manifestival/issues/92\"\u003e#92\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manifestival/manifestival/commit/82196bd303e23c641fda3d002c0663b892092e9c\"\u003e\u003ccode\u003e82196bd\u003c/code\u003e\u003c/a\u003e Prep for v0.7.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manifestival/manifestival/commit/f9c7f20fc9c43eeacc750bc5915713ee243a9064\"\u003e\u003ccode\u003ef9c7f20\u003c/code\u003e\u003c/a\u003e Don't panic when errors occur during delete (\u003ca href=\"https://redirect.github.com/manifestival/manifestival/issues/94\"\u003e#94\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manifestival/manifestival/commit/15dfab9bc337cf3b318bbe9807a37ed31bfc7df7\"\u003e\u003ccode\u003e15dfab9\u003c/code\u003e\u003c/a\u003e Cluster-scoped resources may now be owned (\u003ca href=\"https://redirect.github.com/manifestival/manifestival/issues/93\"\u003e#93\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manifestival/manifestival/commit/af1baacf01ec54390c3cbd46ee561d52b2b4ab14\"\u003e\u003ccode\u003eaf1baac\u003c/code\u003e\u003c/a\u003e Stop eating errors resulting from invalid YAML manifests (\u003ca href=\"https://redirect.github.com/manifestival/manifestival/issues/89\"\u003e#89\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/manifestival/manifestival/compare/v0.7.1...v0.7.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `google.golang.org/protobuf` from 1.36.10 to 1.36.11\n\nUpdates `k8s.io/api` from 0.34.3 to 0.34.4\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes/api/commit/e96d1baec5f3ab3be50d5f8f2d6885419a5aa24a\"\u003e\u003ccode\u003ee96d1ba\u003c/code\u003e\u003c/a\u003e Update dependencies to v0.34.4 tag\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/kubernetes/api/compare/v0.34.3...v0.34.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `k8s.io/apiextensions-apiserver` from 0.34.3 to 0.34.4\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes/apiextensions-apiserver/commit/7851e8ed389771bf707701f584d40cc484eab968\"\u003e\u003ccode\u003e7851e8e\u003c/code\u003e\u003c/a\u003e Update dependencies to v0.34.4 tag\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes/apiextensions-apiserver/commit/f2218fae6ffdcb9362fbe9842743b4e7e6349869\"\u003e\u003ccode\u003ef2218fa\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/kubernetes/apiextensions-apiserver/issues/136142\"\u003e#136142\u003c/a\u003e from \u003ca href=\"https://redirect.github.com/shwetha-s-poojary/automated-cherry-pick-of-/issues/1\"\u003eshwetha-s-poojary/automated-cherry-pick-of-#1\u003c/a\u003e...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes/apiextensions-apiserver/commit/1ef066bba9fcbf42b0ce4e4d7af7d6e432990426\"\u003e\u003ccode\u003e1ef066b\u003c/code\u003e\u003c/a\u003e Fixes the flaky test (Issue \u003ca href=\"https://redirect.github.com/kubernetes/apiextensions-apiserver/issues/132953\"\u003e#132953\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes/apiextensions-apiserver/commit/a7769a66d3c2f4b1174d5ce5cf2c2a162f7d3e2f\"\u003e\u003ccode\u003ea7769a6\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/kubernetes/apiextensions-apiserver/issues/135363\"\u003e#135363\u003c/a\u003e\u003ccode\u003efusida/automated-cherry-pick-of-#133721\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes/apiextensions-apiserver/commit/6db0a2d0a3196fbd9561509835df49066d08a1a0\"\u003e\u003ccode\u003e6db0a2d\u003c/code\u003e\u003c/a\u003e fix panic for the crd with status subresource but lose openAPIV3Schema fileds\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/kubernetes/apiextensions-apiserver/compare/v0.34.3...v0.34.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `k8s.io/apimachinery` from 0.34.3 to 0.34.4\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/kubernetes/apimachinery/compare/v0.34.3...v0.34.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `k8s.io/apiserver` from 0.34.3 to 0.34.4\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes/apiserver/commit/e120e11c2f9abd4e6b9137de3d79fc5a49b8b38c\"\u003e\u003ccode\u003ee120e11\u003c/code\u003e\u003c/a\u003e Update dependencies to v0.34.4 tag\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes/apiserver/commit/9769ae39197d43539082ba2d6acca6dcaaf75d6e\"\u003e\u003ccode\u003e9769ae3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/kubernetes/apiserver/issues/135816\"\u003e#135816\u003c/a\u003e\u003ccode\u003emborsz/automated-cherry-pick-of-#135367\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes/apiserver/commit/0b4c5c18a6c1351011f06b3fdb11fe32cbbfcb5c\"\u003e\u003ccode\u003e0b4c5c1\u003c/code\u003e\u003c/a\u003e Fix apiserver_watch_events_sizes metric.\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/kubernetes/apiserver/compare/v0.34.3...v0.34.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `k8s.io/client-go` from 0.34.3 to 0.34.4\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes/client-go/commit/d4cfd070286188e44c04337d66fffaf22dec03d4\"\u003e\u003ccode\u003ed4cfd07\u003c/code\u003e\u003c/a\u003e Update dependencies to v0.34.4 tag\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes/client-go/commit/3a88ce1003b2e0b2961dc3eeb24e15cd69610d8e\"\u003e\u003ccode\u003e3a88ce1\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/kubernetes/client-go/issues/135716\"\u003e#135716\u003c/a\u003e\u003ccode\u003ep0lyn0mial/automated-cherry-pick-of-#135591\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes/client-go/commit/c80976c4dce891aa86f9eda308f28775189a7590\"\u003e\u003ccode\u003ec80976c\u003c/code\u003e\u003c/a\u003e downgrade reflector watchlist fallback log to V(4)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/kubernetes/client-go/compare/v0.34.3...v0.34.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `k8s.io/code-generator` from 0.34.3 to 0.34.4\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes/code-generator/commit/8ec85c7726f3cbfb38615c1f138e3af42d932cce\"\u003e\u003ccode\u003e8ec85c7\u003c/code\u003e\u003c/a\u003e Update dependencies to v0.34.4 tag\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/kubernetes/code-generator/compare/v0.34.3...v0.34.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `sigs.k8s.io/controller-runtime` from 0.19.0 to 0.19.7\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/releases\"\u003esigs.k8s.io/controller-runtime's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.19.7\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e🐛 fix: cache should list out of global cache when present and necessary by \u003ca href=\"https://github.com/k8s-infra-cherrypick-robot\"\u003e\u003ccode\u003e@​k8s-infra-cherrypick-robot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3128\"\u003ekubernetes-sigs/controller-runtime#3128\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e:bug: Fakeclient: Fix dataraces when writing to the scheme by \u003ca href=\"https://github.com/k8s-infra-cherrypick-robot\"\u003e\u003ccode\u003e@​k8s-infra-cherrypick-robot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3146\"\u003ekubernetes-sigs/controller-runtime#3146\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRevert \u0026quot;✨ Expose all Go runtime metrics\u0026quot; by \u003ca href=\"https://github.com/k8s-infra-cherrypick-robot\"\u003e\u003ccode\u003e@​k8s-infra-cherrypick-robot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3148\"\u003ekubernetes-sigs/controller-runtime#3148\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.6...v0.19.7\"\u003ehttps://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.6...v0.19.7\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev0.19.6\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e✨ Expose all Go runtime metrics by \u003ca href=\"https://github.com/k8s-infra-cherrypick-robot\"\u003e\u003ccode\u003e@​k8s-infra-cherrypick-robot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3101\"\u003ekubernetes-sigs/controller-runtime#3101\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.5...v0.19.6\"\u003ehttps://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.5...v0.19.6\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev0.19.5\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e🐛 cache: clone maps to prevent data race when concurrently creating caches using the same options by \u003ca href=\"https://github.com/k8s-infra-cherrypick-robot\"\u003e\u003ccode\u003e@​k8s-infra-cherrypick-robot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3080\"\u003ekubernetes-sigs/controller-runtime#3080\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e🐛 support WaitForSync in custom TypedSyncingSource by \u003ca href=\"https://github.com/tareksha\"\u003e\u003ccode\u003e@​tareksha\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3087\"\u003ekubernetes-sigs/controller-runtime#3087\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.4...v0.19.5\"\u003ehttps://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.4...v0.19.5\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev0.19.4\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e🌱 Add fsnotify watcher+polling by \u003ca href=\"https://github.com/sbueringer\"\u003e\u003ccode\u003e@​sbueringer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3052\"\u003ekubernetes-sigs/controller-runtime#3052\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.3...v0.19.4\"\u003ehttps://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.3...v0.19.4\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev0.19.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e🐛 Refactor certificate watcher to use polling, instead of fsnotify by \u003ca href=\"https://github.com/k8s-infra-cherrypick-robot\"\u003e\u003ccode\u003e@​k8s-infra-cherrypick-robot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3023\"\u003ekubernetes-sigs/controller-runtime#3023\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e🐛 Use leader elector with client timeout by \u003ca href=\"https://github.com/k8s-infra-cherrypick-robot\"\u003e\u003ccode\u003e@​k8s-infra-cherrypick-robot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3031\"\u003ekubernetes-sigs/controller-runtime#3031\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.2...v0.19.3\"\u003ehttps://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.2...v0.19.3\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev0.19.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e✨ Add EnableWatchBookmarks option to cache informers by \u003ca href=\"https://github.com/k8s-infra-cherrypick-robot\"\u003e\u003ccode\u003e@​k8s-infra-cherrypick-robot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3018\"\u003ekubernetes-sigs/controller-runtime#3018\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.1...v0.19.2\"\u003ehttps://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.1...v0.19.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev0.19.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e[release-0.19] 🌱 Verify PR titles with shell script by \u003ca href=\"https://github.com/k8s-infra-cherrypick-robot\"\u003e\u003ccode\u003e@​k8s-infra-cherrypick-robot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/2947\"\u003ekubernetes-sigs/controller-runtime#2947\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/commit/5fe7bb3edc86c7eda8c8c455a9116453ee472371\"\u003e\u003ccode\u003e5fe7bb3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3148\"\u003e#3148\u003c/a\u003e from k8s-infra-cherrypick-robot/cherry-pick-3147-to-...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/commit/97bb1ffeede43378908af5cd38c03d36ac8f977c\"\u003e\u003ccode\u003e97bb1ff\u003c/code\u003e\u003c/a\u003e Revert \u0026quot;[release-0.20] ✨ Expose all Go runtime metrics (\u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3100\"\u003e#3100\u003c/a\u003e)\u0026quot;\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/commit/56df5533c12652c8f8a5ee215498593c17379e12\"\u003e\u003ccode\u003e56df553\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3146\"\u003e#3146\u003c/a\u003e from k8s-infra-cherrypick-robot/cherry-pick-3143-to-...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/commit/d2145c0a289e73a16f90c610c3bc2f9fbe231cf7\"\u003e\u003ccode\u003ed2145c0\u003c/code\u003e\u003c/a\u003e bug: Fakeclient: Fix dataraces when writing to the scheme\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/commit/13450ba9d76073e18f5d88e22dd4510db3da2213\"\u003e\u003ccode\u003e13450ba\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3128\"\u003e#3128\u003c/a\u003e from k8s-infra-cherrypick-robot/cherry-pick-3126-to-...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/commit/a2a9f545a01901d180d41c24200dd030d0256c61\"\u003e\u003ccode\u003ea2a9f54\u003c/code\u003e\u003c/a\u003e fix: cache should list out of global cache when present and necessary\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/commit/cd644c0ad54f254002da840885ec47a04aca2d3e\"\u003e\u003ccode\u003ecd644c0\u003c/code\u003e\u003c/a\u003e [release-0.19] ✨ Expose all Go runtime metrics (\u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3101\"\u003e#3101\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/commit/e022b9132fb23ce359bc402b896d1d2dea27139f\"\u003e\u003ccode\u003ee022b91\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3087\"\u003e#3087\u003c/a\u003e from tareksha/typed_waitforsync\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/commit/b2c21718ff16807bb3f00e4a32f7e9604b368507\"\u003e\u003ccode\u003eb2c2171\u003c/code\u003e\u003c/a\u003e Update controller_suite_test.go\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/commit/80176664aa7c3301ea985b65b871b341cb9e2c4f\"\u003e\u003ccode\u003e8017666\u003c/code\u003e\u003c/a\u003e 🐛fix(controller): support WaitForSync in custom TypedSyncingSource (\u003ca href=\"https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3084\"\u003e#3084\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.0...v0.19.7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/openshift-knative/eventing-kafka-broker/pull/2240","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/openshift-knative%2Feventing-kafka-broker/issues/2240","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2240/packages"}},{"old_version":"1.8.6","new_version":"1.8.10","update_type":"patch","path":null,"pr_created_at":"2026-01-23T16:34:00.000Z","version_change":"1.8.6 → 1.8.10","issue":{"uuid":"3848221865","node_id":"PR_kwDOKFFsJ86--Pa5","number":914,"state":"open","title":"build(deps): Bump github.com/magiconair/properties from 1.8.6 to 1.8.10","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-01-23T16:34:00.000Z","updated_at":"2026-01-23T16:34:01.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps): Bump","packages":[{"name":"github.com/magiconair/properties","old_version":"1.8.6","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"}],"path":null,"ecosystem":"go"},"body":"Bumps [github.com/magiconair/properties](https://github.com/magiconair/properties) from 1.8.6 to 1.8.10.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/magiconair/properties/releases\"\u003egithub.com/magiconair/properties's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.8.10\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd 32bit numeric getters which do not panic by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/77\"\u003emagiconair/properties#77\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eescape leading whitespace on value in Write() by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/81\"\u003emagiconair/properties#81\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.9\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSkip ignored private fields by \u003ca href=\"https://github.com/rafaelhl\"\u003e\u003ccode\u003e@​rafaelhl\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/61\"\u003emagiconair/properties#61\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rafaelhl\"\u003e\u003ccode\u003e@​rafaelhl\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/61\"\u003emagiconair/properties#61\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.8...v1.8.9\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.8...v1.8.9\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.8\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003emigrate from deprecated ioutil dependency by \u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/73\"\u003emagiconair/properties#73\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eLoad from io.Reader by \u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/74\"\u003emagiconair/properties#74\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/73\"\u003emagiconair/properties#73\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.7...v1.8.8\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.7...v1.8.8\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.7\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003euse github actions by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/66\"\u003emagiconair/properties#66\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e⚡ Speedup merge by \u003ca href=\"https://github.com/AdityaVallabh\"\u003e\u003ccode\u003e@​AdityaVallabh\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/65\"\u003emagiconair/properties#65\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AdityaVallabh\"\u003e\u003ccode\u003e@​AdityaVallabh\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/65\"\u003emagiconair/properties#65\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.6...v1.8.7\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.6...v1.8.7\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/281f515b93cf755020c587f2ffcbdee2322f3615\"\u003e\u003ccode\u003e281f515\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/81\"\u003e#81\u003c/a\u003e from magiconair/issue-80\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/6b7aa68b641f5d60ebb8b6845db1128db53a6cf3\"\u003e\u003ccode\u003e6b7aa68\u003c/code\u003e\u003c/a\u003e test with go1.24\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/06f31332fd5f37daf3faffdf26bfec3cd1cd28b2\"\u003e\u003ccode\u003e06f3133\u003c/code\u003e\u003c/a\u003e escape leading whitespace on value in Write()\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/3dfc3b527876b509fda83a042544db6f2a2a76e6\"\u003e\u003ccode\u003e3dfc3b5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/77\"\u003e#77\u003c/a\u003e from magiconair/get32bit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/b1485840343acfbc730b9d7ff4d775e92ac02091\"\u003e\u003ccode\u003eb148584\u003c/code\u003e\u003c/a\u003e Add 32bit numeric getters which do not panic\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/d8bdba35b511a72d4c00a47e801dc703328198e8\"\u003e\u003ccode\u003ed8bdba3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/61\"\u003e#61\u003c/a\u003e from rafaelhl/skip-ignored-private-field\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/d80fb15700bd0773d25bec3032855193faecec2e\"\u003e\u003ccode\u003ed80fb15\u003c/code\u003e\u003c/a\u003e test with more go versions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/7b90c47cfbfb5843673bd50d267e370e0e8d6479\"\u003e\u003ccode\u003e7b90c47\u003c/code\u003e\u003c/a\u003e cleanup README\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/449f224222f7ac10702dc781f72c992a6919b230\"\u003e\u003ccode\u003e449f224\u003c/code\u003e\u003c/a\u003e move CHANGELOG to Github Releases\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/e64054d847ae0adba8535c3d174ba8deae26fc3c\"\u003e\u003ccode\u003ee64054d\u003c/code\u003e\u003c/a\u003e fix workflow\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.6...v1.8.10\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/magiconair/properties\u0026package-manager=go_modules\u0026previous-version=1.8.6\u0026new-version=1.8.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/artela-network/artela-cosmos-sdk/pull/914","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/artela-network%2Fartela-cosmos-sdk/issues/914","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/914/packages"}},{"old_version":"1.8.7","new_version":"1.8.10","update_type":"patch","path":null,"pr_created_at":"2026-01-19T21:55:28.000Z","version_change":"1.8.7 → 1.8.10","issue":{"uuid":"3831316930","node_id":"PR_kwDOCLjqFs6-F2z9","number":893,"state":"closed","title":"Bump the all-deps group across 5 directories with 172 updates","user":"dependabot[bot]","labels":["dependencies","go"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-01-26T21:48:46.000Z","author_association":null,"state_reason":null,"created_at":"2026-01-19T21:55:28.000Z","updated_at":"2026-01-26T21:48:48.000Z","time_to_close":604398,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"all-deps","update_count":172,"packages":[{"name":"github.com/golang/protobuf","old_version":"1.5.3","new_version":"1.5.4","repository_url":"https://github.com/golang/protobuf"},{"name":"github.com/maxbrunsfeld/counterfeiter/v6","old_version":"6.6.1","new_version":"6.12.1","repository_url":"https://github.com/maxbrunsfeld/counterfeiter"},{"name":"github.com/spf13/cobra","old_version":"1.7.0","new_version":"1.10.2","repository_url":"https://github.com/spf13/cobra"},{"name":"github.com/stretchr/testify","old_version":"1.8.4","new_version":"1.11.1","repository_url":"https://github.com/stretchr/testify"},{"name":"honnef.co/go/tools","old_version":"0.4.3","new_version":"0.6.1","repository_url":"https://github.com/dominikh/go-tools"},{"name":"github.com/Microsoft/go-winio","old_version":"0.6.1","new_version":"0.6.2","repository_url":"https://github.com/Microsoft/go-winio"},{"name":"github.com/bits-and-blooms/bitset","old_version":"1.7.0","new_version":"1.24.4","repository_url":"https://github.com/bits-and-blooms/bitset"},{"name":"github.com/cespare/xxhash/v2","old_version":"2.2.0","new_version":"2.3.0","repository_url":"https://github.com/cespare/xxhash"},{"name":"github.com/cloudflare/cfssl","old_version":"1.4.1","new_version":"1.6.5","repository_url":"https://github.com/cloudflare/cfssl"},{"name":"github.com/consensys/bavard","old_version":"0.1.13","new_version":"0.2.1","repository_url":"https://github.com/consensys/bavard"},{"name":"github.com/consensys/gnark-crypto","old_version":"0.12.1","new_version":"0.19.2","repository_url":"https://github.com/consensys/gnark-crypto"},{"name":"github.com/docker/go-connections","old_version":"0.5.0","new_version":"0.6.0","repository_url":"https://github.com/docker/go-connections"},{"name":"github.com/fsnotify/fsnotify","old_version":"1.6.0","new_version":"1.9.0","repository_url":"https://github.com/fsnotify/fsnotify"},{"name":"github.com/fsouza/go-dockerclient","old_version":"1.10.0","new_version":"1.12.3","repository_url":"https://github.com/fsouza/go-dockerclient"},{"name":"github.com/go-kit/kit","old_version":"0.10.0","new_version":"0.13.0","repository_url":"https://github.com/go-kit/kit"},{"name":"github.com/go-logfmt/logfmt","old_version":"0.5.1","new_version":"0.6.1","repository_url":"https://github.com/go-logfmt/logfmt"},{"name":"github.com/go-openapi/jsonpointer","old_version":"0.19.5","new_version":"0.22.4","repository_url":"https://github.com/go-openapi/jsonpointer"},{"name":"github.com/go-openapi/jsonreference","old_version":"0.20.0","new_version":"0.21.4","repository_url":"https://github.com/go-openapi/jsonreference"},{"name":"github.com/go-openapi/spec","old_version":"0.20.8","new_version":"0.22.3","repository_url":"https://github.com/go-openapi/spec"},{"name":"github.com/gobuffalo/envy","old_version":"1.10.1","new_version":"1.10.2","repository_url":"https://github.com/gobuffalo/envy"},{"name":"github.com/gobuffalo/packd","old_version":"1.0.1","new_version":"1.0.2","repository_url":"https://github.com/gobuffalo/packd"},{"name":"github.com/joho/godotenv","old_version":"1.4.0","new_version":"1.5.1","repository_url":"https://github.com/joho/godotenv"},{"name":"github.com/magiconair/properties","old_version":"1.8.7","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"},{"name":"github.com/moby/term","old_version":"0.5.0","new_version":"0.5.2","repository_url":"https://github.com/moby/term"},{"name":"github.com/morikuni/aec","old_version":"1.0.0","new_version":"1.1.0","repository_url":"https://github.com/morikuni/aec"},{"name":"github.com/nxadm/tail","old_version":"1.4.8","new_version":"1.4.11","repository_url":"https://github.com/nxadm/tail"},{"name":"github.com/opencontainers/image-spec","old_version":"1.1.0-rc5","new_version":"1.1.1","repository_url":"https://github.com/opencontainers/image-spec"},{"name":"github.com/prometheus/client_model","old_version":"0.5.0","new_version":"0.6.2","repository_url":"https://github.com/prometheus/client_model"},{"name":"github.com/prometheus/procfs","old_version":"0.12.0","new_version":"0.19.2","repository_url":"https://github.com/prometheus/procfs"},{"name":"github.com/rogpeppe/go-internal","old_version":"1.11.0","new_version":"1.14.1","repository_url":"https://github.com/rogpeppe/go-internal"},{"name":"github.com/sirupsen/logrus","old_version":"1.9.3","new_version":"1.9.4","repository_url":"https://github.com/sirupsen/logrus"},{"name":"github.com/spf13/afero","old_version":"1.6.0","new_version":"1.15.0","repository_url":"https://github.com/spf13/afero"},{"name":"github.com/spf13/cast","old_version":"1.4.1","new_version":"1.10.0","repository_url":"https://github.com/spf13/cast"},{"name":"github.com/spf13/viper","old_version":"1.10.1","new_version":"1.21.0","repository_url":"https://github.com/spf13/viper"}],"path":null,"ecosystem":"go"},"body":"Bumps the all-deps group with 34 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/maxbrunsfeld/counterfeiter/v6](https://github.com/maxbrunsfeld/counterfeiter) | `6.6.1` | `6.12.1` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.2` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [honnef.co/go/tools](https://github.com/dominikh/go-tools) | `0.4.3` | `0.6.1` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.4` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.3` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.5` | `0.22.4` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.0` | `0.21.4` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.3` |\n| [github.com/gobuffalo/envy](https://github.com/gobuffalo/envy) | `1.10.1` | `1.10.2` |\n| [github.com/gobuffalo/packd](https://github.com/gobuffalo/packd) | `1.0.1` | `1.0.2` |\n| [github.com/joho/godotenv](https://github.com/joho/godotenv) | `1.4.0` | `1.5.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/morikuni/aec](https://github.com/morikuni/aec) | `1.0.0` | `1.1.0` |\n| [github.com/nxadm/tail](https://github.com/nxadm/tail) | `1.4.8` | `1.4.11` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0-rc5` | `1.1.1` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.19.2` |\n| [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) | `1.11.0` | `1.14.1` |\n| [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) | `1.9.3` | `1.9.4` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.6.0` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n\nBumps the all-deps group with 51 updates in the /integration/go_chaincode directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.5` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.2` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.6.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.4` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.30` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.3` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/morikuni/aec](https://github.com/morikuni/aec) | `1.0.0` | `1.1.0` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) | `1.9.3` | `1.9.4` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.1` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.59.1` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.2` | `1.14.2` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd) | `22.5.0` | `22.6.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/dgraph-io/badger/v3](https://github.com/dgraph-io/badger) | `3.2103.2` | `3.2103.5` |\n| [github.com/elastic/gosigar](https://github.com/elastic/gosigar) | `0.14.2` | `0.14.3` |\n| [github.com/flynn/noise](https://github.com/flynn/noise) | `1.0.0` | `1.1.0` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.12` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.7.0` | `1.7.6` |\n| [github.com/godbus/dbus/v5](https://github.com/godbus/dbus) | `5.1.0` | `5.2.2` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.16.0` | `2.27.4` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.1` |\n| [github.com/huin/goupnp](https://github.com/huin/goupnp) | `1.2.0` | `1.3.0` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/boxo](https://github.com/ipfs/boxo) | `0.8.0-rc1` | `0.35.2` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/ugorji/go](https://github.com/ugorji/go) | `1.1.4` | `1.2.14` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.67.6` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.44.2` |\n| [github.com/ugorji/go/codec](https://github.com/ugorji/go) | `1.3.0` | `1.3.1` |\n\nBumps the all-deps group with 25 updates in the /samples/application/ccapi directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.11.1` |\n| [golang.org/x/tools](https://github.com/golang/tools) | `0.14.0` | `0.41.0` |\n| google.golang.org/protobuf | `1.34.2` | `1.36.11` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.6` | `0.22.4` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.2` | `0.21.4` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.3` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.19.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.2` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.5` | `1.0.10` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.6` | `1.14.2` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.12` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.4.0` | `1.7.6` |\n| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.59.0` | `1.78.0` |\n| [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.8.12` | `1.16.6` |\n| [github.com/swaggo/gin-swagger](https://github.com/swaggo/gin-swagger) | `1.6.0` | `1.6.1` |\n\nBumps the all-deps group with 54 updates in the /samples/demos/irb directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.5` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.2` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.6.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.4` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.30` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.3` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/morikuni/aec](https://github.com/morikuni/aec) | `1.0.0` | `1.1.0` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0` | `1.1.1` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) | `1.9.3` | `1.9.4` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.1` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.59.1` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.1` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/go-cid](https://github.com/ipfs/go-cid) | `0.4.1` | `0.6.0` |\n| [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.7` | `2.3.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) | `0.11.0` | `0.16.1` |\n| [github.com/multiformats/go-multicodec](https://github.com/multiformats/go-multicodec) | `0.9.0` | `0.10.0` |\n| [github.com/multiformats/go-multistream](https://github.com/multiformats/go-multistream) | `0.4.1` | `0.6.1` |\n| [lukechampine.com/blake3](https://github.com/lukechampine/blake3) | `1.2.1` | `1.4.1` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.67.6` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.44.2` |\n| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.28.0` | `0.40.0` |\n| [code.cloudfoundry.org/clock](https://github.com/cloudfoundry/clock) | `1.1.0` | `1.58.0` |\n| [github.com/VictoriaMetrics/fastcache](https://github.com/VictoriaMetrics/fastcache) | `1.12.1` | `1.13.2` |\n| [github.com/go-ole/go-ole](https://github.com/go-ole/go-ole) | `1.2.6` | `1.3.0` |\n| [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.12` | `0.3.16` |\n| [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.6` | `3.6.7` |\n| [go.etcd.io/etcd/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.7` |\n| [go.etcd.io/etcd/raft/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.5.26` |\n| [go.etcd.io/etcd/server/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.7` |\n\nBumps the all-deps group with 28 updates in the /samples/deployment/fabric-smart-client/the-simple-testing-network directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.5` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.2` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.6.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.30` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.3` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/morikuni/aec](https://github.com/morikuni/aec) | `1.0.0` | `1.1.0` |\n| [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) | `1.9.3` | `1.9.4` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.1` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.59.1` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.1` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.38.0` | `1.39.0` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.67.6` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.44.2` |\n\n\nUpdates `github.com/golang/protobuf` from 1.5.3 to 1.5.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/protobuf/releases\"\u003egithub.com/golang/protobuf's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.5.4\u003c/h2\u003e\n\u003cp\u003eNotable changes\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eupdate descriptor.proto to latest version\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/75de7c059e36b64f01d0dd234ff2fff404ec3374\"\u003e\u003ccode\u003e75de7c0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang/protobuf/issues/1597\"\u003e#1597\u003c/a\u003e from golang/updatedesc\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/b7697bb698b1c56643249ef6179c7cae1478881d\"\u003e\u003ccode\u003eb7697bb\u003c/code\u003e\u003c/a\u003e all: update descriptor.proto to latest version\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/protobuf/compare/v1.5.3...v1.5.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/maxbrunsfeld/counterfeiter/v6` from 6.6.1 to 6.12.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases\"\u003egithub.com/maxbrunsfeld/counterfeiter/v6's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.12.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: fix some typos in comment by \u003ca href=\"https://github.com/keeghcet\"\u003e\u003ccode\u003e@​keeghcet\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/340\"\u003emaxbrunsfeld/counterfeiter#340\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.36.0 to 0.37.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/341\"\u003emaxbrunsfeld/counterfeiter#341\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.29.0 to 0.30.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/343\"\u003emaxbrunsfeld/counterfeiter#343\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.37.0 to 0.39.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/346\"\u003emaxbrunsfeld/counterfeiter#346\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: omit unnecessary reassignment by \u003ca href=\"https://github.com/rifeplight\"\u003e\u003ccode\u003e@​rifeplight\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/347\"\u003emaxbrunsfeld/counterfeiter#347\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/keeghcet\"\u003e\u003ccode\u003e@​keeghcet\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/340\"\u003emaxbrunsfeld/counterfeiter#340\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rifeplight\"\u003e\u003ccode\u003e@​rifeplight\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/347\"\u003emaxbrunsfeld/counterfeiter#347\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.12.0...v6.12.1\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.12.0...v6.12.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.12.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.37.0 to 1.38.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/333\"\u003emaxbrunsfeld/counterfeiter#333\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.38.0 to 1.38.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/338\"\u003emaxbrunsfeld/counterfeiter#338\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: support for custom type constraints in generic interfaces by \u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.2\u003c/h2\u003e\n\u003cp\u003eRevert changes from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases/tag/v6.11.1\"\u003e\u003ccode\u003ev6.11.1\u003c/code\u003e\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.1\u003c/h2\u003e\n\u003cp\u003eRestore compatibility for \u003ccode\u003ego\u003c/code\u003e \u003ccode\u003e1.22\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.34.2 to 1.35.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/303\"\u003emaxbrunsfeld/counterfeiter#303\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.0 to 1.35.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/304\"\u003emaxbrunsfeld/counterfeiter#304\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.19.0 to 0.20.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/305\"\u003emaxbrunsfeld/counterfeiter#305\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.26.0 to 0.27.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/306\"\u003emaxbrunsfeld/counterfeiter#306\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.1 to 1.36.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/307\"\u003emaxbrunsfeld/counterfeiter#307\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.20.0 to 0.21.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/308\"\u003emaxbrunsfeld/counterfeiter#308\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.27.0 to 0.28.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/309\"\u003emaxbrunsfeld/counterfeiter#309\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.36.0 to 1.36.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/310\"\u003emaxbrunsfeld/counterfeiter#310\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ehandle interfaces with generics by \u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/8d10031ce2f7f78ad643b2e276e1ab9f2bd9c0e6\"\u003e\u003ccode\u003e8d10031\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/347\"\u003e#347\u003c/a\u003e from rifeplight/main\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/f06461e6b149aa2937d8ff14723ff8f6c98e5b5f\"\u003e\u003ccode\u003ef06461e\u003c/code\u003e\u003c/a\u003e refactor: omit unnecessary reassignment\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/270c1214a786a289b1ee723747e05d77f9647a2d\"\u003e\u003ccode\u003e270c121\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/346\"\u003e#346\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/golang.org/x/...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/fd93bc43410daf950ddca409189f60e29e643d62\"\u003e\u003ccode\u003efd93bc4\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/tools from 0.37.0 to 0.39.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/000b82ca1d1f4a32e625926b5f25bc708e302052\"\u003e\u003ccode\u003e000b82c\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/343\"\u003e#343\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/golang.org/x/...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/501302fa812e26660dee6533453a4b065733e623\"\u003e\u003ccode\u003e501302f\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/text from 0.29.0 to 0.30.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/e3eccd9dbfb64e65f1c1d9d65ad6d026028f297e\"\u003e\u003ccode\u003ee3eccd9\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/341\"\u003e#341\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/golang.org/x/...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/98779f50a10a25598ca572e9dffb9d9a0b0b1904\"\u003e\u003ccode\u003e98779f5\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/tools from 0.36.0 to 0.37.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/e0ea8dbe1ee12d66c6fca28258fba7e4ac397597\"\u003e\u003ccode\u003ee0ea8db\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/340\"\u003e#340\u003c/a\u003e from keeghcet/main\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/13c5834214e0e14a84f00cf9560e6395e18409ab\"\u003e\u003ccode\u003e13c5834\u003c/code\u003e\u003c/a\u003e chore: fix some typos in comment\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.6.1...v6.12.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/ginkgo/v2` from 2.11.0 to 2.25.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/releases\"\u003egithub.com/onsi/ginkgo/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.27.5\u003c/h2\u003e\n\u003ch2\u003e2.27.5\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eDon't make a new formatter for each GinkgoT(); that's just silly and uses precious memory\u003c/p\u003e\n\u003ch2\u003ev2.27.4\u003c/h2\u003e\n\u003ch2\u003e2.27.4\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCurrentTreeConstructionNodeReport: fix for nested container nodes [59bc751]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.27.3\u003c/h2\u003e\n\u003ch2\u003e2.27.3\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003ereport exit result in case of failure [1c9f356]\nfix data race [ece19c8]\u003c/p\u003e\n\u003ch2\u003ev2.27.2\u003c/h2\u003e\n\u003ch2\u003e2.27.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003einline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix syntax errors and typo [a99c6e0]\u003c/li\u003e\n\u003cli\u003eFix paragraph position error [f993df5]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.27.1\u003c/h2\u003e\n\u003ch2\u003e2.27.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix Ginkgo Reporter slice-bounds panic [606c1cb]\u003c/li\u003e\n\u003cli\u003eBug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.27.0\u003c/h2\u003e\n\u003ch2\u003e2.27.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003ch4\u003eTransforming Nodes during Tree Construction\u003c/h4\u003e\n\u003cp\u003eThis release adds support for \u003ccode\u003eNodeArgsTransformer\u003c/code\u003es that can be registered with \u003ccode\u003eAddTreeConstructionNodeArgsTransformer\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003eThese are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators.  This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-transforming-node-arguments-during-tree-construction\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch4\u003eSpec Prioritization\u003c/h4\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/ginkgo/v2's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e2.27.5\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eDon't make a new formatter for each GinkgoT(); that's just silly and uses precious memory\u003c/p\u003e\n\u003ch2\u003e2.27.4\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCurrentTreeConstructionNodeReport: fix for nested container nodes [59bc751]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.27.3\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003ereport exit result in case of failure [1c9f356]\nfix data race [ece19c8]\u003c/p\u003e\n\u003ch2\u003e2.27.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003einline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix syntax errors and typo [a99c6e0]\u003c/li\u003e\n\u003cli\u003eFix paragraph position error [f993df5]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.27.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix Ginkgo Reporter slice-bounds panic [606c1cb]\u003c/li\u003e\n\u003cli\u003eBug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.27.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003ch4\u003eTransforming Nodes during Tree Construction\u003c/h4\u003e\n\u003cp\u003eThis release adds support for \u003ccode\u003eNodeArgsTransformer\u003c/code\u003es that can be registered with \u003ccode\u003eAddTreeConstructionNodeArgsTransformer\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003eThese are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators.  This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-transforming-node-arguments-during-tree-construction\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch4\u003eSpec Prioritization\u003c/h4\u003e\n\u003cp\u003eA new \u003ccode\u003eSpecPriority(int)\u003c/code\u003e decorator has been added.  Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#prioritizing-specs\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a92830749ce9b1271ffac08abce793ae937fe9d4\"\u003e\u003ccode\u003ea928307\u003c/code\u003e\u003c/a\u003e v2.27.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/0d0e96db305b01ce8642008053b857363ca87ecb\"\u003e\u003ccode\u003e0d0e96d\u003c/code\u003e\u003c/a\u003e don't make a new formatter for each GinkgoT(); that's just silly and uses pre...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/867ce95f5142649695406f751f883c99ea45c0d5\"\u003e\u003ccode\u003e867ce95\u003c/code\u003e\u003c/a\u003e v2.27.4\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/59bc751e3d44779e1e92c30035924590f917d6b8\"\u003e\u003ccode\u003e59bc751\u003c/code\u003e\u003c/a\u003e CurrentTreeConstructionNodeReport: fix for nested container nodes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/f331739798289c05870a2667fed0511f2c2947e5\"\u003e\u003ccode\u003ef331739\u003c/code\u003e\u003c/a\u003e v2.27.3\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/1c9f3563dcec05b4d3ed95e3f2848f128ea7677b\"\u003e\u003ccode\u003e1c9f356\u003c/code\u003e\u003c/a\u003e ginkgo: report exit result in case of failure\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/ece19c896cf28c566e9382d055ee72a82dc7271e\"\u003e\u003ccode\u003eece19c8\u003c/code\u003e\u003c/a\u003e ginkgo: fix data race\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/9a84c21394777734df8062ca2e0552a1471ceca2\"\u003e\u003ccode\u003e9a84c21\u003c/code\u003e\u003c/a\u003e v2.27.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a69113ac15dcb6cd6aefc9ef238734ea386eddc8\"\u003e\u003ccode\u003ea69113a\u003c/code\u003e\u003c/a\u003e inline automaxprocs to simplify dependencies; this will be removed when Go 1....\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a99c6e0d2488aee07ba3f803c0cfc2cae2db4644\"\u003e\u003ccode\u003ea99c6e0\u003c/code\u003e\u003c/a\u003e Fix syntax errors and typo\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/ginkgo/compare/v2.11.0...v2.27.5\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/gomega` from 1.27.8 to 1.38.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/releases\"\u003egithub.com/onsi/gomega's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.38.2\u003c/h2\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.38.1\u003c/h2\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003ev1.38.0\u003c/h2\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.37.0\u003c/h2\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.36.3\u003c/h2\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/gomega's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003cli\u003eBump rexml from 3.2.6 to 3.3.9 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/788\"\u003e#788\u003c/a\u003e) [c8b4a07]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/812\"\u003e#812\u003c/a\u003e) [06431b9]\u003c/li\u003e\n\u003cli\u003eBump webrick from 1.8.1 to 1.9.1 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/800\"\u003e#800\u003c/a\u003e) [b55a92d]\u003c/li\u003e\n\u003cli\u003eFix typos (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/813\"\u003e#813\u003c/a\u003e) [a1d518b]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/79b8a75a10e36ee598344c040317f5ab1c907f53\"\u003e\u003ccode\u003e79b8a75\u003c/code\u003e\u003c/a\u003e v1.38.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c404969c07179a8533d5daa283cd6307add66620\"\u003e\u003ccode\u003ec404969\u003c/code\u003e\u003c/a\u003e roll back to go 1.23.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c36e89a7efeca141bf40c3e582c7332d293dd354\"\u003e\u003ccode\u003ec36e89a\u003c/code\u003e\u003c/a\u003e v1.38.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/92eaa578900a4a5fb79d85140d7d59e9f5f22ec7\"\u003e\u003ccode\u003e92eaa57\u003c/code\u003e\u003c/a\u003e go mod tidy\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/b9ed3cdd8077cef2652a340810a2bd526c2d87a3\"\u003e\u003ccode\u003eb9ed3cd\u003c/code\u003e\u003c/a\u003e deprecate CompileTest*\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/2a5bf77d2311a6dc9fa800cd1b687b64dad9dda0\"\u003e\u003ccode\u003e2a5bf77\u003c/code\u003e\u003c/a\u003e fix invalid fmt.Errorf\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/3e9e385d31dcda216ae1d56341bb33111b6f8644\"\u003e\u003ccode\u003e3e9e385\u003c/code\u003e\u003c/a\u003e bump ginkgo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/7f37abe202e2050947bc608c69172cea36414311\"\u003e\u003ccode\u003e7f37abe\u003c/code\u003e\u003c/a\u003e Replace \u003ccode\u003egopkg.in/yaml.v3\u003c/code\u003e with \u003ccode\u003ego.yaml.in/yaml/v3\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/69e47619891ecbd0375d07dce33eb558dd14fde3\"\u003e\u003ccode\u003e69e4761\u003c/code\u003e\u003c/a\u003e fix(async_assertion): use correct error in errors.As\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/95737c099edca4f2e7cd47ddcff68c9af8c87258\"\u003e\u003ccode\u003e95737c0\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/net from 0.41.0 to 0.43.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/856\"\u003e#856\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/gomega/compare/v1.27.8...v1.38.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/spf13/cobra` from 1.7.0 to 1.10.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/spf13/cobra/releases\"\u003egithub.com/spf13/cobra's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.10.2\u003c/h2\u003e\n\u003ch2\u003e🔧 Dependencies\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: Migrate from \u003ccode\u003egopkg.in/yaml.v3\u003c/code\u003e to \u003ccode\u003ego.yaml.in/yaml/v3\u003c/code\u003e by \u003ca href=\"https://github.com/dims\"\u003e\u003ccode\u003e@​dims\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2336\"\u003espf13/cobra#2336\u003c/a\u003e - the \u003ccode\u003egopkg.in/yaml.v3\u003c/code\u003e package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of \u003ccode\u003espf13/cobra\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e📈 CI/CD\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix linter and allow CI to pass by \u003ca href=\"https://github.com/marckhouzam\"\u003e\u003ccode\u003e@​marckhouzam\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2327\"\u003espf13/cobra#2327\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: actions/setup-go v6 by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2337\"\u003espf13/cobra#2337\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🔥✍🏼 Docs\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd documentation for repeated flags functionality by \u003ca href=\"https://github.com/rvergis\"\u003e\u003ccode\u003e@​rvergis\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2316\"\u003espf13/cobra#2316\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🍂 Refactors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003erefactor: replace several vars with consts by \u003ca href=\"https://github.com/htoyoda18\"\u003e\u003ccode\u003e@​htoyoda18\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2328\"\u003espf13/cobra#2328\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: change minUsagePadding from var to const by \u003ca href=\"https://github.com/ssam18\"\u003e\u003ccode\u003e@​ssam18\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2325\"\u003espf13/cobra#2325\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🤗 New Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rvergis\"\u003e\u003ccode\u003e@​rvergis\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2316\"\u003espf13/cobra#2316\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/htoyoda18\"\u003e\u003ccode\u003e@​htoyoda18\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2328\"\u003espf13/cobra#2328\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ssam18\"\u003e\u003ccode\u003e@​ssam18\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2325\"\u003espf13/cobra#2325\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dims\"\u003e\u003ccode\u003e@​dims\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2336\"\u003espf13/cobra#2336\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2\"\u003ehttps://github.com/spf13/cobra/compare/v1.10.1...v1.10.2\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eThank you to our amazing contributors!!!!! 🐍 🚀\u003c/p\u003e\n\u003ch2\u003ev1.10.1\u003c/h2\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003echore: upgrade pflags v1.0.9 by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2305\"\u003espf13/cobra#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003ev1.0.9 of pflags brought back \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e and marked it as deprecated\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\"\u003ehttps://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003e🚨 Attention!\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump pflag to 1.0.8 by \u003ca href=\"https://github.com/tomasaschan\"\u003e\u003ccode\u003e@​tomasaschan\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eThis version of \u003ccode\u003epflag\u003c/code\u003e carried a breaking change: it renamed \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e to \u003ccode\u003eParseErrorsAllowlist\u003c/code\u003e which can break builds if both \u003ccode\u003epflag\u003c/code\u003e and \u003ccode\u003ecobra\u003c/code\u003e are dependencies in your project.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eIf you use both \u003ccode\u003epflag and \u003c/code\u003ecobra\u003ccode\u003e, upgrade \u003c/code\u003epflag\u003ccode\u003eto 1.0.8 and\u003c/code\u003ecobra\u003ccode\u003eto\u003c/code\u003e1.10.0`\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e\u003cem\u003eor\u003c/em\u003e\u003c/strong\u003e use the newer, fixed version of \u003ccode\u003epflag\u003c/code\u003e v1.0.9 which keeps the deprecated \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/88b30ab89da2d0d0abb153818746c5a2d30eccec\"\u003e\u003ccode\u003e88b30ab\u003c/code\u003e\u003c/a\u003e chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2336\"\u003e#2336\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/346d408fe7d4be00ff9481ea4d43c4abb5e5f77d\"\u003e\u003ccode\u003e346d408\u003c/code\u003e\u003c/a\u003e fix: actions/setup-go v6 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2337\"\u003e#2337\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/fc81d2003469e2a5c440306d04a6d82a54065979\"\u003e\u003ccode\u003efc81d20\u003c/code\u003e\u003c/a\u003e refactor: change minUsagePadding from var to const (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2325\"\u003e#2325\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/117698a604b65e80a1ad5b76df67b604bcd992e0\"\u003e\u003ccode\u003e117698a\u003c/code\u003e\u003c/a\u003e refactor: replace several vars with consts (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2328\"\u003e#2328\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/e2dd29ddc39acacf3af13013b06e1fe58b5c3599\"\u003e\u003ccode\u003ee2dd29d\u003c/code\u003e\u003c/a\u003e Add documentation for repeated flags functionality (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2316\"\u003e#2316\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/062989255670f5e100abf70fa5e291a394915f89\"\u003e\u003ccode\u003e0629892\u003c/code\u003e\u003c/a\u003e Fix linter (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2327\"\u003e#2327\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/7da941c3547e93b8c9f70bbd3befca79c6335388\"\u003e\u003ccode\u003e7da941c\u003c/code\u003e\u003c/a\u003e chore: Bump pflag to v1.0.9 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2305\"\u003e#2305\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/51d675196729be769ce235b710ab7058b3aad03a\"\u003e\u003ccode\u003e51d6751\u003c/code\u003e\u003c/a\u003e Bump pflag to 1.0.8 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2303\"\u003e#2303\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/3f3b81882534a51628f3286e93c6842d9b2e29ea\"\u003e\u003ccode\u003e3f3b818\u003c/code\u003e\u003c/a\u003e Update README.md with new logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/dcaf42e2633496bf97d5476d7419071e5c48f40a\"\u003e\u003ccode\u003edcaf42e\u003c/code\u003e\u003c/a\u003e Add Periscope to the list of projects using Cobra (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2299\"\u003e#2299\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/spf13/cobra/compare/v1.7.0...v1.10.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/stretchr/testify` from 1.8.4 to 1.11.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/stretchr/testify/releases\"\u003egithub.com/stretchr/testify's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.1\u003c/h2\u003e\n\u003cp\u003eThis release fixes \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1785\"\u003e#1785\u003c/a\u003e introduced in v1.11.0 where expected argument values implementing the stringer interface (\u003ccode\u003eString() string\u003c/code\u003e) with a method which mutates their value, when passed to mock.Mock.On (\u003ccode\u003em.On(\u0026quot;Method\u0026quot;, \u0026lt;expected\u0026gt;).Return()\u003c/code\u003e) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBackport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11: mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1788\"\u003estretchr/testify#1788\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\"\u003ehttps://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eFunctional Changes\u003c/h3\u003e\n\u003cp\u003ev1.11.0 Includes a number of performance improvements.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eCall stack perf change for CallerInfo by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1614\"\u003estretchr/testify#1614\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eLazily render mock diff output on successful match by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1615\"\u003estretchr/testify#1615\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check early in Eventually, EventuallyWithT, and Never by \u003ca href=\"https://github.com/cszczepaniak\"\u003e\u003ccode\u003e@​cszczepaniak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1427\"\u003estretchr/testify#1427\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: add IsNotType by \u003ca href=\"https://github.com/bartventer\"\u003e\u003ccode\u003e@​bartventer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1730\"\u003estretchr/testify#1730\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.JSONEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1754\"\u003estretchr/testify#1754\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.YAMLEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1755\"\u003estretchr/testify#1755\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: faster and simpler isEmpty using reflect.Value.IsZero by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1761\"\u003estretchr/testify#1761\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: faster methods filtering (internal refactor) by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1758\"\u003estretchr/testify#1758\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eassert.ErrorAs: log target type by \u003ca href=\"https://github.com/craig65535\"\u003e\u003ccode\u003e@​craig65535\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1345\"\u003estretchr/testify#1345\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix failure message formatting for Positive and Negative asserts in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1062\"\u003estretchr/testify#1062\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorIs message when error is nil but an error was expected by \u003ca href=\"https://github.com/tsioftas\"\u003e\u003ccode\u003e@​tsioftas\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1681\"\u003estretchr/testify#1681\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix Subset/NotSubset when calling with mixed input types by \u003ca href=\"https://github.com/siliconbrain\"\u003e\u003ccode\u003e@​siliconbrain\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1729\"\u003estretchr/testify#1729\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorAs failure message when error is nil by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1734\"\u003estretchr/testify#1734\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock.AssertNumberOfCalls: improve error msg by \u003ca href=\"https://github.com/3scalation\"\u003e\u003ccode\u003e@​3scalation\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1743\"\u003estretchr/testify#1743\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDocumentation, Build \u0026amp; CI\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003edocs: Fix typo in README by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1688\"\u003estretchr/testify#1688\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eReplace deprecated io/ioutil with io and os by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1684\"\u003estretchr/testify#1684\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocument consequences of calling t.FailNow() by \u003ca href=\"https://github.com/greg0ire\"\u003e\u003ccode\u003e@​greg0ire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1710\"\u003estretchr/testify#1710\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update docs for Unset \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1621\"\u003e#1621\u003c/a\u003e by \u003ca href=\"https://github.com/techfg\"\u003e\u003ccode\u003e@​techfg\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1709\"\u003estretchr/testify#1709\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eREADME: apply gofmt to examples by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1687\"\u003estretchr/testify#1687\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: use %q and %T to simplify fmt.Sprintf by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1674\"\u003estretchr/testify#1674\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePropose Christophe Colombier (ccoVeille) as approver by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1716\"\u003estretchr/testify#1716\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate documentation for the Error function in assert or require package by \u003ca href=\"https://github.com/architagr\"\u003e\u003ccode\u003e@​architagr\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1675\"\u003estretchr/testify#1675\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: remove deprecated build constraints by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1671\"\u003estretchr/testify#1671\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: apply gofumpt to internal test suite by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1739\"\u003estretchr/testify#1739\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: fix shebang in .ci.*.sh scripts by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1746\"\u003estretchr/testify#1746\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert,require: enable parallel testing on (almost) all top tests by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1747\"\u003estretchr/testify#1747\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite.Passed: add one more status test report by \u003ca href=\"https://github.com/Ararsa-Derese\"\u003e\u003ccode\u003e@​Ararsa-Derese\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1706\"\u003estretchr/testify#1706\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Helper() method in internal mocks and assert.CollectT by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1423\"\u003estretchr/testify#1423\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.Same/NotSame: improve usage of Sprintf by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1742\"\u003estretchr/testify#1742\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock: enable parallel testing on internal testsuite by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1756\"\u003estretchr/testify#1756\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: cleanup use of 'testing' internals at runtime by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1751\"\u003estretchr/testify#1751\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check test failure message for Empty and NotEmpty  by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1745\"\u003estretchr/testify#1745\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/2a57335dc9cd6833daa820bc94d9b40c26a7917d\"\u003e\u003ccode\u003e2a57335\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1788\"\u003e#1788\u003c/a\u003e from brackendawson/1785-backport-1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/af8c91234f184009f57ef29027b39ca89cb00100\"\u003e\u003ccode\u003eaf8c912\u003c/code\u003e\u003c/a\u003e Backport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/b7801fbf5cd58d201296d5d0e132d1849966dbd4\"\u003e\u003ccode\u003eb7801fb\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1778\"\u003e#1778\u003c/a\u003e from stretchr/dependabot/github_actions/actions/chec...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/69831f3b08c40d56a09d0be93e9d5ae034f1590b\"\u003e\u003ccode\u003e69831f3\u003c/code\u003e\u003c/a\u003e build(deps): bump actions/checkout from 4 to 5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/a53be35c3b0cfcd5189cffcfd75df60ea581104c\"\u003e\u003ccode\u003ea53be35\u003c/code\u003e\u003c/a\u003e Improve captureTestingT helper\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/aafb604176db7e1f2c9810bc90d644291d057687\"\u003e\u003ccode\u003eaafb604\u003c/code\u003e\u003c/a\u003e mock: improve formatting of error message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7218e0390acd2aea3edb18574110ec2753c0aeef\"\u003e\u003ccode\u003e7218e03\u003c/code\u003e\u003c/a\u003e improve error msg\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/929a2126c2702df436312656a0304580b526c6e9\"\u003e\u003ccode\u003e929a212\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1758\"\u003e#1758\u003c/a\u003e from stretchr/dolmen/suite-faster-method-filtering\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/bc7459ec38128532ff32f23cfab4ea0b725210f2\"\u003e\u003ccode\u003ebc7459e\u003c/code\u003e\u003c/a\u003e suite: faster filtering of methods (-testify.m)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7d37b5c962954410bcd7a71ff3a77c79514056d1\"\u003e\u003ccode\u003e7d37b5c\u003c/code\u003e\u003c/a\u003e suite: refactor methodFilter\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/stretchr/testify/compare/v1.8.4...v1.11.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/sync` from 0.5.0 to 0.18.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/1966f539bbd7664efd5bb7462ae94d9db67f4502\"\u003e\u003ccode\u003e1966f53\u003c/code\u003e\u003c/a\u003e errgroup: fix some typos in comment\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/04914c200cb38d4ea960ee6a4c314a028c632991\"\u003e\u003ccode\u003e04914c2\u003c/code\u003e\u003c/a\u003e all: upgrade go directive to at least 1.24.0 [generated]\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/7fad2c9213e0821bd78435a9c106806f2fc383f1\"\u003e\u003ccode\u003e7fad2c9\u003c/code\u003e\u003c/a\u003e errgroup: revert propagation of panics\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/8a14946fb031f4bf6096242b5e6ae6f7316d47d8\"\u003e\u003ccode\u003e8a14946\u003c/code\u003e\u003c/a\u003e errgroup: remove duplicated comment\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/1869c690bf11da5dd230e188d03a612a4a3f8ba6\"\u003e\u003ccode\u003e1869c69\u003c/code\u003e\u003c/a\u003e all: replace deprecated ioutil\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/d1ac909e84c04f4326f620436b3894b3f5de0bd4\"\u003e\u003ccode\u003ed1ac909\u003c/code\u003e\u003c/a\u003e sync/errgroup: PanicError.Error print stack trace\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/506c70f97318aa991ec5a898685660c880c166ca\"\u003e\u003ccode\u003e506c70f\u003c/code\u003e\u003c/a\u003e errgroup: propagate panic and Goexit through Wait\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/396f3a06ea2a49eb410f12e244c0dd77095d0de9\"\u003e\u003ccode\u003e396f3a0\u003c/code\u003e\u003c/a\u003e errgroup: document calling Go before Wait\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/b637f27e40ad6e222f3d301cc113e635f0fa08be\"\u003e\u003ccode\u003eb637f27\u003c/code\u003e\u003c/a\u003e errgroup: drop support for Go versions before 1.20\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/960bf1fb13c616a491486fc6322e26fe0830eaf0\"\u003e\u003ccode\u003e960bf1f\u003c/code\u003e\u003c/a\u003e all: upgrade go directive to at least 1.23.0 [generated]\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/golang/sync/compare/v0.5.0...v0.18.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/tools` from 0.14.0 to 0.39.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/tools/releases\"\u003egolang.org/x/tools's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003egopls/v0.21.0\u003c/h2\u003e\n\u003cp\u003eSee \u003ca href=\"https://go.dev/gopls/release/v0.21.0\"\u003ehttps://go.dev/gopls/release/v0.21.0\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eChanges: \u003ca href=\"https://github.com/golang/tools/compare/gopls/v0.20.0...gopls/v0.21.0\"\u003ehttps://github.com/golang/tools/compare/gopls/v0.20.0...gopls/v0.21.0\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eThanks to all who contributed.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/golang/tools/commits/gopls/v0.21.0\"\u003ehttps://github.com/golang/tools/commits/gopls/v0.21.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003egopls/v0.20.0\u003c/h2\u003e\n\u003cp\u003eSee \u003ca href=\"https://go.dev/gopls/release/v0.20.0\"\u003ehttps://go.dev/gopls/release/v0.20.0\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eChanges: \u003ca href=\"https://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\"\u003ehttps://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\u003c/a\u003e\nContributors: \u003ca href=\"https://github.com/adonovan\"\u003e\u003ccode\u003e@​adonovan\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/cuishuang\"\u003e\u003ccode\u003e@​cuishuang\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/dmitshur\"\u003e\u003ccode\u003e@​dmitshur\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/findleyr\"\u003e\u003ccode\u003e@​findleyr\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/gopherbot\"\u003e\u003ccode\u003e@​gopherbot\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/hyangah\"\u003e\u003ccode\u003e@​hyangah\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/iharsuvorau\"\u003e\u003ccode\u003e@​iharsuvorau\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/jba\"\u003e\u003ccode\u003e@​jba\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/lfolger\"\u003e\u003ccode\u003e@​lfolger\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/pjweinbgo\"\u003e\u003ccode\u003e@​pjweinbgo\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/rogeryk\"\u003e\u003ccode\u003e@​rogeryk\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/timothy-king\"\u003e\u003ccode\u003e@​timothy-king\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/vitalmotif\"\u003e\u003ccode\u003e@​vitalmotif\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/zpavlinovic\"\u003e\u003ccode\u003e@​zpavlinovic\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.1\u003c/h2\u003e\n\u003cp\u003eThis patch release changes the default value of the \u003ccode\u003eimportsSource\u003c/code\u003e setting: v0.19.0 changed it from \u003ccode\u003egoimports\u003c/code\u003e to \u003ccode\u003egopls\u003c/code\u003e; this release changes it back, due to a bug (\u003ca href=\"https://redirect.github.com/golang/tools/issues/74280\"\u003e#74280\u003c/a\u003e).\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.0\u003c/h2\u003e\n\u003cp\u003eComplete list of issues closed: \u003ca href=\"https://github.com/golang/go/milestone/380?closed=1\"\u003egopls/v0.19.0 milestone\u003c/a\u003e\u003c/p\u003e\n\u003ch1\u003eConfiguration Changes\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eThe \u003ccode\u003egopls check\u003c/code\u003e subcommand now accepts a \u003ccode\u003e-severity\u003c/code\u003e flag to set a minimum severity for the diagnostics it reports. By default, the minimum severity is \u0026quot;warning\u0026quot;, so \u003ccode\u003egopls check\u003c/code\u003e may report fewer diagnostics than before. Set \u003ccode\u003e-severity=hint\u003c/code\u003e to reproduce the previous behavior.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eNavigation features\u003c/h1\u003e\n\u003ch2\u003e\u0026quot;Implementations\u0026quot; supports signature types (within same package)\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003cp\u003eThe Implementations query reports the correspondence between abstract and concrete types and their methods based on their method sets. Now, it also reports the correspondence between function types, dynamic function calls, and function definitions, based on their signatures.\u003c/p\u003e\n\u003cp\u003eTo use it, invoke an Implementations query on the \u003ccode\u003efunc\u003c/code\u003e token of the definition of a named function, named metho...\n\n_Description has been truncated_","html_url":"https://github.com/hyperledger/fabric-private-chaincode/pull/893","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledger%2Ffabric-private-chaincode/issues/893","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/893/packages"}},{"old_version":"1.8.7","new_version":"1.8.10","update_type":"patch","path":null,"pr_created_at":"2026-01-13T04:47:25.000Z","version_change":"1.8.7 → 1.8.10","issue":{"uuid":"3807078150","node_id":"PR_kwDOD8fjGM681uAW","number":929,"state":"open","title":"build(deps): Bump github.com/magiconair/properties from 1.8.7 to 1.8.10","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-01-13T04:47:25.000Z","updated_at":"2026-03-28T01:06:55.925Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps): Bump","packages":[{"name":"github.com/magiconair/properties","old_version":"1.8.7","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"}],"path":null,"ecosystem":"go"},"body":"Bumps [github.com/magiconair/properties](https://github.com/magiconair/properties) from 1.8.7 to 1.8.10.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/magiconair/properties/releases\"\u003egithub.com/magiconair/properties's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.8.10\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd 32bit numeric getters which do not panic by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/77\"\u003emagiconair/properties#77\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eescape leading whitespace on value in Write() by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/81\"\u003emagiconair/properties#81\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.9\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSkip ignored private fields by \u003ca href=\"https://github.com/rafaelhl\"\u003e\u003ccode\u003e@​rafaelhl\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/61\"\u003emagiconair/properties#61\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rafaelhl\"\u003e\u003ccode\u003e@​rafaelhl\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/61\"\u003emagiconair/properties#61\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.8...v1.8.9\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.8...v1.8.9\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.8\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003emigrate from deprecated ioutil dependency by \u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/73\"\u003emagiconair/properties#73\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eLoad from io.Reader by \u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/74\"\u003emagiconair/properties#74\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/73\"\u003emagiconair/properties#73\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.7...v1.8.8\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.7...v1.8.8\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/281f515b93cf755020c587f2ffcbdee2322f3615\"\u003e\u003ccode\u003e281f515\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/81\"\u003e#81\u003c/a\u003e from magiconair/issue-80\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/6b7aa68b641f5d60ebb8b6845db1128db53a6cf3\"\u003e\u003ccode\u003e6b7aa68\u003c/code\u003e\u003c/a\u003e test with go1.24\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/06f31332fd5f37daf3faffdf26bfec3cd1cd28b2\"\u003e\u003ccode\u003e06f3133\u003c/code\u003e\u003c/a\u003e escape leading whitespace on value in Write()\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/3dfc3b527876b509fda83a042544db6f2a2a76e6\"\u003e\u003ccode\u003e3dfc3b5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/77\"\u003e#77\u003c/a\u003e from magiconair/get32bit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/b1485840343acfbc730b9d7ff4d775e92ac02091\"\u003e\u003ccode\u003eb148584\u003c/code\u003e\u003c/a\u003e Add 32bit numeric getters which do not panic\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/d8bdba35b511a72d4c00a47e801dc703328198e8\"\u003e\u003ccode\u003ed8bdba3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/61\"\u003e#61\u003c/a\u003e from rafaelhl/skip-ignored-private-field\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/d80fb15700bd0773d25bec3032855193faecec2e\"\u003e\u003ccode\u003ed80fb15\u003c/code\u003e\u003c/a\u003e test with more go versions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/7b90c47cfbfb5843673bd50d267e370e0e8d6479\"\u003e\u003ccode\u003e7b90c47\u003c/code\u003e\u003c/a\u003e cleanup README\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/449f224222f7ac10702dc781f72c992a6919b230\"\u003e\u003ccode\u003e449f224\u003c/code\u003e\u003c/a\u003e move CHANGELOG to Github Releases\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/e64054d847ae0adba8535c3d174ba8deae26fc3c\"\u003e\u003ccode\u003ee64054d\u003c/code\u003e\u003c/a\u003e fix workflow\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.7...v1.8.10\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/magiconair/properties\u0026package-manager=go_modules\u0026previous-version=1.8.7\u0026new-version=1.8.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/scrtlabs/cosmos-sdk/pull/929","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/scrtlabs%2Fcosmos-sdk/issues/929","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/929/packages"}},{"old_version":"1.8.4","new_version":"1.8.10","update_type":"patch","path":null,"pr_created_at":"2026-01-07T14:56:54.000Z","version_change":"1.8.4 → 1.8.10","issue":{"uuid":"3789101831","node_id":"PR_kwDOQ1asKc677QU9","number":14,"state":"open","title":"build(deps): bump github.com/magiconair/properties from 1.8.4 to 1.8.10","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-01-07T14:56:54.000Z","updated_at":"2026-01-07T14:56:55.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps)","packages":[{"name":"github.com/magiconair/properties","old_version":"1.8.4","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"}],"path":null,"ecosystem":"go"},"body":"Bumps [github.com/magiconair/properties](https://github.com/magiconair/properties) from 1.8.4 to 1.8.10.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/magiconair/properties/releases\"\u003egithub.com/magiconair/properties's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.8.10\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd 32bit numeric getters which do not panic by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/77\"\u003emagiconair/properties#77\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eescape leading whitespace on value in Write() by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/81\"\u003emagiconair/properties#81\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.9\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSkip ignored private fields by \u003ca href=\"https://github.com/rafaelhl\"\u003e\u003ccode\u003e@​rafaelhl\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/61\"\u003emagiconair/properties#61\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rafaelhl\"\u003e\u003ccode\u003e@​rafaelhl\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/61\"\u003emagiconair/properties#61\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.8...v1.8.9\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.8...v1.8.9\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.8\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003emigrate from deprecated ioutil dependency by \u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/73\"\u003emagiconair/properties#73\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eLoad from io.Reader by \u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/74\"\u003emagiconair/properties#74\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/73\"\u003emagiconair/properties#73\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.7...v1.8.8\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.7...v1.8.8\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.7\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003euse github actions by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/66\"\u003emagiconair/properties#66\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e⚡ Speedup merge by \u003ca href=\"https://github.com/AdityaVallabh\"\u003e\u003ccode\u003e@​AdityaVallabh\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/65\"\u003emagiconair/properties#65\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/AdityaVallabh\"\u003e\u003ccode\u003e@​AdityaVallabh\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/65\"\u003emagiconair/properties#65\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.6...v1.8.7\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.6...v1.8.7\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.6\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix \u0026quot;unreachable code\u0026quot; lint error by \u003ca href=\"https://github.com/ellie\"\u003e\u003ccode\u003e@​ellie\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/57\"\u003emagiconair/properties#57\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMake TestMustGetParsedDuration backwards compatible by \u003ca href=\"https://github.com/maage\"\u003e\u003ccode\u003e@​maage\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/63\"\u003emagiconair/properties#63\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ellie\"\u003e\u003ccode\u003e@​ellie\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/57\"\u003emagiconair/properties#57\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maage\"\u003e\u003ccode\u003e@​maage\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/63\"\u003emagiconair/properties#63\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.5...v1.8.6\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.5...v1.8.6\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.5\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/281f515b93cf755020c587f2ffcbdee2322f3615\"\u003e\u003ccode\u003e281f515\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/81\"\u003e#81\u003c/a\u003e from magiconair/issue-80\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/6b7aa68b641f5d60ebb8b6845db1128db53a6cf3\"\u003e\u003ccode\u003e6b7aa68\u003c/code\u003e\u003c/a\u003e test with go1.24\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/06f31332fd5f37daf3faffdf26bfec3cd1cd28b2\"\u003e\u003ccode\u003e06f3133\u003c/code\u003e\u003c/a\u003e escape leading whitespace on value in Write()\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/3dfc3b527876b509fda83a042544db6f2a2a76e6\"\u003e\u003ccode\u003e3dfc3b5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/77\"\u003e#77\u003c/a\u003e from magiconair/get32bit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/b1485840343acfbc730b9d7ff4d775e92ac02091\"\u003e\u003ccode\u003eb148584\u003c/code\u003e\u003c/a\u003e Add 32bit numeric getters which do not panic\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/d8bdba35b511a72d4c00a47e801dc703328198e8\"\u003e\u003ccode\u003ed8bdba3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/61\"\u003e#61\u003c/a\u003e from rafaelhl/skip-ignored-private-field\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/d80fb15700bd0773d25bec3032855193faecec2e\"\u003e\u003ccode\u003ed80fb15\u003c/code\u003e\u003c/a\u003e test with more go versions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/7b90c47cfbfb5843673bd50d267e370e0e8d6479\"\u003e\u003ccode\u003e7b90c47\u003c/code\u003e\u003c/a\u003e cleanup README\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/449f224222f7ac10702dc781f72c992a6919b230\"\u003e\u003ccode\u003e449f224\u003c/code\u003e\u003c/a\u003e move CHANGELOG to Github Releases\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/e64054d847ae0adba8535c3d174ba8deae26fc3c\"\u003e\u003ccode\u003ee64054d\u003c/code\u003e\u003c/a\u003e fix workflow\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.4...v1.8.10\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/magiconair/properties\u0026package-manager=go_modules\u0026previous-version=1.8.4\u0026new-version=1.8.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/MoreVulnData/cosmos-sdk/pull/14","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoreVulnData%2Fcosmos-sdk/issues/14","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/14/packages"}},{"old_version":"1.8.7","new_version":"1.8.10","update_type":"patch","path":null,"pr_created_at":"2025-12-29T01:04:53.000Z","version_change":"1.8.7 → 1.8.10","issue":{"uuid":"3766181634","node_id":"PR_kwDOGyytcM66w1P9","number":2524,"state":"open","title":"build(deps): Bump github.com/magiconair/properties from 1.8.7 to 1.8.10","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-12-29T01:04:53.000Z","updated_at":"2025-12-29T01:04:53.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps): Bump","packages":[{"name":"github.com/magiconair/properties","old_version":"1.8.7","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"}],"path":null,"ecosystem":"go"},"body":"Bumps [github.com/magiconair/properties](https://github.com/magiconair/properties) from 1.8.7 to 1.8.10.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/magiconair/properties/releases\"\u003egithub.com/magiconair/properties's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.8.10\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd 32bit numeric getters which do not panic by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/77\"\u003emagiconair/properties#77\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eescape leading whitespace on value in Write() by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/81\"\u003emagiconair/properties#81\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.9\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSkip ignored private fields by \u003ca href=\"https://github.com/rafaelhl\"\u003e\u003ccode\u003e@​rafaelhl\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/61\"\u003emagiconair/properties#61\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rafaelhl\"\u003e\u003ccode\u003e@​rafaelhl\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/61\"\u003emagiconair/properties#61\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.8...v1.8.9\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.8...v1.8.9\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.8\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003emigrate from deprecated ioutil dependency by \u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/73\"\u003emagiconair/properties#73\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eLoad from io.Reader by \u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/74\"\u003emagiconair/properties#74\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/73\"\u003emagiconair/properties#73\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.7...v1.8.8\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.7...v1.8.8\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/281f515b93cf755020c587f2ffcbdee2322f3615\"\u003e\u003ccode\u003e281f515\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/81\"\u003e#81\u003c/a\u003e from magiconair/issue-80\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/6b7aa68b641f5d60ebb8b6845db1128db53a6cf3\"\u003e\u003ccode\u003e6b7aa68\u003c/code\u003e\u003c/a\u003e test with go1.24\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/06f31332fd5f37daf3faffdf26bfec3cd1cd28b2\"\u003e\u003ccode\u003e06f3133\u003c/code\u003e\u003c/a\u003e escape leading whitespace on value in Write()\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/3dfc3b527876b509fda83a042544db6f2a2a76e6\"\u003e\u003ccode\u003e3dfc3b5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/77\"\u003e#77\u003c/a\u003e from magiconair/get32bit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/b1485840343acfbc730b9d7ff4d775e92ac02091\"\u003e\u003ccode\u003eb148584\u003c/code\u003e\u003c/a\u003e Add 32bit numeric getters which do not panic\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/d8bdba35b511a72d4c00a47e801dc703328198e8\"\u003e\u003ccode\u003ed8bdba3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/61\"\u003e#61\u003c/a\u003e from rafaelhl/skip-ignored-private-field\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/d80fb15700bd0773d25bec3032855193faecec2e\"\u003e\u003ccode\u003ed80fb15\u003c/code\u003e\u003c/a\u003e test with more go versions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/7b90c47cfbfb5843673bd50d267e370e0e8d6479\"\u003e\u003ccode\u003e7b90c47\u003c/code\u003e\u003c/a\u003e cleanup README\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/449f224222f7ac10702dc781f72c992a6919b230\"\u003e\u003ccode\u003e449f224\u003c/code\u003e\u003c/a\u003e move CHANGELOG to Github Releases\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/e64054d847ae0adba8535c3d174ba8deae26fc3c\"\u003e\u003ccode\u003ee64054d\u003c/code\u003e\u003c/a\u003e fix workflow\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.7...v1.8.10\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/magiconair/properties\u0026package-manager=go_modules\u0026previous-version=1.8.7\u0026new-version=1.8.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/ingenuity-build/cosmos-sdk/pull/2524","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/ingenuity-build%2Fcosmos-sdk/issues/2524","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2524/packages"}},{"old_version":"1.8.7","new_version":"1.8.10","update_type":"patch","path":"/ctl","pr_created_at":"2025-12-08T20:20:28.000Z","version_change":"1.8.7 → 1.8.10","issue":{"uuid":"3707880911","node_id":"PR_kwDOOqct-s63wnRy","number":140,"state":"open","title":"build(deps): bump github.com/magiconair/properties from 1.8.7 to 1.8.10 in /ctl","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-12-08T20:20:28.000Z","updated_at":"2025-12-12T17:15:58.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps)","packages":[{"name":"github.com/magiconair/properties","old_version":"1.8.7","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"}],"path":"/ctl","ecosystem":"go"},"body":"Bumps [github.com/magiconair/properties](https://github.com/magiconair/properties) from 1.8.7 to 1.8.10.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/magiconair/properties/releases\"\u003egithub.com/magiconair/properties's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.8.10\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd 32bit numeric getters which do not panic by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/77\"\u003emagiconair/properties#77\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eescape leading whitespace on value in Write() by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/81\"\u003emagiconair/properties#81\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.9\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSkip ignored private fields by \u003ca href=\"https://github.com/rafaelhl\"\u003e\u003ccode\u003e@​rafaelhl\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/61\"\u003emagiconair/properties#61\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rafaelhl\"\u003e\u003ccode\u003e@​rafaelhl\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/61\"\u003emagiconair/properties#61\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.8...v1.8.9\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.8...v1.8.9\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.8\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003emigrate from deprecated ioutil dependency by \u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/73\"\u003emagiconair/properties#73\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eLoad from io.Reader by \u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/74\"\u003emagiconair/properties#74\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mbenson\"\u003e\u003ccode\u003e@​mbenson\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/73\"\u003emagiconair/properties#73\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.7...v1.8.8\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.7...v1.8.8\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/281f515b93cf755020c587f2ffcbdee2322f3615\"\u003e\u003ccode\u003e281f515\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/81\"\u003e#81\u003c/a\u003e from magiconair/issue-80\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/6b7aa68b641f5d60ebb8b6845db1128db53a6cf3\"\u003e\u003ccode\u003e6b7aa68\u003c/code\u003e\u003c/a\u003e test with go1.24\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/06f31332fd5f37daf3faffdf26bfec3cd1cd28b2\"\u003e\u003ccode\u003e06f3133\u003c/code\u003e\u003c/a\u003e escape leading whitespace on value in Write()\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/3dfc3b527876b509fda83a042544db6f2a2a76e6\"\u003e\u003ccode\u003e3dfc3b5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/77\"\u003e#77\u003c/a\u003e from magiconair/get32bit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/b1485840343acfbc730b9d7ff4d775e92ac02091\"\u003e\u003ccode\u003eb148584\u003c/code\u003e\u003c/a\u003e Add 32bit numeric getters which do not panic\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/d8bdba35b511a72d4c00a47e801dc703328198e8\"\u003e\u003ccode\u003ed8bdba3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/61\"\u003e#61\u003c/a\u003e from rafaelhl/skip-ignored-private-field\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/d80fb15700bd0773d25bec3032855193faecec2e\"\u003e\u003ccode\u003ed80fb15\u003c/code\u003e\u003c/a\u003e test with more go versions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/7b90c47cfbfb5843673bd50d267e370e0e8d6479\"\u003e\u003ccode\u003e7b90c47\u003c/code\u003e\u003c/a\u003e cleanup README\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/449f224222f7ac10702dc781f72c992a6919b230\"\u003e\u003ccode\u003e449f224\u003c/code\u003e\u003c/a\u003e move CHANGELOG to Github Releases\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/e64054d847ae0adba8535c3d174ba8deae26fc3c\"\u003e\u003ccode\u003ee64054d\u003c/code\u003e\u003c/a\u003e fix workflow\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.7...v1.8.10\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/magiconair/properties\u0026package-manager=go_modules\u0026previous-version=1.8.7\u0026new-version=1.8.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/NationalLibraryOfNorway/veidemann/pull/140","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/NationalLibraryOfNorway%2Fveidemann/issues/140","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/140/packages"}},{"old_version":"1.8.7","new_version":"1.8.10","update_type":"patch","path":null,"pr_created_at":"2025-12-08T16:08:15.000Z","version_change":"1.8.7 → 1.8.10","issue":{"uuid":"3707039709","node_id":"PR_kwDOP5WOp863twDB","number":11,"state":"closed","title":"Bump the all-deps group across 5 directories with 170 updates","user":"dependabot[bot]","labels":["dependencies","go"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-12-15T15:42:05.000Z","author_association":null,"state_reason":null,"created_at":"2025-12-08T16:08:15.000Z","updated_at":"2025-12-15T15:42:08.000Z","time_to_close":603230,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"all-deps","update_count":170,"packages":[{"name":"github.com/golang/protobuf","old_version":"1.5.3","new_version":"1.5.4","repository_url":"https://github.com/golang/protobuf"},{"name":"github.com/maxbrunsfeld/counterfeiter/v6","old_version":"6.6.1","new_version":"6.12.1","repository_url":"https://github.com/maxbrunsfeld/counterfeiter"},{"name":"github.com/spf13/cobra","old_version":"1.7.0","new_version":"1.10.2","repository_url":"https://github.com/spf13/cobra"},{"name":"github.com/stretchr/testify","old_version":"1.8.4","new_version":"1.11.1","repository_url":"https://github.com/stretchr/testify"},{"name":"honnef.co/go/tools","old_version":"0.4.3","new_version":"0.6.1","repository_url":"https://github.com/dominikh/go-tools"},{"name":"github.com/Microsoft/go-winio","old_version":"0.6.1","new_version":"0.6.2","repository_url":"https://github.com/Microsoft/go-winio"},{"name":"github.com/bits-and-blooms/bitset","old_version":"1.7.0","new_version":"1.24.4","repository_url":"https://github.com/bits-and-blooms/bitset"},{"name":"github.com/cespare/xxhash/v2","old_version":"2.2.0","new_version":"2.3.0","repository_url":"https://github.com/cespare/xxhash"},{"name":"github.com/cloudflare/cfssl","old_version":"1.4.1","new_version":"1.6.5","repository_url":"https://github.com/cloudflare/cfssl"},{"name":"github.com/consensys/bavard","old_version":"0.1.13","new_version":"0.2.1","repository_url":"https://github.com/consensys/bavard"},{"name":"github.com/consensys/gnark-crypto","old_version":"0.12.1","new_version":"0.19.2","repository_url":"https://github.com/consensys/gnark-crypto"},{"name":"github.com/docker/go-connections","old_version":"0.5.0","new_version":"0.6.0","repository_url":"https://github.com/docker/go-connections"},{"name":"github.com/fsnotify/fsnotify","old_version":"1.6.0","new_version":"1.9.0","repository_url":"https://github.com/fsnotify/fsnotify"},{"name":"github.com/fsouza/go-dockerclient","old_version":"1.10.0","new_version":"1.12.3","repository_url":"https://github.com/fsouza/go-dockerclient"},{"name":"github.com/go-kit/kit","old_version":"0.10.0","new_version":"0.13.0","repository_url":"https://github.com/go-kit/kit"},{"name":"github.com/go-logfmt/logfmt","old_version":"0.5.1","new_version":"0.6.1","repository_url":"https://github.com/go-logfmt/logfmt"},{"name":"github.com/go-openapi/jsonpointer","old_version":"0.19.5","new_version":"0.22.3","repository_url":"https://github.com/go-openapi/jsonpointer"},{"name":"github.com/go-openapi/jsonreference","old_version":"0.20.0","new_version":"0.21.3","repository_url":"https://github.com/go-openapi/jsonreference"},{"name":"github.com/go-openapi/spec","old_version":"0.20.8","new_version":"0.22.1","repository_url":"https://github.com/go-openapi/spec"},{"name":"github.com/gobuffalo/envy","old_version":"1.10.1","new_version":"1.10.2","repository_url":"https://github.com/gobuffalo/envy"},{"name":"github.com/gobuffalo/packd","old_version":"1.0.1","new_version":"1.0.2","repository_url":"https://github.com/gobuffalo/packd"},{"name":"github.com/joho/godotenv","old_version":"1.4.0","new_version":"1.5.1","repository_url":"https://github.com/joho/godotenv"},{"name":"github.com/magiconair/properties","old_version":"1.8.7","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"},{"name":"github.com/moby/term","old_version":"0.5.0","new_version":"0.5.2","repository_url":"https://github.com/moby/term"},{"name":"github.com/nxadm/tail","old_version":"1.4.8","new_version":"1.4.11","repository_url":"https://github.com/nxadm/tail"},{"name":"github.com/opencontainers/image-spec","old_version":"1.1.0-rc5","new_version":"1.1.1","repository_url":"https://github.com/opencontainers/image-spec"},{"name":"github.com/prometheus/client_model","old_version":"0.5.0","new_version":"0.6.2","repository_url":"https://github.com/prometheus/client_model"},{"name":"github.com/prometheus/procfs","old_version":"0.12.0","new_version":"0.19.2","repository_url":"https://github.com/prometheus/procfs"},{"name":"github.com/spf13/afero","old_version":"1.6.0","new_version":"1.15.0","repository_url":"https://github.com/spf13/afero"},{"name":"github.com/spf13/cast","old_version":"1.4.1","new_version":"1.10.0","repository_url":"https://github.com/spf13/cast"},{"name":"github.com/spf13/viper","old_version":"1.10.1","new_version":"1.21.0","repository_url":"https://github.com/spf13/viper"}],"path":null,"ecosystem":"go"},"body":"Bumps the all-deps group with 31 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/maxbrunsfeld/counterfeiter/v6](https://github.com/maxbrunsfeld/counterfeiter) | `6.6.1` | `6.12.1` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.2` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [honnef.co/go/tools](https://github.com/dominikh/go-tools) | `0.4.3` | `0.6.1` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.4` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.3` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.5` | `0.22.3` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.0` | `0.21.3` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.1` |\n| [github.com/gobuffalo/envy](https://github.com/gobuffalo/envy) | `1.10.1` | `1.10.2` |\n| [github.com/gobuffalo/packd](https://github.com/gobuffalo/packd) | `1.0.1` | `1.0.2` |\n| [github.com/joho/godotenv](https://github.com/joho/godotenv) | `1.4.0` | `1.5.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/nxadm/tail](https://github.com/nxadm/tail) | `1.4.8` | `1.4.11` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0-rc5` | `1.1.1` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.19.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.6.0` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n\nBumps the all-deps group with 49 updates in the /integration/go_chaincode directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.3` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.2` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.4` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.29` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.3` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.1` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.58.0` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.2` | `1.14.2` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd) | `22.5.0` | `22.6.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/dgraph-io/badger/v3](https://github.com/dgraph-io/badger) | `3.2103.2` | `3.2103.5` |\n| [github.com/elastic/gosigar](https://github.com/elastic/gosigar) | `0.14.2` | `0.14.3` |\n| [github.com/flynn/noise](https://github.com/flynn/noise) | `1.0.0` | `1.1.0` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.11` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.7.0` | `1.7.6` |\n| [github.com/godbus/dbus/v5](https://github.com/godbus/dbus) | `5.1.0` | `5.2.0` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.16.0` | `2.27.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.0` |\n| [github.com/huin/goupnp](https://github.com/huin/goupnp) | `1.2.0` | `1.3.0` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/boxo](https://github.com/ipfs/boxo) | `0.8.0-rc1` | `0.35.2` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/ugorji/go](https://github.com/ugorji/go) | `1.1.4` | `1.2.14` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.67.1` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.40.1` |\n| [github.com/ugorji/go/codec](https://github.com/ugorji/go) | `1.3.0` | `1.3.1` |\n\nBumps the all-deps group with 26 updates in the /samples/application/ccapi directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.11.1` |\n| [golang.org/x/tools](https://github.com/golang/tools) | `0.14.0` | `0.39.0` |\n| google.golang.org/protobuf | `1.34.2` | `1.36.10` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.6` | `0.22.3` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.2` | `0.21.3` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.19.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.2` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.5` | `1.0.10` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.6` | `1.14.2` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.11` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.4.0` | `1.7.6` |\n| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.59.0` | `1.77.0` |\n| [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.8.12` | `1.16.6` |\n| [github.com/swaggo/gin-swagger](https://github.com/swaggo/gin-swagger) | `1.6.0` | `1.6.1` |\n| [golang.org/x/sync](https://github.com/golang/sync) | `0.18.0` | `0.19.0` |\n\nBumps the all-deps group with 52 updates in the /samples/demos/irb directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.3` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.2` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.4` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.29` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.3` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0` | `1.1.1` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.1` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.58.0` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.0` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/go-cid](https://github.com/ipfs/go-cid) | `0.4.1` | `0.6.0` |\n| [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.7` | `2.3.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) | `0.11.0` | `0.16.1` |\n| [github.com/multiformats/go-multicodec](https://github.com/multiformats/go-multicodec) | `0.9.0` | `0.10.0` |\n| [github.com/multiformats/go-multistream](https://github.com/multiformats/go-multistream) | `0.4.1` | `0.6.1` |\n| [lukechampine.com/blake3](https://github.com/lukechampine/blake3) | `1.2.1` | `1.4.1` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.67.1` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.40.1` |\n| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.28.0` | `0.40.0` |\n| [code.cloudfoundry.org/clock](https://github.com/cloudfoundry/clock) | `1.1.0` | `1.55.0` |\n| [github.com/VictoriaMetrics/fastcache](https://github.com/VictoriaMetrics/fastcache) | `1.12.1` | `1.13.2` |\n| [github.com/go-ole/go-ole](https://github.com/go-ole/go-ole) | `1.2.6` | `1.3.0` |\n| [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.12` | `0.3.16` |\n| [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.6` | `3.6.6` |\n| [go.etcd.io/etcd/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.6` |\n| [go.etcd.io/etcd/raft/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.5.25` |\n| [go.etcd.io/etcd/server/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.6` |\n\nBumps the all-deps group with 25 updates in the /samples/deployment/fabric-smart-client/the-simple-testing-network directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.3` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.2` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.29` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.3` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.1` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.58.0` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.67.1` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.40.1` |\n\n\nUpdates `github.com/golang/protobuf` from 1.5.3 to 1.5.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/protobuf/releases\"\u003egithub.com/golang/protobuf's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.5.4\u003c/h2\u003e\n\u003cp\u003eNotable changes\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eupdate descriptor.proto to latest version\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/75de7c059e36b64f01d0dd234ff2fff404ec3374\"\u003e\u003ccode\u003e75de7c0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang/protobuf/issues/1597\"\u003e#1597\u003c/a\u003e from golang/updatedesc\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/b7697bb698b1c56643249ef6179c7cae1478881d\"\u003e\u003ccode\u003eb7697bb\u003c/code\u003e\u003c/a\u003e all: update descriptor.proto to latest version\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/protobuf/compare/v1.5.3...v1.5.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/maxbrunsfeld/counterfeiter/v6` from 6.6.1 to 6.12.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases\"\u003egithub.com/maxbrunsfeld/counterfeiter/v6's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.12.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: fix some typos in comment by \u003ca href=\"https://github.com/keeghcet\"\u003e\u003ccode\u003e@​keeghcet\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/340\"\u003emaxbrunsfeld/counterfeiter#340\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.36.0 to 0.37.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/341\"\u003emaxbrunsfeld/counterfeiter#341\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.29.0 to 0.30.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/343\"\u003emaxbrunsfeld/counterfeiter#343\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.37.0 to 0.39.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/346\"\u003emaxbrunsfeld/counterfeiter#346\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: omit unnecessary reassignment by \u003ca href=\"https://github.com/rifeplight\"\u003e\u003ccode\u003e@​rifeplight\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/347\"\u003emaxbrunsfeld/counterfeiter#347\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/keeghcet\"\u003e\u003ccode\u003e@​keeghcet\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/340\"\u003emaxbrunsfeld/counterfeiter#340\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rifeplight\"\u003e\u003ccode\u003e@​rifeplight\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/347\"\u003emaxbrunsfeld/counterfeiter#347\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.12.0...v6.12.1\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.12.0...v6.12.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.12.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.37.0 to 1.38.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/333\"\u003emaxbrunsfeld/counterfeiter#333\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.38.0 to 1.38.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/338\"\u003emaxbrunsfeld/counterfeiter#338\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: support for custom type constraints in generic interfaces by \u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.2\u003c/h2\u003e\n\u003cp\u003eRevert changes from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases/tag/v6.11.1\"\u003e\u003ccode\u003ev6.11.1\u003c/code\u003e\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.1\u003c/h2\u003e\n\u003cp\u003eRestore compatibility for \u003ccode\u003ego\u003c/code\u003e \u003ccode\u003e1.22\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.34.2 to 1.35.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/303\"\u003emaxbrunsfeld/counterfeiter#303\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.0 to 1.35.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/304\"\u003emaxbrunsfeld/counterfeiter#304\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.19.0 to 0.20.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/305\"\u003emaxbrunsfeld/counterfeiter#305\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.26.0 to 0.27.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/306\"\u003emaxbrunsfeld/counterfeiter#306\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.1 to 1.36.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/307\"\u003emaxbrunsfeld/counterfeiter#307\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.20.0 to 0.21.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/308\"\u003emaxbrunsfeld/counterfeiter#308\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.27.0 to 0.28.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/309\"\u003emaxbrunsfeld/counterfeiter#309\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.36.0 to 1.36.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/310\"\u003emaxbrunsfeld/counterfeiter#310\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ehandle interfaces with generics by \u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/8d10031ce2f7f78ad643b2e276e1ab9f2bd9c0e6\"\u003e\u003ccode\u003e8d10031\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/347\"\u003e#347\u003c/a\u003e from rifeplight/main\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/f06461e6b149aa2937d8ff14723ff8f6c98e5b5f\"\u003e\u003ccode\u003ef06461e\u003c/code\u003e\u003c/a\u003e refactor: omit unnecessary reassignment\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/270c1214a786a289b1ee723747e05d77f9647a2d\"\u003e\u003ccode\u003e270c121\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/346\"\u003e#346\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/golang.org/x/...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/fd93bc43410daf950ddca409189f60e29e643d62\"\u003e\u003ccode\u003efd93bc4\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/tools from 0.37.0 to 0.39.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/000b82ca1d1f4a32e625926b5f25bc708e302052\"\u003e\u003ccode\u003e000b82c\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/343\"\u003e#343\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/golang.org/x/...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/501302fa812e26660dee6533453a4b065733e623\"\u003e\u003ccode\u003e501302f\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/text from 0.29.0 to 0.30.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/e3eccd9dbfb64e65f1c1d9d65ad6d026028f297e\"\u003e\u003ccode\u003ee3eccd9\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/341\"\u003e#341\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/golang.org/x/...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/98779f50a10a25598ca572e9dffb9d9a0b0b1904\"\u003e\u003ccode\u003e98779f5\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/tools from 0.36.0 to 0.37.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/e0ea8dbe1ee12d66c6fca28258fba7e4ac397597\"\u003e\u003ccode\u003ee0ea8db\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/340\"\u003e#340\u003c/a\u003e from keeghcet/main\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/13c5834214e0e14a84f00cf9560e6395e18409ab\"\u003e\u003ccode\u003e13c5834\u003c/code\u003e\u003c/a\u003e chore: fix some typos in comment\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.6.1...v6.12.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/ginkgo/v2` from 2.11.0 to 2.25.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/releases\"\u003egithub.com/onsi/ginkgo/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.27.3\u003c/h2\u003e\n\u003ch2\u003e2.27.3\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003ereport exit result in case of failure [1c9f356]\nfix data race [ece19c8]\u003c/p\u003e\n\u003ch2\u003ev2.27.2\u003c/h2\u003e\n\u003ch2\u003e2.27.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003einline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix syntax errors and typo [a99c6e0]\u003c/li\u003e\n\u003cli\u003eFix paragraph position error [f993df5]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.27.1\u003c/h2\u003e\n\u003ch2\u003e2.27.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix Ginkgo Reporter slice-bounds panic [606c1cb]\u003c/li\u003e\n\u003cli\u003eBug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.27.0\u003c/h2\u003e\n\u003ch2\u003e2.27.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003ch4\u003eTransforming Nodes during Tree Construction\u003c/h4\u003e\n\u003cp\u003eThis release adds support for \u003ccode\u003eNodeArgsTransformer\u003c/code\u003es that can be registered with \u003ccode\u003eAddTreeConstructionNodeArgsTransformer\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003eThese are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators.  This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-transforming-node-arguments-during-tree-construction\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch4\u003eSpec Prioritization\u003c/h4\u003e\n\u003cp\u003eA new \u003ccode\u003eSpecPriority(int)\u003c/code\u003e decorator has been added.  Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#prioritizing-specs\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump rexml from 3.4.0 to 3.4.2 in /docs (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1595\"\u003e#1595\u003c/a\u003e) [1333dae]\u003c/li\u003e\n\u003cli\u003eBump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1600\"\u003e#1600\u003c/a\u003e) [17ae63e]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.26.0\u003c/h2\u003e\n\u003ch2\u003e2.26.0\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/ginkgo/v2's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e2.27.3\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003ereport exit result in case of failure [1c9f356]\nfix data race [ece19c8]\u003c/p\u003e\n\u003ch2\u003e2.27.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003einline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix syntax errors and typo [a99c6e0]\u003c/li\u003e\n\u003cli\u003eFix paragraph position error [f993df5]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.27.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix Ginkgo Reporter slice-bounds panic [606c1cb]\u003c/li\u003e\n\u003cli\u003eBug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.27.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003ch4\u003eTransforming Nodes during Tree Construction\u003c/h4\u003e\n\u003cp\u003eThis release adds support for \u003ccode\u003eNodeArgsTransformer\u003c/code\u003es that can be registered with \u003ccode\u003eAddTreeConstructionNodeArgsTransformer\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003eThese are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators.  This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-transforming-node-arguments-during-tree-construction\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch4\u003eSpec Prioritization\u003c/h4\u003e\n\u003cp\u003eA new \u003ccode\u003eSpecPriority(int)\u003c/code\u003e decorator has been added.  Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#prioritizing-specs\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump rexml from 3.4.0 to 3.4.2 in /docs (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1595\"\u003e#1595\u003c/a\u003e) [1333dae]\u003c/li\u003e\n\u003cli\u003eBump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1600\"\u003e#1600\u003c/a\u003e) [17ae63e]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.26.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cp\u003eGinkgo can now generate json-formatted reports that are compatible with the \u003ccode\u003ego test\u003c/code\u003e json format.  Use \u003ccode\u003eginkgo --gojson-report=report.go.json\u003c/code\u003e.  This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.\u003c/p\u003e\n\u003ch2\u003e2.25.3\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/f331739798289c05870a2667fed0511f2c2947e5\"\u003e\u003ccode\u003ef331739\u003c/code\u003e\u003c/a\u003e v2.27.3\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/1c9f3563dcec05b4d3ed95e3f2848f128ea7677b\"\u003e\u003ccode\u003e1c9f356\u003c/code\u003e\u003c/a\u003e ginkgo: report exit result in case of failure\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/ece19c896cf28c566e9382d055ee72a82dc7271e\"\u003e\u003ccode\u003eece19c8\u003c/code\u003e\u003c/a\u003e ginkgo: fix data race\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/9a84c21394777734df8062ca2e0552a1471ceca2\"\u003e\u003ccode\u003e9a84c21\u003c/code\u003e\u003c/a\u003e v2.27.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a69113ac15dcb6cd6aefc9ef238734ea386eddc8\"\u003e\u003ccode\u003ea69113a\u003c/code\u003e\u003c/a\u003e inline automaxprocs to simplify dependencies; this will be removed when Go 1....\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a99c6e0d2488aee07ba3f803c0cfc2cae2db4644\"\u003e\u003ccode\u003ea99c6e0\u003c/code\u003e\u003c/a\u003e Fix syntax errors and typo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/f993df54a607161bcad7f4c6f89b761c45ce143b\"\u003e\u003ccode\u003ef993df5\u003c/code\u003e\u003c/a\u003e Fix paragraph position error\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/56cb393ed76ad0173cd784705c929eca4cf5fb21\"\u003e\u003ccode\u003e56cb393\u003c/code\u003e\u003c/a\u003e v2.27.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/2ce3f13a149a8cbc5659da9b1720570d9210d33f\"\u003e\u003ccode\u003e2ce3f13\u003c/code\u003e\u003c/a\u003e reporters: add enhanced bounds checking in emitTimeline to prevent slice panic\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/acf208aed39d9f91b6e60e97cfc450c3e8616ea5\"\u003e\u003ccode\u003eacf208a\u003c/code\u003e\u003c/a\u003e Adding check for malformed date\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/ginkgo/compare/v2.11.0...v2.27.3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/gomega` from 1.27.8 to 1.38.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/releases\"\u003egithub.com/onsi/gomega's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.38.2\u003c/h2\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.38.1\u003c/h2\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003ev1.38.0\u003c/h2\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.37.0\u003c/h2\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.36.3\u003c/h2\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/gomega's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003cli\u003eBump rexml from 3.2.6 to 3.3.9 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/788\"\u003e#788\u003c/a\u003e) [c8b4a07]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/812\"\u003e#812\u003c/a\u003e) [06431b9]\u003c/li\u003e\n\u003cli\u003eBump webrick from 1.8.1 to 1.9.1 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/800\"\u003e#800\u003c/a\u003e) [b55a92d]\u003c/li\u003e\n\u003cli\u003eFix typos (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/813\"\u003e#813\u003c/a\u003e) [a1d518b]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/79b8a75a10e36ee598344c040317f5ab1c907f53\"\u003e\u003ccode\u003e79b8a75\u003c/code\u003e\u003c/a\u003e v1.38.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c404969c07179a8533d5daa283cd6307add66620\"\u003e\u003ccode\u003ec404969\u003c/code\u003e\u003c/a\u003e roll back to go 1.23.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c36e89a7efeca141bf40c3e582c7332d293dd354\"\u003e\u003ccode\u003ec36e89a\u003c/code\u003e\u003c/a\u003e v1.38.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/92eaa578900a4a5fb79d85140d7d59e9f5f22ec7\"\u003e\u003ccode\u003e92eaa57\u003c/code\u003e\u003c/a\u003e go mod tidy\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/b9ed3cdd8077cef2652a340810a2bd526c2d87a3\"\u003e\u003ccode\u003eb9ed3cd\u003c/code\u003e\u003c/a\u003e deprecate CompileTest*\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/2a5bf77d2311a6dc9fa800cd1b687b64dad9dda0\"\u003e\u003ccode\u003e2a5bf77\u003c/code\u003e\u003c/a\u003e fix invalid fmt.Errorf\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/3e9e385d31dcda216ae1d56341bb33111b6f8644\"\u003e\u003ccode\u003e3e9e385\u003c/code\u003e\u003c/a\u003e bump ginkgo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/7f37abe202e2050947bc608c69172cea36414311\"\u003e\u003ccode\u003e7f37abe\u003c/code\u003e\u003c/a\u003e Replace \u003ccode\u003egopkg.in/yaml.v3\u003c/code\u003e with \u003ccode\u003ego.yaml.in/yaml/v3\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/69e47619891ecbd0375d07dce33eb558dd14fde3\"\u003e\u003ccode\u003e69e4761\u003c/code\u003e\u003c/a\u003e fix(async_assertion): use correct error in errors.As\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/95737c099edca4f2e7cd47ddcff68c9af8c87258\"\u003e\u003ccode\u003e95737c0\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/net from 0.41.0 to 0.43.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/856\"\u003e#856\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/gomega/compare/v1.27.8...v1.38.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/spf13/cobra` from 1.7.0 to 1.10.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/spf13/cobra/releases\"\u003egithub.com/spf13/cobra's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.10.2\u003c/h2\u003e\n\u003ch2\u003e🔧 Dependencies\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: Migrate from \u003ccode\u003egopkg.in/yaml.v3\u003c/code\u003e to \u003ccode\u003ego.yaml.in/yaml/v3\u003c/code\u003e by \u003ca href=\"https://github.com/dims\"\u003e\u003ccode\u003e@​dims\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2336\"\u003espf13/cobra#2336\u003c/a\u003e - the \u003ccode\u003egopkg.in/yaml.v3\u003c/code\u003e package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of \u003ccode\u003espf13/cobra\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e📈 CI/CD\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix linter and allow CI to pass by \u003ca href=\"https://github.com/marckhouzam\"\u003e\u003ccode\u003e@​marckhouzam\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2327\"\u003espf13/cobra#2327\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: actions/setup-go v6 by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2337\"\u003espf13/cobra#2337\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🔥✍🏼 Docs\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd documentation for repeated flags functionality by \u003ca href=\"https://github.com/rvergis\"\u003e\u003ccode\u003e@​rvergis\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2316\"\u003espf13/cobra#2316\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🍂 Refactors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003erefactor: replace several vars with consts by \u003ca href=\"https://github.com/htoyoda18\"\u003e\u003ccode\u003e@​htoyoda18\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2328\"\u003espf13/cobra#2328\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: change minUsagePadding from var to const by \u003ca href=\"https://github.com/ssam18\"\u003e\u003ccode\u003e@​ssam18\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2325\"\u003espf13/cobra#2325\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🤗 New Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/rvergis\"\u003e\u003ccode\u003e@​rvergis\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2316\"\u003espf13/cobra#2316\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/htoyoda18\"\u003e\u003ccode\u003e@​htoyoda18\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2328\"\u003espf13/cobra#2328\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ssam18\"\u003e\u003ccode\u003e@​ssam18\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2325\"\u003espf13/cobra#2325\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dims\"\u003e\u003ccode\u003e@​dims\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2336\"\u003espf13/cobra#2336\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2\"\u003ehttps://github.com/spf13/cobra/compare/v1.10.1...v1.10.2\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eThank you to our amazing contributors!!!!! 🐍 🚀\u003c/p\u003e\n\u003ch2\u003ev1.10.1\u003c/h2\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003echore: upgrade pflags v1.0.9 by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2305\"\u003espf13/cobra#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003ev1.0.9 of pflags brought back \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e and marked it as deprecated\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\"\u003ehttps://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003e🚨 Attention!\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump pflag to 1.0.8 by \u003ca href=\"https://github.com/tomasaschan\"\u003e\u003ccode\u003e@​tomasaschan\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eThis version of \u003ccode\u003epflag\u003c/code\u003e carried a breaking change: it renamed \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e to \u003ccode\u003eParseErrorsAllowlist\u003c/code\u003e which can break builds if both \u003ccode\u003epflag\u003c/code\u003e and \u003ccode\u003ecobra\u003c/code\u003e are dependencies in your project.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eIf you use both \u003ccode\u003epflag and \u003c/code\u003ecobra\u003ccode\u003e, upgrade \u003c/code\u003epflag\u003ccode\u003eto 1.0.8 and\u003c/code\u003ecobra\u003ccode\u003eto\u003c/code\u003e1.10.0`\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e\u003cem\u003eor\u003c/em\u003e\u003c/strong\u003e use the newer, fixed version of \u003ccode\u003epflag\u003c/code\u003e v1.0.9 which keeps the deprecated \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/88b30ab89da2d0d0abb153818746c5a2d30eccec\"\u003e\u003ccode\u003e88b30ab\u003c/code\u003e\u003c/a\u003e chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2336\"\u003e#2336\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/346d408fe7d4be00ff9481ea4d43c4abb5e5f77d\"\u003e\u003ccode\u003e346d408\u003c/code\u003e\u003c/a\u003e fix: actions/setup-go v6 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2337\"\u003e#2337\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/fc81d2003469e2a5c440306d04a6d82a54065979\"\u003e\u003ccode\u003efc81d20\u003c/code\u003e\u003c/a\u003e refactor: change minUsagePadding from var to const (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2325\"\u003e#2325\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/117698a604b65e80a1ad5b76df67b604bcd992e0\"\u003e\u003ccode\u003e117698a\u003c/code\u003e\u003c/a\u003e refactor: replace several vars with consts (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2328\"\u003e#2328\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/e2dd29ddc39acacf3af13013b06e1fe58b5c3599\"\u003e\u003ccode\u003ee2dd29d\u003c/code\u003e\u003c/a\u003e Add documentation for repeated flags functionality (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2316\"\u003e#2316\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/062989255670f5e100abf70fa5e291a394915f89\"\u003e\u003ccode\u003e0629892\u003c/code\u003e\u003c/a\u003e Fix linter (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2327\"\u003e#2327\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/7da941c3547e93b8c9f70bbd3befca79c6335388\"\u003e\u003ccode\u003e7da941c\u003c/code\u003e\u003c/a\u003e chore: Bump pflag to v1.0.9 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2305\"\u003e#2305\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/51d675196729be769ce235b710ab7058b3aad03a\"\u003e\u003ccode\u003e51d6751\u003c/code\u003e\u003c/a\u003e Bump pflag to 1.0.8 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2303\"\u003e#2303\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/3f3b81882534a51628f3286e93c6842d9b2e29ea\"\u003e\u003ccode\u003e3f3b818\u003c/code\u003e\u003c/a\u003e Update README.md with new logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/dcaf42e2633496bf97d5476d7419071e5c48f40a\"\u003e\u003ccode\u003edcaf42e\u003c/code\u003e\u003c/a\u003e Add Periscope to the list of projects using Cobra (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2299\"\u003e#2299\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/spf13/cobra/compare/v1.7.0...v1.10.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/stretchr/testify` from 1.8.4 to 1.11.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/stretchr/testify/releases\"\u003egithub.com/stretchr/testify's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.1\u003c/h2\u003e\n\u003cp\u003eThis release fixes \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1785\"\u003e#1785\u003c/a\u003e introduced in v1.11.0 where expected argument values implementing the stringer interface (\u003ccode\u003eString() string\u003c/code\u003e) with a method which mutates their value, when passed to mock.Mock.On (\u003ccode\u003em.On(\u0026quot;Method\u0026quot;, \u0026lt;expected\u0026gt;).Return()\u003c/code\u003e) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBackport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11: mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1788\"\u003estretchr/testify#1788\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\"\u003ehttps://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eFunctional Changes\u003c/h3\u003e\n\u003cp\u003ev1.11.0 Includes a number of performance improvements.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eCall stack perf change for CallerInfo by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1614\"\u003estretchr/testify#1614\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eLazily render mock diff output on successful match by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1615\"\u003estretchr/testify#1615\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check early in Eventually, EventuallyWithT, and Never by \u003ca href=\"https://github.com/cszczepaniak\"\u003e\u003ccode\u003e@​cszczepaniak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1427\"\u003estretchr/testify#1427\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: add IsNotType by \u003ca href=\"https://github.com/bartventer\"\u003e\u003ccode\u003e@​bartventer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1730\"\u003estretchr/testify#1730\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.JSONEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1754\"\u003estretchr/testify#1754\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.YAMLEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1755\"\u003estretchr/testify#1755\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: faster and simpler isEmpty using reflect.Value.IsZero by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1761\"\u003estretchr/testify#1761\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: faster methods filtering (internal refactor) by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1758\"\u003estretchr/testify#1758\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eassert.ErrorAs: log target type by \u003ca href=\"https://github.com/craig65535\"\u003e\u003ccode\u003e@​craig65535\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1345\"\u003estretchr/testify#1345\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix failure message formatting for Positive and Negative asserts in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1062\"\u003estretchr/testify#1062\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorIs message when error is nil but an error was expected by \u003ca href=\"https://github.com/tsioftas\"\u003e\u003ccode\u003e@​tsioftas\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1681\"\u003estretchr/testify#1681\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix Subset/NotSubset when calling with mixed input types by \u003ca href=\"https://github.com/siliconbrain\"\u003e\u003ccode\u003e@​siliconbrain\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1729\"\u003estretchr/testify#1729\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorAs failure message when error is nil by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1734\"\u003estretchr/testify#1734\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock.AssertNumberOfCalls: improve error msg by \u003ca href=\"https://github.com/3scalation\"\u003e\u003ccode\u003e@​3scalation\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1743\"\u003estretchr/testify#1743\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDocumentation, Build \u0026amp; CI\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003edocs: Fix typo in README by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1688\"\u003estretchr/testify#1688\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eReplace deprecated io/ioutil with io and os by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1684\"\u003estretchr/testify#1684\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocument consequences of calling t.FailNow() by \u003ca href=\"https://github.com/greg0ire\"\u003e\u003ccode\u003e@​greg0ire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1710\"\u003estretchr/testify#1710\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update docs for Unset \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1621\"\u003e#1621\u003c/a\u003e by \u003ca href=\"https://github.com/techfg\"\u003e\u003ccode\u003e@​techfg\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1709\"\u003estretchr/testify#1709\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eREADME: apply gofmt to examples by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1687\"\u003estretchr/testify#1687\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: use %q and %T to simplify fmt.Sprintf by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1674\"\u003estretchr/testify#1674\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePropose Christophe Colombier (ccoVeille) as approver by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1716\"\u003estretchr/testify#1716\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate documentation for the Error function in assert or require package by \u003ca href=\"https://github.com/architagr\"\u003e\u003ccode\u003e@​architagr\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1675\"\u003estretchr/testify#1675\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: remove deprecated build constraints by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1671\"\u003estretchr/testify#1671\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: apply gofumpt to internal test suite by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1739\"\u003estretchr/testify#1739\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: fix shebang in .ci.*.sh scripts by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1746\"\u003estretchr/testify#1746\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert,require: enable parallel testing on (almost) all top tests by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1747\"\u003estretchr/testify#1747\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite.Passed: add one more status test report by \u003ca href=\"https://github.com/Ararsa-Derese\"\u003e\u003ccode\u003e@​Ararsa-Derese\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1706\"\u003estretchr/testify#1706\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Helper() method in internal mocks and assert.CollectT by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1423\"\u003estretchr/testify#1423\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.Same/NotSame: improve usage of Sprintf by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1742\"\u003estretchr/testify#1742\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock: enable parallel testing on internal testsuite by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1756\"\u003estretchr/testify#1756\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: cleanup use of 'testing' internals at runtime by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1751\"\u003estretchr/testify#1751\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check test failure message for Empty and NotEmpty  by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1745\"\u003estretchr/testify#1745\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/2a57335dc9cd6833daa820bc94d9b40c26a7917d\"\u003e\u003ccode\u003e2a57335\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1788\"\u003e#1788\u003c/a\u003e from brackendawson/1785-backport-1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/af8c91234f184009f57ef29027b39ca89cb00100\"\u003e\u003ccode\u003eaf8c912\u003c/code\u003e\u003c/a\u003e Backport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/b7801fbf5cd58d201296d5d0e132d1849966dbd4\"\u003e\u003ccode\u003eb7801fb\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1778\"\u003e#1778\u003c/a\u003e from stretchr/dependabot/github_actions/actions/chec...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/69831f3b08c40d56a09d0be93e9d5ae034f1590b\"\u003e\u003ccode\u003e69831f3\u003c/code\u003e\u003c/a\u003e build(deps): bump actions/checkout from 4 to 5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/a53be35c3b0cfcd5189cffcfd75df60ea581104c\"\u003e\u003ccode\u003ea53be35\u003c/code\u003e\u003c/a\u003e Improve captureTestingT helper\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/aafb604176db7e1f2c9810bc90d644291d057687\"\u003e\u003ccode\u003eaafb604\u003c/code\u003e\u003c/a\u003e mock: improve formatting of error message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7218e0390acd2aea3edb18574110ec2753c0aeef\"\u003e\u003ccode\u003e7218e03\u003c/code\u003e\u003c/a\u003e improve error msg\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/929a2126c2702df436312656a0304580b526c6e9\"\u003e\u003ccode\u003e929a212\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1758\"\u003e#1758\u003c/a\u003e from stretchr/dolmen/suite-faster-method-filtering\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/bc7459ec38128532ff32f23cfab4ea0b725210f2\"\u003e\u003ccode\u003ebc7459e\u003c/code\u003e\u003c/a\u003e suite: faster filtering of methods (-testify.m)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7d37b5c962954410bcd7a71ff3a77c79514056d1\"\u003e\u003ccode\u003e7d37b5c\u003c/code\u003e\u003c/a\u003e suite: refactor methodFilter\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/stretchr/testify/compare/v1.8.4...v1.11.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/sync` from 0.5.0 to 0.18.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/2a180e22fddcc336475e72aa950be958c1b68d33\"\u003e\u003ccode\u003e2a180e2\u003c/code\u003e\u003c/a\u003e errgroup: use consistent read for SetLimit panic\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/sync/compare/v0.18.0...v0.19.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/tools` from 0.14.0 to 0.39.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/tools/releases\"\u003egolang.org/x/tools's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003egopls/v0.20.0\u003c/h2\u003e\n\u003cp\u003eSee \u003ca href=\"https://go.dev/gopls/release/v0.20.0\"\u003ehttps://go.dev/gopls/release/v0.20.0\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eChanges: \u003ca href=\"https://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\"\u003ehttps://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\u003c/a\u003e\nContributors: \u003ca href=\"https://github.com/adonovan\"\u003e\u003ccode\u003e@​adonovan\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/cuishuang\"\u003e\u003ccode\u003e@​cuishuang\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/dmitshur\"\u003e\u003ccode\u003e@​dmitshur\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/findleyr\"\u003e\u003ccode\u003e@​findleyr\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/gopherbot\"\u003e\u003ccode\u003e@​gopherbot\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/hyangah\"\u003e\u003ccode\u003e@​hyangah\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/iharsuvorau\"\u003e\u003ccode\u003e@​iharsuvorau\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/jba\"\u003e\u003ccode\u003e@​jba\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/lfolger\"\u003e\u003ccode\u003e@​lfolger\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/pjweinbgo\"\u003e\u003ccode\u003e@​pjweinbgo\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/rogeryk\"\u003e\u003ccode\u003e@​rogeryk\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/timothy-king\"\u003e\u003ccode\u003e@​timothy-king\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/vitalmotif\"\u003e\u003ccode\u003e@​vitalmotif\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/zpavlinovic\"\u003e\u003ccode\u003e@​zpavlinovic\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.1\u003c/h2\u003e\n\u003cp\u003eThis patch release changes the default value of the \u003ccode\u003eimportsSource\u003c/code\u003e setting: v0.19.0 changed it from \u003ccode\u003egoimports\u003c/code\u003e to \u003ccode\u003egopls\u003c/code\u003e; this release changes it back, due to a bug (\u003ca href=\"https://redirect.github.com/golang/tools/issues/74280\"\u003e#74280\u003c/a\u003e).\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.0\u003c/h2\u003e\n\u003cp\u003eComplete list of issues closed: \u003ca href=\"https://github.com/golang/go/milestone/380?closed=1\"\u003egopls/v0.19.0 milestone\u003c/a\u003e\u003c/p\u003e\n\u003ch1\u003eConfiguration Changes\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eThe \u003ccode\u003egopls check\u003c/code\u003e subcommand now accepts a \u003ccode\u003e-severity\u003c/code\u003e flag to set a minimum severity for the diagnostics it reports. By default, the minimum severity is \u0026quot;warning\u0026quot;, so \u003ccode\u003egopls check\u003c/code\u003e may report fewer diagnostics than before. Set \u003ccode\u003e-severity=hint\u003c/code\u003e to reproduce the previous behavior.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eNavigation features\u003c/h1\u003e\n\u003ch2\u003e\u0026quot;Implementations\u0026quot; supports signature types (within same package)\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003cp\u003eThe Implementations query reports the correspondence between abstract and concrete types and their methods based on their method sets. Now, it also reports the correspondence between function types, dynamic function calls, and function definitions, based on their signatures.\u003c/p\u003e\n\u003cp\u003eTo use it, invoke an Implementations query on the \u003ccode\u003efunc\u003c/code\u003e token of the definition of a named function, named method, or function literal. Gopls reports the set of function signature types that abstract this function, and the set of dynamic calls through values of such types.\u003c/p\u003e\n\u003cp\u003eConversely, an Implementations query on the \u003ccode\u003efunc\u003c/code\u003e token of a signature type, or on the \u003ccode\u003e(\u003c/code\u003e paren of a dynamic function call, reports the set of concrete functions that the signature abstracts or that the call dispatches to.\u003c/p\u003e\n\u003cp\u003eSince a type may be both a function type and a named type with methods (for example, \u003ccode\u003ehttp.HandlerFunc\u003c/code\u003e), it may participate in both kinds of Implements queries (method-sets and function signatures). Queries using method-sets should be invoked on the type or method name, and queries using signatures should be invoked on a \u003ccode\u003efunc\u003c/code\u003e or \u003ccode\u003e(\u003c/code\u003e token.\u003c/p\u003e\n\u003cp\u003eOnly the local (same-package) algorithm is currently supported. (\u003ca href=\"https://go.dev/issue/56572\"\u003ehttps://go.dev/issue/56572\u003c/a\u003e tracks the global algorithm.)\u003c/p\u003e\n\u003ch2\u003e\u0026quot;Go to Implementation\u0026quot; reports interface-to-interface relations\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003cp\u003eThe \u0026quot;Go to Implementation\u0026quot; operation now reports relationships between interfaces. Gopls now uses the concreteness of the query type to determine whether a query is \u0026quot;downwards\u0026quot; (from an interface to the types that implement it) or \u0026quot;upwards\u0026quot; (from a concrete type to the interfaces to which it may be assigned). So, for example:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ccode\u003eimplementation(io.Reader)\u003c/code\u003e subinterfaces such as \u003ccode\u003eio.ReadCloser\u003c/code\u003e, and concrete implementations such as \u003ccode\u003e*os.File\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ccode\u003eimplementation(os.File)\u003c/code\u003e includes only interfaces, such as \u003ccode\u003eio.Reader\u003c/code\u003e and \u003ccode\u003eio.ReadCloser\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eTo request an \u0026quot;upwards\u0026quot; query starting from an interface, for example to find the superinterfaces of \u003ccode\u003eio.ReadCloser\u003c/code\u003e, use the Type Hierarchy feature described below. (See \u003ca href=\"https://redirect.github.com/microsoft/language-server-protocol/issues/2037\"\u003emicrosoft/language-server-pr...\n\n_Description has been truncated_","html_url":"https://github.com/radiant-coder580pz/fabric-private-chaincode/pull/11","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/radiant-coder580pz%2Ffabric-private-chaincode/issues/11","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/11/packages"}},{"old_version":"1.8.9","new_version":"1.8.10","update_type":"patch","path":null,"pr_created_at":"2025-11-24T13:56:06.000Z","version_change":"1.8.9 → 1.8.10","issue":{"uuid":"3659021158","node_id":"PR_kwDOQSWb-M61NKcJ","number":4,"state":"closed","title":"chore(deps): bump the go_modules group across 2 directories with 21 updates","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2026-02-02T14:22:32.000Z","author_association":null,"state_reason":null,"created_at":"2025-11-24T13:56:06.000Z","updated_at":"2026-02-02T14:22:34.000Z","time_to_close":6049586,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): bump","group_name":"go_modules","update_count":21,"packages":[{"name":"github.com/gin-gonic/gin","old_version":"1.10.1","new_version":"1.11.0","repository_url":"https://github.com/gin-gonic/gin"},{"name":"github.com/golang-migrate/migrate/v4","old_version":"4.18.2","new_version":"4.19.0","repository_url":"https://github.com/golang-migrate/migrate"},{"name":"github.com/magiconair/properties","old_version":"1.8.9","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"},{"name":"github.com/mattn/go-sqlite3","old_version":"1.14.24","new_version":"1.14.32","repository_url":"https://github.com/mattn/go-sqlite3"},{"name":"github.com/spf13/viper","old_version":"1.19.0","new_version":"1.21.0","repository_url":"https://github.com/spf13/viper"},{"name":"github.com/swaggo/gin-swagger","old_version":"1.6.0","new_version":"1.6.1","repository_url":"https://github.com/swaggo/gin-swagger"},{"name":"github.com/swaggo/swag","old_version":"1.16.4","new_version":"1.16.6","repository_url":"https://github.com/swaggo/swag"},{"name":"github.com/centrifugal/centrifuge","old_version":"0.34.3","new_version":"0.38.0","repository_url":"https://github.com/centrifugal/centrifuge"},{"name":"github.com/centrifugal/centrifuge-go","old_version":"0.10.4","new_version":"0.10.11","repository_url":"https://github.com/centrifugal/centrifuge-go"},{"name":"github.com/gin-contrib/cors","old_version":"1.7.5","new_version":"1.7.6","repository_url":"https://github.com/gin-contrib/cors"},{"name":"github.com/testcontainers/testcontainers-go","old_version":"0.35.0","new_version":"0.40.0","repository_url":"https://github.com/testcontainers/testcontainers-go"},{"name":"go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin","old_version":"0.62.0","new_version":"0.63.0","repository_url":"https://github.com/open-telemetry/opentelemetry-go-contrib"},{"name":"go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc","old_version":"1.37.0","new_version":"1.38.0","repository_url":"https://github.com/open-telemetry/opentelemetry-go"},{"name":"github.com/klauspost/compress","old_version":"1.18.0","new_version":"1.18.1","repository_url":"https://github.com/klauspost/compress"},{"name":"github.com/rs/zerolog","old_version":"1.33.0","new_version":"1.34.0","repository_url":"https://github.com/rs/zerolog"}],"path":null,"ecosystem":"go"},"body":"Bumps the go_modules group with 15 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) | `1.10.1` | `1.11.0` |\n| [github.com/golang-migrate/migrate/v4](https://github.com/golang-migrate/migrate) | `4.18.2` | `4.19.0` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.9` | `1.8.10` |\n| [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `1.14.24` | `1.14.32` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.19.0` | `1.21.0` |\n| [github.com/swaggo/gin-swagger](https://github.com/swaggo/gin-swagger) | `1.6.0` | `1.6.1` |\n| [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.16.4` | `1.16.6` |\n| [github.com/centrifugal/centrifuge](https://github.com/centrifugal/centrifuge) | `0.34.3` | `0.38.0` |\n| [github.com/centrifugal/centrifuge-go](https://github.com/centrifugal/centrifuge-go) | `0.10.4` | `0.10.11` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.7.5` | `1.7.6` |\n| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.35.0` | `0.40.0` |\n| [go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.62.0` | `0.63.0` |\n| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) | `1.37.0` | `1.38.0` |\n| [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.18.0` | `1.18.1` |\n| [github.com/rs/zerolog](https://github.com/rs/zerolog) | `1.33.0` | `1.34.0` |\n\nBumps the go_modules group with 1 update in the /examples/ws-subscribe-to-new-headers directory: [github.com/centrifugal/centrifuge-go](https://github.com/centrifugal/centrifuge-go).\n\nUpdates `github.com/gin-gonic/gin` from 1.10.1 to 1.11.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gin-gonic/gin/releases\"\u003egithub.com/gin-gonic/gin's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e6ca8ddb1aed78d9ffaf984e5489111838242fedb: feat(binding): add BindPlain (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3904\"\u003e#3904\u003c/a\u003e) (\u003ca href=\"https://github.com/guonaihong\"\u003e\u003ccode\u003e@​guonaihong\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e4ccfa7c275c449990818e46759d5974a953cc1c1: feat(binding): add support for unixMilli and unixMicro (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4190\"\u003e#4190\u003c/a\u003e) (\u003ca href=\"https://github.com/takanuva15\"\u003e\u003ccode\u003e@​takanuva15\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e9d7c0e9e1a301f417df9dc89a8cadc3bf9063db2: feat(context): GetXxx added support for more go native types (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3633\"\u003e#3633\u003c/a\u003e) (\u003ca href=\"https://github.com/CC11001100\"\u003e\u003ccode\u003e@​CC11001100\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efb09c825e8e13134daaa90debfda198520e1b347: feat(context): add SetCookieData (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4240\"\u003e#4240\u003c/a\u003e) (\u003ca href=\"https://github.com/Narita-1095305\"\u003e\u003ccode\u003e@​Narita-1095305\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ef05f966a0824b1d302ee556183e2579c91954266: feat(form): Support default values for collections in form binding (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4048\"\u003e#4048\u003c/a\u003e) (\u003ca href=\"https://github.com/takanuva15\"\u003e\u003ccode\u003e@​takanuva15\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e3cb30679b5e3021db16c776ed7e70d380586e9ce: feat(form): add array collection format in form binding (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3986\"\u003e#3986\u003c/a\u003e) (\u003ca href=\"https://github.com/slowhigh\"\u003e\u003ccode\u003e@​slowhigh\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e24d67647cb9b4e0bbdcdec7f0c2086e8004e1572: feat(form): add custom string slice for form tag unmarshal (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3970\"\u003e#3970\u003c/a\u003e) (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3971\"\u003e#3971\u003c/a\u003e) (\u003ca href=\"https://github.com/bruceNu1l\"\u003e\u003ccode\u003e@​bruceNu1l\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e8791c96960e719ff2f41e24163c5898656cee474: feat(fs): Export, test and document OnlyFilesFS (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3939\"\u003e#3939\u003c/a\u003e) (\u003ca href=\"https://github.com/joeig\"\u003e\u003ccode\u003e@​joeig\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e71496abe6836462e2ed70436b7d72ea2a3585417: feat(fs): Implement loading HTML from http.FileSystem (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4053\"\u003e#4053\u003c/a\u003e) (\u003ca href=\"https://github.com/sunshineplan\"\u003e\u003ccode\u003e@​sunshineplan\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e3ac729dc4a497d360a23b9d7e766c622b3c99f51: feat(gin): support http3 using quic-go/quic-go (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3210\"\u003e#3210\u003c/a\u003e) (\u003ca href=\"https://github.com/thinkerou\"\u003e\u003ccode\u003e@​thinkerou\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e4621b7ac982335d9a74432e182dd2bfc6d841431: feat(router): add literal colon support (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/1432\"\u003e#1432\u003c/a\u003e) (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/2857\"\u003e#2857\u003c/a\u003e) (\u003ca href=\"https://github.com/wssccc\"\u003e\u003ccode\u003e@​wssccc\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003edbd8a2515093ad47cadc5c1fface89861a0b765c: feat: added \u003ccode\u003eAbortWithStatusPureJSON()\u003c/code\u003e in \u003ccode\u003eContext\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4290\"\u003e#4290\u003c/a\u003e) (\u003ca href=\"https://github.com/ddevsr\"\u003e\u003ccode\u003e@​ddevsr\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e688a429d19d8c804447bb889d3635e2c31a5564d: feat: support custom json codec at runtime (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3391\"\u003e#3391\u003c/a\u003e) (\u003ca href=\"https://github.com/timandy\"\u003e\u003ccode\u003e@​timandy\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBug fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e8fb3136664254d7c592127f00d52849caba18a67: Revert \u0026quot;fix(time): binding time with empty value (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4103\"\u003e#4103\u003c/a\u003e)\u0026quot; (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4245\"\u003e#4245\u003c/a\u003e) (\u003ca href=\"https://github.com/appleboy\"\u003e\u003ccode\u003e@​appleboy\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ee737e3e267beb4dc3bab16cc8be59e3902d98a94: fix(binding): prevent duplicate decoding and add validation in decodeToml (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4193\"\u003e#4193\u003c/a\u003e) (\u003ca href=\"https://github.com/revevide\"\u003e\u003ccode\u003e@​revevide\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e4f339e6a35b163d31b30916b37f4176d385f41bd: fix(context): YAML judgment logic in Negotiate (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3966\"\u003e#3966\u003c/a\u003e) (\u003ca href=\"https://github.com/RedCrazyGhost\"\u003e\u003ccode\u003e@​RedCrazyGhost\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e36b0dede4b8c4a67d92c4107cebc5a068364321d: fix(context): check handler is nil (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3413\"\u003e#3413\u003c/a\u003e) (\u003ca href=\"https://github.com/hktalent\"\u003e\u003ccode\u003e@​hktalent\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ee0d46ded6cb6974d55a255ab122d1aa6ca0cd60e: fix(context): verify URL is Non-nil in initQueryCache() (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3969\"\u003e#3969\u003c/a\u003e) (\u003ca href=\"https://github.com/adrianosela\"\u003e\u003ccode\u003e@​adrianosela\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003edd33ff793861cee3baa77d575ff319119c366f3a: fix(docs): missing go markdown codeblock (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4266\"\u003e#4266\u003c/a\u003e) (\u003ca href=\"https://github.com/vdusart\"\u003e\u003ccode\u003e@​vdusart\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eb38c59de7fef67400a1c98efeae700a689c45783: fix(errors): change Unwrap method receiver to value type (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4232\"\u003e#4232\u003c/a\u003e) (\u003ca href=\"https://github.com/OrkhanAlikhanov\"\u003e\u003ccode\u003e@​OrkhanAlikhanov\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e28e57f58b184b2305ace192e02496bb89f6fd8cb: fix(form): Set default value for form fields (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4047\"\u003e#4047\u003c/a\u003e) (\u003ca href=\"https://github.com/ahmadSaeedGoda\"\u003e\u003ccode\u003e@​ahmadSaeedGoda\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e626d55b0c02937645c21774cacc021713de88604: fix(gin): Do not panic when handling method not allowed on empty tree (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4003\"\u003e#4003\u003c/a\u003e) (\u003ca href=\"https://github.com/phsym\"\u003e\u003ccode\u003e@​phsym\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e7d147928ee232fce156ea7ce8ae6329e148aeb41: fix(gin): data race warning for gin mode (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/1580\"\u003e#1580\u003c/a\u003e) (\u003ca href=\"https://github.com/kplachkov\"\u003e\u003ccode\u003e@​kplachkov\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ec677ccc40a60386565dd0d755efacb85d153feca: fix(go): invalid Go toolchain version (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3961\"\u003e#3961\u003c/a\u003e) (\u003ca href=\"https://github.com/thinkerou\"\u003e\u003ccode\u003e@​thinkerou\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e3319038418656a268c889393cb2dd4224c4469ec: fix(readme): fix broken link to English documentation (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4222\"\u003e#4222\u003c/a\u003e) (\u003ca href=\"https://github.com/eduardo-ax\"\u003e\u003ccode\u003e@​eduardo-ax\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e674522db91d637d179c16c372d87756ea26fa089: fix(time): binding time with empty value (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4103\"\u003e#4103\u003c/a\u003e) (\u003ca href=\"https://github.com/ksw2000\"\u003e\u003ccode\u003e@​ksw2000\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eea53388e6ee4a6a0a1647b390c56eeed780e7e56: fix(tree): Keep panic infos consistent when wildcard type build faild (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4077\"\u003e#4077\u003c/a\u003e) (\u003ca href=\"https://github.com/kingcanfish\"\u003e\u003ccode\u003e@​kingcanfish\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e8763f33c65f7df8be5b9fe7504ab7fcf20abb41d: fix: prevent middleware re-entry issue in HandleContext (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3987\"\u003e#3987\u003c/a\u003e) (\u003ca href=\"https://github.com/bound2\"\u003e\u003ccode\u003e@​bound2\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e7a1b655074c313f9491c83bb8ea164cdc4a9afe9: fix: sonic on arm64 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4234\"\u003e#4234\u003c/a\u003e) (\u003ca href=\"https://github.com/yashgorana\"\u003e\u003ccode\u003e@​yashgorana\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5826722a87cf5855fcc4b794cbef11612352771d: fix: version number discrepancy (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4299\"\u003e#4299\u003c/a\u003e) (\u003ca href=\"https://github.com/suwakei\"\u003e\u003ccode\u003e@​suwakei\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eEnhancements\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e40725d85badd647870df6f9fa7a75ac76341f804: chore(bind): return 413 status code when error is \u003ccode\u003ehttp.MaxBytesError\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4227\"\u003e#4227\u003c/a\u003e) (\u003ca href=\"https://github.com/ItalyPaleAle\"\u003e\u003ccode\u003e@​ItalyPaleAle\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ef875d8728306c2c2c6f504900ab08cd1d8c47f12: chore(context): test context initialization and handler logic (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4087\"\u003e#4087\u003c/a\u003e) (\u003ca href=\"https://github.com/appleboy\"\u003e\u003ccode\u003e@​appleboy\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ee7693e67c23005743502962d3bb9839a354d6688: chore(deps): bump actions/setup-go from 5 to 6 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4351\"\u003e#4351\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003eafa0c31d97e1b112ccfe7652957f7d8514580c72: chore(deps): bump github.com/gin-contrib/sse from 0.1.0 to 1.1.0 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4216\"\u003e#4216\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003e255af882db4baf0ed6209f1a5471f1663c5d0060: chore(deps): bump github.com/go-playground/validator/v10 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4208\"\u003e#4208\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003e545fd74379a0b167a918e38626ae5f7eb83fb243: chore(deps): bump github.com/go-playground/validator/v10 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4289\"\u003e#4289\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003ec3c8620a7fb4e09c7845feca4e8e8a8678a2685d: chore(deps): bump github.com/go-playground/validator/v10 from 10.20.0 to 10.22.1 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4052\"\u003e#4052\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003ecf32d2dcf8c7534f59727c5e213e45f2412c593a: chore(deps): bump github.com/pelletier/go-toml/v2 from 2.2.2 to 2.2.4 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4212\"\u003e#4212\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003ebb824731032856460aa3ffc23bd90e11bf7d5199: chore(deps): bump github.com/quic-go/quic-go from 0.48.2 to 0.50.1 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4197\"\u003e#4197\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003e61c2b1c28f0c5a754330545e31f02cd6d6f7944e: chore(deps): bump github.com/quic-go/quic-go from 0.51.0 to 0.52.0 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4250\"\u003e#4250\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003eb7d6308bcc84066df79a047ae363a6120fe87808: chore(deps): bump github.com/quic-go/quic-go from 0.52.0 to 0.53.0 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4281\"\u003e#4281\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003e077a2f39c85700ba0823f85ed29cec0c8f2cbdfc: chore(deps): bump github.com/quic-go/quic-go from 0.53.0 to 0.54.0 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4328\"\u003e#4328\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003e46150257b3eec60e3e0bf1cee7c03439099aef83: chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4347\"\u003e#4347\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003ea6287825c95821a378a34f8a5c9139ea1f6ebd96: chore(deps): bump github.com/ugorji/go/codec from 1.2.12 to 1.3.0 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4268\"\u003e#4268\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003ecc4e11438cd6c0bcc632fe3492d3817dfa21c337: chore(deps): bump golang.org/x/net from 0.25.0 to 0.27.0 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4013\"\u003e#4013\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md\"\u003egithub.com/gin-gonic/gin's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eGin v1.11.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efeat(gin): Experimental support for HTTP/3 using quic-go/quic-go (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3210\"\u003e#3210\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efeat(form): add array collection format in form binding (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3986\"\u003e#3986\u003c/a\u003e), add custom string slice for form tag unmarshal (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3970\"\u003e#3970\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efeat(binding): add BindPlain (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3904\"\u003e#3904\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efeat(fs): Export, test and document OnlyFilesFS (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3939\"\u003e#3939\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efeat(binding): add support for unixMilli and unixMicro (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4190\"\u003e#4190\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efeat(form): Support default values for collections in form binding (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4048\"\u003e#4048\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efeat(context): GetXxx added support for more go native types (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3633\"\u003e#3633\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eEnhancements\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eperf(context): optimize getMapFromFormData performance (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4339\"\u003e#4339\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(tree): replace string(/) with \u0026quot;/\u0026quot; in node.insertChild (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4354\"\u003e#4354\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(render): remove headers parameter from writeHeader (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4353\"\u003e#4353\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(context): simplify \u0026quot;GetType()\u0026quot; functions (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4080\"\u003e#4080\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(slice): simplify SliceValidationError Error method (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3910\"\u003e#3910\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(context):Avoid using filepath.Dir twice in SaveUploadedFile (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4181\"\u003e#4181\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(context): refactor context handling and improve test robustness (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4066\"\u003e#4066\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(binding): use strings.Cut to replace strings.Index (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3522\"\u003e#3522\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(context): add an optional permission parameter to SaveUploadedFile (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4068\"\u003e#4068\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(context): verify URL is Non-nil in initQueryCache() (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3969\"\u003e#3969\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(context): YAML judgment logic in Negotiate (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3966\"\u003e#3966\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003etree: replace the self-defined 'min' to official one (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3975\"\u003e#3975\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003econtext: Remove redundant filepath.Dir usage (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4181\"\u003e#4181\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBug Fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efix: prevent middleware re-entry issue in HandleContext (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3987\"\u003e#3987\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efix(binding): prevent duplicate decoding and add validation in decodeToml (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4193\"\u003e#4193\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efix(gin): Do not panic when handling method not allowed on empty tree (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4003\"\u003e#4003\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efix(gin): data race warning for gin mode (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/1580\"\u003e#1580\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efix(context): verify URL is Non-nil in initQueryCache() (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3969\"\u003e#3969\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efix(context): YAML judgment logic in Negotiate (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3966\"\u003e#3966\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efix(context): check handler is nil (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3413\"\u003e#3413\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efix(readme): fix broken link to English documentation (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4222\"\u003e#4222\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efix(tree): Keep panic infos consistent when wildcard type build faild (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4077\"\u003e#4077\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBuild process updates / CI\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eci: integrate Trivy vulnerability scanning into CI workflow (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4359\"\u003e#4359\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eci: support Go 1.25 in CI/CD (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4341\"\u003e#4341\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ebuild(deps): upgrade github.com/bytedance/sonic from v1.13.2 to v1.14.0 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4342\"\u003e#4342\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eci: add Go version 1.24 to GitHub Actions (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4154\"\u003e#4154\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ebuild: update Gin minimum Go version to 1.21 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3960\"\u003e#3960\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eci(lint): enable new linters (testifylint, usestdlibvars, perfsprint, etc.) (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4010\"\u003e#4010\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4091\"\u003e#4091\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4090\"\u003e#4090\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eci(lint): update workflows and improve test request consistency (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4126\"\u003e#4126\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/6ad6205e9c94a4b8a320219e28c37c29d22a7a2c\"\u003e\u003ccode\u003e6ad6205\u003c/code\u003e\u003c/a\u003e docs(changelog): upgrade Gin to v1.11.0 and add release notes (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4361\"\u003e#4361\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/7858527c8c2a15bddf27ea71162f8f70c82f2cdf\"\u003e\u003ccode\u003e7858527\u003c/code\u003e\u003c/a\u003e docs(changelog): update release notes for Gin v1.10.1 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4360\"\u003e#4360\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/cb000f570c127a503535fa5be9c0237823ea7e4d\"\u003e\u003ccode\u003ecb000f5\u003c/code\u003e\u003c/a\u003e ci: integrate Trivy vulnerability scanning into CI workflow (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4359\"\u003e#4359\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/2119046230f0119c7c88f86a6b441d9d3aaad03e\"\u003e\u003ccode\u003e2119046\u003c/code\u003e\u003c/a\u003e ci: support Go 1.25 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4341\"\u003e#4341\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/da372fc77840b3badf4efef5ec2d203cdc73f1db\"\u003e\u003ccode\u003eda372fc\u003c/code\u003e\u003c/a\u003e build(deps): upgrade github.com/bytedance/sonic from v1.13.2 to v1.14.0 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4342\"\u003e#4342\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/e198f6e859220afd35bc2fb2fd5d404d7c0882ca\"\u003e\u003ccode\u003ee198f6e\u003c/code\u003e\u003c/a\u003e refactor(render): remove headers parameter from writeHeader (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4353\"\u003e#4353\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/cca98d2d266d3797a8bf70f5903c2fbe32e8bf86\"\u003e\u003ccode\u003ecca98d2\u003c/code\u003e\u003c/a\u003e chore(deps): bump google.golang.org/protobuf from 1.36.8 to 1.36.9 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4356\"\u003e#4356\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/9b1e3533e2d17b6152b05efeab8280f450e68e52\"\u003e\u003ccode\u003e9b1e353\u003c/code\u003e\u003c/a\u003e refactor(tree): replace string(/) with \u0026quot;/\u0026quot; in node.insertChild (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4354\"\u003e#4354\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/f9bd00a6b7939b941fde3fdd239367f4a7d6b137\"\u003e\u003ccode\u003ef9bd00a\u003c/code\u003e\u003c/a\u003e perf(context): optimize getMapFromFormData performance (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4339\"\u003e#4339\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/28172fa68206b2ced9df3417fad50bcabd6d9eb6\"\u003e\u003ccode\u003e28172fa\u003c/code\u003e\u003c/a\u003e chore(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.8 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4346\"\u003e#4346\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gin-gonic/gin/compare/v1.10.1...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/golang-migrate/migrate/v4` from 4.18.2 to 4.19.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang-migrate/migrate/releases\"\u003egithub.com/golang-migrate/migrate/v4's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.19.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFixed sqlserver not actually getting a lock if lock is already set by \u003ca href=\"https://github.com/urbim\"\u003e\u003ccode\u003e@​urbim\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1186\"\u003egolang-migrate/migrate#1186\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/oauth2 from 0.18.0 to 0.27.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1299\"\u003egolang-migrate/migrate#1299\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate apt-key to gpg by \u003ca href=\"https://github.com/sandhilt\"\u003e\u003ccode\u003e@​sandhilt\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1277\"\u003egolang-migrate/migrate#1277\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate dktest to v0.4.6 for docker vuln fix by \u003ca href=\"https://github.com/dhui\"\u003e\u003ccode\u003e@​dhui\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1309\"\u003egolang-migrate/migrate#1309\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: Remove go.uber.org/atomic in favor of std sync/atomic by \u003ca href=\"https://github.com/romshark\"\u003e\u003ccode\u003e@​romshark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1303\"\u003egolang-migrate/migrate#1303\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eEnsure bufferWriter is always closed in Migration.Buffer and propagate close errors by \u003ca href=\"https://github.com/ckantcs\"\u003e\u003ccode\u003e@​ckantcs\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1308\"\u003egolang-migrate/migrate#1308\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd support for Go 1.25 and drop support for 1.23 by \u003ca href=\"https://github.com/dhui\"\u003e\u003ccode\u003e@​dhui\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1310\"\u003egolang-migrate/migrate#1310\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/urbim\"\u003e\u003ccode\u003e@​urbim\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1186\"\u003egolang-migrate/migrate#1186\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/sandhilt\"\u003e\u003ccode\u003e@​sandhilt\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1277\"\u003egolang-migrate/migrate#1277\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/romshark\"\u003e\u003ccode\u003e@​romshark\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1303\"\u003egolang-migrate/migrate#1303\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ckantcs\"\u003e\u003ccode\u003e@​ckantcs\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1308\"\u003egolang-migrate/migrate#1308\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/golang-migrate/migrate/compare/v4.18.3...v4.19.0\"\u003ehttps://github.com/golang-migrate/migrate/compare/v4.18.3...v4.19.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev4.18.3\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ea4d0a1b Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2\u003c/li\u003e\n\u003cli\u003ef37ef79 Bump golang.org/x/crypto from 0.31.0 to 0.35.0\u003c/li\u003e\n\u003cli\u003e5b97c92 Bump golang.org/x/net from 0.33.0 to 0.38.0\u003c/li\u003e\n\u003cli\u003ee6d84f6 Drop support for Go 1.22 and add support for Go 1.24\u003c/li\u003e\n\u003cli\u003efccd197 Mention CLI install instructions in main README\u003c/li\u003e\n\u003cli\u003e34c2b4a Remove redundant build tags\u003c/li\u003e\n\u003cli\u003ea868033 Update FAQ.md - typo\u003c/li\u003e\n\u003cli\u003e7269490 Update golangci-lint version used in GitHub Actions\u003c/li\u003e\n\u003cli\u003ec5137c4 Update migrate -help output for the readme file\u003c/li\u003e\n\u003cli\u003e033835a Update to dktest v0.4.5\u003c/li\u003e\n\u003cli\u003e8b09191 fix: typo limited not limitted\u003c/li\u003e\n\u003cli\u003e60d73be refactor: replace github.com/pkg/errors with stdlib\u003c/li\u003e\n\u003cli\u003e36d17ba tests: fix various tests (\u003ca href=\"https://redirect.github.com/golang-migrate/migrate/issues/1209\"\u003e#1209\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/8b9c5f77128ef93d65a082208a2009a3911fe6d4\"\u003e\u003ccode\u003e8b9c5f7\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/issues/1310\"\u003e#1310\u003c/a\u003e from dhui/update_go\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/b4ec9bccb14cd7b0eb0510ac9d3d01d4be79324f\"\u003e\u003ccode\u003eb4ec9bc\u003c/code\u003e\u003c/a\u003e Add support for Go 1.25 and drop support for 1.23\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/ed4bdd4614e991ca8fba606b38a45f6409a9deb6\"\u003e\u003ccode\u003eed4bdd4\u003c/code\u003e\u003c/a\u003e Ensure bufferWriter is always closed in Migration.Buffer and propagate close ...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/8945e853c4c84a92bfa42572ac4cfd7874e23108\"\u003e\u003ccode\u003e8945e85\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/issues/1303\"\u003e#1303\u003c/a\u003e from romshark/master\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/7108d806dd50c1510510239a161887757f240122\"\u003e\u003ccode\u003e7108d80\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/issues/1309\"\u003e#1309\u003c/a\u003e from dhui/dktest_v0.4.6\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/682016f04c2c0f8faa1d122fd22a62563876f71d\"\u003e\u003ccode\u003e682016f\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/issues/1277\"\u003e#1277\u003c/a\u003e from sandhilt/doc/change-apt-key-to-gpg\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/f3e6b5a737de1b7c79aaf81168395d6f2eb1fbb0\"\u003e\u003ccode\u003ef3e6b5a\u003c/code\u003e\u003c/a\u003e Replace usage of deprecated docker types\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/0a17402aa2359c8c5cd5a68a0e08a41c4460337f\"\u003e\u003ccode\u003e0a17402\u003c/code\u003e\u003c/a\u003e Update dktest to v0.4.6 for docker vuln fix\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/5eee0c8030ca227bfd27a425988f9c7c4948e90a\"\u003e\u003ccode\u003e5eee0c8\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/issues/1299\"\u003e#1299\u003c/a\u003e from golang-migrate/dependabot/go_modules/golang.org...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/642a24d61bb0a870a15020adceeee3e85d5151c3\"\u003e\u003ccode\u003e642a24d\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/oauth2 from 0.18.0 to 0.27.0\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/golang-migrate/migrate/compare/v4.18.2...v4.19.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/magiconair/properties` from 1.8.9 to 1.8.10\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/magiconair/properties/releases\"\u003egithub.com/magiconair/properties's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.8.10\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd 32bit numeric getters which do not panic by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/77\"\u003emagiconair/properties#77\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eescape leading whitespace on value in Write() by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/81\"\u003emagiconair/properties#81\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/281f515b93cf755020c587f2ffcbdee2322f3615\"\u003e\u003ccode\u003e281f515\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/81\"\u003e#81\u003c/a\u003e from magiconair/issue-80\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/6b7aa68b641f5d60ebb8b6845db1128db53a6cf3\"\u003e\u003ccode\u003e6b7aa68\u003c/code\u003e\u003c/a\u003e test with go1.24\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/06f31332fd5f37daf3faffdf26bfec3cd1cd28b2\"\u003e\u003ccode\u003e06f3133\u003c/code\u003e\u003c/a\u003e escape leading whitespace on value in Write()\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/3dfc3b527876b509fda83a042544db6f2a2a76e6\"\u003e\u003ccode\u003e3dfc3b5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/77\"\u003e#77\u003c/a\u003e from magiconair/get32bit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/b1485840343acfbc730b9d7ff4d775e92ac02091\"\u003e\u003ccode\u003eb148584\u003c/code\u003e\u003c/a\u003e Add 32bit numeric getters which do not panic\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/mattn/go-sqlite3` from 1.14.24 to 1.14.32\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/8bf7a8a844faf952aa0245b4c0ad0a47e84f4efd\"\u003e\u003ccode\u003e8bf7a8a\u003c/code\u003e\u003c/a\u003e update amalgamation code\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/2e165e0718baef36dee27c234ce8a11009eb83ac\"\u003e\u003ccode\u003e2e165e0\u003c/code\u003e\u003c/a\u003e fix syntax error\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/e63a0c3f5b40ae8b866fa134d403587c977eb75f\"\u003e\u003ccode\u003ee63a0c3\u003c/code\u003e\u003c/a\u003e fix test\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/a9775d4d98204f439d40145ee14e2606605bac31\"\u003e\u003ccode\u003ea9775d4\u003c/code\u003e\u003c/a\u003e return error\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/c857a95a180ebf5b2894c7158645f44c303daa7a\"\u003e\u003ccode\u003ec857a95\u003c/code\u003e\u003c/a\u003e drop call of AuthEnabled()\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/eb86f084da9fbd726693c5c3de1adf2aaabe5f82\"\u003e\u003ccode\u003eeb86f08\u003c/code\u003e\u003c/a\u003e check authEnabled\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/4372bf2fb0cc86d0647a3762e60fce29ec8a92ca\"\u003e\u003ccode\u003e4372bf2\u003c/code\u003e\u003c/a\u003e enable test for sqlite_userauth but it is dropped at least\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/69a843e67f38efe92c99aad764f3f6952c3c6032\"\u003e\u003ccode\u003e69a843e\u003c/code\u003e\u003c/a\u003e fix GitHub workflow\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/4c1ac1eb245604b6fe1821e22d3bb3573abfcca3\"\u003e\u003ccode\u003e4c1ac1e\u003c/code\u003e\u003c/a\u003e fix GitHub workflow\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/a8be3f8183a78ed0621f03361a49090fe77fdbbd\"\u003e\u003ccode\u003ea8be3f8\u003c/code\u003e\u003c/a\u003e fix GitHub workflow\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/mattn/go-sqlite3/compare/v1.14.24...v1.14.32\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/spf13/viper` from 1.19.0 to 1.21.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/spf13/viper/releases\"\u003egithub.com/spf13/viper's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.21.0\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eEnhancements 🚀\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAdd support for flags pflag.BoolSlice, pflag.UintSlice and pflag.Float64Slice by \u003ca href=\"https://github.com/nmvalera\"\u003e\u003ccode\u003e@​nmvalera\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2015\"\u003espf13/viper#2015\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: use maintained yaml library by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2040\"\u003espf13/viper#2040\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBug Fixes 🐛\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efix(config): get config type from v.configType or config file ext by \u003ca href=\"https://github.com/GuillaumeBAECHLER\"\u003e\u003ccode\u003e@​GuillaumeBAECHLER\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2003\"\u003espf13/viper#2003\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: config type check when loading any config by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2007\"\u003espf13/viper#2007\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDependency Updates ⬆️\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate dependencies by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/1993\"\u003espf13/viper#1993\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/spf13/cast from 1.7.1 to 1.8.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2017\"\u003espf13/viper#2017\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/pelletier/go-toml/v2 from 2.2.3 to 2.2.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2013\"\u003espf13/viper#2013\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/sagikazarmark/locafero from 0.8.0 to 0.9.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2008\"\u003espf13/viper#2008\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 in /remote by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2016\"\u003espf13/viper#2016\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/spf13/cast from 1.8.0 to 1.9.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2020\"\u003espf13/viper#2020\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2028\"\u003espf13/viper#2028\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2035\"\u003espf13/viper#2035\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2036\"\u003espf13/viper#2036\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2012\"\u003espf13/viper#2012\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2052\"\u003espf13/viper#2052\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /remote by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2048\"\u003espf13/viper#2048\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2056\"\u003espf13/viper#2056\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update dependencies by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2057\"\u003espf13/viper#2057\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eOther Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate update guide with \u003ccode\u003emapstructure\u003c/code\u003e package replacement. by \u003ca href=\"https://github.com/aldas\"\u003e\u003ccode\u003e@​aldas\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2004\"\u003espf13/viper#2004\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: use the built-in max/min to simplify the code by \u003ca href=\"https://github.com/yingshanghuangqiao\"\u003e\u003ccode\u003e@​yingshanghuangqiao\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2029\"\u003espf13/viper#2029\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/GuillaumeBAECHLER\"\u003e\u003ccode\u003e@​GuillaumeBAECHLER\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2003\"\u003espf13/viper#2003\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aldas\"\u003e\u003ccode\u003e@​aldas\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2004\"\u003espf13/viper#2004\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nmvalera\"\u003e\u003ccode\u003e@​nmvalera\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2015\"\u003espf13/viper#2015\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yingshanghuangqiao\"\u003e\u003ccode\u003e@​yingshanghuangqiao\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2029\"\u003espf13/viper#2029\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2046\"\u003espf13/viper#2046\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spacez320\"\u003e\u003ccode\u003e@​spacez320\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2050\"\u003espf13/viper#2050\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/viper/compare/v1.20.0...v1.21.0\"\u003ehttps://github.com/spf13/viper/compare/v1.20.0...v1.21.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.20.1\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eBug Fixes 🐛\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBackport config type fixes to 1.20.x by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2005\"\u003espf13/viper#2005\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/viper/compare/v1.20.0...v1.20.1\"\u003ehttps://github.com/spf13/viper/compare/v1.20.0...v1.20.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.20.0\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/394040caccbdf5821fa6839386a35f0fb1b1ee9e\"\u003e\u003ccode\u003e394040c\u003c/code\u003e\u003c/a\u003e ci: build on go 1.25\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/812f548100ce43c96cf2ef6914fa3aea3c9885e2\"\u003e\u003ccode\u003e812f548\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/d5271efd81369475d8b49e85ce35cfe83359a991\"\u003e\u003ccode\u003ed5271ef\u003c/code\u003e\u003c/a\u003e ci: update stale workflow\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/dff303b19f6859ea69d0f48a3343765c25ce5ad2\"\u003e\u003ccode\u003edff303b\u003c/code\u003e\u003c/a\u003e feat: add a stale issue scheduled action\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/12879766ad2fccd4875e8dc5ba96ce5f28357842\"\u003e\u003ccode\u003e1287976\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/38932cd79521272eb1634d81eb1c200fa1803008\"\u003e\u003ccode\u003e38932cd\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/go-viper/mapstructure/v2 in /remote\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/6d014bec7784acab13d7d7eb2adcb6814bac2f89\"\u003e\u003ccode\u003e6d014be\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/b74c7ee1e5e999f16bc2b904608815a59241b316\"\u003e\u003ccode\u003eb74c7ee\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/acd05e1543b0c36b36580b6bd29c53a9b62acd98\"\u003e\u003ccode\u003eacd05e1\u003c/code\u003e\u003c/a\u003e fix: linting issues\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/ae5a8e23e22a67a6dcc2025cef0b5a2ca7615456\"\u003e\u003ccode\u003eae5a8e2\u003c/code\u003e\u003c/a\u003e ci: upgrade golangci-lint\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/spf13/viper/compare/v1.19.0...v1.21.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/swaggo/gin-swagger` from 1.6.0 to 1.6.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/swaggo/gin-swagger/releases\"\u003egithub.com/swaggo/gin-swagger's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.6.1\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e19f4300ad05a57e2a7a2f3ef0a3acbac8f30a435 Allow to enable Proof Key for Code Exachange (PKCE) (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/271\"\u003e#271\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e76a92d5db8f3d154f87d1feac1e46f23aeec9fdf Update Go versions in CI workflow (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/324\"\u003e#324\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eaa92a0ac3f26c587e4248afcf8d8b6318353e7b0 Update ReadMe (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/291\"\u003e#291\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e08e4a929c9132200950fed601d0472142a20e0ce chore(deps): bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/270\"\u003e#270\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e7d8970259b5a77dde1462927b1b4d589fc938cd4 chore(deps): bump golang.org/x/net from 0.8.0 to 0.23.0 (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/298\"\u003e#298\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e2b8554dea56a983cae644a52556125b6f4216020 chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/293\"\u003e#293\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e3b4340f1a7a6b24b9dcb4238954db4482db434ae move css and js to seperate files (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/280\"\u003e#280\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/gin-swagger/commit/2b8554dea56a983cae644a52556125b6f4216020\"\u003e\u003ccode\u003e2b8554d\u003c/code\u003e\u003c/a\u003e chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/293\"\u003e#293\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/gin-swagger/commit/08e4a929c9132200950fed601d0472142a20e0ce\"\u003e\u003ccode\u003e08e4a92\u003c/code\u003e\u003c/a\u003e chore(deps): bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/270\"\u003e#270\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/gin-swagger/commit/7d8970259b5a77dde1462927b1b4d589fc938cd4\"\u003e\u003ccode\u003e7d89702\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/net from 0.8.0 to 0.23.0 (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/298\"\u003e#298\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/gin-swagger/commit/76a92d5db8f3d154f87d1feac1e46f23aeec9fdf\"\u003e\u003ccode\u003e76a92d5\u003c/code\u003e\u003c/a\u003e Update Go versions in CI workflow (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/324\"\u003e#324\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/gin-swagger/commit/19f4300ad05a57e2a7a2f3ef0a3acbac8f30a435\"\u003e\u003ccode\u003e19f4300\u003c/code\u003e\u003c/a\u003e Allow to enable Proof Key for Code Exachange (PKCE) (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/271\"\u003e#271\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/gin-swagger/commit/aa92a0ac3f26c587e4248afcf8d8b6318353e7b0\"\u003e\u003ccode\u003eaa92a0a\u003c/code\u003e\u003c/a\u003e Update ReadMe (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/291\"\u003e#291\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/gin-swagger/commit/3b4340f1a7a6b24b9dcb4238954db4482db434ae\"\u003e\u003ccode\u003e3b4340f\u003c/code\u003e\u003c/a\u003e move css and js to seperate files (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/280\"\u003e#280\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/swaggo/gin-swagger/compare/v1.6.0...v1.6.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/swaggo/swag` from 1.16.4 to 1.16.6\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/swaggo/swag/releases\"\u003egithub.com/swaggo/swag's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.16.6\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: prevent nil pointer dereference in getFuncDoc when parsing depen… by \u003ca href=\"https://github.com/gatorjuice\"\u003e\u003ccode\u003e@​gatorjuice\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2044\"\u003eswaggo/swag#2044\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: router with tilde \u003ca href=\"https://redirect.github.com/swaggo/swag/issues/2004\"\u003e#2004\u003c/a\u003e by \u003ca href=\"https://github.com/subwiz\"\u003e\u003ccode\u003e@​subwiz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2005\"\u003eswaggo/swag#2005\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFeature: allow enum ordered const name override (2nd PR for this) by \u003ca href=\"https://github.com/drewsilcock\"\u003e\u003ccode\u003e@​drewsilcock\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2046\"\u003eswaggo/swag#2046\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUse the structs name without the \u003ca href=\"https://github.com/name\"\u003e\u003ccode\u003e@​name\u003c/code\u003e\u003c/a\u003e comment by \u003ca href=\"https://github.com/skast96\"\u003e\u003ccode\u003e@​skast96\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2043\"\u003eswaggo/swag#2043\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: allow description line continuation by \u003ca href=\"https://github.com/berk-karaal\"\u003e\u003ccode\u003e@​berk-karaal\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2048\"\u003eswaggo/swag#2048\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gatorjuice\"\u003e\u003ccode\u003e@​gatorjuice\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2044\"\u003eswaggo/swag#2044\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/subwiz\"\u003e\u003ccode\u003e@​subwiz\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2005\"\u003eswaggo/swag#2005\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/drewsilcock\"\u003e\u003ccode\u003e@​drewsilcock\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2046\"\u003eswaggo/swag#2046\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/skast96\"\u003e\u003ccode\u003e@​skast96\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2043\"\u003eswaggo/swag#2043\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/swaggo/swag/compare/v1.16.5...v1.16.6\"\u003ehttps://github.com/swaggo/swag/compare/v1.16.5...v1.16.6\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.16.5\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdded support for \u003ca href=\"https://github.com/tag\"\u003e\u003ccode\u003e@​tag\u003c/code\u003e\u003c/a\u003e.x- attributes for tags (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/1784\"\u003e#1784\u003c/a\u003e) by \u003ca href=\"https://github.com/Ponywka\"\u003e\u003ccode\u003e@​Ponywka\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1785\"\u003eswaggo/swag#1785\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: Add x-enum-descriptions to generated Swagger documentation for Enum by \u003ca href=\"https://github.com/wakamenod\"\u003e\u003ccode\u003e@​wakamenod\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1878\"\u003eswaggo/swag#1878\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: use '\u0026amp;\u0026amp;' for security pair(AND) by \u003ca href=\"https://github.com/kkkiio\"\u003e\u003ccode\u003e@​kkkiio\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1659\"\u003eswaggo/swag#1659\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: ParseComment error to contain the comment by \u003ca href=\"https://github.com/stokito\"\u003e\u003ccode\u003e@​stokito\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1777\"\u003eswaggo/swag#1777\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esupport generate var-declared function doc by \u003ca href=\"https://github.com/book987\"\u003e\u003ccode\u003e@​book987\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1657\"\u003eswaggo/swag#1657\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix compare original and formatted by \u003ca href=\"https://github.com/0daryo\"\u003e\u003ccode\u003e@​0daryo\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1915\"\u003eswaggo/swag#1915\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eTransfer golang type to swagger type with format reserved by \u003ca href=\"https://github.com/sdghchj\"\u003e\u003ccode\u003e@​sdghchj\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1944\"\u003eswaggo/swag#1944\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix format by goimports by \u003ca href=\"https://github.com/0daryo\"\u003e\u003ccode\u003e@​0daryo\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1927\"\u003eswaggo/swag#1927\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /example/object-map-example by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1945\"\u003eswaggo/swag#1945\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: \u003ca href=\"https://github.com/name\"\u003e\u003ccode\u003e@​name\u003c/code\u003e\u003c/a\u003e for recursion by \u003ca href=\"https://github.com/njacob1001\"\u003e\u003ccode\u003e@​njacob1001\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1948\"\u003eswaggo/swag#1948\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix typo error in README by \u003ca href=\"https://github.com/yashisrani\"\u003e\u003ccode\u003e@​yashisrani\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1954\"\u003eswaggo/swag#1954\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExtension: collectionFormat in struct tag by \u003ca href=\"https://github.com/sdghchj\"\u003e\u003ccode\u003e@​sdghchj\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1989\"\u003eswaggo/swag#1989\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: accept event streaming by \u003ca href=\"https://github.com/miguelhrocha\"\u003e\u003ccode\u003e@​miguelhrocha\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1992\"\u003eswaggo/swag#1992\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eNon-empty stderr for \u003ccode\u003ego list\u003c/code\u003e is not an error in itself by \u003ca href=\"https://github.com/atercattus\"\u003e\u003ccode\u003e@​atercattus\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1981\"\u003eswaggo/swag#1981\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdated golang/x/text v0.21, x/tools v0.21 to address CVE-2024-45338 in net v0.23 by \u003ca href=\"https://github.com/blame19\"\u003e\u003ccode\u003e@​blame19\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1962\"\u003eswaggo/swag#1962\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove redundant \u003ccode\u003e(default: false)\u003c/code\u003e for parseFuncBody flag by \u003ca href=\"https://github.com/nikpivkin\"\u003e\u003ccode\u003e@​nikpivkin\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1961\"\u003eswaggo/swag#1961\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /example/celler by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1993\"\u003eswaggo/swag#1993\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix(test): include \u003ccode\u003erune\u003c/code\u003e test in enums tests by \u003ca href=\"https://github.com/sharunkumar\"\u003e\u003ccode\u003e@​sharunkumar\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2025\"\u003eswaggo/swag#2025\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: json:omitempty marks field as optional by \u003ca href=\"https://github.com/andyatmiami\"\u003e\u003ccode\u003e@​andyatmiami\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2041\"\u003eswaggo/swag#2041\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wakamenod\"\u003e\u003ccode\u003e@​wakamenod\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1878\"\u003eswaggo/swag#1878\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stokito\"\u003e\u003ccode\u003e@​stokito\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1777\"\u003eswaggo/swag#1777\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/book987\"\u003e\u003ccode\u003e@​book987\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1657\"\u003eswaggo/swag#1657\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/njacob1001\"\u003e\u003ccode\u003e@​njacob1001\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1948\"\u003eswaggo/swag#1948\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yashisrani\"\u003e\u003ccode\u003e@​yashisrani\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1954\"\u003eswaggo/swag#1954\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/miguelhrocha\"\u003e\u003ccode\u003e@​miguelhrocha\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1992\"\u003eswaggo/swag#1992\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/atercattus\"\u003e\u003ccode\u003e@​atercattus\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1981\"\u003eswaggo/swag#1981\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/blame19\"\u003e\u003ccode\u003e@​blame19\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1962\"\u003eswaggo/swag#1962\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/sharunkumar\"\u003e\u003ccode\u003e@​sharunkumar\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2025\"\u003eswaggo/swag#2025\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/andyatmiami\"\u003e\u003ccode\u003e@​andyatmiami\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2041\"\u003eswaggo/swag#2041\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/f676981e12b892b4a2c5f50cd3dbc96d469ca358\"\u003e\u003ccode\u003ef676981\u003c/code\u003e\u003c/a\u003e feat: allow description line continuation (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/2048\"\u003e#2048\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/252fecd4cbc33868a56d3f3f1092cd2a561073ef\"\u003e\u003ccode\u003e252fecd\u003c/code\u003e\u003c/a\u003e Use the structs name without the \u003ca href=\"https://github.com/name\"\u003e\u003ccode\u003e@​name\u003c/code\u003e\u003c/a\u003e comment (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/2043\"\u003e#2043\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/b0c5cc990594386ba6189a21313e4e8e68695249\"\u003e\u003ccode\u003eb0c5cc9\u003c/code\u003e\u003c/a\u003e Feature: allow enum ordered const name override (2nd PR for this) (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/2046\"\u003e#2046\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/0f3bf86377c7e1c5bbf280380419e9ded717d83a\"\u003e\u003ccode\u003e0f3bf86\u003c/code\u003e\u003c/a\u003e fix: router with tilde \u003ca href=\"https://redirect.github.com/swaggo/swag/issues/2004\"\u003e#2004\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/2005\"\u003e#2005\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/d7cec5730e4e9ff1c05e98b780c0092b0ad35cbe\"\u003e\u003ccode\u003ed7cec57\u003c/code\u003e\u003c/a\u003e fix: prevent nil pointer dereference in getFuncDoc when parsing dependencies ...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/15a183bfd60426ca30b2cebdff5ab7c6558d0291\"\u003e\u003ccode\u003e15a183b\u003c/code\u003e\u003c/a\u003e feat: json:omitempty marks field as optional (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/2041\"\u003e#2041\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/714cd1292724c73a25cf1828ea24df08d4f66de3\"\u003e\u003ccode\u003e714cd12\u003c/code\u003e\u003c/a\u003e fix(test): include \u003ccode\u003erune\u003c/code\u003e test in enums tests (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/2025\"\u003e#2025\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/93e86851e9f22f1f2db57812cf71fc004c02159c\"\u003e\u003ccode\u003e93e8685\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/crypto in /example/celler (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/1993\"\u003e#1993\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/aee4fddf38fc80aa5d2d5257545f2a3727d7d056\"\u003e\u003ccode\u003eaee4fdd\u003c/code\u003e\u003c/a\u003e Remove redundant (default: false) for parseFuncBody flag (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/1961\"\u003e#1961\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/5c99c1705f92c42ba47987357d0e1790e8c1eb92\"\u003e\u003ccode\u003e5c99c17\u003c/code\u003e\u003c/a\u003e x/text v0.21, x/tools v0.21 (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/1962\"\u003e#1962\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/swaggo/swag/compare/v1.16.4...v1.16.6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/centrifugal/centrifuge` from 0.34.3 to 0.38.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/centrifugal/centrifuge/releases\"\u003egithub.com/centrifugal/centrifuge's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.38.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eNew Features\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eServer-side publication filtering by tags\u003c/strong\u003e,  by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/511\"\u003ecentrifugal/centrifuge#511\u003c/a\u003e.\nAdded support for filtering publications on the server by specifying tag filters in subscription requests. This feature may significantly help with bandwidth optimization for real-time messaging applications, particularly in scenarios where clients would otherwise receive and discard a significant portion of messages in a channel anyway. Not only network costs may be reduced in this case, but also processing overhead which leads to a faster battery drain on mobile devices.\nSee \u003ca href=\"https://github.com/centrifugal/centrifuge/tree/master/_examples/tags_filter\"\u003ethe example\u003c/a\u003e which shows stock tickers filtered server-side based on a client-supplied tags filter.\nFor more insights, read the recent post in Centrifugal blog: \u003ca href=\"https://centrifugal.dev/blog/2025/10/14/server-side-publication-filtering-by-tags\"\u003ePublication filtering by tags – reducing bandwidth with server-side stream filtering\u003c/a\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eExperimental WebSocket over HTTP/2 (RFC 8441)\u003c/strong\u003e, by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/519\"\u003ecentrifugal/centrifuge#519\u003c/a\u003e.\nInitial support for WebSocket over HTTP/2 following \u003ca href=\"https://www.rfc-editor.org/rfc/rfc8441.html\"\u003eRFC 8441\u003c/a\u003e.  In that case each WebSocket connection is a separate HTTP/2 stream inside a single HTTP/2 connection. The feature may be useful for reducing connection latency (avoid TLS handshake overhead) or to reduce the number of physical TCP connections in the infrastructure. Requires \u003ccode\u003eGODEBUG=http2xconnect=1\u003c/code\u003e to be used (see \u003ca href=\"https://redirect.github.com/golang/go/issues/53208\"\u003egolang/go#53208\u003c/a\u003e).\nAdded \u003ca href=\"https://github.com/centrifugal/centrifuge/tree/master/_examples/experimental\"\u003enew HTTP/2 examples\u003c/a\u003e that demonstrate the usage of feature and include demonstration of managing Centrifuge-based server behind Haproxy (which supports both RFC 8441 and HTTP/2 Cleartext for connection proxying).\nSee additional notes about it in Centrifugo docs: \u003ca href=\"https://centrifugal.dev/docs/transports/websocket#websocket-over-http2-rfc-8441\"\u003eWebSocket over HTTP/2 (RFC 8441)\u003c/a\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eIntroduction of new official real-time SDK: \u003ccode\u003ecentrifuge-csharp\u003c/code\u003e\u003c/strong\u003e\u003cbr /\u003e\nEarly-stage rollout of our new official C# SDK, currently under active development. This will become our 7th officially maintained SDK in addition to Javascript, Go, Dart, Java, Swift and Python.\nRepository: \u003ca href=\"https://github.com/centrifugal/centrifuge-csharp\"\u003ehttps://github.com/centrifugal/centrifuge-csharp\u003c/a\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eSHA-1 generation offloading to Redis (for better FIPS compliance)\u003c/strong\u003e,  by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/522\"\u003ecentrifugal/centrifuge#522\u003c/a\u003e.\nSupport for delegating SHA-1 generation to Redis for environments requiring FIPS compliance (without performance overhead, because the loading of SHA-1 is only done once on the start). See \u003ccode\u003eRedisBrokerConfig.LoadSHA1\u003c/code\u003e and \u003ccode\u003eRedisPresenceManagerConfig.LoadSHA1\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eExperimental channel compaction\u003c/strong\u003e, part of \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/511\"\u003ecentrifugal/centrifuge#511\u003c/a\u003e PR\nSome of our SDKs may now negotiate channel compaction feature - a way to reduce sending channels as full strings in the client protocol. If enabled on server side (see \u003ccode\u003eSubscribeOptions.AllowChannelCompaction\u003c/code\u003e) then channel gets a numeric ID and represented in a more compact form in the client protocol. In Protobuf protocol it may be just a varint (1-10 bytes in the wire) instead of let's say 40-60 bytes channel string (of course this depends on how long channel strings are in your specific use case). This may allow reducing bandwidth significantly in some setups. Now supported only by \u003ccode\u003ecentrifuge-js\u003c/code\u003e SDK.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eMetrics enhancements\u003c/strong\u003e\nSee \u003ccode\u003eMetricsConfig.ExposeTransportAcceptProtocol\u003c/code\u003e flag to enable resolution by transport underlying protocol (\u003ccode\u003eh1\u003c/code\u003e, \u003ccode\u003eh2\u003c/code\u003e). We extended \u003ccode\u003eTransportInfo\u003c/code\u003e interface with \u003ccode\u003eAcceptProtocol\u003c/code\u003e to support that.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes \u0026amp; Maintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eDeadlock prevention for single connections\u003c/strong\u003e, by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/515\"\u003ecentrifugal/centrifuge#515\u003c/a\u003e.\nResolved a potential deadlock involving \u003ccode\u003enode.Disconnect\u003c/code\u003e and striking more often when maintaining single connection (this was originally \u003ca href=\"https://redirect.github.com/centrifugal/centrifugo/issues/1044\"\u003ereported to Centrifugo\u003c/a\u003e, here we had \u003ca href=\"https://github.com/centrifugal/centrifuge/tree/master/_examples/single_connection\"\u003eexample\u003c/a\u003e for it, it's now updated).\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eCI lint updates and minor lint corrections\u003c/strong\u003e, by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/520\"\u003ecentrifugal/centrifuge#520\u003c/a\u003e.\nImprovements to continuous integration linting setup and corresponding fixes. Using golang-ci lint v2 now.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eDependency updates\u003c/strong\u003e\u003cbr /\u003e\nGeneral dependency refresh across the project.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003chr /\u003e\n\u003cpre\u003e\u003ccode\u003e❯ gorelease -base v0.37.2 -version v0.38.0\n# github.com/centrifugal/centrifuge\n## incompatible changes\nTransportInfo.AcceptProtocol: added\n## compatible changes\nMetricsConfig.ExposeTransportAcceptProtocol: added\nRedisBrokerConfig.LoadSHA1: added\nRedisPresenceManagerConfig.LoadSHA1: added\n\u0026lt;/tr\u0026gt;\u0026lt;/table\u0026gt; \n\u003c/code\u003e\u003c/pre\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/50793d7e5d3062d276f1e1b069ce1df49411032b\"\u003e\u003ccode\u003e50793d7\u003c/code\u003e\u003c/a\u003e mention csharp sdk (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/525\"\u003e#525\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/294c7a4af10d0ba43141b0791ee6b0417792c62c\"\u003e\u003ccode\u003e294c7a4\u003c/code\u003e\u003c/a\u003e up dependencies (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/524\"\u003e#524\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/7f8a30fc2a03a2c347c825c5c97dd4a50a1a5554\"\u003e\u003ccode\u003e7f8a30f\u003c/code\u003e\u003c/a\u003e support offloading SHA-1 generation to Redis for FIPS compliance purposes (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/522\"\u003e#522\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/d9764210a9a84b5889c428ac3a718ab75aae276d\"\u003e\u003ccode\u003ed976421\u003c/code\u003e\u003c/a\u003e clear read deadline in http/2 ws case (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/521\"\u003e#521\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/fecb61dae94ee3bdfcf8b7f0896946b03c08b96d\"\u003e\u003ccode\u003efecb61d\u003c/code\u003e\u003c/a\u003e Update lint in ci, some lint fixes (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/520\"\u003e#520\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/df043a0b108eaa809fdc279ec6e6dcd2692d6dec\"\u003e\u003ccode\u003edf043a0\u003c/code\u003e\u003c/a\u003e Experimental WebSocket over HTTP/2 (RFC 8441) (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/519\"\u003e#519\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/1d47f1c2cfd2aff77e7eaff474654791f5b09c35\"\u003e\u003ccode\u003e1d47f1c\u003c/code\u003e\u003c/a\u003e Update README.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/17f64ccd818fc3503a5483302eb20eecdff926ef\"\u003e\u003ccode\u003e17f64cc\u003c/code\u003e\u003c/a\u003e Bump actions/setup-go from 5 to 6 (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/512\"\u003e#512\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/6e5cdd0002fecec722c08f61bd459e3f0399f839\"\u003e\u003ccode\u003e6e5cdd0\u003c/code\u003e\u003c/a\u003e Bump google.golang.org/protobuf from 1.36.8 to 1.36.9 (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/514\"\u003e#514\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifuga...\n\n_Description has been truncated_","html_url":"https://github.com/radiant-lab7098/block-headers-service/pull/4","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/radiant-lab7098%2Fblock-headers-service/issues/4","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/4/packages"}},{"old_version":"1.8.7","new_version":"1.8.10","update_type":"patch","path":null,"pr_created_at":"2025-11-10T20:53:08.000Z","version_change":"1.8.7 → 1.8.10","issue":{"uuid":"3609655893","node_id":"PR_kwDOCLjqFs6ynmbG","number":876,"state":"closed","title":"Bump the all-deps group across 5 directories with 169 updates","user":"dependabot[bot]","labels":["dependencies","go"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-11-17T20:39:50.000Z","author_association":null,"state_reason":null,"created_at":"2025-11-10T20:53:08.000Z","updated_at":"2025-11-17T20:39:51.000Z","time_to_close":604002,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"all-deps","update_count":169,"packages":[{"name":"github.com/golang/protobuf","old_version":"1.5.3","new_version":"1.5.4","repository_url":"https://github.com/golang/protobuf"},{"name":"github.com/maxbrunsfeld/counterfeiter/v6","old_version":"6.6.1","new_version":"6.12.0","repository_url":"https://github.com/maxbrunsfeld/counterfeiter"},{"name":"github.com/spf13/cobra","old_version":"1.7.0","new_version":"1.10.1","repository_url":"https://github.com/spf13/cobra"},{"name":"github.com/stretchr/testify","old_version":"1.8.4","new_version":"1.11.1","repository_url":"https://github.com/stretchr/testify"},{"name":"honnef.co/go/tools","old_version":"0.4.3","new_version":"0.6.1","repository_url":"https://github.com/dominikh/go-tools"},{"name":"github.com/Microsoft/go-winio","old_version":"0.6.1","new_version":"0.6.2","repository_url":"https://github.com/Microsoft/go-winio"},{"name":"github.com/bits-and-blooms/bitset","old_version":"1.7.0","new_version":"1.24.3","repository_url":"https://github.com/bits-and-blooms/bitset"},{"name":"github.com/cespare/xxhash/v2","old_version":"2.2.0","new_version":"2.3.0","repository_url":"https://github.com/cespare/xxhash"},{"name":"github.com/cloudflare/cfssl","old_version":"1.4.1","new_version":"1.6.5","repository_url":"https://github.com/cloudflare/cfssl"},{"name":"github.com/consensys/bavard","old_version":"0.1.13","new_version":"0.2.1","repository_url":"https://github.com/consensys/bavard"},{"name":"github.com/consensys/gnark-crypto","old_version":"0.12.1","new_version":"0.19.2","repository_url":"https://github.com/consensys/gnark-crypto"},{"name":"github.com/docker/go-connections","old_version":"0.5.0","new_version":"0.6.0","repository_url":"https://github.com/docker/go-connections"},{"name":"github.com/fsnotify/fsnotify","old_version":"1.6.0","new_version":"1.9.0","repository_url":"https://github.com/fsnotify/fsnotify"},{"name":"github.com/fsouza/go-dockerclient","old_version":"1.10.0","new_version":"1.12.2","repository_url":"https://github.com/fsouza/go-dockerclient"},{"name":"github.com/go-kit/kit","old_version":"0.10.0","new_version":"0.13.0","repository_url":"https://github.com/go-kit/kit"},{"name":"github.com/go-logfmt/logfmt","old_version":"0.5.1","new_version":"0.6.1","repository_url":"https://github.com/go-logfmt/logfmt"},{"name":"github.com/go-openapi/jsonpointer","old_version":"0.19.5","new_version":"0.22.1","repository_url":"https://github.com/go-openapi/jsonpointer"},{"name":"github.com/go-openapi/jsonreference","old_version":"0.20.0","new_version":"0.21.3","repository_url":"https://github.com/go-openapi/jsonreference"},{"name":"github.com/go-openapi/spec","old_version":"0.20.8","new_version":"0.22.1","repository_url":"https://github.com/go-openapi/spec"},{"name":"github.com/gobuffalo/envy","old_version":"1.10.1","new_version":"1.10.2","repository_url":"https://github.com/gobuffalo/envy"},{"name":"github.com/gobuffalo/packd","old_version":"1.0.1","new_version":"1.0.2","repository_url":"https://github.com/gobuffalo/packd"},{"name":"github.com/joho/godotenv","old_version":"1.4.0","new_version":"1.5.1","repository_url":"https://github.com/joho/godotenv"},{"name":"github.com/magiconair/properties","old_version":"1.8.7","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"},{"name":"github.com/moby/term","old_version":"0.5.0","new_version":"0.5.2","repository_url":"https://github.com/moby/term"},{"name":"github.com/nxadm/tail","old_version":"1.4.8","new_version":"1.4.11","repository_url":"https://github.com/nxadm/tail"},{"name":"github.com/opencontainers/image-spec","old_version":"1.1.0-rc5","new_version":"1.1.1","repository_url":"https://github.com/opencontainers/image-spec"},{"name":"github.com/prometheus/client_model","old_version":"0.5.0","new_version":"0.6.2","repository_url":"https://github.com/prometheus/client_model"},{"name":"github.com/prometheus/procfs","old_version":"0.12.0","new_version":"0.19.2","repository_url":"https://github.com/prometheus/procfs"},{"name":"github.com/spf13/afero","old_version":"1.6.0","new_version":"1.15.0","repository_url":"https://github.com/spf13/afero"},{"name":"github.com/spf13/cast","old_version":"1.4.1","new_version":"1.10.0","repository_url":"https://github.com/spf13/cast"},{"name":"github.com/spf13/viper","old_version":"1.10.1","new_version":"1.21.0","repository_url":"https://github.com/spf13/viper"}],"path":null,"ecosystem":"go"},"body":"Bumps the all-deps group with 31 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/maxbrunsfeld/counterfeiter/v6](https://github.com/maxbrunsfeld/counterfeiter) | `6.6.1` | `6.12.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [honnef.co/go/tools](https://github.com/dominikh/go-tools) | `0.4.3` | `0.6.1` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.3` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.5` | `0.22.1` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.0` | `0.21.3` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.1` |\n| [github.com/gobuffalo/envy](https://github.com/gobuffalo/envy) | `1.10.1` | `1.10.2` |\n| [github.com/gobuffalo/packd](https://github.com/gobuffalo/packd) | `1.0.1` | `1.0.2` |\n| [github.com/joho/godotenv](https://github.com/joho/godotenv) | `1.4.0` | `1.5.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/nxadm/tail](https://github.com/nxadm/tail) | `1.4.8` | `1.4.11` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0-rc5` | `1.1.1` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.19.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.6.0` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n\nBumps the all-deps group with 48 updates in the /integration/go_chaincode directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.2` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.3` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.29` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.1` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.2` | `1.14.2` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd) | `22.5.0` | `22.6.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/dgraph-io/badger/v3](https://github.com/dgraph-io/badger) | `3.2103.2` | `3.2103.5` |\n| [github.com/elastic/gosigar](https://github.com/elastic/gosigar) | `0.14.2` | `0.14.3` |\n| [github.com/flynn/noise](https://github.com/flynn/noise) | `1.0.0` | `1.1.0` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.11` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.7.0` | `1.7.6` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.16.0` | `2.27.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.0` |\n| [github.com/huin/goupnp](https://github.com/huin/goupnp) | `1.2.0` | `1.3.0` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/boxo](https://github.com/ipfs/boxo) | `0.8.0-rc1` | `0.35.2` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/ugorji/go](https://github.com/ugorji/go) | `1.1.4` | `1.2.14` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.40.0` |\n| [github.com/ugorji/go/codec](https://github.com/ugorji/go) | `1.3.0` | `1.3.1` |\n\nBumps the all-deps group with 26 updates in the /samples/application/ccapi directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.11.1` |\n| [golang.org/x/tools](https://github.com/golang/tools) | `0.14.0` | `0.38.0` |\n| google.golang.org/protobuf | `1.34.2` | `1.36.10` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.6` | `0.22.1` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.2` | `0.21.3` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.19.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.2` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.5` | `1.0.10` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.6` | `1.14.2` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.11` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.4.0` | `1.7.6` |\n| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.59.0` | `1.76.0` |\n| [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.8.12` | `1.16.6` |\n| [github.com/swaggo/gin-swagger](https://github.com/swaggo/gin-swagger) | `1.6.0` | `1.6.1` |\n| [golang.org/x/sync](https://github.com/golang/sync) | `0.17.0` | `0.18.0` |\n\nBumps the all-deps group with 52 updates in the /samples/demos/irb directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.2` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.3` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.29` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0` | `1.1.1` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.1` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.0` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/go-cid](https://github.com/ipfs/go-cid) | `0.4.1` | `0.6.0` |\n| [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.7` | `2.3.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) | `0.11.0` | `0.16.1` |\n| [github.com/multiformats/go-multicodec](https://github.com/multiformats/go-multicodec) | `0.9.0` | `0.10.0` |\n| [github.com/multiformats/go-multistream](https://github.com/multiformats/go-multistream) | `0.4.1` | `0.6.1` |\n| [lukechampine.com/blake3](https://github.com/lukechampine/blake3) | `1.2.1` | `1.4.1` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.40.0` |\n| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.28.0` | `0.40.0` |\n| [code.cloudfoundry.org/clock](https://github.com/cloudfoundry/clock) | `1.1.0` | `1.53.0` |\n| [github.com/VictoriaMetrics/fastcache](https://github.com/VictoriaMetrics/fastcache) | `1.12.1` | `1.13.2` |\n| [github.com/go-ole/go-ole](https://github.com/go-ole/go-ole) | `1.2.6` | `1.3.0` |\n| [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.12` | `0.3.15` |\n| [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.6` | `3.6.5` |\n| [go.etcd.io/etcd/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.5` |\n| [go.etcd.io/etcd/raft/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.5.24` |\n| [go.etcd.io/etcd/server/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.5` |\n\nBumps the all-deps group with 26 updates in the /samples/deployment/fabric-smart-client/the-simple-testing-network directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.2` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.29` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.1` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.36.0` | `1.38.0` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.40.0` |\n\n\nUpdates `github.com/golang/protobuf` from 1.5.3 to 1.5.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/protobuf/releases\"\u003egithub.com/golang/protobuf's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.5.4\u003c/h2\u003e\n\u003cp\u003eNotable changes\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eupdate descriptor.proto to latest version\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/75de7c059e36b64f01d0dd234ff2fff404ec3374\"\u003e\u003ccode\u003e75de7c0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang/protobuf/issues/1597\"\u003e#1597\u003c/a\u003e from golang/updatedesc\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/b7697bb698b1c56643249ef6179c7cae1478881d\"\u003e\u003ccode\u003eb7697bb\u003c/code\u003e\u003c/a\u003e all: update descriptor.proto to latest version\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/protobuf/compare/v1.5.3...v1.5.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/maxbrunsfeld/counterfeiter/v6` from 6.6.1 to 6.12.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases\"\u003egithub.com/maxbrunsfeld/counterfeiter/v6's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.12.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.37.0 to 1.38.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/333\"\u003emaxbrunsfeld/counterfeiter#333\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.38.0 to 1.38.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/338\"\u003emaxbrunsfeld/counterfeiter#338\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: support for custom type constraints in generic interfaces by \u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.2\u003c/h2\u003e\n\u003cp\u003eRevert changes from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases/tag/v6.11.1\"\u003e\u003ccode\u003ev6.11.1\u003c/code\u003e\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.1\u003c/h2\u003e\n\u003cp\u003eRestore compatibility for \u003ccode\u003ego\u003c/code\u003e \u003ccode\u003e1.22\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.34.2 to 1.35.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/303\"\u003emaxbrunsfeld/counterfeiter#303\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.0 to 1.35.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/304\"\u003emaxbrunsfeld/counterfeiter#304\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.19.0 to 0.20.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/305\"\u003emaxbrunsfeld/counterfeiter#305\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.26.0 to 0.27.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/306\"\u003emaxbrunsfeld/counterfeiter#306\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.1 to 1.36.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/307\"\u003emaxbrunsfeld/counterfeiter#307\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.20.0 to 0.21.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/308\"\u003emaxbrunsfeld/counterfeiter#308\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.27.0 to 0.28.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/309\"\u003emaxbrunsfeld/counterfeiter#309\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.36.0 to 1.36.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/310\"\u003emaxbrunsfeld/counterfeiter#310\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ehandle interfaces with generics by \u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.10.0...v6.11.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.10.0...v6.11.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.34.1 to 1.34.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/296\"\u003emaxbrunsfeld/counterfeiter#296\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.18.0 to 0.19.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/299\"\u003emaxbrunsfeld/counterfeiter#299\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.25.0 to 0.26.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/300\"\u003emaxbrunsfeld/counterfeiter#300\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eissue \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/298\"\u003e#298\u003c/a\u003e - go 1.23 go/types alias change by \u003ca href=\"https://github.com/xanderflood\"\u003e\u003ccode\u003e@​xanderflood\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/301\"\u003emaxbrunsfeld/counterfeiter#301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/xanderflood\"\u003e\u003ccode\u003e@​xanderflood\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/301\"\u003emaxbrunsfeld/counterfeiter#301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.9.0...v6.10.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.9.0...v6.10.0\u003c/a\u003e\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/1787e7d29dd879b458fdf4df04fd7825f206ef3d\"\u003e\u003ccode\u003e1787e7d\u003c/code\u003e\u003c/a\u003e fix incorrect use of fmt.Errorf (use errors.New)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/d0d179107c4f9eb60fa55a6ba3616aafcb2dc9f3\"\u003e\u003ccode\u003ed0d1791\u003c/code\u003e\u003c/a\u003e ⬆️ dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/b365b339524a88e6d4f20c5ed05761533909ce1c\"\u003e\u003ccode\u003eb365b33\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/334\"\u003e#334\u003c/a\u003e from mahboubii/fix/generic-interface-type-constraint\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/df5c1686e416edff9a82fdd84f1c30124f60ab74\"\u003e\u003ccode\u003edf5c168\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/338\"\u003e#338\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/github.com/on...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/93d20fecbcae6fcd0fd095f348ef67908125873a\"\u003e\u003ccode\u003e93d20fe\u003c/code\u003e\u003c/a\u003e Bump github.com/onsi/gomega from 1.38.0 to 1.38.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/b8c00d116d3343b732cc9c9f9a9e4e0eea5915b8\"\u003e\u003ccode\u003eb8c00d1\u003c/code\u003e\u003c/a\u003e test union constraint type\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/7daa3608f4f7bae19c7cd09616f743e12479c0ab\"\u003e\u003ccode\u003e7daa360\u003c/code\u003e\u003c/a\u003e fix: support for custom type constraints in generic interfaces\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/eeb5bb36f242dd28beea0ccbed57ea10f2fa2604\"\u003e\u003ccode\u003eeeb5bb3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/333\"\u003e#333\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/github.com/on...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/8cc0e52a7656a3523ad6b74af0c58794b3ad6c0f\"\u003e\u003ccode\u003e8cc0e52\u003c/code\u003e\u003c/a\u003e Bump github.com/onsi/gomega from 1.37.0 to 1.38.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/386d8831d95d053807d08b1620e0347c186f7673\"\u003e\u003ccode\u003e386d883\u003c/code\u003e\u003c/a\u003e avoid locking method-specific mutexes in Invocations() to avoid deadlock\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.6.1...v6.12.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/ginkgo/v2` from 2.11.0 to 2.25.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/releases\"\u003egithub.com/onsi/ginkgo/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.27.2\u003c/h2\u003e\n\u003ch2\u003e2.27.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003einline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix syntax errors and typo [a99c6e0]\u003c/li\u003e\n\u003cli\u003eFix paragraph position error [f993df5]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.27.1\u003c/h2\u003e\n\u003ch2\u003e2.27.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix Ginkgo Reporter slice-bounds panic [606c1cb]\u003c/li\u003e\n\u003cli\u003eBug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.27.0\u003c/h2\u003e\n\u003ch2\u003e2.27.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003ch4\u003eTransforming Nodes during Tree Construction\u003c/h4\u003e\n\u003cp\u003eThis release adds support for \u003ccode\u003eNodeArgsTransformer\u003c/code\u003es that can be registered with \u003ccode\u003eAddTreeConstructionNodeArgsTransformer\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003eThese are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators.  This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-transforming-node-arguments-during-tree-construction\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch4\u003eSpec Prioritization\u003c/h4\u003e\n\u003cp\u003eA new \u003ccode\u003eSpecPriority(int)\u003c/code\u003e decorator has been added.  Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#prioritizing-specs\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump rexml from 3.4.0 to 3.4.2 in /docs (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1595\"\u003e#1595\u003c/a\u003e) [1333dae]\u003c/li\u003e\n\u003cli\u003eBump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1600\"\u003e#1600\u003c/a\u003e) [17ae63e]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.26.0\u003c/h2\u003e\n\u003ch2\u003e2.26.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cp\u003eGinkgo can now generate json-formatted reports that are compatible with the \u003ccode\u003ego test\u003c/code\u003e json format.  Use \u003ccode\u003eginkgo --gojson-report=report.go.json\u003c/code\u003e.  This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.\u003c/p\u003e\n\u003ch2\u003ev2.25.3\u003c/h2\u003e\n\u003ch2\u003e2.25.3\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/ginkgo/v2's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e2.27.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003einline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix syntax errors and typo [a99c6e0]\u003c/li\u003e\n\u003cli\u003eFix paragraph position error [f993df5]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.27.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix Ginkgo Reporter slice-bounds panic [606c1cb]\u003c/li\u003e\n\u003cli\u003eBug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.27.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003ch4\u003eTransforming Nodes during Tree Construction\u003c/h4\u003e\n\u003cp\u003eThis release adds support for \u003ccode\u003eNodeArgsTransformer\u003c/code\u003es that can be registered with \u003ccode\u003eAddTreeConstructionNodeArgsTransformer\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003eThese are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators.  This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-transforming-node-arguments-during-tree-construction\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch4\u003eSpec Prioritization\u003c/h4\u003e\n\u003cp\u003eA new \u003ccode\u003eSpecPriority(int)\u003c/code\u003e decorator has been added.  Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#prioritizing-specs\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump rexml from 3.4.0 to 3.4.2 in /docs (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1595\"\u003e#1595\u003c/a\u003e) [1333dae]\u003c/li\u003e\n\u003cli\u003eBump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1600\"\u003e#1600\u003c/a\u003e) [17ae63e]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.26.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cp\u003eGinkgo can now generate json-formatted reports that are compatible with the \u003ccode\u003ego test\u003c/code\u003e json format.  Use \u003ccode\u003eginkgo --gojson-report=report.go.json\u003c/code\u003e.  This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.\u003c/p\u003e\n\u003ch2\u003e2.25.3\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eemit --github-output group only for progress report itself [f01aed1]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.25.2\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/9a84c21394777734df8062ca2e0552a1471ceca2\"\u003e\u003ccode\u003e9a84c21\u003c/code\u003e\u003c/a\u003e v2.27.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a69113ac15dcb6cd6aefc9ef238734ea386eddc8\"\u003e\u003ccode\u003ea69113a\u003c/code\u003e\u003c/a\u003e inline automaxprocs to simplify dependencies; this will be removed when Go 1....\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a99c6e0d2488aee07ba3f803c0cfc2cae2db4644\"\u003e\u003ccode\u003ea99c6e0\u003c/code\u003e\u003c/a\u003e Fix syntax errors and typo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/f993df54a607161bcad7f4c6f89b761c45ce143b\"\u003e\u003ccode\u003ef993df5\u003c/code\u003e\u003c/a\u003e Fix paragraph position error\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/56cb393ed76ad0173cd784705c929eca4cf5fb21\"\u003e\u003ccode\u003e56cb393\u003c/code\u003e\u003c/a\u003e v2.27.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/2ce3f13a149a8cbc5659da9b1720570d9210d33f\"\u003e\u003ccode\u003e2ce3f13\u003c/code\u003e\u003c/a\u003e reporters: add enhanced bounds checking in emitTimeline to prevent slice panic\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/acf208aed39d9f91b6e60e97cfc450c3e8616ea5\"\u003e\u003ccode\u003eacf208a\u003c/code\u003e\u003c/a\u003e Adding check for malformed date\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/51090a8c3b54e644b552b70bc95b9dedbbe27779\"\u003e\u003ccode\u003e51090a8\u003c/code\u003e\u003c/a\u003e Updating after docs run\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/606c1cb29be1b5e06c502e022559fb59e34d1629\"\u003e\u003ccode\u003e606c1cb\u003c/code\u003e\u003c/a\u003e Fix Ginkgo Reporter slice-bounds panic\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a6463b352073e4bcc3b9553a3a73ff8ccaec7d3a\"\u003e\u003ccode\u003ea6463b3\u003c/code\u003e\u003c/a\u003e Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output()\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/ginkgo/compare/v2.11.0...v2.27.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/gomega` from 1.27.8 to 1.38.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/releases\"\u003egithub.com/onsi/gomega's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.38.2\u003c/h2\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.38.1\u003c/h2\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003ev1.38.0\u003c/h2\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.37.0\u003c/h2\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.36.3\u003c/h2\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/gomega's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003cli\u003eBump rexml from 3.2.6 to 3.3.9 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/788\"\u003e#788\u003c/a\u003e) [c8b4a07]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/812\"\u003e#812\u003c/a\u003e) [06431b9]\u003c/li\u003e\n\u003cli\u003eBump webrick from 1.8.1 to 1.9.1 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/800\"\u003e#800\u003c/a\u003e) [b55a92d]\u003c/li\u003e\n\u003cli\u003eFix typos (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/813\"\u003e#813\u003c/a\u003e) [a1d518b]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/79b8a75a10e36ee598344c040317f5ab1c907f53\"\u003e\u003ccode\u003e79b8a75\u003c/code\u003e\u003c/a\u003e v1.38.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c404969c07179a8533d5daa283cd6307add66620\"\u003e\u003ccode\u003ec404969\u003c/code\u003e\u003c/a\u003e roll back to go 1.23.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c36e89a7efeca141bf40c3e582c7332d293dd354\"\u003e\u003ccode\u003ec36e89a\u003c/code\u003e\u003c/a\u003e v1.38.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/92eaa578900a4a5fb79d85140d7d59e9f5f22ec7\"\u003e\u003ccode\u003e92eaa57\u003c/code\u003e\u003c/a\u003e go mod tidy\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/b9ed3cdd8077cef2652a340810a2bd526c2d87a3\"\u003e\u003ccode\u003eb9ed3cd\u003c/code\u003e\u003c/a\u003e deprecate CompileTest*\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/2a5bf77d2311a6dc9fa800cd1b687b64dad9dda0\"\u003e\u003ccode\u003e2a5bf77\u003c/code\u003e\u003c/a\u003e fix invalid fmt.Errorf\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/3e9e385d31dcda216ae1d56341bb33111b6f8644\"\u003e\u003ccode\u003e3e9e385\u003c/code\u003e\u003c/a\u003e bump ginkgo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/7f37abe202e2050947bc608c69172cea36414311\"\u003e\u003ccode\u003e7f37abe\u003c/code\u003e\u003c/a\u003e Replace \u003ccode\u003egopkg.in/yaml.v3\u003c/code\u003e with \u003ccode\u003ego.yaml.in/yaml/v3\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/69e47619891ecbd0375d07dce33eb558dd14fde3\"\u003e\u003ccode\u003e69e4761\u003c/code\u003e\u003c/a\u003e fix(async_assertion): use correct error in errors.As\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/95737c099edca4f2e7cd47ddcff68c9af8c87258\"\u003e\u003ccode\u003e95737c0\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/net from 0.41.0 to 0.43.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/856\"\u003e#856\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/gomega/compare/v1.27.8...v1.38.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/spf13/cobra` from 1.7.0 to 1.10.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/spf13/cobra/releases\"\u003egithub.com/spf13/cobra's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.10.1\u003c/h2\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003echore: upgrade pflags v1.0.9 by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2305\"\u003espf13/cobra#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003ev1.0.9 of pflags brought back \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e and marked it as deprecated\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\"\u003ehttps://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003e🚨 Attention!\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump pflag to 1.0.8 by \u003ca href=\"https://github.com/tomasaschan\"\u003e\u003ccode\u003e@​tomasaschan\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eThis version of \u003ccode\u003epflag\u003c/code\u003e carried a breaking change: it renamed \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e to \u003ccode\u003eParseErrorsAllowlist\u003c/code\u003e which can break builds if both \u003ccode\u003epflag\u003c/code\u003e and \u003ccode\u003ecobra\u003c/code\u003e are dependencies in your project.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eIf you use both \u003ccode\u003epflag and \u003c/code\u003ecobra\u003ccode\u003e, upgrade \u003c/code\u003epflag\u003ccode\u003eto 1.0.8 and\u003c/code\u003ecobra\u003ccode\u003eto\u003c/code\u003e1.10.0`\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e\u003cem\u003eor\u003c/em\u003e\u003c/strong\u003e use the newer, fixed version of \u003ccode\u003epflag\u003c/code\u003e v1.0.9 which keeps the deprecated \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eMore details can be found here: \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303#issuecomment-3242333515\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/p\u003e\n\u003ch3\u003e✨ Features\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFlow context to command in SetHelpFunc by \u003ca href=\"https://github.com/Frassle\"\u003e\u003ccode\u003e@​Frassle\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2241\"\u003espf13/cobra#2241\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eThe default ShellCompDirective can be customized for a command and its subcommands by \u003ca href=\"https://github.com/albers\"\u003e\u003ccode\u003e@​albers\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2238\"\u003espf13/cobra#2238\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade golangci-lint to v2, address findings by \u003ca href=\"https://github.com/scop\"\u003e\u003ccode\u003e@​scop\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2279\"\u003espf13/cobra#2279\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e🪠 Testing\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eTest with Go 1.24 by \u003ca href=\"https://github.com/harryzcy\"\u003e\u003ccode\u003e@​harryzcy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2236\"\u003espf13/cobra#2236\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: Rm GitHub Action PR size labeler by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2256\"\u003espf13/cobra#2256\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e📝 Docs\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eRemove traling curlybrace by \u003ca href=\"https://github.com/yedayak\"\u003e\u003ccode\u003e@​yedayak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2237\"\u003espf13/cobra#2237\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate command.go by \u003ca href=\"https://github.com/styee\"\u003e\u003ccode\u003e@​styee\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2248\"\u003espf13/cobra#2248\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: Add security policy by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2253\"\u003espf13/cobra#2253\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate Readme (Warp) by \u003ca href=\"https://github.com/ericdachen\"\u003e\u003ccode\u003e@​ericdachen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2267\"\u003espf13/cobra#2267\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Periscope to the list of projects using Cobra by \u003ca href=\"https://github.com/anishathalye\"\u003e\u003ccode\u003e@​anishathalye\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2299\"\u003espf13/cobra#2299\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/harryzcy\"\u003e\u003ccode\u003e@​harryzcy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2236\"\u003espf13/cobra#2236\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yedayak\"\u003e\u003ccode\u003e@​yedayak\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2237\"\u003espf13/cobra#2237\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Frassle\"\u003e\u003ccode\u003e@​Frassle\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2241\"\u003espf13/cobra#2241\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/7da941c3547e93b8c9f70bbd3befca79c6335388\"\u003e\u003ccode\u003e7da941c\u003c/code\u003e\u003c/a\u003e chore: Bump pflag to v1.0.9 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2305\"\u003e#2305\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/51d675196729be769ce235b710ab7058b3aad03a\"\u003e\u003ccode\u003e51d6751\u003c/code\u003e\u003c/a\u003e Bump pflag to 1.0.8 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2303\"\u003e#2303\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/3f3b81882534a51628f3286e93c6842d9b2e29ea\"\u003e\u003ccode\u003e3f3b818\u003c/code\u003e\u003c/a\u003e Update README.md with new logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/dcaf42e2633496bf97d5476d7419071e5c48f40a\"\u003e\u003ccode\u003edcaf42e\u003c/code\u003e\u003c/a\u003e Add Periscope to the list of projects using Cobra (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2299\"\u003e#2299\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/6dec1ae26659a130bdb4c985768d1853b0e1bc06\"\u003e\u003ccode\u003e6dec1ae\u003c/code\u003e\u003c/a\u003e The default ShellCompDirective can be customized for a command and its subcom...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/c8289c10302063b9a2e26357e7e0f0bb599f29ce\"\u003e\u003ccode\u003ec8289c1\u003c/code\u003e\u003c/a\u003e chore(golangci-lint): add some exclusion presets\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/4af7b64d31989e78e86d65304f693a6d9c77c932\"\u003e\u003ccode\u003e4af7b64\u003c/code\u003e\u003c/a\u003e refactor: apply golangci-lint autofixes, work around false positives\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/75790e48fb73c8ba027e0163157a86ce8604ca3e\"\u003e\u003ccode\u003e75790e4\u003c/code\u003e\u003c/a\u003e chore(golangci-lint): upgrade to v2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/db3ddb5cf4968b320ea21f6ee5c2d2202a2e7b22\"\u003e\u003ccode\u003edb3ddb5\u003c/code\u003e\u003c/a\u003e Adding sponsorship to README.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/67171d6909986ee86fb946f808b87aba88ee417a\"\u003e\u003ccode\u003e67171d6\u003c/code\u003e\u003c/a\u003e putting sponsorship below header\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/spf13/cobra/compare/v1.7.0...v1.10.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/stretchr/testify` from 1.8.4 to 1.11.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/stretchr/testify/releases\"\u003egithub.com/stretchr/testify's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.1\u003c/h2\u003e\n\u003cp\u003eThis release fixes \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1785\"\u003e#1785\u003c/a\u003e introduced in v1.11.0 where expected argument values implementing the stringer interface (\u003ccode\u003eString() string\u003c/code\u003e) with a method which mutates their value, when passed to mock.Mock.On (\u003ccode\u003em.On(\u0026quot;Method\u0026quot;, \u0026lt;expected\u0026gt;).Return()\u003c/code\u003e) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBackport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11: mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1788\"\u003estretchr/testify#1788\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\"\u003ehttps://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eFunctional Changes\u003c/h3\u003e\n\u003cp\u003ev1.11.0 Includes a number of performance improvements.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eCall stack perf change for CallerInfo by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1614\"\u003estretchr/testify#1614\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eLazily render mock diff output on successful match by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1615\"\u003estretchr/testify#1615\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check early in Eventually, EventuallyWithT, and Never by \u003ca href=\"https://github.com/cszczepaniak\"\u003e\u003ccode\u003e@​cszczepaniak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1427\"\u003estretchr/testify#1427\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: add IsNotType by \u003ca href=\"https://github.com/bartventer\"\u003e\u003ccode\u003e@​bartventer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1730\"\u003estretchr/testify#1730\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.JSONEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1754\"\u003estretchr/testify#1754\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.YAMLEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1755\"\u003estretchr/testify#1755\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: faster and simpler isEmpty using reflect.Value.IsZero by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1761\"\u003estretchr/testify#1761\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: faster methods filtering (internal refactor) by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1758\"\u003estretchr/testify#1758\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eassert.ErrorAs: log target type by \u003ca href=\"https://github.com/craig65535\"\u003e\u003ccode\u003e@​craig65535\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1345\"\u003estretchr/testify#1345\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix failure message formatting for Positive and Negative asserts in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1062\"\u003estretchr/testify#1062\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorIs message when error is nil but an error was expected by \u003ca href=\"https://github.com/tsioftas\"\u003e\u003ccode\u003e@​tsioftas\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1681\"\u003estretchr/testify#1681\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix Subset/NotSubset when calling with mixed input types by \u003ca href=\"https://github.com/siliconbrain\"\u003e\u003ccode\u003e@​siliconbrain\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1729\"\u003estretchr/testify#1729\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorAs failure message when error is nil by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1734\"\u003estretchr/testify#1734\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock.AssertNumberOfCalls: improve error msg by \u003ca href=\"https://github.com/3scalation\"\u003e\u003ccode\u003e@​3scalation\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1743\"\u003estretchr/testify#1743\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDocumentation, Build \u0026amp; CI\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003edocs: Fix typo in README by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1688\"\u003estretchr/testify#1688\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eReplace deprecated io/ioutil with io and os by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1684\"\u003estretchr/testify#1684\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocument consequences of calling t.FailNow() by \u003ca href=\"https://github.com/greg0ire\"\u003e\u003ccode\u003e@​greg0ire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1710\"\u003estretchr/testify#1710\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update docs for Unset \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1621\"\u003e#1621\u003c/a\u003e by \u003ca href=\"https://github.com/techfg\"\u003e\u003ccode\u003e@​techfg\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1709\"\u003estretchr/testify#1709\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eREADME: apply gofmt to examples by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1687\"\u003estretchr/testify#1687\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: use %q and %T to simplify fmt.Sprintf by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1674\"\u003estretchr/testify#1674\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePropose Christophe Colombier (ccoVeille) as approver by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1716\"\u003estretchr/testify#1716\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate documentation for the Error function in assert or require package by \u003ca href=\"https://github.com/architagr\"\u003e\u003ccode\u003e@​architagr\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1675\"\u003estretchr/testify#1675\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: remove deprecated build constraints by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1671\"\u003estretchr/testify#1671\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: apply gofumpt to internal test suite by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1739\"\u003estretchr/testify#1739\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: fix shebang in .ci.*.sh scripts by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1746\"\u003estretchr/testify#1746\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert,require: enable parallel testing on (almost) all top tests by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1747\"\u003estretchr/testify#1747\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite.Passed: add one more status test report by \u003ca href=\"https://github.com/Ararsa-Derese\"\u003e\u003ccode\u003e@​Ararsa-Derese\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1706\"\u003estretchr/testify#1706\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Helper() method in internal mocks and assert.CollectT by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1423\"\u003estretchr/testify#1423\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.Same/NotSame: improve usage of Sprintf by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1742\"\u003estretchr/testify#1742\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock: enable parallel testing on internal testsuite by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1756\"\u003estretchr/testify#1756\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: cleanup use of 'testing' internals at runtime by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1751\"\u003estretchr/testify#1751\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check test failure message for Empty and NotEmpty  by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1745\"\u003estretchr/testify#1745\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/2a57335dc9cd6833daa820bc94d9b40c26a7917d\"\u003e\u003ccode\u003e2a57335\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1788\"\u003e#1788\u003c/a\u003e from brackendawson/1785-backport-1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/af8c91234f184009f57ef29027b39ca89cb00100\"\u003e\u003ccode\u003eaf8c912\u003c/code\u003e\u003c/a\u003e Backport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/b7801fbf5cd58d201296d5d0e132d1849966dbd4\"\u003e\u003ccode\u003eb7801fb\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1778\"\u003e#1778\u003c/a\u003e from stretchr/dependabot/github_actions/actions/chec...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/69831f3b08c40d56a09d0be93e9d5ae034f1590b\"\u003e\u003ccode\u003e69831f3\u003c/code\u003e\u003c/a\u003e build(deps): bump actions/checkout from 4 to 5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/a53be35c3b0cfcd5189cffcfd75df60ea581104c\"\u003e\u003ccode\u003ea53be35\u003c/code\u003e\u003c/a\u003e Improve captureTestingT helper\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/aafb604176db7e1f2c9810bc90d644291d057687\"\u003e\u003ccode\u003eaafb604\u003c/code\u003e\u003c/a\u003e mock: improve formatting of error message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7218e0390acd2aea3edb18574110ec2753c0aeef\"\u003e\u003ccode\u003e7218e03\u003c/code\u003e\u003c/a\u003e improve error msg\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/929a2126c2702df436312656a0304580b526c6e9\"\u003e\u003ccode\u003e929a212\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1758\"\u003e#1758\u003c/a\u003e from stretchr/dolmen/suite-faster-method-filtering\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/bc7459ec38128532ff32f23cfab4ea0b725210f2\"\u003e\u003ccode\u003ebc7459e\u003c/code\u003e\u003c/a\u003e suite: faster filtering of methods (-testify.m)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7d37b5c962954410bcd7a71ff3a77c79514056d1\"\u003e\u003ccode\u003e7d37b5c\u003c/code\u003e\u003c/a\u003e suite: refactor methodFilter\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/stretchr/testify/compare/v1.8.4...v1.11.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/sync` from 0.5.0 to 0.17.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/1966f539bbd7664efd5bb7462ae94d9db67f4502\"\u003e\u003ccode\u003e1966f53\u003c/code\u003e\u003c/a\u003e errgroup: fix some typos in comment\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/sync/compare/v0.17.0...v0.18.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/tools` from 0.14.0 to 0.36.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/tools/releases\"\u003egolang.org/x/tools's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003egopls/v0.20.0\u003c/h2\u003e\n\u003cp\u003eSee \u003ca href=\"https://go.dev/gopls/release/v0.20.0\"\u003ehttps://go.dev/gopls/release/v0.20.0\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eChanges: \u003ca href=\"https://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\"\u003ehttps://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\u003c/a\u003e\nContributors: \u003ca href=\"https://github.com/adonovan\"\u003e\u003ccode\u003e@​adonovan\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/cuishuang\"\u003e\u003ccode\u003e@​cuishuang\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/dmitshur\"\u003e\u003ccode\u003e@​dmitshur\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/findleyr\"\u003e\u003ccode\u003e@​findleyr\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/gopherbot\"\u003e\u003ccode\u003e@​gopherbot\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/hyangah\"\u003e\u003ccode\u003e@​hyangah\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/iharsuvorau\"\u003e\u003ccode\u003e@​iharsuvorau\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/jba\"\u003e\u003ccode\u003e@​jba\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/lfolger\"\u003e\u003ccode\u003e@​lfolger\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/pjweinbgo\"\u003e\u003ccode\u003e@​pjweinbgo\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/rogeryk\"\u003e\u003ccode\u003e@​rogeryk\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/timothy-king\"\u003e\u003ccode\u003e@​timothy-king\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/vitalmotif\"\u003e\u003ccode\u003e@​vitalmotif\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/zpavlinovic\"\u003e\u003ccode\u003e@​zpavlinovic\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.1\u003c/h2\u003e\n\u003cp\u003eThis patch release changes the default value of the \u003ccode\u003eimportsSource\u003c/code\u003e setting: v0.19.0 changed it from \u003ccode\u003egoimports\u003c/code\u003e to \u003ccode\u003egopls\u003c/code\u003e; this release changes it back, due to a bug (\u003ca href=\"https://redirect.github.com/golang/tools/issues/74280\"\u003e#74280\u003c/a\u003e).\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.0\u003c/h2\u003e\n\u003cp\u003eComplete list of issues closed: \u003ca href=\"https://github.com/golang/go/milestone/380?closed=1\"\u003egopls/v0.19.0 milestone\u003c/a\u003e\u003c/p\u003e\n\u003ch1\u003eConfiguration Changes\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eThe \u003ccode\u003egopls check\u003c/code\u003e subcommand now accepts a \u003ccode\u003e-severity\u003c/code\u003e flag to set a minimum severity for the diagnostics it reports. By default, the minimum severity is \u0026quot;warning\u0026quot;, so \u003ccode\u003egopls check\u003c/code\u003e may report fewer diagnostics than before. Set \u003ccode\u003e-severity=hint\u003c/code\u003e to reproduce the previous behavior.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eNavigation features\u003c/h1\u003e\n\u003ch2\u003e\u0026quot;Implementations\u0026quot; supports signature types (within same package)\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003cp\u003eThe Implementations query reports the correspondence between abstract and concrete types and their methods based on their method sets. Now, it also reports the correspondence between function types, dynamic function calls, and function definitions, based on their signatures.\u003c/p\u003e\n\u003cp\u003eTo use it, invoke an Implementations query on the \u003ccode\u003efunc\u003c/code\u003e token of the definition of a named function, named method, or function literal. Gopls reports the set of function signature types that abstract this function, and the set of dynamic calls through values of such types.\u003c/p\u003e\n\u003cp\u003eConversely, an Implementations query on the \u003ccode\u003efunc\u003c/code\u003e token of a signature type, or on the \u003ccode\u003e(\u003c/code\u003e paren of a dynamic function call, reports the set of concrete functions that the signature abstracts or that the call dispatches to.\u003c/p\u003e\n\u003cp\u003eSince a type may be both a function type and a named type with methods (for example, \u003ccode\u003ehttp.HandlerFunc\u003c/code\u003e), it may participate in both kinds of Implements queries (method-sets and function signatures). Queries using method-sets should be invoked on the type or method name, and queries using signatures should be invoked on a \u003ccode\u003efunc\u003c/code\u003e or \u003ccode\u003e(\u003c/code\u003e token.\u003c/p\u003e\n\u003cp\u003eOnly the local (same-package) algorithm is currently supported. (\u003ca href=\"https://go.dev/issue/56572\"\u003ehttps://go.dev/issue/56572\u003c/a\u003e tracks the global algorithm.)\u003c/p\u003e\n\u003ch2\u003e\u0026quot;Go to Implementation\u0026quot; reports interface-to-interface relations\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003cp\u003eThe \u0026quot;Go to Implementation\u0026quot; operation now reports relationships between interfaces. Gopls now uses the concreteness of the query type to determine whether a query is \u0026quot;downwards\u0026quot; (from an interface to the types that implement it) or \u0026quot;upwards\u0026quot; (from a concrete type to the interfaces to which it may be assigned). So, for example:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ccode\u003eimplementation(io.Reader)\u003c/code\u003e subinterfaces such as \u003ccode\u003eio.ReadCloser\u003c/code\u003e, and concrete implementations such as \u003ccode\u003e*os.File\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ccode\u003eimplementation(os.File)\u003c/code\u003e includes only interfaces, such as \u003ccode\u003eio.Reader\u003c/code\u003e and \u003ccode\u003eio.ReadCloser\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eTo request an \u0026quot;upwards\u0026quot; query starting from an interface, for example to find the superinterfaces of \u003ccode\u003eio.ReadCloser\u003c/code\u003e, use the Type Hierarchy feature described below. (See \u003ca href=\"https://redirect.github.com/microsoft/language-server-protocol/issues/2037\"\u003emicrosoft/language-server-protocol#2037\u003c/a\u003e.)\u003c/p\u003e\n\u003ch2\u003eSupport for Type Hierarchy\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003cp\u003eGopls now implemen...\n\n_Description has been truncated_","html_url":"https://github.com/hyperledger/fabric-private-chaincode/pull/876","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledger%2Ffabric-private-chaincode/issues/876","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/876/packages"}},{"old_version":"1.8.7","new_version":"1.8.10","update_type":"patch","path":null,"pr_created_at":"2025-11-10T16:43:09.000Z","version_change":"1.8.7 → 1.8.10","issue":{"uuid":"3608843155","node_id":"PR_kwDOP5WOp86yk2NO","number":9,"state":"open","title":"Bump the all-deps group across 5 directories with 169 updates","user":"dependabot[bot]","labels":["dependencies","go"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-11-10T16:43:09.000Z","updated_at":"2025-11-17T16:02:40.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"all-deps","update_count":169,"packages":[{"name":"github.com/golang/protobuf","old_version":"1.5.3","new_version":"1.5.4","repository_url":"https://github.com/golang/protobuf"},{"name":"github.com/maxbrunsfeld/counterfeiter/v6","old_version":"6.6.1","new_version":"6.12.0","repository_url":"https://github.com/maxbrunsfeld/counterfeiter"},{"name":"github.com/spf13/cobra","old_version":"1.7.0","new_version":"1.10.1","repository_url":"https://github.com/spf13/cobra"},{"name":"github.com/stretchr/testify","old_version":"1.8.4","new_version":"1.11.1","repository_url":"https://github.com/stretchr/testify"},{"name":"honnef.co/go/tools","old_version":"0.4.3","new_version":"0.6.1","repository_url":"https://github.com/dominikh/go-tools"},{"name":"github.com/Microsoft/go-winio","old_version":"0.6.1","new_version":"0.6.2","repository_url":"https://github.com/Microsoft/go-winio"},{"name":"github.com/bits-and-blooms/bitset","old_version":"1.7.0","new_version":"1.24.3","repository_url":"https://github.com/bits-and-blooms/bitset"},{"name":"github.com/cespare/xxhash/v2","old_version":"2.2.0","new_version":"2.3.0","repository_url":"https://github.com/cespare/xxhash"},{"name":"github.com/cloudflare/cfssl","old_version":"1.4.1","new_version":"1.6.5","repository_url":"https://github.com/cloudflare/cfssl"},{"name":"github.com/consensys/bavard","old_version":"0.1.13","new_version":"0.2.1","repository_url":"https://github.com/consensys/bavard"},{"name":"github.com/consensys/gnark-crypto","old_version":"0.12.1","new_version":"0.19.2","repository_url":"https://github.com/consensys/gnark-crypto"},{"name":"github.com/docker/go-connections","old_version":"0.5.0","new_version":"0.6.0","repository_url":"https://github.com/docker/go-connections"},{"name":"github.com/fsnotify/fsnotify","old_version":"1.6.0","new_version":"1.9.0","repository_url":"https://github.com/fsnotify/fsnotify"},{"name":"github.com/fsouza/go-dockerclient","old_version":"1.10.0","new_version":"1.12.2","repository_url":"https://github.com/fsouza/go-dockerclient"},{"name":"github.com/go-kit/kit","old_version":"0.10.0","new_version":"0.13.0","repository_url":"https://github.com/go-kit/kit"},{"name":"github.com/go-logfmt/logfmt","old_version":"0.5.1","new_version":"0.6.1","repository_url":"https://github.com/go-logfmt/logfmt"},{"name":"github.com/go-openapi/jsonpointer","old_version":"0.19.5","new_version":"0.22.1","repository_url":"https://github.com/go-openapi/jsonpointer"},{"name":"github.com/go-openapi/jsonreference","old_version":"0.20.0","new_version":"0.21.3","repository_url":"https://github.com/go-openapi/jsonreference"},{"name":"github.com/go-openapi/spec","old_version":"0.20.8","new_version":"0.22.1","repository_url":"https://github.com/go-openapi/spec"},{"name":"github.com/gobuffalo/envy","old_version":"1.10.1","new_version":"1.10.2","repository_url":"https://github.com/gobuffalo/envy"},{"name":"github.com/gobuffalo/packd","old_version":"1.0.1","new_version":"1.0.2","repository_url":"https://github.com/gobuffalo/packd"},{"name":"github.com/joho/godotenv","old_version":"1.4.0","new_version":"1.5.1","repository_url":"https://github.com/joho/godotenv"},{"name":"github.com/magiconair/properties","old_version":"1.8.7","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"},{"name":"github.com/moby/term","old_version":"0.5.0","new_version":"0.5.2","repository_url":"https://github.com/moby/term"},{"name":"github.com/nxadm/tail","old_version":"1.4.8","new_version":"1.4.11","repository_url":"https://github.com/nxadm/tail"},{"name":"github.com/opencontainers/image-spec","old_version":"1.1.0-rc5","new_version":"1.1.1","repository_url":"https://github.com/opencontainers/image-spec"},{"name":"github.com/prometheus/client_model","old_version":"0.5.0","new_version":"0.6.2","repository_url":"https://github.com/prometheus/client_model"},{"name":"github.com/prometheus/procfs","old_version":"0.12.0","new_version":"0.19.2","repository_url":"https://github.com/prometheus/procfs"},{"name":"github.com/spf13/afero","old_version":"1.6.0","new_version":"1.15.0","repository_url":"https://github.com/spf13/afero"},{"name":"github.com/spf13/cast","old_version":"1.4.1","new_version":"1.10.0","repository_url":"https://github.com/spf13/cast"},{"name":"github.com/spf13/viper","old_version":"1.10.1","new_version":"1.21.0","repository_url":"https://github.com/spf13/viper"}],"path":null,"ecosystem":"go"},"body":"Bumps the all-deps group with 31 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/maxbrunsfeld/counterfeiter/v6](https://github.com/maxbrunsfeld/counterfeiter) | `6.6.1` | `6.12.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [honnef.co/go/tools](https://github.com/dominikh/go-tools) | `0.4.3` | `0.6.1` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.3` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.5` | `0.22.1` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.0` | `0.21.3` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.1` |\n| [github.com/gobuffalo/envy](https://github.com/gobuffalo/envy) | `1.10.1` | `1.10.2` |\n| [github.com/gobuffalo/packd](https://github.com/gobuffalo/packd) | `1.0.1` | `1.0.2` |\n| [github.com/joho/godotenv](https://github.com/joho/godotenv) | `1.4.0` | `1.5.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/nxadm/tail](https://github.com/nxadm/tail) | `1.4.8` | `1.4.11` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0-rc5` | `1.1.1` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.19.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.6.0` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n\nBumps the all-deps group with 48 updates in the /integration/go_chaincode directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.2` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.3` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.29` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.1` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.2` | `1.14.2` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd) | `22.5.0` | `22.6.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/dgraph-io/badger/v3](https://github.com/dgraph-io/badger) | `3.2103.2` | `3.2103.5` |\n| [github.com/elastic/gosigar](https://github.com/elastic/gosigar) | `0.14.2` | `0.14.3` |\n| [github.com/flynn/noise](https://github.com/flynn/noise) | `1.0.0` | `1.1.0` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.11` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.7.0` | `1.7.6` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.16.0` | `2.27.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.0` |\n| [github.com/huin/goupnp](https://github.com/huin/goupnp) | `1.2.0` | `1.3.0` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/boxo](https://github.com/ipfs/boxo) | `0.8.0-rc1` | `0.35.2` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/ugorji/go](https://github.com/ugorji/go) | `1.1.4` | `1.2.14` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.40.0` |\n| [github.com/ugorji/go/codec](https://github.com/ugorji/go) | `1.3.0` | `1.3.1` |\n\nBumps the all-deps group with 26 updates in the /samples/application/ccapi directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.11.1` |\n| [golang.org/x/tools](https://github.com/golang/tools) | `0.14.0` | `0.38.0` |\n| google.golang.org/protobuf | `1.34.2` | `1.36.10` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.6` | `0.22.1` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.2` | `0.21.3` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.19.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.2` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.5` | `1.0.10` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.6` | `1.14.2` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.11` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.4.0` | `1.7.6` |\n| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.59.0` | `1.76.0` |\n| [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.8.12` | `1.16.6` |\n| [github.com/swaggo/gin-swagger](https://github.com/swaggo/gin-swagger) | `1.6.0` | `1.6.1` |\n| [golang.org/x/sync](https://github.com/golang/sync) | `0.17.0` | `0.18.0` |\n\nBumps the all-deps group with 52 updates in the /samples/demos/irb directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.2` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.3` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.29` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0` | `1.1.1` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.1` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.0` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/go-cid](https://github.com/ipfs/go-cid) | `0.4.1` | `0.6.0` |\n| [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.7` | `2.3.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) | `0.11.0` | `0.16.1` |\n| [github.com/multiformats/go-multicodec](https://github.com/multiformats/go-multicodec) | `0.9.0` | `0.10.0` |\n| [github.com/multiformats/go-multistream](https://github.com/multiformats/go-multistream) | `0.4.1` | `0.6.1` |\n| [lukechampine.com/blake3](https://github.com/lukechampine/blake3) | `1.2.1` | `1.4.1` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.40.0` |\n| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.28.0` | `0.40.0` |\n| [code.cloudfoundry.org/clock](https://github.com/cloudfoundry/clock) | `1.1.0` | `1.53.0` |\n| [github.com/VictoriaMetrics/fastcache](https://github.com/VictoriaMetrics/fastcache) | `1.12.1` | `1.13.2` |\n| [github.com/go-ole/go-ole](https://github.com/go-ole/go-ole) | `1.2.6` | `1.3.0` |\n| [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.12` | `0.3.15` |\n| [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.6` | `3.6.5` |\n| [go.etcd.io/etcd/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.5` |\n| [go.etcd.io/etcd/raft/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.5.24` |\n| [go.etcd.io/etcd/server/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.5` |\n\nBumps the all-deps group with 26 updates in the /samples/deployment/fabric-smart-client/the-simple-testing-network directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.2` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.29` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.1` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.36.0` | `1.38.0` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.40.0` |\n\n\nUpdates `github.com/golang/protobuf` from 1.5.3 to 1.5.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/protobuf/releases\"\u003egithub.com/golang/protobuf's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.5.4\u003c/h2\u003e\n\u003cp\u003eNotable changes\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eupdate descriptor.proto to latest version\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/75de7c059e36b64f01d0dd234ff2fff404ec3374\"\u003e\u003ccode\u003e75de7c0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang/protobuf/issues/1597\"\u003e#1597\u003c/a\u003e from golang/updatedesc\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/b7697bb698b1c56643249ef6179c7cae1478881d\"\u003e\u003ccode\u003eb7697bb\u003c/code\u003e\u003c/a\u003e all: update descriptor.proto to latest version\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/protobuf/compare/v1.5.3...v1.5.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/maxbrunsfeld/counterfeiter/v6` from 6.6.1 to 6.12.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases\"\u003egithub.com/maxbrunsfeld/counterfeiter/v6's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.12.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.37.0 to 1.38.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/333\"\u003emaxbrunsfeld/counterfeiter#333\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.38.0 to 1.38.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/338\"\u003emaxbrunsfeld/counterfeiter#338\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: support for custom type constraints in generic interfaces by \u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.2\u003c/h2\u003e\n\u003cp\u003eRevert changes from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases/tag/v6.11.1\"\u003e\u003ccode\u003ev6.11.1\u003c/code\u003e\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.1\u003c/h2\u003e\n\u003cp\u003eRestore compatibility for \u003ccode\u003ego\u003c/code\u003e \u003ccode\u003e1.22\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.34.2 to 1.35.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/303\"\u003emaxbrunsfeld/counterfeiter#303\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.0 to 1.35.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/304\"\u003emaxbrunsfeld/counterfeiter#304\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.19.0 to 0.20.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/305\"\u003emaxbrunsfeld/counterfeiter#305\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.26.0 to 0.27.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/306\"\u003emaxbrunsfeld/counterfeiter#306\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.1 to 1.36.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/307\"\u003emaxbrunsfeld/counterfeiter#307\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.20.0 to 0.21.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/308\"\u003emaxbrunsfeld/counterfeiter#308\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.27.0 to 0.28.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/309\"\u003emaxbrunsfeld/counterfeiter#309\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.36.0 to 1.36.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/310\"\u003emaxbrunsfeld/counterfeiter#310\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ehandle interfaces with generics by \u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.10.0...v6.11.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.10.0...v6.11.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.34.1 to 1.34.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/296\"\u003emaxbrunsfeld/counterfeiter#296\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.18.0 to 0.19.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/299\"\u003emaxbrunsfeld/counterfeiter#299\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.25.0 to 0.26.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/300\"\u003emaxbrunsfeld/counterfeiter#300\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eissue \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/298\"\u003e#298\u003c/a\u003e - go 1.23 go/types alias change by \u003ca href=\"https://github.com/xanderflood\"\u003e\u003ccode\u003e@​xanderflood\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/301\"\u003emaxbrunsfeld/counterfeiter#301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/xanderflood\"\u003e\u003ccode\u003e@​xanderflood\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/301\"\u003emaxbrunsfeld/counterfeiter#301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.9.0...v6.10.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.9.0...v6.10.0\u003c/a\u003e\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/1787e7d29dd879b458fdf4df04fd7825f206ef3d\"\u003e\u003ccode\u003e1787e7d\u003c/code\u003e\u003c/a\u003e fix incorrect use of fmt.Errorf (use errors.New)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/d0d179107c4f9eb60fa55a6ba3616aafcb2dc9f3\"\u003e\u003ccode\u003ed0d1791\u003c/code\u003e\u003c/a\u003e ⬆️ dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/b365b339524a88e6d4f20c5ed05761533909ce1c\"\u003e\u003ccode\u003eb365b33\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/334\"\u003e#334\u003c/a\u003e from mahboubii/fix/generic-interface-type-constraint\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/df5c1686e416edff9a82fdd84f1c30124f60ab74\"\u003e\u003ccode\u003edf5c168\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/338\"\u003e#338\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/github.com/on...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/93d20fecbcae6fcd0fd095f348ef67908125873a\"\u003e\u003ccode\u003e93d20fe\u003c/code\u003e\u003c/a\u003e Bump github.com/onsi/gomega from 1.38.0 to 1.38.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/b8c00d116d3343b732cc9c9f9a9e4e0eea5915b8\"\u003e\u003ccode\u003eb8c00d1\u003c/code\u003e\u003c/a\u003e test union constraint type\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/7daa3608f4f7bae19c7cd09616f743e12479c0ab\"\u003e\u003ccode\u003e7daa360\u003c/code\u003e\u003c/a\u003e fix: support for custom type constraints in generic interfaces\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/eeb5bb36f242dd28beea0ccbed57ea10f2fa2604\"\u003e\u003ccode\u003eeeb5bb3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/333\"\u003e#333\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/github.com/on...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/8cc0e52a7656a3523ad6b74af0c58794b3ad6c0f\"\u003e\u003ccode\u003e8cc0e52\u003c/code\u003e\u003c/a\u003e Bump github.com/onsi/gomega from 1.37.0 to 1.38.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/386d8831d95d053807d08b1620e0347c186f7673\"\u003e\u003ccode\u003e386d883\u003c/code\u003e\u003c/a\u003e avoid locking method-specific mutexes in Invocations() to avoid deadlock\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.6.1...v6.12.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/ginkgo/v2` from 2.11.0 to 2.25.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/releases\"\u003egithub.com/onsi/ginkgo/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.27.2\u003c/h2\u003e\n\u003ch2\u003e2.27.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003einline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix syntax errors and typo [a99c6e0]\u003c/li\u003e\n\u003cli\u003eFix paragraph position error [f993df5]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.27.1\u003c/h2\u003e\n\u003ch2\u003e2.27.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix Ginkgo Reporter slice-bounds panic [606c1cb]\u003c/li\u003e\n\u003cli\u003eBug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.27.0\u003c/h2\u003e\n\u003ch2\u003e2.27.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003ch4\u003eTransforming Nodes during Tree Construction\u003c/h4\u003e\n\u003cp\u003eThis release adds support for \u003ccode\u003eNodeArgsTransformer\u003c/code\u003es that can be registered with \u003ccode\u003eAddTreeConstructionNodeArgsTransformer\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003eThese are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators.  This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-transforming-node-arguments-during-tree-construction\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch4\u003eSpec Prioritization\u003c/h4\u003e\n\u003cp\u003eA new \u003ccode\u003eSpecPriority(int)\u003c/code\u003e decorator has been added.  Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#prioritizing-specs\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump rexml from 3.4.0 to 3.4.2 in /docs (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1595\"\u003e#1595\u003c/a\u003e) [1333dae]\u003c/li\u003e\n\u003cli\u003eBump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1600\"\u003e#1600\u003c/a\u003e) [17ae63e]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.26.0\u003c/h2\u003e\n\u003ch2\u003e2.26.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cp\u003eGinkgo can now generate json-formatted reports that are compatible with the \u003ccode\u003ego test\u003c/code\u003e json format.  Use \u003ccode\u003eginkgo --gojson-report=report.go.json\u003c/code\u003e.  This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.\u003c/p\u003e\n\u003ch2\u003ev2.25.3\u003c/h2\u003e\n\u003ch2\u003e2.25.3\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/ginkgo/v2's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e2.27.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003einline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix syntax errors and typo [a99c6e0]\u003c/li\u003e\n\u003cli\u003eFix paragraph position error [f993df5]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.27.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix Ginkgo Reporter slice-bounds panic [606c1cb]\u003c/li\u003e\n\u003cli\u003eBug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.27.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003ch4\u003eTransforming Nodes during Tree Construction\u003c/h4\u003e\n\u003cp\u003eThis release adds support for \u003ccode\u003eNodeArgsTransformer\u003c/code\u003es that can be registered with \u003ccode\u003eAddTreeConstructionNodeArgsTransformer\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003eThese are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators.  This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-transforming-node-arguments-during-tree-construction\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch4\u003eSpec Prioritization\u003c/h4\u003e\n\u003cp\u003eA new \u003ccode\u003eSpecPriority(int)\u003c/code\u003e decorator has been added.  Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#prioritizing-specs\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump rexml from 3.4.0 to 3.4.2 in /docs (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1595\"\u003e#1595\u003c/a\u003e) [1333dae]\u003c/li\u003e\n\u003cli\u003eBump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1600\"\u003e#1600\u003c/a\u003e) [17ae63e]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.26.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cp\u003eGinkgo can now generate json-formatted reports that are compatible with the \u003ccode\u003ego test\u003c/code\u003e json format.  Use \u003ccode\u003eginkgo --gojson-report=report.go.json\u003c/code\u003e.  This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.\u003c/p\u003e\n\u003ch2\u003e2.25.3\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eemit --github-output group only for progress report itself [f01aed1]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.25.2\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/9a84c21394777734df8062ca2e0552a1471ceca2\"\u003e\u003ccode\u003e9a84c21\u003c/code\u003e\u003c/a\u003e v2.27.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a69113ac15dcb6cd6aefc9ef238734ea386eddc8\"\u003e\u003ccode\u003ea69113a\u003c/code\u003e\u003c/a\u003e inline automaxprocs to simplify dependencies; this will be removed when Go 1....\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a99c6e0d2488aee07ba3f803c0cfc2cae2db4644\"\u003e\u003ccode\u003ea99c6e0\u003c/code\u003e\u003c/a\u003e Fix syntax errors and typo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/f993df54a607161bcad7f4c6f89b761c45ce143b\"\u003e\u003ccode\u003ef993df5\u003c/code\u003e\u003c/a\u003e Fix paragraph position error\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/56cb393ed76ad0173cd784705c929eca4cf5fb21\"\u003e\u003ccode\u003e56cb393\u003c/code\u003e\u003c/a\u003e v2.27.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/2ce3f13a149a8cbc5659da9b1720570d9210d33f\"\u003e\u003ccode\u003e2ce3f13\u003c/code\u003e\u003c/a\u003e reporters: add enhanced bounds checking in emitTimeline to prevent slice panic\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/acf208aed39d9f91b6e60e97cfc450c3e8616ea5\"\u003e\u003ccode\u003eacf208a\u003c/code\u003e\u003c/a\u003e Adding check for malformed date\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/51090a8c3b54e644b552b70bc95b9dedbbe27779\"\u003e\u003ccode\u003e51090a8\u003c/code\u003e\u003c/a\u003e Updating after docs run\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/606c1cb29be1b5e06c502e022559fb59e34d1629\"\u003e\u003ccode\u003e606c1cb\u003c/code\u003e\u003c/a\u003e Fix Ginkgo Reporter slice-bounds panic\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a6463b352073e4bcc3b9553a3a73ff8ccaec7d3a\"\u003e\u003ccode\u003ea6463b3\u003c/code\u003e\u003c/a\u003e Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output()\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/ginkgo/compare/v2.11.0...v2.27.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/gomega` from 1.27.8 to 1.38.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/releases\"\u003egithub.com/onsi/gomega's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.38.2\u003c/h2\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.38.1\u003c/h2\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003ev1.38.0\u003c/h2\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.37.0\u003c/h2\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.36.3\u003c/h2\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/gomega's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003cli\u003eBump rexml from 3.2.6 to 3.3.9 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/788\"\u003e#788\u003c/a\u003e) [c8b4a07]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/812\"\u003e#812\u003c/a\u003e) [06431b9]\u003c/li\u003e\n\u003cli\u003eBump webrick from 1.8.1 to 1.9.1 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/800\"\u003e#800\u003c/a\u003e) [b55a92d]\u003c/li\u003e\n\u003cli\u003eFix typos (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/813\"\u003e#813\u003c/a\u003e) [a1d518b]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/79b8a75a10e36ee598344c040317f5ab1c907f53\"\u003e\u003ccode\u003e79b8a75\u003c/code\u003e\u003c/a\u003e v1.38.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c404969c07179a8533d5daa283cd6307add66620\"\u003e\u003ccode\u003ec404969\u003c/code\u003e\u003c/a\u003e roll back to go 1.23.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c36e89a7efeca141bf40c3e582c7332d293dd354\"\u003e\u003ccode\u003ec36e89a\u003c/code\u003e\u003c/a\u003e v1.38.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/92eaa578900a4a5fb79d85140d7d59e9f5f22ec7\"\u003e\u003ccode\u003e92eaa57\u003c/code\u003e\u003c/a\u003e go mod tidy\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/b9ed3cdd8077cef2652a340810a2bd526c2d87a3\"\u003e\u003ccode\u003eb9ed3cd\u003c/code\u003e\u003c/a\u003e deprecate CompileTest*\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/2a5bf77d2311a6dc9fa800cd1b687b64dad9dda0\"\u003e\u003ccode\u003e2a5bf77\u003c/code\u003e\u003c/a\u003e fix invalid fmt.Errorf\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/3e9e385d31dcda216ae1d56341bb33111b6f8644\"\u003e\u003ccode\u003e3e9e385\u003c/code\u003e\u003c/a\u003e bump ginkgo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/7f37abe202e2050947bc608c69172cea36414311\"\u003e\u003ccode\u003e7f37abe\u003c/code\u003e\u003c/a\u003e Replace \u003ccode\u003egopkg.in/yaml.v3\u003c/code\u003e with \u003ccode\u003ego.yaml.in/yaml/v3\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/69e47619891ecbd0375d07dce33eb558dd14fde3\"\u003e\u003ccode\u003e69e4761\u003c/code\u003e\u003c/a\u003e fix(async_assertion): use correct error in errors.As\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/95737c099edca4f2e7cd47ddcff68c9af8c87258\"\u003e\u003ccode\u003e95737c0\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/net from 0.41.0 to 0.43.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/856\"\u003e#856\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/gomega/compare/v1.27.8...v1.38.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/spf13/cobra` from 1.7.0 to 1.10.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/spf13/cobra/releases\"\u003egithub.com/spf13/cobra's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.10.1\u003c/h2\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003echore: upgrade pflags v1.0.9 by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2305\"\u003espf13/cobra#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003ev1.0.9 of pflags brought back \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e and marked it as deprecated\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\"\u003ehttps://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003e🚨 Attention!\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump pflag to 1.0.8 by \u003ca href=\"https://github.com/tomasaschan\"\u003e\u003ccode\u003e@​tomasaschan\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eThis version of \u003ccode\u003epflag\u003c/code\u003e carried a breaking change: it renamed \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e to \u003ccode\u003eParseErrorsAllowlist\u003c/code\u003e which can break builds if both \u003ccode\u003epflag\u003c/code\u003e and \u003ccode\u003ecobra\u003c/code\u003e are dependencies in your project.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eIf you use both \u003ccode\u003epflag and \u003c/code\u003ecobra\u003ccode\u003e, upgrade \u003c/code\u003epflag\u003ccode\u003eto 1.0.8 and\u003c/code\u003ecobra\u003ccode\u003eto\u003c/code\u003e1.10.0`\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e\u003cem\u003eor\u003c/em\u003e\u003c/strong\u003e use the newer, fixed version of \u003ccode\u003epflag\u003c/code\u003e v1.0.9 which keeps the deprecated \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eMore details can be found here: \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303#issuecomment-3242333515\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/p\u003e\n\u003ch3\u003e✨ Features\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFlow context to command in SetHelpFunc by \u003ca href=\"https://github.com/Frassle\"\u003e\u003ccode\u003e@​Frassle\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2241\"\u003espf13/cobra#2241\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eThe default ShellCompDirective can be customized for a command and its subcommands by \u003ca href=\"https://github.com/albers\"\u003e\u003ccode\u003e@​albers\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2238\"\u003espf13/cobra#2238\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade golangci-lint to v2, address findings by \u003ca href=\"https://github.com/scop\"\u003e\u003ccode\u003e@​scop\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2279\"\u003espf13/cobra#2279\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e🪠 Testing\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eTest with Go 1.24 by \u003ca href=\"https://github.com/harryzcy\"\u003e\u003ccode\u003e@​harryzcy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2236\"\u003espf13/cobra#2236\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: Rm GitHub Action PR size labeler by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2256\"\u003espf13/cobra#2256\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e📝 Docs\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eRemove traling curlybrace by \u003ca href=\"https://github.com/yedayak\"\u003e\u003ccode\u003e@​yedayak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2237\"\u003espf13/cobra#2237\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate command.go by \u003ca href=\"https://github.com/styee\"\u003e\u003ccode\u003e@​styee\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2248\"\u003espf13/cobra#2248\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: Add security policy by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2253\"\u003espf13/cobra#2253\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate Readme (Warp) by \u003ca href=\"https://github.com/ericdachen\"\u003e\u003ccode\u003e@​ericdachen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2267\"\u003espf13/cobra#2267\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Periscope to the list of projects using Cobra by \u003ca href=\"https://github.com/anishathalye\"\u003e\u003ccode\u003e@​anishathalye\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2299\"\u003espf13/cobra#2299\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/harryzcy\"\u003e\u003ccode\u003e@​harryzcy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2236\"\u003espf13/cobra#2236\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yedayak\"\u003e\u003ccode\u003e@​yedayak\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2237\"\u003espf13/cobra#2237\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Frassle\"\u003e\u003ccode\u003e@​Frassle\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2241\"\u003espf13/cobra#2241\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/7da941c3547e93b8c9f70bbd3befca79c6335388\"\u003e\u003ccode\u003e7da941c\u003c/code\u003e\u003c/a\u003e chore: Bump pflag to v1.0.9 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2305\"\u003e#2305\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/51d675196729be769ce235b710ab7058b3aad03a\"\u003e\u003ccode\u003e51d6751\u003c/code\u003e\u003c/a\u003e Bump pflag to 1.0.8 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2303\"\u003e#2303\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/3f3b81882534a51628f3286e93c6842d9b2e29ea\"\u003e\u003ccode\u003e3f3b818\u003c/code\u003e\u003c/a\u003e Update README.md with new logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/dcaf42e2633496bf97d5476d7419071e5c48f40a\"\u003e\u003ccode\u003edcaf42e\u003c/code\u003e\u003c/a\u003e Add Periscope to the list of projects using Cobra (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2299\"\u003e#2299\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/6dec1ae26659a130bdb4c985768d1853b0e1bc06\"\u003e\u003ccode\u003e6dec1ae\u003c/code\u003e\u003c/a\u003e The default ShellCompDirective can be customized for a command and its subcom...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/c8289c10302063b9a2e26357e7e0f0bb599f29ce\"\u003e\u003ccode\u003ec8289c1\u003c/code\u003e\u003c/a\u003e chore(golangci-lint): add some exclusion presets\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/4af7b64d31989e78e86d65304f693a6d9c77c932\"\u003e\u003ccode\u003e4af7b64\u003c/code\u003e\u003c/a\u003e refactor: apply golangci-lint autofixes, work around false positives\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/75790e48fb73c8ba027e0163157a86ce8604ca3e\"\u003e\u003ccode\u003e75790e4\u003c/code\u003e\u003c/a\u003e chore(golangci-lint): upgrade to v2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/db3ddb5cf4968b320ea21f6ee5c2d2202a2e7b22\"\u003e\u003ccode\u003edb3ddb5\u003c/code\u003e\u003c/a\u003e Adding sponsorship to README.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/67171d6909986ee86fb946f808b87aba88ee417a\"\u003e\u003ccode\u003e67171d6\u003c/code\u003e\u003c/a\u003e putting sponsorship below header\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/spf13/cobra/compare/v1.7.0...v1.10.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/stretchr/testify` from 1.8.4 to 1.11.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/stretchr/testify/releases\"\u003egithub.com/stretchr/testify's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.1\u003c/h2\u003e\n\u003cp\u003eThis release fixes \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1785\"\u003e#1785\u003c/a\u003e introduced in v1.11.0 where expected argument values implementing the stringer interface (\u003ccode\u003eString() string\u003c/code\u003e) with a method which mutates their value, when passed to mock.Mock.On (\u003ccode\u003em.On(\u0026quot;Method\u0026quot;, \u0026lt;expected\u0026gt;).Return()\u003c/code\u003e) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBackport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11: mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1788\"\u003estretchr/testify#1788\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\"\u003ehttps://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eFunctional Changes\u003c/h3\u003e\n\u003cp\u003ev1.11.0 Includes a number of performance improvements.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eCall stack perf change for CallerInfo by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1614\"\u003estretchr/testify#1614\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eLazily render mock diff output on successful match by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1615\"\u003estretchr/testify#1615\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check early in Eventually, EventuallyWithT, and Never by \u003ca href=\"https://github.com/cszczepaniak\"\u003e\u003ccode\u003e@​cszczepaniak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1427\"\u003estretchr/testify#1427\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: add IsNotType by \u003ca href=\"https://github.com/bartventer\"\u003e\u003ccode\u003e@​bartventer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1730\"\u003estretchr/testify#1730\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.JSONEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1754\"\u003estretchr/testify#1754\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.YAMLEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1755\"\u003estretchr/testify#1755\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: faster and simpler isEmpty using reflect.Value.IsZero by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1761\"\u003estretchr/testify#1761\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: faster methods filtering (internal refactor) by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1758\"\u003estretchr/testify#1758\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eassert.ErrorAs: log target type by \u003ca href=\"https://github.com/craig65535\"\u003e\u003ccode\u003e@​craig65535\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1345\"\u003estretchr/testify#1345\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix failure message formatting for Positive and Negative asserts in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1062\"\u003estretchr/testify#1062\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorIs message when error is nil but an error was expected by \u003ca href=\"https://github.com/tsioftas\"\u003e\u003ccode\u003e@​tsioftas\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1681\"\u003estretchr/testify#1681\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix Subset/NotSubset when calling with mixed input types by \u003ca href=\"https://github.com/siliconbrain\"\u003e\u003ccode\u003e@​siliconbrain\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1729\"\u003estretchr/testify#1729\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorAs failure message when error is nil by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1734\"\u003estretchr/testify#1734\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock.AssertNumberOfCalls: improve error msg by \u003ca href=\"https://github.com/3scalation\"\u003e\u003ccode\u003e@​3scalation\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1743\"\u003estretchr/testify#1743\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDocumentation, Build \u0026amp; CI\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003edocs: Fix typo in README by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1688\"\u003estretchr/testify#1688\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eReplace deprecated io/ioutil with io and os by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1684\"\u003estretchr/testify#1684\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocument consequences of calling t.FailNow() by \u003ca href=\"https://github.com/greg0ire\"\u003e\u003ccode\u003e@​greg0ire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1710\"\u003estretchr/testify#1710\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update docs for Unset \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1621\"\u003e#1621\u003c/a\u003e by \u003ca href=\"https://github.com/techfg\"\u003e\u003ccode\u003e@​techfg\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1709\"\u003estretchr/testify#1709\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eREADME: apply gofmt to examples by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1687\"\u003estretchr/testify#1687\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: use %q and %T to simplify fmt.Sprintf by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1674\"\u003estretchr/testify#1674\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePropose Christophe Colombier (ccoVeille) as approver by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1716\"\u003estretchr/testify#1716\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate documentation for the Error function in assert or require package by \u003ca href=\"https://github.com/architagr\"\u003e\u003ccode\u003e@​architagr\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1675\"\u003estretchr/testify#1675\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: remove deprecated build constraints by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1671\"\u003estretchr/testify#1671\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: apply gofumpt to internal test suite by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1739\"\u003estretchr/testify#1739\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: fix shebang in .ci.*.sh scripts by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1746\"\u003estretchr/testify#1746\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert,require: enable parallel testing on (almost) all top tests by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1747\"\u003estretchr/testify#1747\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite.Passed: add one more status test report by \u003ca href=\"https://github.com/Ararsa-Derese\"\u003e\u003ccode\u003e@​Ararsa-Derese\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1706\"\u003estretchr/testify#1706\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Helper() method in internal mocks and assert.CollectT by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1423\"\u003estretchr/testify#1423\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.Same/NotSame: improve usage of Sprintf by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1742\"\u003estretchr/testify#1742\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock: enable parallel testing on internal testsuite by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1756\"\u003estretchr/testify#1756\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: cleanup use of 'testing' internals at runtime by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1751\"\u003estretchr/testify#1751\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check test failure message for Empty and NotEmpty  by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1745\"\u003estretchr/testify#1745\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/2a57335dc9cd6833daa820bc94d9b40c26a7917d\"\u003e\u003ccode\u003e2a57335\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1788\"\u003e#1788\u003c/a\u003e from brackendawson/1785-backport-1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/af8c91234f184009f57ef29027b39ca89cb00100\"\u003e\u003ccode\u003eaf8c912\u003c/code\u003e\u003c/a\u003e Backport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/b7801fbf5cd58d201296d5d0e132d1849966dbd4\"\u003e\u003ccode\u003eb7801fb\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1778\"\u003e#1778\u003c/a\u003e from stretchr/dependabot/github_actions/actions/chec...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/69831f3b08c40d56a09d0be93e9d5ae034f1590b\"\u003e\u003ccode\u003e69831f3\u003c/code\u003e\u003c/a\u003e build(deps): bump actions/checkout from 4 to 5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/a53be35c3b0cfcd5189cffcfd75df60ea581104c\"\u003e\u003ccode\u003ea53be35\u003c/code\u003e\u003c/a\u003e Improve captureTestingT helper\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/aafb604176db7e1f2c9810bc90d644291d057687\"\u003e\u003ccode\u003eaafb604\u003c/code\u003e\u003c/a\u003e mock: improve formatting of error message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7218e0390acd2aea3edb18574110ec2753c0aeef\"\u003e\u003ccode\u003e7218e03\u003c/code\u003e\u003c/a\u003e improve error msg\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/929a2126c2702df436312656a0304580b526c6e9\"\u003e\u003ccode\u003e929a212\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1758\"\u003e#1758\u003c/a\u003e from stretchr/dolmen/suite-faster-method-filtering\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/bc7459ec38128532ff32f23cfab4ea0b725210f2\"\u003e\u003ccode\u003ebc7459e\u003c/code\u003e\u003c/a\u003e suite: faster filtering of methods (-testify.m)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7d37b5c962954410bcd7a71ff3a77c79514056d1\"\u003e\u003ccode\u003e7d37b5c\u003c/code\u003e\u003c/a\u003e suite: refactor methodFilter\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/stretchr/testify/compare/v1.8.4...v1.11.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/sync` from 0.5.0 to 0.17.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/1966f539bbd7664efd5bb7462ae94d9db67f4502\"\u003e\u003ccode\u003e1966f53\u003c/code\u003e\u003c/a\u003e errgroup: fix some typos in comment\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/sync/compare/v0.17.0...v0.18.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/tools` from 0.14.0 to 0.36.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/tools/releases\"\u003egolang.org/x/tools's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003egopls/v0.20.0\u003c/h2\u003e\n\u003cp\u003eSee \u003ca href=\"https://go.dev/gopls/release/v0.20.0\"\u003ehttps://go.dev/gopls/release/v0.20.0\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eChanges: \u003ca href=\"https://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\"\u003ehttps://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\u003c/a\u003e\nContributors: \u003ca href=\"https://github.com/adonovan\"\u003e\u003ccode\u003e@​adonovan\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/cuishuang\"\u003e\u003ccode\u003e@​cuishuang\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/dmitshur\"\u003e\u003ccode\u003e@​dmitshur\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/findleyr\"\u003e\u003ccode\u003e@​findleyr\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/gopherbot\"\u003e\u003ccode\u003e@​gopherbot\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/hyangah\"\u003e\u003ccode\u003e@​hyangah\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/iharsuvorau\"\u003e\u003ccode\u003e@​iharsuvorau\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/jba\"\u003e\u003ccode\u003e@​jba\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/lfolger\"\u003e\u003ccode\u003e@​lfolger\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/pjweinbgo\"\u003e\u003ccode\u003e@​pjweinbgo\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/rogeryk\"\u003e\u003ccode\u003e@​rogeryk\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/timothy-king\"\u003e\u003ccode\u003e@​timothy-king\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/vitalmotif\"\u003e\u003ccode\u003e@​vitalmotif\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/zpavlinovic\"\u003e\u003ccode\u003e@​zpavlinovic\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.1\u003c/h2\u003e\n\u003cp\u003eThis patch release changes the default value of the \u003ccode\u003eimportsSource\u003c/code\u003e setting: v0.19.0 changed it from \u003ccode\u003egoimports\u003c/code\u003e to \u003ccode\u003egopls\u003c/code\u003e; this release changes it back, due to a bug (\u003ca href=\"https://redirect.github.com/golang/tools/issues/74280\"\u003e#74280\u003c/a\u003e).\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.0\u003c/h2\u003e\n\u003cp\u003eComplete list of issues closed: \u003ca href=\"https://github.com/golang/go/milestone/380?closed=1\"\u003egopls/v0.19.0 milestone\u003c/a\u003e\u003c/p\u003e\n\u003ch1\u003eConfiguration Changes\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eThe \u003ccode\u003egopls check\u003c/code\u003e subcommand now accepts a \u003ccode\u003e-severity\u003c/code\u003e flag to set a minimum severity for the diagnostics it reports. By default, the minimum severity is \u0026quot;warning\u0026quot;, so \u003ccode\u003egopls check\u003c/code\u003e may report fewer diagnostics than before. Set \u003ccode\u003e-severity=hint\u003c/code\u003e to reproduce the previous behavior.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eNavigation features\u003c/h1\u003e\n\u003ch2\u003e\u0026quot;Implementations\u0026quot; supports signature types (within same package)\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003cp\u003eThe Implementations query reports the correspondence between abstract and concrete types and their methods based on their method sets. Now, it also reports the correspondence between function types, dynamic function calls, and function definitions, based on their signatures.\u003c/p\u003e\n\u003cp\u003eTo use it, invoke an Implementations query on the \u003ccode\u003efunc\u003c/code\u003e token of the definition of a named function, named method, or function literal. Gopls reports the set of function signature types that abstract this function, and the set of dynamic calls through values of such types.\u003c/p\u003e\n\u003cp\u003eConversely, an Implementations query on the \u003ccode\u003efunc\u003c/code\u003e token of a signature type, or on the \u003ccode\u003e(\u003c/code\u003e paren of a dynamic function call, reports the set of concrete functions that the signature abstracts or that the call dispatches to.\u003c/p\u003e\n\u003cp\u003eSince a type may be both a function type and a named type with methods (for example, \u003ccode\u003ehttp.HandlerFunc\u003c/code\u003e), it may participate in both kinds of Implements queries (method-sets and function signatures). Queries using method-sets should be invoked on the type or method name, and queries using signatures should be invoked on a \u003ccode\u003efunc\u003c/code\u003e or \u003ccode\u003e(\u003c/code\u003e token.\u003c/p\u003e\n\u003cp\u003eOnly the local (same-package) algorithm is currently supported. (\u003ca href=\"https://go.dev/issue/56572\"\u003ehttps://go.dev/issue/56572\u003c/a\u003e tracks the global algorithm.)\u003c/p\u003e\n\u003ch2\u003e\u0026quot;Go to Implementation\u0026quot; reports interface-to-interface relations\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003cp\u003eThe \u0026quot;Go to Implementation\u0026quot; operation now reports relationships between interfaces. Gopls now uses the concreteness of the query type to determine whether a query is \u0026quot;downwards\u0026quot; (from an interface to the types that implement it) or \u0026quot;upwards\u0026quot; (from a concrete type to the interfaces to which it may be assigned). So, for example:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ccode\u003eimplementation(io.Reader)\u003c/code\u003e subinterfaces such as \u003ccode\u003eio.ReadCloser\u003c/code\u003e, and concrete implementations such as \u003ccode\u003e*os.File\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ccode\u003eimplementation(os.File)\u003c/code\u003e includes only interfaces, such as \u003ccode\u003eio.Reader\u003c/code\u003e and \u003ccode\u003eio.ReadCloser\u003c/code\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eTo request an \u0026quot;upwards\u0026quot; query starting from an interface, for example to find the superinterfaces of \u003ccode\u003eio.ReadCloser\u003c/code\u003e, use the Type Hierarchy feature described below. (See \u003ca href=\"https://redirect.github.com/microsoft/language-server-protocol/issues/2037\"\u003emicrosoft/language-server-protocol#2037\u003c/a\u003e.)\u003c/p\u003e\n\u003ch2\u003eSupport for Type Hierarchy\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003cp\u003eGopls now implemen...\n\n_Description has been truncated_","html_url":"https://github.com/radiant-coder580pz/fabric-private-chaincode/pull/9","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/radiant-coder580pz%2Ffabric-private-chaincode/issues/9","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/9/packages"}},{"old_version":"1.8.7","new_version":"1.8.10","update_type":"patch","path":null,"pr_created_at":"2025-11-03T21:14:47.000Z","version_change":"1.8.7 → 1.8.10","issue":{"uuid":"3583781497","node_id":"PR_kwDOCLjqFs6xRwsi","number":843,"state":"closed","title":"Bump the all-deps group across 5 directories with 169 updates","user":"dependabot[bot]","labels":["dependencies","go"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-11-10T20:53:25.000Z","author_association":null,"state_reason":null,"created_at":"2025-11-03T21:14:47.000Z","updated_at":"2025-11-10T20:53:27.000Z","time_to_close":603518,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"all-deps","update_count":169,"packages":[{"name":"github.com/golang/protobuf","old_version":"1.5.3","new_version":"1.5.4","repository_url":"https://github.com/golang/protobuf"},{"name":"github.com/maxbrunsfeld/counterfeiter/v6","old_version":"6.6.1","new_version":"6.12.0","repository_url":"https://github.com/maxbrunsfeld/counterfeiter"},{"name":"github.com/spf13/cobra","old_version":"1.7.0","new_version":"1.10.1","repository_url":"https://github.com/spf13/cobra"},{"name":"github.com/stretchr/testify","old_version":"1.8.4","new_version":"1.11.1","repository_url":"https://github.com/stretchr/testify"},{"name":"honnef.co/go/tools","old_version":"0.4.3","new_version":"0.6.1","repository_url":"https://github.com/dominikh/go-tools"},{"name":"github.com/Microsoft/go-winio","old_version":"0.6.1","new_version":"0.6.2","repository_url":"https://github.com/Microsoft/go-winio"},{"name":"github.com/bits-and-blooms/bitset","old_version":"1.7.0","new_version":"1.24.3","repository_url":"https://github.com/bits-and-blooms/bitset"},{"name":"github.com/cespare/xxhash/v2","old_version":"2.2.0","new_version":"2.3.0","repository_url":"https://github.com/cespare/xxhash"},{"name":"github.com/cloudflare/cfssl","old_version":"1.4.1","new_version":"1.6.5","repository_url":"https://github.com/cloudflare/cfssl"},{"name":"github.com/consensys/bavard","old_version":"0.1.13","new_version":"0.2.1","repository_url":"https://github.com/consensys/bavard"},{"name":"github.com/consensys/gnark-crypto","old_version":"0.12.1","new_version":"0.19.2","repository_url":"https://github.com/consensys/gnark-crypto"},{"name":"github.com/docker/go-connections","old_version":"0.5.0","new_version":"0.6.0","repository_url":"https://github.com/docker/go-connections"},{"name":"github.com/fsnotify/fsnotify","old_version":"1.6.0","new_version":"1.9.0","repository_url":"https://github.com/fsnotify/fsnotify"},{"name":"github.com/fsouza/go-dockerclient","old_version":"1.10.0","new_version":"1.12.2","repository_url":"https://github.com/fsouza/go-dockerclient"},{"name":"github.com/go-kit/kit","old_version":"0.10.0","new_version":"0.13.0","repository_url":"https://github.com/go-kit/kit"},{"name":"github.com/go-logfmt/logfmt","old_version":"0.5.1","new_version":"0.6.1","repository_url":"https://github.com/go-logfmt/logfmt"},{"name":"github.com/go-openapi/jsonpointer","old_version":"0.19.5","new_version":"0.22.1","repository_url":"https://github.com/go-openapi/jsonpointer"},{"name":"github.com/go-openapi/jsonreference","old_version":"0.20.0","new_version":"0.21.2","repository_url":"https://github.com/go-openapi/jsonreference"},{"name":"github.com/go-openapi/spec","old_version":"0.20.8","new_version":"0.22.0","repository_url":"https://github.com/go-openapi/spec"},{"name":"github.com/gobuffalo/envy","old_version":"1.10.1","new_version":"1.10.2","repository_url":"https://github.com/gobuffalo/envy"},{"name":"github.com/gobuffalo/packd","old_version":"1.0.1","new_version":"1.0.2","repository_url":"https://github.com/gobuffalo/packd"},{"name":"github.com/joho/godotenv","old_version":"1.4.0","new_version":"1.5.1","repository_url":"https://github.com/joho/godotenv"},{"name":"github.com/magiconair/properties","old_version":"1.8.7","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"},{"name":"github.com/moby/term","old_version":"0.5.0","new_version":"0.5.2","repository_url":"https://github.com/moby/term"},{"name":"github.com/nxadm/tail","old_version":"1.4.8","new_version":"1.4.11","repository_url":"https://github.com/nxadm/tail"},{"name":"github.com/opencontainers/image-spec","old_version":"1.1.0-rc5","new_version":"1.1.1","repository_url":"https://github.com/opencontainers/image-spec"},{"name":"github.com/prometheus/client_model","old_version":"0.5.0","new_version":"0.6.2","repository_url":"https://github.com/prometheus/client_model"},{"name":"github.com/prometheus/procfs","old_version":"0.12.0","new_version":"0.19.2","repository_url":"https://github.com/prometheus/procfs"},{"name":"github.com/rogpeppe/go-internal","old_version":"1.11.0","new_version":"1.14.1","repository_url":"https://github.com/rogpeppe/go-internal"},{"name":"github.com/spf13/afero","old_version":"1.6.0","new_version":"1.15.0","repository_url":"https://github.com/spf13/afero"},{"name":"github.com/spf13/cast","old_version":"1.4.1","new_version":"1.10.0","repository_url":"https://github.com/spf13/cast"},{"name":"github.com/spf13/viper","old_version":"1.10.1","new_version":"1.21.0","repository_url":"https://github.com/spf13/viper"}],"path":null,"ecosystem":"go"},"body":"Bumps the all-deps group with 32 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/maxbrunsfeld/counterfeiter/v6](https://github.com/maxbrunsfeld/counterfeiter) | `6.6.1` | `6.12.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [honnef.co/go/tools](https://github.com/dominikh/go-tools) | `0.4.3` | `0.6.1` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.3` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.5` | `0.22.1` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.0` | `0.21.2` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.0` |\n| [github.com/gobuffalo/envy](https://github.com/gobuffalo/envy) | `1.10.1` | `1.10.2` |\n| [github.com/gobuffalo/packd](https://github.com/gobuffalo/packd) | `1.0.1` | `1.0.2` |\n| [github.com/joho/godotenv](https://github.com/joho/godotenv) | `1.4.0` | `1.5.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/nxadm/tail](https://github.com/nxadm/tail) | `1.4.8` | `1.4.11` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0-rc5` | `1.1.1` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.19.2` |\n| [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) | `1.11.0` | `1.14.1` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.6.0` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n\nBumps the all-deps group with 48 updates in the /integration/go_chaincode directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.2` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.3` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.28` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.1` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.2` | `1.14.2` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd) | `22.5.0` | `22.6.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/dgraph-io/badger/v3](https://github.com/dgraph-io/badger) | `3.2103.2` | `3.2103.5` |\n| [github.com/elastic/gosigar](https://github.com/elastic/gosigar) | `0.14.2` | `0.14.3` |\n| [github.com/flynn/noise](https://github.com/flynn/noise) | `1.0.0` | `1.1.0` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.11` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.7.0` | `1.7.6` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.16.0` | `2.27.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.0` |\n| [github.com/huin/goupnp](https://github.com/huin/goupnp) | `1.2.0` | `1.3.0` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/boxo](https://github.com/ipfs/boxo) | `0.8.0-rc1` | `0.35.1` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/ugorji/go](https://github.com/ugorji/go) | `1.1.4` | `1.2.14` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.40.0` |\n| [github.com/ugorji/go/codec](https://github.com/ugorji/go) | `1.3.0` | `1.3.1` |\n\nBumps the all-deps group with 25 updates in the /samples/application/ccapi directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.11.1` |\n| [golang.org/x/tools](https://github.com/golang/tools) | `0.14.0` | `0.38.0` |\n| google.golang.org/protobuf | `1.34.2` | `1.36.10` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.6` | `0.22.1` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.2` | `0.21.2` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.0` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.19.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.2` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.5` | `1.0.10` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.6` | `1.14.2` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.11` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.4.0` | `1.7.6` |\n| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.59.0` | `1.76.0` |\n| [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.8.12` | `1.16.6` |\n| [github.com/swaggo/gin-swagger](https://github.com/swaggo/gin-swagger) | `1.6.0` | `1.6.1` |\n\nBumps the all-deps group with 52 updates in the /samples/demos/irb directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.2` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.3` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.28` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0` | `1.1.1` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.1` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.0` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/go-cid](https://github.com/ipfs/go-cid) | `0.4.1` | `0.6.0` |\n| [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.7` | `2.3.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) | `0.11.0` | `0.16.1` |\n| [github.com/multiformats/go-multicodec](https://github.com/multiformats/go-multicodec) | `0.9.0` | `0.10.0` |\n| [github.com/multiformats/go-multistream](https://github.com/multiformats/go-multistream) | `0.4.1` | `0.6.1` |\n| [lukechampine.com/blake3](https://github.com/lukechampine/blake3) | `1.2.1` | `1.4.1` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.40.0` |\n| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.28.0` | `0.39.0` |\n| [code.cloudfoundry.org/clock](https://github.com/cloudfoundry/clock) | `1.1.0` | `1.53.0` |\n| [github.com/VictoriaMetrics/fastcache](https://github.com/VictoriaMetrics/fastcache) | `1.12.1` | `1.13.0` |\n| [github.com/go-ole/go-ole](https://github.com/go-ole/go-ole) | `1.2.6` | `1.3.0` |\n| [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.12` | `0.3.15` |\n| [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.6` | `3.6.5` |\n| [go.etcd.io/etcd/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.5` |\n| [go.etcd.io/etcd/raft/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.5.24` |\n| [go.etcd.io/etcd/server/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.5` |\n\nBumps the all-deps group with 26 updates in the /samples/deployment/fabric-smart-client/the-simple-testing-network directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.2` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.28` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.1` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.36.0` | `1.38.0` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.40.0` |\n\n\nUpdates `github.com/golang/protobuf` from 1.5.3 to 1.5.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/protobuf/releases\"\u003egithub.com/golang/protobuf's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.5.4\u003c/h2\u003e\n\u003cp\u003eNotable changes\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eupdate descriptor.proto to latest version\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/75de7c059e36b64f01d0dd234ff2fff404ec3374\"\u003e\u003ccode\u003e75de7c0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang/protobuf/issues/1597\"\u003e#1597\u003c/a\u003e from golang/updatedesc\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/b7697bb698b1c56643249ef6179c7cae1478881d\"\u003e\u003ccode\u003eb7697bb\u003c/code\u003e\u003c/a\u003e all: update descriptor.proto to latest version\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/protobuf/compare/v1.5.3...v1.5.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/maxbrunsfeld/counterfeiter/v6` from 6.6.1 to 6.12.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases\"\u003egithub.com/maxbrunsfeld/counterfeiter/v6's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.12.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.37.0 to 1.38.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/333\"\u003emaxbrunsfeld/counterfeiter#333\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.38.0 to 1.38.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/338\"\u003emaxbrunsfeld/counterfeiter#338\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: support for custom type constraints in generic interfaces by \u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.2\u003c/h2\u003e\n\u003cp\u003eRevert changes from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases/tag/v6.11.1\"\u003e\u003ccode\u003ev6.11.1\u003c/code\u003e\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.1\u003c/h2\u003e\n\u003cp\u003eRestore compatibility for \u003ccode\u003ego\u003c/code\u003e \u003ccode\u003e1.22\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.34.2 to 1.35.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/303\"\u003emaxbrunsfeld/counterfeiter#303\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.0 to 1.35.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/304\"\u003emaxbrunsfeld/counterfeiter#304\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.19.0 to 0.20.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/305\"\u003emaxbrunsfeld/counterfeiter#305\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.26.0 to 0.27.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/306\"\u003emaxbrunsfeld/counterfeiter#306\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.1 to 1.36.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/307\"\u003emaxbrunsfeld/counterfeiter#307\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.20.0 to 0.21.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/308\"\u003emaxbrunsfeld/counterfeiter#308\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.27.0 to 0.28.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/309\"\u003emaxbrunsfeld/counterfeiter#309\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.36.0 to 1.36.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/310\"\u003emaxbrunsfeld/counterfeiter#310\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ehandle interfaces with generics by \u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.10.0...v6.11.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.10.0...v6.11.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.34.1 to 1.34.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/296\"\u003emaxbrunsfeld/counterfeiter#296\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.18.0 to 0.19.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/299\"\u003emaxbrunsfeld/counterfeiter#299\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.25.0 to 0.26.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/300\"\u003emaxbrunsfeld/counterfeiter#300\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eissue \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/298\"\u003e#298\u003c/a\u003e - go 1.23 go/types alias change by \u003ca href=\"https://github.com/xanderflood\"\u003e\u003ccode\u003e@​xanderflood\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/301\"\u003emaxbrunsfeld/counterfeiter#301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/xanderflood\"\u003e\u003ccode\u003e@​xanderflood\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/301\"\u003emaxbrunsfeld/counterfeiter#301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.9.0...v6.10.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.9.0...v6.10.0\u003c/a\u003e\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/1787e7d29dd879b458fdf4df04fd7825f206ef3d\"\u003e\u003ccode\u003e1787e7d\u003c/code\u003e\u003c/a\u003e fix incorrect use of fmt.Errorf (use errors.New)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/d0d179107c4f9eb60fa55a6ba3616aafcb2dc9f3\"\u003e\u003ccode\u003ed0d1791\u003c/code\u003e\u003c/a\u003e ⬆️ dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/b365b339524a88e6d4f20c5ed05761533909ce1c\"\u003e\u003ccode\u003eb365b33\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/334\"\u003e#334\u003c/a\u003e from mahboubii/fix/generic-interface-type-constraint\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/df5c1686e416edff9a82fdd84f1c30124f60ab74\"\u003e\u003ccode\u003edf5c168\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/338\"\u003e#338\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/github.com/on...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/93d20fecbcae6fcd0fd095f348ef67908125873a\"\u003e\u003ccode\u003e93d20fe\u003c/code\u003e\u003c/a\u003e Bump github.com/onsi/gomega from 1.38.0 to 1.38.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/b8c00d116d3343b732cc9c9f9a9e4e0eea5915b8\"\u003e\u003ccode\u003eb8c00d1\u003c/code\u003e\u003c/a\u003e test union constraint type\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/7daa3608f4f7bae19c7cd09616f743e12479c0ab\"\u003e\u003ccode\u003e7daa360\u003c/code\u003e\u003c/a\u003e fix: support for custom type constraints in generic interfaces\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/eeb5bb36f242dd28beea0ccbed57ea10f2fa2604\"\u003e\u003ccode\u003eeeb5bb3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/333\"\u003e#333\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/github.com/on...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/8cc0e52a7656a3523ad6b74af0c58794b3ad6c0f\"\u003e\u003ccode\u003e8cc0e52\u003c/code\u003e\u003c/a\u003e Bump github.com/onsi/gomega from 1.37.0 to 1.38.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/386d8831d95d053807d08b1620e0347c186f7673\"\u003e\u003ccode\u003e386d883\u003c/code\u003e\u003c/a\u003e avoid locking method-specific mutexes in Invocations() to avoid deadlock\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.6.1...v6.12.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/ginkgo/v2` from 2.11.0 to 2.25.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/releases\"\u003egithub.com/onsi/ginkgo/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.27.2\u003c/h2\u003e\n\u003ch2\u003e2.27.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003einline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix syntax errors and typo [a99c6e0]\u003c/li\u003e\n\u003cli\u003eFix paragraph position error [f993df5]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.27.1\u003c/h2\u003e\n\u003ch2\u003e2.27.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix Ginkgo Reporter slice-bounds panic [606c1cb]\u003c/li\u003e\n\u003cli\u003eBug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.27.0\u003c/h2\u003e\n\u003ch2\u003e2.27.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003ch4\u003eTransforming Nodes during Tree Construction\u003c/h4\u003e\n\u003cp\u003eThis release adds support for \u003ccode\u003eNodeArgsTransformer\u003c/code\u003es that can be registered with \u003ccode\u003eAddTreeConstructionNodeArgsTransformer\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003eThese are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators.  This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-transforming-node-arguments-during-tree-construction\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch4\u003eSpec Prioritization\u003c/h4\u003e\n\u003cp\u003eA new \u003ccode\u003eSpecPriority(int)\u003c/code\u003e decorator has been added.  Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#prioritizing-specs\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump rexml from 3.4.0 to 3.4.2 in /docs (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1595\"\u003e#1595\u003c/a\u003e) [1333dae]\u003c/li\u003e\n\u003cli\u003eBump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1600\"\u003e#1600\u003c/a\u003e) [17ae63e]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.26.0\u003c/h2\u003e\n\u003ch2\u003e2.26.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cp\u003eGinkgo can now generate json-formatted reports that are compatible with the \u003ccode\u003ego test\u003c/code\u003e json format.  Use \u003ccode\u003eginkgo --gojson-report=report.go.json\u003c/code\u003e.  This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.\u003c/p\u003e\n\u003ch2\u003ev2.25.3\u003c/h2\u003e\n\u003ch2\u003e2.25.3\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/ginkgo/v2's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e2.27.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003einline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix syntax errors and typo [a99c6e0]\u003c/li\u003e\n\u003cli\u003eFix paragraph position error [f993df5]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.27.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix Ginkgo Reporter slice-bounds panic [606c1cb]\u003c/li\u003e\n\u003cli\u003eBug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.27.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003ch4\u003eTransforming Nodes during Tree Construction\u003c/h4\u003e\n\u003cp\u003eThis release adds support for \u003ccode\u003eNodeArgsTransformer\u003c/code\u003es that can be registered with \u003ccode\u003eAddTreeConstructionNodeArgsTransformer\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003eThese are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators.  This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-transforming-node-arguments-during-tree-construction\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch4\u003eSpec Prioritization\u003c/h4\u003e\n\u003cp\u003eA new \u003ccode\u003eSpecPriority(int)\u003c/code\u003e decorator has been added.  Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#prioritizing-specs\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump rexml from 3.4.0 to 3.4.2 in /docs (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1595\"\u003e#1595\u003c/a\u003e) [1333dae]\u003c/li\u003e\n\u003cli\u003eBump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1600\"\u003e#1600\u003c/a\u003e) [17ae63e]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.26.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cp\u003eGinkgo can now generate json-formatted reports that are compatible with the \u003ccode\u003ego test\u003c/code\u003e json format.  Use \u003ccode\u003eginkgo --gojson-report=report.go.json\u003c/code\u003e.  This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.\u003c/p\u003e\n\u003ch2\u003e2.25.3\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eemit --github-output group only for progress report itself [f01aed1]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.25.2\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/9a84c21394777734df8062ca2e0552a1471ceca2\"\u003e\u003ccode\u003e9a84c21\u003c/code\u003e\u003c/a\u003e v2.27.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a69113ac15dcb6cd6aefc9ef238734ea386eddc8\"\u003e\u003ccode\u003ea69113a\u003c/code\u003e\u003c/a\u003e inline automaxprocs to simplify dependencies; this will be removed when Go 1....\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a99c6e0d2488aee07ba3f803c0cfc2cae2db4644\"\u003e\u003ccode\u003ea99c6e0\u003c/code\u003e\u003c/a\u003e Fix syntax errors and typo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/f993df54a607161bcad7f4c6f89b761c45ce143b\"\u003e\u003ccode\u003ef993df5\u003c/code\u003e\u003c/a\u003e Fix paragraph position error\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/56cb393ed76ad0173cd784705c929eca4cf5fb21\"\u003e\u003ccode\u003e56cb393\u003c/code\u003e\u003c/a\u003e v2.27.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/2ce3f13a149a8cbc5659da9b1720570d9210d33f\"\u003e\u003ccode\u003e2ce3f13\u003c/code\u003e\u003c/a\u003e reporters: add enhanced bounds checking in emitTimeline to prevent slice panic\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/acf208aed39d9f91b6e60e97cfc450c3e8616ea5\"\u003e\u003ccode\u003eacf208a\u003c/code\u003e\u003c/a\u003e Adding check for malformed date\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/51090a8c3b54e644b552b70bc95b9dedbbe27779\"\u003e\u003ccode\u003e51090a8\u003c/code\u003e\u003c/a\u003e Updating after docs run\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/606c1cb29be1b5e06c502e022559fb59e34d1629\"\u003e\u003ccode\u003e606c1cb\u003c/code\u003e\u003c/a\u003e Fix Ginkgo Reporter slice-bounds panic\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a6463b352073e4bcc3b9553a3a73ff8ccaec7d3a\"\u003e\u003ccode\u003ea6463b3\u003c/code\u003e\u003c/a\u003e Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output()\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/ginkgo/compare/v2.11.0...v2.27.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/gomega` from 1.27.8 to 1.38.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/releases\"\u003egithub.com/onsi/gomega's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.38.2\u003c/h2\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.38.1\u003c/h2\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003ev1.38.0\u003c/h2\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.37.0\u003c/h2\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.36.3\u003c/h2\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/gomega's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003cli\u003eBump rexml from 3.2.6 to 3.3.9 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/788\"\u003e#788\u003c/a\u003e) [c8b4a07]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/812\"\u003e#812\u003c/a\u003e) [06431b9]\u003c/li\u003e\n\u003cli\u003eBump webrick from 1.8.1 to 1.9.1 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/800\"\u003e#800\u003c/a\u003e) [b55a92d]\u003c/li\u003e\n\u003cli\u003eFix typos (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/813\"\u003e#813\u003c/a\u003e) [a1d518b]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/79b8a75a10e36ee598344c040317f5ab1c907f53\"\u003e\u003ccode\u003e79b8a75\u003c/code\u003e\u003c/a\u003e v1.38.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c404969c07179a8533d5daa283cd6307add66620\"\u003e\u003ccode\u003ec404969\u003c/code\u003e\u003c/a\u003e roll back to go 1.23.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c36e89a7efeca141bf40c3e582c7332d293dd354\"\u003e\u003ccode\u003ec36e89a\u003c/code\u003e\u003c/a\u003e v1.38.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/92eaa578900a4a5fb79d85140d7d59e9f5f22ec7\"\u003e\u003ccode\u003e92eaa57\u003c/code\u003e\u003c/a\u003e go mod tidy\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/b9ed3cdd8077cef2652a340810a2bd526c2d87a3\"\u003e\u003ccode\u003eb9ed3cd\u003c/code\u003e\u003c/a\u003e deprecate CompileTest*\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/2a5bf77d2311a6dc9fa800cd1b687b64dad9dda0\"\u003e\u003ccode\u003e2a5bf77\u003c/code\u003e\u003c/a\u003e fix invalid fmt.Errorf\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/3e9e385d31dcda216ae1d56341bb33111b6f8644\"\u003e\u003ccode\u003e3e9e385\u003c/code\u003e\u003c/a\u003e bump ginkgo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/7f37abe202e2050947bc608c69172cea36414311\"\u003e\u003ccode\u003e7f37abe\u003c/code\u003e\u003c/a\u003e Replace \u003ccode\u003egopkg.in/yaml.v3\u003c/code\u003e with \u003ccode\u003ego.yaml.in/yaml/v3\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/69e47619891ecbd0375d07dce33eb558dd14fde3\"\u003e\u003ccode\u003e69e4761\u003c/code\u003e\u003c/a\u003e fix(async_assertion): use correct error in errors.As\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/95737c099edca4f2e7cd47ddcff68c9af8c87258\"\u003e\u003ccode\u003e95737c0\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/net from 0.41.0 to 0.43.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/856\"\u003e#856\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/gomega/compare/v1.27.8...v1.38.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/spf13/cobra` from 1.7.0 to 1.10.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/spf13/cobra/releases\"\u003egithub.com/spf13/cobra's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.10.1\u003c/h2\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003echore: upgrade pflags v1.0.9 by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2305\"\u003espf13/cobra#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003ev1.0.9 of pflags brought back \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e and marked it as deprecated\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\"\u003ehttps://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003e🚨 Attention!\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump pflag to 1.0.8 by \u003ca href=\"https://github.com/tomasaschan\"\u003e\u003ccode\u003e@​tomasaschan\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eThis version of \u003ccode\u003epflag\u003c/code\u003e carried a breaking change: it renamed \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e to \u003ccode\u003eParseErrorsAllowlist\u003c/code\u003e which can break builds if both \u003ccode\u003epflag\u003c/code\u003e and \u003ccode\u003ecobra\u003c/code\u003e are dependencies in your project.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eIf you use both \u003ccode\u003epflag and \u003c/code\u003ecobra\u003ccode\u003e, upgrade \u003c/code\u003epflag\u003ccode\u003eto 1.0.8 and\u003c/code\u003ecobra\u003ccode\u003eto\u003c/code\u003e1.10.0`\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e\u003cem\u003eor\u003c/em\u003e\u003c/strong\u003e use the newer, fixed version of \u003ccode\u003epflag\u003c/code\u003e v1.0.9 which keeps the deprecated \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eMore details can be found here: \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303#issuecomment-3242333515\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/p\u003e\n\u003ch3\u003e✨ Features\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFlow context to command in SetHelpFunc by \u003ca href=\"https://github.com/Frassle\"\u003e\u003ccode\u003e@​Frassle\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2241\"\u003espf13/cobra#2241\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eThe default ShellCompDirective can be customized for a command and its subcommands by \u003ca href=\"https://github.com/albers\"\u003e\u003ccode\u003e@​albers\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2238\"\u003espf13/cobra#2238\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade golangci-lint to v2, address findings by \u003ca href=\"https://github.com/scop\"\u003e\u003ccode\u003e@​scop\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2279\"\u003espf13/cobra#2279\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e🪠 Testing\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eTest with Go 1.24 by \u003ca href=\"https://github.com/harryzcy\"\u003e\u003ccode\u003e@​harryzcy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2236\"\u003espf13/cobra#2236\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: Rm GitHub Action PR size labeler by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2256\"\u003espf13/cobra#2256\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e📝 Docs\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eRemove traling curlybrace by \u003ca href=\"https://github.com/yedayak\"\u003e\u003ccode\u003e@​yedayak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2237\"\u003espf13/cobra#2237\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate command.go by \u003ca href=\"https://github.com/styee\"\u003e\u003ccode\u003e@​styee\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2248\"\u003espf13/cobra#2248\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: Add security policy by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2253\"\u003espf13/cobra#2253\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate Readme (Warp) by \u003ca href=\"https://github.com/ericdachen\"\u003e\u003ccode\u003e@​ericdachen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2267\"\u003espf13/cobra#2267\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Periscope to the list of projects using Cobra by \u003ca href=\"https://github.com/anishathalye\"\u003e\u003ccode\u003e@​anishathalye\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2299\"\u003espf13/cobra#2299\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/harryzcy\"\u003e\u003ccode\u003e@​harryzcy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2236\"\u003espf13/cobra#2236\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yedayak\"\u003e\u003ccode\u003e@​yedayak\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2237\"\u003espf13/cobra#2237\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Frassle\"\u003e\u003ccode\u003e@​Frassle\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2241\"\u003espf13/cobra#2241\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/7da941c3547e93b8c9f70bbd3befca79c6335388\"\u003e\u003ccode\u003e7da941c\u003c/code\u003e\u003c/a\u003e chore: Bump pflag to v1.0.9 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2305\"\u003e#2305\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/51d675196729be769ce235b710ab7058b3aad03a\"\u003e\u003ccode\u003e51d6751\u003c/code\u003e\u003c/a\u003e Bump pflag to 1.0.8 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2303\"\u003e#2303\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/3f3b81882534a51628f3286e93c6842d9b2e29ea\"\u003e\u003ccode\u003e3f3b818\u003c/code\u003e\u003c/a\u003e Update README.md with new logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/dcaf42e2633496bf97d5476d7419071e5c48f40a\"\u003e\u003ccode\u003edcaf42e\u003c/code\u003e\u003c/a\u003e Add Periscope to the list of projects using Cobra (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2299\"\u003e#2299\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/6dec1ae26659a130bdb4c985768d1853b0e1bc06\"\u003e\u003ccode\u003e6dec1ae\u003c/code\u003e\u003c/a\u003e The default ShellCompDirective can be customized for a command and its subcom...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/c8289c10302063b9a2e26357e7e0f0bb599f29ce\"\u003e\u003ccode\u003ec8289c1\u003c/code\u003e\u003c/a\u003e chore(golangci-lint): add some exclusion presets\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/4af7b64d31989e78e86d65304f693a6d9c77c932\"\u003e\u003ccode\u003e4af7b64\u003c/code\u003e\u003c/a\u003e refactor: apply golangci-lint autofixes, work around false positives\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/75790e48fb73c8ba027e0163157a86ce8604ca3e\"\u003e\u003ccode\u003e75790e4\u003c/code\u003e\u003c/a\u003e chore(golangci-lint): upgrade to v2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/db3ddb5cf4968b320ea21f6ee5c2d2202a2e7b22\"\u003e\u003ccode\u003edb3ddb5\u003c/code\u003e\u003c/a\u003e Adding sponsorship to README.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/67171d6909986ee86fb946f808b87aba88ee417a\"\u003e\u003ccode\u003e67171d6\u003c/code\u003e\u003c/a\u003e putting sponsorship below header\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/spf13/cobra/compare/v1.7.0...v1.10.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/stretchr/testify` from 1.8.4 to 1.11.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/stretchr/testify/releases\"\u003egithub.com/stretchr/testify's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.1\u003c/h2\u003e\n\u003cp\u003eThis release fixes \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1785\"\u003e#1785\u003c/a\u003e introduced in v1.11.0 where expected argument values implementing the stringer interface (\u003ccode\u003eString() string\u003c/code\u003e) with a method which mutates their value, when passed to mock.Mock.On (\u003ccode\u003em.On(\u0026quot;Method\u0026quot;, \u0026lt;expected\u0026gt;).Return()\u003c/code\u003e) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBackport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11: mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1788\"\u003estretchr/testify#1788\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\"\u003ehttps://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eFunctional Changes\u003c/h3\u003e\n\u003cp\u003ev1.11.0 Includes a number of performance improvements.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eCall stack perf change for CallerInfo by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1614\"\u003estretchr/testify#1614\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eLazily render mock diff output on successful match by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1615\"\u003estretchr/testify#1615\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check early in Eventually, EventuallyWithT, and Never by \u003ca href=\"https://github.com/cszczepaniak\"\u003e\u003ccode\u003e@​cszczepaniak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1427\"\u003estretchr/testify#1427\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: add IsNotType by \u003ca href=\"https://github.com/bartventer\"\u003e\u003ccode\u003e@​bartventer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1730\"\u003estretchr/testify#1730\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.JSONEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1754\"\u003estretchr/testify#1754\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.YAMLEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1755\"\u003estretchr/testify#1755\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: faster and simpler isEmpty using reflect.Value.IsZero by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1761\"\u003estretchr/testify#1761\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: faster methods filtering (internal refactor) by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1758\"\u003estretchr/testify#1758\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eassert.ErrorAs: log target type by \u003ca href=\"https://github.com/craig65535\"\u003e\u003ccode\u003e@​craig65535\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1345\"\u003estretchr/testify#1345\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix failure message formatting for Positive and Negative asserts in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1062\"\u003estretchr/testify#1062\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorIs message when error is nil but an error was expected by \u003ca href=\"https://github.com/tsioftas\"\u003e\u003ccode\u003e@​tsioftas\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1681\"\u003estretchr/testify#1681\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix Subset/NotSubset when calling with mixed input types by \u003ca href=\"https://github.com/siliconbrain\"\u003e\u003ccode\u003e@​siliconbrain\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1729\"\u003estretchr/testify#1729\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorAs failure message when error is nil by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1734\"\u003estretchr/testify#1734\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock.AssertNumberOfCalls: improve error msg by \u003ca href=\"https://github.com/3scalation\"\u003e\u003ccode\u003e@​3scalation\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1743\"\u003estretchr/testify#1743\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDocumentation, Build \u0026amp; CI\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003edocs: Fix typo in README by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1688\"\u003estretchr/testify#1688\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eReplace deprecated io/ioutil with io and os by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1684\"\u003estretchr/testify#1684\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocument consequences of calling t.FailNow() by \u003ca href=\"https://github.com/greg0ire\"\u003e\u003ccode\u003e@​greg0ire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1710\"\u003estretchr/testify#1710\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update docs for Unset \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1621\"\u003e#1621\u003c/a\u003e by \u003ca href=\"https://github.com/techfg\"\u003e\u003ccode\u003e@​techfg\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1709\"\u003estretchr/testify#1709\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eREADME: apply gofmt to examples by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1687\"\u003estretchr/testify#1687\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: use %q and %T to simplify fmt.Sprintf by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1674\"\u003estretchr/testify#1674\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePropose Christophe Colombier (ccoVeille) as approver by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1716\"\u003estretchr/testify#1716\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate documentation for the Error function in assert or require package by \u003ca href=\"https://github.com/architagr\"\u003e\u003ccode\u003e@​architagr\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1675\"\u003estretchr/testify#1675\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: remove deprecated build constraints by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1671\"\u003estretchr/testify#1671\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: apply gofumpt to internal test suite by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1739\"\u003estretchr/testify#1739\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: fix shebang in .ci.*.sh scripts by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1746\"\u003estretchr/testify#1746\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert,require: enable parallel testing on (almost) all top tests by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1747\"\u003estretchr/testify#1747\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite.Passed: add one more status test report by \u003ca href=\"https://github.com/Ararsa-Derese\"\u003e\u003ccode\u003e@​Ararsa-Derese\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1706\"\u003estretchr/testify#1706\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Helper() method in internal mocks and assert.CollectT by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1423\"\u003estretchr/testify#1423\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.Same/NotSame: improve usage of Sprintf by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1742\"\u003estretchr/testify#1742\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock: enable parallel testing on internal testsuite by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1756\"\u003estretchr/testify#1756\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: cleanup use of 'testing' internals at runtime by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1751\"\u003estretchr/testify#1751\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check test failure message for Empty and NotEmpty  by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1745\"\u003estretchr/testify#1745\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/2a57335dc9cd6833daa820bc94d9b40c26a7917d\"\u003e\u003ccode\u003e2a57335\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1788\"\u003e#1788\u003c/a\u003e from brackendawson/1785-backport-1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/af8c91234f184009f57ef29027b39ca89cb00100\"\u003e\u003ccode\u003eaf8c912\u003c/code\u003e\u003c/a\u003e Backport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/b7801fbf5cd58d201296d5d0e132d1849966dbd4\"\u003e\u003ccode\u003eb7801fb\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1778\"\u003e#1778\u003c/a\u003e from stretchr/dependabot/github_actions/actions/chec...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/69831f3b08c40d56a09d0be93e9d5ae034f1590b\"\u003e\u003ccode\u003e69831f3\u003c/code\u003e\u003c/a\u003e build(deps): bump actions/checkout from 4 to 5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/a53be35c3b0cfcd5189cffcfd75df60ea581104c\"\u003e\u003ccode\u003ea53be35\u003c/code\u003e\u003c/a\u003e Improve captureTestingT helper\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/aafb604176db7e1f2c9810bc90d644291d057687\"\u003e\u003ccode\u003eaafb604\u003c/code\u003e\u003c/a\u003e mock: improve formatting of error message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7218e0390acd2aea3edb18574110ec2753c0aeef\"\u003e\u003ccode\u003e7218e03\u003c/code\u003e\u003c/a\u003e improve error msg\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/929a2126c2702df436312656a0304580b526c6e9\"\u003e\u003ccode\u003e929a212\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1758\"\u003e#1758\u003c/a\u003e from stretchr/dolmen/suite-faster-method-filtering\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/bc7459ec38128532ff32f23cfab4ea0b725210f2\"\u003e\u003ccode\u003ebc7459e\u003c/code\u003e\u003c/a\u003e suite: faster filtering of methods (-testify.m)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7d37b5c962954410bcd7a71ff3a77c79514056d1\"\u003e\u003ccode\u003e7d37b5c\u003c/code\u003e\u003c/a\u003e suite: refactor methodFilter\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/stretchr/testify/compare/v1.8.4...v1.11.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/sync` from 0.5.0 to 0.17.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/04914c200cb38d4ea960ee6a4c314a028c632991\"\u003e\u003ccode\u003e04914c2\u003c/code\u003e\u003c/a\u003e all: upgrade go directive to at least 1.24.0 [generated]\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/7fad2c9213e0821bd78435a9c106806f2fc383f1\"\u003e\u003ccode\u003e7fad2c9\u003c/code\u003e\u003c/a\u003e errgroup: revert propagation of panics\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/8a14946fb031f4bf6096242b5e6ae6f7316d47d8\"\u003e\u003ccode\u003e8a14946\u003c/code\u003e\u003c/a\u003e errgroup: remove duplicated comment\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/1869c690bf11da5dd230e188d03a612a4a3f8ba6\"\u003e\u003ccode\u003e1869c69\u003c/code\u003e\u003c/a\u003e all: replace deprecated ioutil\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/d1ac909e84c04f4326f620436b3894b3f5de0bd4\"\u003e\u003ccode\u003ed1ac909\u003c/code\u003e\u003c/a\u003e sync/errgroup: PanicError.Error print stack trace\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/506c70f97318aa991ec5a898685660c880c166ca\"\u003e\u003ccode\u003e506c70f\u003c/code\u003e\u003c/a\u003e errgroup: propagate panic and Goexit through Wait\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/396f3a06ea2a49eb410f12e244c0dd77095d0de9\"\u003e\u003ccode\u003e396f3a0\u003c/code\u003e\u003c/a\u003e errgroup: document calling Go before Wait\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/b637f27e40ad6e222f3d301cc113e635f0fa08be\"\u003e\u003ccode\u003eb637f27\u003c/code\u003e\u003c/a\u003e errgroup: drop support for Go versions before 1.20\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/960bf1fb13c616a491486fc6322e26fe0830eaf0\"\u003e\u003ccode\u003e960bf1f\u003c/code\u003e\u003c/a\u003e all: upgrade go directive to at least 1.23.0 [generated]\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/fe3591bd8a96873abc98bb9d2d5c62f27efca3e9\"\u003e\u003ccode\u003efe3591b\u003c/code\u003e\u003c/a\u003e sync/errgroup: improve documentation for semaphore limit behavior\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/golang/sync/compare/v0.5.0...v0.17.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/tools` from 0.14.0 to 0.36.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/tools/releases\"\u003egolang.org/x/tools's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003egopls/v0.20.0\u003c/h2\u003e\n\u003cp\u003eSee \u003ca href=\"https://go.dev/gopls/release/v0.20.0\"\u003ehttps://go.dev/gopls/release/v0.20.0\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eChanges: \u003ca href=\"https://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\"\u003ehttps://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\u003c/a\u003e\nContributors: \u003ca href=\"https://github.com/adonovan\"\u003e\u003ccode\u003e@​adonovan\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/cuishuang\"\u003e\u003ccode\u003e@​cuishuang\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/dmitshur\"\u003e\u003ccode\u003e@​dmitshur\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/findleyr\"\u003e\u003ccode\u003e@​findleyr\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/gopherbot\"\u003e\u003ccode\u003e@​gopherbot\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/hyangah\"\u003e\u003ccode\u003e@​hyangah\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/iharsuvorau\"\u003e\u003ccode\u003e@​iharsuvorau\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/jba\"\u003e\u003ccode\u003e@​jba\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/lfolger\"\u003e\u003ccode\u003e@​lfolger\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/pjweinbgo\"\u003e\u003ccode\u003e@​pjweinbgo\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/rogeryk\"\u003e\u003ccode\u003e@​rogeryk\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/timothy-king\"\u003e\u003ccode\u003e@​timothy-king\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/vitalmotif\"\u003e\u003ccode\u003e@​vitalmotif\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/zpavlinovic\"\u003e\u003ccode\u003e@​zpavlinovic\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.1\u003c/h2\u003e\n\u003cp\u003eThis patch release changes the default value of the \u003ccode\u003eimportsSource\u003c/code\u003e setting: v0.19.0 changed it from \u003ccode\u003egoimports\u003c/code\u003e to \u003ccode\u003egopls\u003c/code\u003e; this release changes it back, due to a bug (\u003ca href=\"https://redirect.github.com/golang/tools/issues/74280\"\u003e#74280\u003c/a\u003e).\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.0\u003c/h2\u003e\n\u003cp\u003eComplete list of issues closed: \u003ca href=\"https://github.com/golang/go/milestone/380?closed=1\"\u003egopls/v0.19.0 milestone\u003c/a\u003e\u003c/p\u003e\n\u003ch1\u003eConfiguration Changes\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eThe \u003ccode\u003egopls check\u003c/code\u003e subcommand now accepts a \u003ccode\u003e-severity\u003c/code\u003e flag to set a minimum severity for the diagnostics it reports. By default, the minimum severity is \u0026quot;warning\u0026quot;, so \u003ccode\u003egopls check\u003c/code\u003e may report fewer diagnostics than before. Set \u003ccode\u003e-severity=hint\u003c/code\u003e to reproduce the previous behavior.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eNavigation features\u003c/h1\u003e\n\u003ch2\u003e\u0026quot;Implementations\u0026quot; supports signature types (within same package)\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003cp\u003eThe Implementations query reports the correspondence between abstract and concrete types and their methods based on their method sets. Now, it also reports the correspondence between function types, dynamic function calls, and function definitions, based on their signatures.\u003c/p\u003e\n\u003cp\u003eTo use it, invoke an Implementations query on the \u003ccode\u003efunc\u003c/code\u003e token of the definition of a named function, named method, or function literal. Gopls reports the set of function signature types that abstract this function, and the set of dynamic calls through values of such types.\u003c/p\u003e\n\u003cp\u003eConversely, an Implementations query on the \u003ccode\u003efunc\u003c/code\u003e token of a signature type, or on the \u003ccode\u003e(\u003c/code\u003e paren of a dynamic function call, reports the set of concrete functions that the signature abstracts or that the call dispatches to.\u003c/p\u003e\n\u003cp\u003eSince a type may be both a function type and a named type with methods (for example, \u003ccode\u003ehttp.HandlerFunc\u003c/code\u003e), it may participate in both kinds of Implements queries (me...\n\n_Description has been truncated_","html_url":"https://github.com/hyperledger/fabric-private-chaincode/pull/843","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledger%2Ffabric-private-chaincode/issues/843","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/843/packages"}},{"old_version":"1.8.7","new_version":"1.8.10","update_type":"patch","path":null,"pr_created_at":"2025-11-03T16:50:22.000Z","version_change":"1.8.7 → 1.8.10","issue":{"uuid":"3582904451","node_id":"PR_kwDOP5WOp86xO0C3","number":8,"state":"closed","title":"Bump the all-deps group across 5 directories with 169 updates","user":"dependabot[bot]","labels":["dependencies","go"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-11-10T16:43:22.000Z","author_association":null,"state_reason":null,"created_at":"2025-11-03T16:50:22.000Z","updated_at":"2025-11-10T16:43:24.000Z","time_to_close":604380,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"all-deps","update_count":169,"packages":[{"name":"github.com/golang/protobuf","old_version":"1.5.3","new_version":"1.5.4","repository_url":"https://github.com/golang/protobuf"},{"name":"github.com/maxbrunsfeld/counterfeiter/v6","old_version":"6.6.1","new_version":"6.12.0","repository_url":"https://github.com/maxbrunsfeld/counterfeiter"},{"name":"github.com/spf13/cobra","old_version":"1.7.0","new_version":"1.10.1","repository_url":"https://github.com/spf13/cobra"},{"name":"github.com/stretchr/testify","old_version":"1.8.4","new_version":"1.11.1","repository_url":"https://github.com/stretchr/testify"},{"name":"honnef.co/go/tools","old_version":"0.4.3","new_version":"0.6.1","repository_url":"https://github.com/dominikh/go-tools"},{"name":"github.com/Microsoft/go-winio","old_version":"0.6.1","new_version":"0.6.2","repository_url":"https://github.com/Microsoft/go-winio"},{"name":"github.com/bits-and-blooms/bitset","old_version":"1.7.0","new_version":"1.24.3","repository_url":"https://github.com/bits-and-blooms/bitset"},{"name":"github.com/cespare/xxhash/v2","old_version":"2.2.0","new_version":"2.3.0","repository_url":"https://github.com/cespare/xxhash"},{"name":"github.com/cloudflare/cfssl","old_version":"1.4.1","new_version":"1.6.5","repository_url":"https://github.com/cloudflare/cfssl"},{"name":"github.com/consensys/bavard","old_version":"0.1.13","new_version":"0.2.1","repository_url":"https://github.com/consensys/bavard"},{"name":"github.com/consensys/gnark-crypto","old_version":"0.12.1","new_version":"0.19.2","repository_url":"https://github.com/consensys/gnark-crypto"},{"name":"github.com/docker/go-connections","old_version":"0.5.0","new_version":"0.6.0","repository_url":"https://github.com/docker/go-connections"},{"name":"github.com/fsnotify/fsnotify","old_version":"1.6.0","new_version":"1.9.0","repository_url":"https://github.com/fsnotify/fsnotify"},{"name":"github.com/fsouza/go-dockerclient","old_version":"1.10.0","new_version":"1.12.2","repository_url":"https://github.com/fsouza/go-dockerclient"},{"name":"github.com/go-kit/kit","old_version":"0.10.0","new_version":"0.13.0","repository_url":"https://github.com/go-kit/kit"},{"name":"github.com/go-logfmt/logfmt","old_version":"0.5.1","new_version":"0.6.1","repository_url":"https://github.com/go-logfmt/logfmt"},{"name":"github.com/go-openapi/jsonpointer","old_version":"0.19.5","new_version":"0.22.1","repository_url":"https://github.com/go-openapi/jsonpointer"},{"name":"github.com/go-openapi/jsonreference","old_version":"0.20.0","new_version":"0.21.2","repository_url":"https://github.com/go-openapi/jsonreference"},{"name":"github.com/go-openapi/spec","old_version":"0.20.8","new_version":"0.22.0","repository_url":"https://github.com/go-openapi/spec"},{"name":"github.com/gobuffalo/envy","old_version":"1.10.1","new_version":"1.10.2","repository_url":"https://github.com/gobuffalo/envy"},{"name":"github.com/gobuffalo/packd","old_version":"1.0.1","new_version":"1.0.2","repository_url":"https://github.com/gobuffalo/packd"},{"name":"github.com/joho/godotenv","old_version":"1.4.0","new_version":"1.5.1","repository_url":"https://github.com/joho/godotenv"},{"name":"github.com/magiconair/properties","old_version":"1.8.7","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"},{"name":"github.com/moby/term","old_version":"0.5.0","new_version":"0.5.2","repository_url":"https://github.com/moby/term"},{"name":"github.com/nxadm/tail","old_version":"1.4.8","new_version":"1.4.11","repository_url":"https://github.com/nxadm/tail"},{"name":"github.com/opencontainers/image-spec","old_version":"1.1.0-rc5","new_version":"1.1.1","repository_url":"https://github.com/opencontainers/image-spec"},{"name":"github.com/prometheus/client_model","old_version":"0.5.0","new_version":"0.6.2","repository_url":"https://github.com/prometheus/client_model"},{"name":"github.com/prometheus/procfs","old_version":"0.12.0","new_version":"0.19.2","repository_url":"https://github.com/prometheus/procfs"},{"name":"github.com/rogpeppe/go-internal","old_version":"1.11.0","new_version":"1.14.1","repository_url":"https://github.com/rogpeppe/go-internal"},{"name":"github.com/spf13/afero","old_version":"1.6.0","new_version":"1.15.0","repository_url":"https://github.com/spf13/afero"},{"name":"github.com/spf13/cast","old_version":"1.4.1","new_version":"1.10.0","repository_url":"https://github.com/spf13/cast"},{"name":"github.com/spf13/viper","old_version":"1.10.1","new_version":"1.21.0","repository_url":"https://github.com/spf13/viper"}],"path":null,"ecosystem":"go"},"body":"Bumps the all-deps group with 32 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/maxbrunsfeld/counterfeiter/v6](https://github.com/maxbrunsfeld/counterfeiter) | `6.6.1` | `6.12.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [honnef.co/go/tools](https://github.com/dominikh/go-tools) | `0.4.3` | `0.6.1` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.3` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.5` | `0.22.1` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.0` | `0.21.2` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.0` |\n| [github.com/gobuffalo/envy](https://github.com/gobuffalo/envy) | `1.10.1` | `1.10.2` |\n| [github.com/gobuffalo/packd](https://github.com/gobuffalo/packd) | `1.0.1` | `1.0.2` |\n| [github.com/joho/godotenv](https://github.com/joho/godotenv) | `1.4.0` | `1.5.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/nxadm/tail](https://github.com/nxadm/tail) | `1.4.8` | `1.4.11` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0-rc5` | `1.1.1` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.19.2` |\n| [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) | `1.11.0` | `1.14.1` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.6.0` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n\nBumps the all-deps group with 48 updates in the /integration/go_chaincode directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.2` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.3` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.28` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.1` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.2` | `1.14.2` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd) | `22.5.0` | `22.6.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/dgraph-io/badger/v3](https://github.com/dgraph-io/badger) | `3.2103.2` | `3.2103.5` |\n| [github.com/elastic/gosigar](https://github.com/elastic/gosigar) | `0.14.2` | `0.14.3` |\n| [github.com/flynn/noise](https://github.com/flynn/noise) | `1.0.0` | `1.1.0` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.11` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.7.0` | `1.7.6` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.16.0` | `2.27.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.0` |\n| [github.com/huin/goupnp](https://github.com/huin/goupnp) | `1.2.0` | `1.3.0` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/boxo](https://github.com/ipfs/boxo) | `0.8.0-rc1` | `0.35.1` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/ugorji/go](https://github.com/ugorji/go) | `1.1.4` | `1.2.14` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.40.0` |\n| [github.com/ugorji/go/codec](https://github.com/ugorji/go) | `1.3.0` | `1.3.1` |\n\nBumps the all-deps group with 25 updates in the /samples/application/ccapi directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.11.1` |\n| [golang.org/x/tools](https://github.com/golang/tools) | `0.14.0` | `0.38.0` |\n| google.golang.org/protobuf | `1.34.2` | `1.36.10` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.6` | `0.22.1` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.2` | `0.21.2` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.0` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.19.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.2` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.5` | `1.0.10` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.6` | `1.14.2` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.11` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.4.0` | `1.7.6` |\n| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.59.0` | `1.76.0` |\n| [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.8.12` | `1.16.6` |\n| [github.com/swaggo/gin-swagger](https://github.com/swaggo/gin-swagger) | `1.6.0` | `1.6.1` |\n\nBumps the all-deps group with 52 updates in the /samples/demos/irb directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.2` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.3` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.28` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0` | `1.1.1` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.1` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.0` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/go-cid](https://github.com/ipfs/go-cid) | `0.4.1` | `0.6.0` |\n| [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.7` | `2.3.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) | `0.11.0` | `0.16.1` |\n| [github.com/multiformats/go-multicodec](https://github.com/multiformats/go-multicodec) | `0.9.0` | `0.10.0` |\n| [github.com/multiformats/go-multistream](https://github.com/multiformats/go-multistream) | `0.4.1` | `0.6.1` |\n| [lukechampine.com/blake3](https://github.com/lukechampine/blake3) | `1.2.1` | `1.4.1` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.40.0` |\n| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.28.0` | `0.39.0` |\n| [code.cloudfoundry.org/clock](https://github.com/cloudfoundry/clock) | `1.1.0` | `1.53.0` |\n| [github.com/VictoriaMetrics/fastcache](https://github.com/VictoriaMetrics/fastcache) | `1.12.1` | `1.13.0` |\n| [github.com/go-ole/go-ole](https://github.com/go-ole/go-ole) | `1.2.6` | `1.3.0` |\n| [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.12` | `0.3.15` |\n| [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.6` | `3.6.5` |\n| [go.etcd.io/etcd/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.5` |\n| [go.etcd.io/etcd/raft/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.5.24` |\n| [go.etcd.io/etcd/server/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.5` |\n\nBumps the all-deps group with 26 updates in the /samples/deployment/fabric-smart-client/the-simple-testing-network directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.27.2` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.28` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.1` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.17.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.36.0` | `1.38.0` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.40.0` |\n\n\nUpdates `github.com/golang/protobuf` from 1.5.3 to 1.5.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/protobuf/releases\"\u003egithub.com/golang/protobuf's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.5.4\u003c/h2\u003e\n\u003cp\u003eNotable changes\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eupdate descriptor.proto to latest version\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/75de7c059e36b64f01d0dd234ff2fff404ec3374\"\u003e\u003ccode\u003e75de7c0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang/protobuf/issues/1597\"\u003e#1597\u003c/a\u003e from golang/updatedesc\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/b7697bb698b1c56643249ef6179c7cae1478881d\"\u003e\u003ccode\u003eb7697bb\u003c/code\u003e\u003c/a\u003e all: update descriptor.proto to latest version\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/protobuf/compare/v1.5.3...v1.5.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/maxbrunsfeld/counterfeiter/v6` from 6.6.1 to 6.12.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases\"\u003egithub.com/maxbrunsfeld/counterfeiter/v6's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.12.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.37.0 to 1.38.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/333\"\u003emaxbrunsfeld/counterfeiter#333\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.38.0 to 1.38.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/338\"\u003emaxbrunsfeld/counterfeiter#338\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: support for custom type constraints in generic interfaces by \u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.2\u003c/h2\u003e\n\u003cp\u003eRevert changes from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases/tag/v6.11.1\"\u003e\u003ccode\u003ev6.11.1\u003c/code\u003e\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.1\u003c/h2\u003e\n\u003cp\u003eRestore compatibility for \u003ccode\u003ego\u003c/code\u003e \u003ccode\u003e1.22\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.34.2 to 1.35.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/303\"\u003emaxbrunsfeld/counterfeiter#303\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.0 to 1.35.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/304\"\u003emaxbrunsfeld/counterfeiter#304\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.19.0 to 0.20.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/305\"\u003emaxbrunsfeld/counterfeiter#305\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.26.0 to 0.27.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/306\"\u003emaxbrunsfeld/counterfeiter#306\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.1 to 1.36.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/307\"\u003emaxbrunsfeld/counterfeiter#307\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.20.0 to 0.21.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/308\"\u003emaxbrunsfeld/counterfeiter#308\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.27.0 to 0.28.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/309\"\u003emaxbrunsfeld/counterfeiter#309\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.36.0 to 1.36.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/310\"\u003emaxbrunsfeld/counterfeiter#310\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ehandle interfaces with generics by \u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.10.0...v6.11.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.10.0...v6.11.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.34.1 to 1.34.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/296\"\u003emaxbrunsfeld/counterfeiter#296\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.18.0 to 0.19.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/299\"\u003emaxbrunsfeld/counterfeiter#299\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.25.0 to 0.26.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/300\"\u003emaxbrunsfeld/counterfeiter#300\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eissue \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/298\"\u003e#298\u003c/a\u003e - go 1.23 go/types alias change by \u003ca href=\"https://github.com/xanderflood\"\u003e\u003ccode\u003e@​xanderflood\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/301\"\u003emaxbrunsfeld/counterfeiter#301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/xanderflood\"\u003e\u003ccode\u003e@​xanderflood\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/301\"\u003emaxbrunsfeld/counterfeiter#301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.9.0...v6.10.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.9.0...v6.10.0\u003c/a\u003e\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/1787e7d29dd879b458fdf4df04fd7825f206ef3d\"\u003e\u003ccode\u003e1787e7d\u003c/code\u003e\u003c/a\u003e fix incorrect use of fmt.Errorf (use errors.New)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/d0d179107c4f9eb60fa55a6ba3616aafcb2dc9f3\"\u003e\u003ccode\u003ed0d1791\u003c/code\u003e\u003c/a\u003e ⬆️ dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/b365b339524a88e6d4f20c5ed05761533909ce1c\"\u003e\u003ccode\u003eb365b33\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/334\"\u003e#334\u003c/a\u003e from mahboubii/fix/generic-interface-type-constraint\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/df5c1686e416edff9a82fdd84f1c30124f60ab74\"\u003e\u003ccode\u003edf5c168\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/338\"\u003e#338\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/github.com/on...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/93d20fecbcae6fcd0fd095f348ef67908125873a\"\u003e\u003ccode\u003e93d20fe\u003c/code\u003e\u003c/a\u003e Bump github.com/onsi/gomega from 1.38.0 to 1.38.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/b8c00d116d3343b732cc9c9f9a9e4e0eea5915b8\"\u003e\u003ccode\u003eb8c00d1\u003c/code\u003e\u003c/a\u003e test union constraint type\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/7daa3608f4f7bae19c7cd09616f743e12479c0ab\"\u003e\u003ccode\u003e7daa360\u003c/code\u003e\u003c/a\u003e fix: support for custom type constraints in generic interfaces\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/eeb5bb36f242dd28beea0ccbed57ea10f2fa2604\"\u003e\u003ccode\u003eeeb5bb3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/333\"\u003e#333\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/github.com/on...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/8cc0e52a7656a3523ad6b74af0c58794b3ad6c0f\"\u003e\u003ccode\u003e8cc0e52\u003c/code\u003e\u003c/a\u003e Bump github.com/onsi/gomega from 1.37.0 to 1.38.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/386d8831d95d053807d08b1620e0347c186f7673\"\u003e\u003ccode\u003e386d883\u003c/code\u003e\u003c/a\u003e avoid locking method-specific mutexes in Invocations() to avoid deadlock\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.6.1...v6.12.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/ginkgo/v2` from 2.11.0 to 2.25.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/releases\"\u003egithub.com/onsi/ginkgo/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.27.2\u003c/h2\u003e\n\u003ch2\u003e2.27.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003einline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix syntax errors and typo [a99c6e0]\u003c/li\u003e\n\u003cli\u003eFix paragraph position error [f993df5]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.27.1\u003c/h2\u003e\n\u003ch2\u003e2.27.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix Ginkgo Reporter slice-bounds panic [606c1cb]\u003c/li\u003e\n\u003cli\u003eBug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.27.0\u003c/h2\u003e\n\u003ch2\u003e2.27.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003ch4\u003eTransforming Nodes during Tree Construction\u003c/h4\u003e\n\u003cp\u003eThis release adds support for \u003ccode\u003eNodeArgsTransformer\u003c/code\u003es that can be registered with \u003ccode\u003eAddTreeConstructionNodeArgsTransformer\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003eThese are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators.  This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-transforming-node-arguments-during-tree-construction\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch4\u003eSpec Prioritization\u003c/h4\u003e\n\u003cp\u003eA new \u003ccode\u003eSpecPriority(int)\u003c/code\u003e decorator has been added.  Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#prioritizing-specs\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump rexml from 3.4.0 to 3.4.2 in /docs (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1595\"\u003e#1595\u003c/a\u003e) [1333dae]\u003c/li\u003e\n\u003cli\u003eBump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1600\"\u003e#1600\u003c/a\u003e) [17ae63e]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.26.0\u003c/h2\u003e\n\u003ch2\u003e2.26.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cp\u003eGinkgo can now generate json-formatted reports that are compatible with the \u003ccode\u003ego test\u003c/code\u003e json format.  Use \u003ccode\u003eginkgo --gojson-report=report.go.json\u003c/code\u003e.  This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.\u003c/p\u003e\n\u003ch2\u003ev2.25.3\u003c/h2\u003e\n\u003ch2\u003e2.25.3\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/ginkgo/v2's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e2.27.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003einline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix syntax errors and typo [a99c6e0]\u003c/li\u003e\n\u003cli\u003eFix paragraph position error [f993df5]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.27.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFix Ginkgo Reporter slice-bounds panic [606c1cb]\u003c/li\u003e\n\u003cli\u003eBug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.27.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003ch4\u003eTransforming Nodes during Tree Construction\u003c/h4\u003e\n\u003cp\u003eThis release adds support for \u003ccode\u003eNodeArgsTransformer\u003c/code\u003es that can be registered with \u003ccode\u003eAddTreeConstructionNodeArgsTransformer\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003eThese are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators.  This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-transforming-node-arguments-during-tree-construction\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch4\u003eSpec Prioritization\u003c/h4\u003e\n\u003cp\u003eA new \u003ccode\u003eSpecPriority(int)\u003c/code\u003e decorator has been added.  Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs\u003c/p\u003e\n\u003cp\u003eLearn more \u003ca href=\"https://onsi.github.io/ginkgo/#prioritizing-specs\"\u003ehere\u003c/a\u003e.\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump rexml from 3.4.0 to 3.4.2 in /docs (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1595\"\u003e#1595\u003c/a\u003e) [1333dae]\u003c/li\u003e\n\u003cli\u003eBump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1600\"\u003e#1600\u003c/a\u003e) [17ae63e]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.26.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cp\u003eGinkgo can now generate json-formatted reports that are compatible with the \u003ccode\u003ego test\u003c/code\u003e json format.  Use \u003ccode\u003eginkgo --gojson-report=report.go.json\u003c/code\u003e.  This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.\u003c/p\u003e\n\u003ch2\u003e2.25.3\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eemit --github-output group only for progress report itself [f01aed1]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.25.2\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/9a84c21394777734df8062ca2e0552a1471ceca2\"\u003e\u003ccode\u003e9a84c21\u003c/code\u003e\u003c/a\u003e v2.27.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a69113ac15dcb6cd6aefc9ef238734ea386eddc8\"\u003e\u003ccode\u003ea69113a\u003c/code\u003e\u003c/a\u003e inline automaxprocs to simplify dependencies; this will be removed when Go 1....\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a99c6e0d2488aee07ba3f803c0cfc2cae2db4644\"\u003e\u003ccode\u003ea99c6e0\u003c/code\u003e\u003c/a\u003e Fix syntax errors and typo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/f993df54a607161bcad7f4c6f89b761c45ce143b\"\u003e\u003ccode\u003ef993df5\u003c/code\u003e\u003c/a\u003e Fix paragraph position error\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/56cb393ed76ad0173cd784705c929eca4cf5fb21\"\u003e\u003ccode\u003e56cb393\u003c/code\u003e\u003c/a\u003e v2.27.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/2ce3f13a149a8cbc5659da9b1720570d9210d33f\"\u003e\u003ccode\u003e2ce3f13\u003c/code\u003e\u003c/a\u003e reporters: add enhanced bounds checking in emitTimeline to prevent slice panic\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/acf208aed39d9f91b6e60e97cfc450c3e8616ea5\"\u003e\u003ccode\u003eacf208a\u003c/code\u003e\u003c/a\u003e Adding check for malformed date\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/51090a8c3b54e644b552b70bc95b9dedbbe27779\"\u003e\u003ccode\u003e51090a8\u003c/code\u003e\u003c/a\u003e Updating after docs run\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/606c1cb29be1b5e06c502e022559fb59e34d1629\"\u003e\u003ccode\u003e606c1cb\u003c/code\u003e\u003c/a\u003e Fix Ginkgo Reporter slice-bounds panic\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a6463b352073e4bcc3b9553a3a73ff8ccaec7d3a\"\u003e\u003ccode\u003ea6463b3\u003c/code\u003e\u003c/a\u003e Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output()\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/ginkgo/compare/v2.11.0...v2.27.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/gomega` from 1.27.8 to 1.38.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/releases\"\u003egithub.com/onsi/gomega's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.38.2\u003c/h2\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.38.1\u003c/h2\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003ev1.38.0\u003c/h2\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.37.0\u003c/h2\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.36.3\u003c/h2\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/gomega's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003cli\u003eBump rexml from 3.2.6 to 3.3.9 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/788\"\u003e#788\u003c/a\u003e) [c8b4a07]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/812\"\u003e#812\u003c/a\u003e) [06431b9]\u003c/li\u003e\n\u003cli\u003eBump webrick from 1.8.1 to 1.9.1 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/800\"\u003e#800\u003c/a\u003e) [b55a92d]\u003c/li\u003e\n\u003cli\u003eFix typos (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/813\"\u003e#813\u003c/a\u003e) [a1d518b]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/79b8a75a10e36ee598344c040317f5ab1c907f53\"\u003e\u003ccode\u003e79b8a75\u003c/code\u003e\u003c/a\u003e v1.38.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c404969c07179a8533d5daa283cd6307add66620\"\u003e\u003ccode\u003ec404969\u003c/code\u003e\u003c/a\u003e roll back to go 1.23.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c36e89a7efeca141bf40c3e582c7332d293dd354\"\u003e\u003ccode\u003ec36e89a\u003c/code\u003e\u003c/a\u003e v1.38.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/92eaa578900a4a5fb79d85140d7d59e9f5f22ec7\"\u003e\u003ccode\u003e92eaa57\u003c/code\u003e\u003c/a\u003e go mod tidy\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/b9ed3cdd8077cef2652a340810a2bd526c2d87a3\"\u003e\u003ccode\u003eb9ed3cd\u003c/code\u003e\u003c/a\u003e deprecate CompileTest*\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/2a5bf77d2311a6dc9fa800cd1b687b64dad9dda0\"\u003e\u003ccode\u003e2a5bf77\u003c/code\u003e\u003c/a\u003e fix invalid fmt.Errorf\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/3e9e385d31dcda216ae1d56341bb33111b6f8644\"\u003e\u003ccode\u003e3e9e385\u003c/code\u003e\u003c/a\u003e bump ginkgo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/7f37abe202e2050947bc608c69172cea36414311\"\u003e\u003ccode\u003e7f37abe\u003c/code\u003e\u003c/a\u003e Replace \u003ccode\u003egopkg.in/yaml.v3\u003c/code\u003e with \u003ccode\u003ego.yaml.in/yaml/v3\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/69e47619891ecbd0375d07dce33eb558dd14fde3\"\u003e\u003ccode\u003e69e4761\u003c/code\u003e\u003c/a\u003e fix(async_assertion): use correct error in errors.As\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/95737c099edca4f2e7cd47ddcff68c9af8c87258\"\u003e\u003ccode\u003e95737c0\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/net from 0.41.0 to 0.43.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/856\"\u003e#856\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/gomega/compare/v1.27.8...v1.38.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/spf13/cobra` from 1.7.0 to 1.10.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/spf13/cobra/releases\"\u003egithub.com/spf13/cobra's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.10.1\u003c/h2\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003echore: upgrade pflags v1.0.9 by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2305\"\u003espf13/cobra#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003ev1.0.9 of pflags brought back \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e and marked it as deprecated\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\"\u003ehttps://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003e🚨 Attention!\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump pflag to 1.0.8 by \u003ca href=\"https://github.com/tomasaschan\"\u003e\u003ccode\u003e@​tomasaschan\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eThis version of \u003ccode\u003epflag\u003c/code\u003e carried a breaking change: it renamed \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e to \u003ccode\u003eParseErrorsAllowlist\u003c/code\u003e which can break builds if both \u003ccode\u003epflag\u003c/code\u003e and \u003ccode\u003ecobra\u003c/code\u003e are dependencies in your project.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eIf you use both \u003ccode\u003epflag and \u003c/code\u003ecobra\u003ccode\u003e, upgrade \u003c/code\u003epflag\u003ccode\u003eto 1.0.8 and\u003c/code\u003ecobra\u003ccode\u003eto\u003c/code\u003e1.10.0`\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e\u003cem\u003eor\u003c/em\u003e\u003c/strong\u003e use the newer, fixed version of \u003ccode\u003epflag\u003c/code\u003e v1.0.9 which keeps the deprecated \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eMore details can be found here: \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303#issuecomment-3242333515\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/p\u003e\n\u003ch3\u003e✨ Features\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFlow context to command in SetHelpFunc by \u003ca href=\"https://github.com/Frassle\"\u003e\u003ccode\u003e@​Frassle\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2241\"\u003espf13/cobra#2241\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eThe default ShellCompDirective can be customized for a command and its subcommands by \u003ca href=\"https://github.com/albers\"\u003e\u003ccode\u003e@​albers\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2238\"\u003espf13/cobra#2238\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade golangci-lint to v2, address findings by \u003ca href=\"https://github.com/scop\"\u003e\u003ccode\u003e@​scop\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2279\"\u003espf13/cobra#2279\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e🪠 Testing\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eTest with Go 1.24 by \u003ca href=\"https://github.com/harryzcy\"\u003e\u003ccode\u003e@​harryzcy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2236\"\u003espf13/cobra#2236\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: Rm GitHub Action PR size labeler by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2256\"\u003espf13/cobra#2256\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e📝 Docs\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eRemove traling curlybrace by \u003ca href=\"https://github.com/yedayak\"\u003e\u003ccode\u003e@​yedayak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2237\"\u003espf13/cobra#2237\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate command.go by \u003ca href=\"https://github.com/styee\"\u003e\u003ccode\u003e@​styee\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2248\"\u003espf13/cobra#2248\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: Add security policy by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2253\"\u003espf13/cobra#2253\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate Readme (Warp) by \u003ca href=\"https://github.com/ericdachen\"\u003e\u003ccode\u003e@​ericdachen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2267\"\u003espf13/cobra#2267\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Periscope to the list of projects using Cobra by \u003ca href=\"https://github.com/anishathalye\"\u003e\u003ccode\u003e@​anishathalye\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2299\"\u003espf13/cobra#2299\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/harryzcy\"\u003e\u003ccode\u003e@​harryzcy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2236\"\u003espf13/cobra#2236\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yedayak\"\u003e\u003ccode\u003e@​yedayak\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2237\"\u003espf13/cobra#2237\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Frassle\"\u003e\u003ccode\u003e@​Frassle\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2241\"\u003espf13/cobra#2241\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/7da941c3547e93b8c9f70bbd3befca79c6335388\"\u003e\u003ccode\u003e7da941c\u003c/code\u003e\u003c/a\u003e chore: Bump pflag to v1.0.9 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2305\"\u003e#2305\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/51d675196729be769ce235b710ab7058b3aad03a\"\u003e\u003ccode\u003e51d6751\u003c/code\u003e\u003c/a\u003e Bump pflag to 1.0.8 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2303\"\u003e#2303\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/3f3b81882534a51628f3286e93c6842d9b2e29ea\"\u003e\u003ccode\u003e3f3b818\u003c/code\u003e\u003c/a\u003e Update README.md with new logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/dcaf42e2633496bf97d5476d7419071e5c48f40a\"\u003e\u003ccode\u003edcaf42e\u003c/code\u003e\u003c/a\u003e Add Periscope to the list of projects using Cobra (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2299\"\u003e#2299\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/6dec1ae26659a130bdb4c985768d1853b0e1bc06\"\u003e\u003ccode\u003e6dec1ae\u003c/code\u003e\u003c/a\u003e The default ShellCompDirective can be customized for a command and its subcom...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/c8289c10302063b9a2e26357e7e0f0bb599f29ce\"\u003e\u003ccode\u003ec8289c1\u003c/code\u003e\u003c/a\u003e chore(golangci-lint): add some exclusion presets\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/4af7b64d31989e78e86d65304f693a6d9c77c932\"\u003e\u003ccode\u003e4af7b64\u003c/code\u003e\u003c/a\u003e refactor: apply golangci-lint autofixes, work around false positives\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/75790e48fb73c8ba027e0163157a86ce8604ca3e\"\u003e\u003ccode\u003e75790e4\u003c/code\u003e\u003c/a\u003e chore(golangci-lint): upgrade to v2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/db3ddb5cf4968b320ea21f6ee5c2d2202a2e7b22\"\u003e\u003ccode\u003edb3ddb5\u003c/code\u003e\u003c/a\u003e Adding sponsorship to README.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/67171d6909986ee86fb946f808b87aba88ee417a\"\u003e\u003ccode\u003e67171d6\u003c/code\u003e\u003c/a\u003e putting sponsorship below header\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/spf13/cobra/compare/v1.7.0...v1.10.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/stretchr/testify` from 1.8.4 to 1.11.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/stretchr/testify/releases\"\u003egithub.com/stretchr/testify's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.1\u003c/h2\u003e\n\u003cp\u003eThis release fixes \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1785\"\u003e#1785\u003c/a\u003e introduced in v1.11.0 where expected argument values implementing the stringer interface (\u003ccode\u003eString() string\u003c/code\u003e) with a method which mutates their value, when passed to mock.Mock.On (\u003ccode\u003em.On(\u0026quot;Method\u0026quot;, \u0026lt;expected\u0026gt;).Return()\u003c/code\u003e) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBackport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11: mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1788\"\u003estretchr/testify#1788\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\"\u003ehttps://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eFunctional Changes\u003c/h3\u003e\n\u003cp\u003ev1.11.0 Includes a number of performance improvements.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eCall stack perf change for CallerInfo by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1614\"\u003estretchr/testify#1614\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eLazily render mock diff output on successful match by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1615\"\u003estretchr/testify#1615\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check early in Eventually, EventuallyWithT, and Never by \u003ca href=\"https://github.com/cszczepaniak\"\u003e\u003ccode\u003e@​cszczepaniak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1427\"\u003estretchr/testify#1427\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: add IsNotType by \u003ca href=\"https://github.com/bartventer\"\u003e\u003ccode\u003e@​bartventer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1730\"\u003estretchr/testify#1730\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.JSONEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1754\"\u003estretchr/testify#1754\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.YAMLEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1755\"\u003estretchr/testify#1755\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: faster and simpler isEmpty using reflect.Value.IsZero by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1761\"\u003estretchr/testify#1761\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: faster methods filtering (internal refactor) by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1758\"\u003estretchr/testify#1758\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eassert.ErrorAs: log target type by \u003ca href=\"https://github.com/craig65535\"\u003e\u003ccode\u003e@​craig65535\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1345\"\u003estretchr/testify#1345\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix failure message formatting for Positive and Negative asserts in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1062\"\u003estretchr/testify#1062\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorIs message when error is nil but an error was expected by \u003ca href=\"https://github.com/tsioftas\"\u003e\u003ccode\u003e@​tsioftas\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1681\"\u003estretchr/testify#1681\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix Subset/NotSubset when calling with mixed input types by \u003ca href=\"https://github.com/siliconbrain\"\u003e\u003ccode\u003e@​siliconbrain\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1729\"\u003estretchr/testify#1729\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorAs failure message when error is nil by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1734\"\u003estretchr/testify#1734\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock.AssertNumberOfCalls: improve error msg by \u003ca href=\"https://github.com/3scalation\"\u003e\u003ccode\u003e@​3scalation\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1743\"\u003estretchr/testify#1743\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDocumentation, Build \u0026amp; CI\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003edocs: Fix typo in README by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1688\"\u003estretchr/testify#1688\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eReplace deprecated io/ioutil with io and os by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1684\"\u003estretchr/testify#1684\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocument consequences of calling t.FailNow() by \u003ca href=\"https://github.com/greg0ire\"\u003e\u003ccode\u003e@​greg0ire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1710\"\u003estretchr/testify#1710\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update docs for Unset \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1621\"\u003e#1621\u003c/a\u003e by \u003ca href=\"https://github.com/techfg\"\u003e\u003ccode\u003e@​techfg\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1709\"\u003estretchr/testify#1709\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eREADME: apply gofmt to examples by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1687\"\u003estretchr/testify#1687\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: use %q and %T to simplify fmt.Sprintf by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1674\"\u003estretchr/testify#1674\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePropose Christophe Colombier (ccoVeille) as approver by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1716\"\u003estretchr/testify#1716\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate documentation for the Error function in assert or require package by \u003ca href=\"https://github.com/architagr\"\u003e\u003ccode\u003e@​architagr\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1675\"\u003estretchr/testify#1675\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: remove deprecated build constraints by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1671\"\u003estretchr/testify#1671\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: apply gofumpt to internal test suite by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1739\"\u003estretchr/testify#1739\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: fix shebang in .ci.*.sh scripts by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1746\"\u003estretchr/testify#1746\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert,require: enable parallel testing on (almost) all top tests by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1747\"\u003estretchr/testify#1747\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite.Passed: add one more status test report by \u003ca href=\"https://github.com/Ararsa-Derese\"\u003e\u003ccode\u003e@​Ararsa-Derese\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1706\"\u003estretchr/testify#1706\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Helper() method in internal mocks and assert.CollectT by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1423\"\u003estretchr/testify#1423\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.Same/NotSame: improve usage of Sprintf by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1742\"\u003estretchr/testify#1742\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock: enable parallel testing on internal testsuite by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1756\"\u003estretchr/testify#1756\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: cleanup use of 'testing' internals at runtime by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1751\"\u003estretchr/testify#1751\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check test failure message for Empty and NotEmpty  by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1745\"\u003estretchr/testify#1745\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/2a57335dc9cd6833daa820bc94d9b40c26a7917d\"\u003e\u003ccode\u003e2a57335\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1788\"\u003e#1788\u003c/a\u003e from brackendawson/1785-backport-1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/af8c91234f184009f57ef29027b39ca89cb00100\"\u003e\u003ccode\u003eaf8c912\u003c/code\u003e\u003c/a\u003e Backport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/b7801fbf5cd58d201296d5d0e132d1849966dbd4\"\u003e\u003ccode\u003eb7801fb\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1778\"\u003e#1778\u003c/a\u003e from stretchr/dependabot/github_actions/actions/chec...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/69831f3b08c40d56a09d0be93e9d5ae034f1590b\"\u003e\u003ccode\u003e69831f3\u003c/code\u003e\u003c/a\u003e build(deps): bump actions/checkout from 4 to 5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/a53be35c3b0cfcd5189cffcfd75df60ea581104c\"\u003e\u003ccode\u003ea53be35\u003c/code\u003e\u003c/a\u003e Improve captureTestingT helper\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/aafb604176db7e1f2c9810bc90d644291d057687\"\u003e\u003ccode\u003eaafb604\u003c/code\u003e\u003c/a\u003e mock: improve formatting of error message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7218e0390acd2aea3edb18574110ec2753c0aeef\"\u003e\u003ccode\u003e7218e03\u003c/code\u003e\u003c/a\u003e improve error msg\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/929a2126c2702df436312656a0304580b526c6e9\"\u003e\u003ccode\u003e929a212\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1758\"\u003e#1758\u003c/a\u003e from stretchr/dolmen/suite-faster-method-filtering\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/bc7459ec38128532ff32f23cfab4ea0b725210f2\"\u003e\u003ccode\u003ebc7459e\u003c/code\u003e\u003c/a\u003e suite: faster filtering of methods (-testify.m)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7d37b5c962954410bcd7a71ff3a77c79514056d1\"\u003e\u003ccode\u003e7d37b5c\u003c/code\u003e\u003c/a\u003e suite: refactor methodFilter\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/stretchr/testify/compare/v1.8.4...v1.11.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/sync` from 0.5.0 to 0.17.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/04914c200cb38d4ea960ee6a4c314a028c632991\"\u003e\u003ccode\u003e04914c2\u003c/code\u003e\u003c/a\u003e all: upgrade go directive to at least 1.24.0 [generated]\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/7fad2c9213e0821bd78435a9c106806f2fc383f1\"\u003e\u003ccode\u003e7fad2c9\u003c/code\u003e\u003c/a\u003e errgroup: revert propagation of panics\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/8a14946fb031f4bf6096242b5e6ae6f7316d47d8\"\u003e\u003ccode\u003e8a14946\u003c/code\u003e\u003c/a\u003e errgroup: remove duplicated comment\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/1869c690bf11da5dd230e188d03a612a4a3f8ba6\"\u003e\u003ccode\u003e1869c69\u003c/code\u003e\u003c/a\u003e all: replace deprecated ioutil\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/d1ac909e84c04f4326f620436b3894b3f5de0bd4\"\u003e\u003ccode\u003ed1ac909\u003c/code\u003e\u003c/a\u003e sync/errgroup: PanicError.Error print stack trace\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/506c70f97318aa991ec5a898685660c880c166ca\"\u003e\u003ccode\u003e506c70f\u003c/code\u003e\u003c/a\u003e errgroup: propagate panic and Goexit through Wait\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/396f3a06ea2a49eb410f12e244c0dd77095d0de9\"\u003e\u003ccode\u003e396f3a0\u003c/code\u003e\u003c/a\u003e errgroup: document calling Go before Wait\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/b637f27e40ad6e222f3d301cc113e635f0fa08be\"\u003e\u003ccode\u003eb637f27\u003c/code\u003e\u003c/a\u003e errgroup: drop support for Go versions before 1.20\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/960bf1fb13c616a491486fc6322e26fe0830eaf0\"\u003e\u003ccode\u003e960bf1f\u003c/code\u003e\u003c/a\u003e all: upgrade go directive to at least 1.23.0 [generated]\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/fe3591bd8a96873abc98bb9d2d5c62f27efca3e9\"\u003e\u003ccode\u003efe3591b\u003c/code\u003e\u003c/a\u003e sync/errgroup: improve documentation for semaphore limit behavior\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/golang/sync/compare/v0.5.0...v0.17.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/tools` from 0.14.0 to 0.36.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/tools/releases\"\u003egolang.org/x/tools's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003egopls/v0.20.0\u003c/h2\u003e\n\u003cp\u003eSee \u003ca href=\"https://go.dev/gopls/release/v0.20.0\"\u003ehttps://go.dev/gopls/release/v0.20.0\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eChanges: \u003ca href=\"https://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\"\u003ehttps://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\u003c/a\u003e\nContributors: \u003ca href=\"https://github.com/adonovan\"\u003e\u003ccode\u003e@​adonovan\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/cuishuang\"\u003e\u003ccode\u003e@​cuishuang\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/dmitshur\"\u003e\u003ccode\u003e@​dmitshur\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/findleyr\"\u003e\u003ccode\u003e@​findleyr\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/gopherbot\"\u003e\u003ccode\u003e@​gopherbot\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/hyangah\"\u003e\u003ccode\u003e@​hyangah\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/iharsuvorau\"\u003e\u003ccode\u003e@​iharsuvorau\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/jba\"\u003e\u003ccode\u003e@​jba\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/lfolger\"\u003e\u003ccode\u003e@​lfolger\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/pjweinbgo\"\u003e\u003ccode\u003e@​pjweinbgo\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/rogeryk\"\u003e\u003ccode\u003e@​rogeryk\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/timothy-king\"\u003e\u003ccode\u003e@​timothy-king\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/vitalmotif\"\u003e\u003ccode\u003e@​vitalmotif\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/zpavlinovic\"\u003e\u003ccode\u003e@​zpavlinovic\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.1\u003c/h2\u003e\n\u003cp\u003eThis patch release changes the default value of the \u003ccode\u003eimportsSource\u003c/code\u003e setting: v0.19.0 changed it from \u003ccode\u003egoimports\u003c/code\u003e to \u003ccode\u003egopls\u003c/code\u003e; this release changes it back, due to a bug (\u003ca href=\"https://redirect.github.com/golang/tools/issues/74280\"\u003e#74280\u003c/a\u003e).\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.0\u003c/h2\u003e\n\u003cp\u003eComplete list of issues closed: \u003ca href=\"https://github.com/golang/go/milestone/380?closed=1\"\u003egopls/v0.19.0 milestone\u003c/a\u003e\u003c/p\u003e\n\u003ch1\u003eConfiguration Changes\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eThe \u003ccode\u003egopls check\u003c/code\u003e subcommand now accepts a \u003ccode\u003e-severity\u003c/code\u003e flag to set a minimum severity for the diagnostics it reports. By default, the minimum severity is \u0026quot;warning\u0026quot;, so \u003ccode\u003egopls check\u003c/code\u003e may report fewer diagnostics than before. Set \u003ccode\u003e-severity=hint\u003c/code\u003e to reproduce the previous behavior.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eNavigation features\u003c/h1\u003e\n\u003ch2\u003e\u0026quot;Implementations\u0026quot; supports signature types (within same package)\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003cp\u003eThe Implementations query reports the correspondence between abstract and concrete types and their methods based on their method sets. Now, it also reports the correspondence between function types, dynamic function calls, and function definitions, based on their signatures.\u003c/p\u003e\n\u003cp\u003eTo use it, invoke an Implementations query on the \u003ccode\u003efunc\u003c/code\u003e token of the definition of a named function, named method, or function literal. Gopls reports the set of function signature types that abstract this function, and the set of dynamic calls through values of such types.\u003c/p\u003e\n\u003cp\u003eConversely, an Implementations query on the \u003ccode\u003efunc\u003c/code\u003e token of a signature type, or on the \u003ccode\u003e(\u003c/code\u003e paren of a dynamic function call, reports the set of concrete functions that the signature abstracts or that the call dispatches to.\u003c/p\u003e\n\u003cp\u003eSince a type may be both a function type and a named type with methods (for example, \u003ccode\u003ehttp.HandlerFunc\u003c/code\u003e), it may participate in both kinds of Implements queries (me...\n\n_Description has been truncated_","html_url":"https://github.com/radiant-coder580pz/fabric-private-chaincode/pull/8","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/radiant-coder580pz%2Ffabric-private-chaincode/issues/8","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/8/packages"}},{"old_version":"1.8.9","new_version":"1.8.10","update_type":"patch","path":null,"pr_created_at":"2025-10-27T06:45:04.000Z","version_change":"1.8.9 → 1.8.10","issue":{"uuid":"3555307884","node_id":"PR_kwDOFqqU7c6v0GhY","number":352,"state":"open","title":"chore(deps): bump the go_modules group across 1 directory with 21 updates","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-10-27T06:45:04.000Z","updated_at":"2025-12-09T00:09:55.784Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): bump","group_name":"go_modules","update_count":21,"packages":[{"name":"github.com/gin-gonic/gin","old_version":"1.10.1","new_version":"1.11.0","repository_url":"https://github.com/gin-gonic/gin"},{"name":"github.com/golang-migrate/migrate/v4","old_version":"4.18.2","new_version":"4.19.0","repository_url":"https://github.com/golang-migrate/migrate"},{"name":"github.com/magiconair/properties","old_version":"1.8.9","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"},{"name":"github.com/mattn/go-sqlite3","old_version":"1.14.24","new_version":"1.14.32","repository_url":"https://github.com/mattn/go-sqlite3"},{"name":"github.com/spf13/viper","old_version":"1.19.0","new_version":"1.21.0","repository_url":"https://github.com/spf13/viper"},{"name":"github.com/swaggo/gin-swagger","old_version":"1.6.0","new_version":"1.6.1","repository_url":"https://github.com/swaggo/gin-swagger"},{"name":"github.com/swaggo/swag","old_version":"1.16.4","new_version":"1.16.6","repository_url":"https://github.com/swaggo/swag"},{"name":"github.com/centrifugal/centrifuge","old_version":"0.34.3","new_version":"0.37.2","repository_url":"https://github.com/centrifugal/centrifuge"},{"name":"github.com/centrifugal/centrifuge-go","old_version":"0.10.4","new_version":"0.10.11","repository_url":"https://github.com/centrifugal/centrifuge-go"},{"name":"github.com/gin-contrib/cors","old_version":"1.7.5","new_version":"1.7.6","repository_url":"https://github.com/gin-contrib/cors"},{"name":"github.com/testcontainers/testcontainers-go","old_version":"0.35.0","new_version":"0.39.0","repository_url":"https://github.com/testcontainers/testcontainers-go"},{"name":"go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin","old_version":"0.62.0","new_version":"0.63.0","repository_url":"https://github.com/open-telemetry/opentelemetry-go-contrib"},{"name":"go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc","old_version":"1.37.0","new_version":"1.38.0","repository_url":"https://github.com/open-telemetry/opentelemetry-go"},{"name":"github.com/klauspost/compress","old_version":"1.18.0","new_version":"1.18.1","repository_url":"https://github.com/klauspost/compress"},{"name":"github.com/rs/zerolog","old_version":"1.33.0","new_version":"1.34.0","repository_url":"https://github.com/rs/zerolog"}],"path":null,"ecosystem":"go"},"body":"Bumps the go_modules group with 15 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) | `1.10.1` | `1.11.0` |\n| [github.com/golang-migrate/migrate/v4](https://github.com/golang-migrate/migrate) | `4.18.2` | `4.19.0` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.9` | `1.8.10` |\n| [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `1.14.24` | `1.14.32` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.19.0` | `1.21.0` |\n| [github.com/swaggo/gin-swagger](https://github.com/swaggo/gin-swagger) | `1.6.0` | `1.6.1` |\n| [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.16.4` | `1.16.6` |\n| [github.com/centrifugal/centrifuge](https://github.com/centrifugal/centrifuge) | `0.34.3` | `0.37.2` |\n| [github.com/centrifugal/centrifuge-go](https://github.com/centrifugal/centrifuge-go) | `0.10.4` | `0.10.11` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.7.5` | `1.7.6` |\n| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.35.0` | `0.39.0` |\n| [go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.62.0` | `0.63.0` |\n| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) | `1.37.0` | `1.38.0` |\n| [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.18.0` | `1.18.1` |\n| [github.com/rs/zerolog](https://github.com/rs/zerolog) | `1.33.0` | `1.34.0` |\n\n\nUpdates `github.com/gin-gonic/gin` from 1.10.1 to 1.11.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gin-gonic/gin/releases\"\u003egithub.com/gin-gonic/gin's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e6ca8ddb1aed78d9ffaf984e5489111838242fedb: feat(binding): add BindPlain (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3904\"\u003e#3904\u003c/a\u003e) (\u003ca href=\"https://github.com/guonaihong\"\u003e\u003ccode\u003e@​guonaihong\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e4ccfa7c275c449990818e46759d5974a953cc1c1: feat(binding): add support for unixMilli and unixMicro (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4190\"\u003e#4190\u003c/a\u003e) (\u003ca href=\"https://github.com/takanuva15\"\u003e\u003ccode\u003e@​takanuva15\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e9d7c0e9e1a301f417df9dc89a8cadc3bf9063db2: feat(context): GetXxx added support for more go native types (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3633\"\u003e#3633\u003c/a\u003e) (\u003ca href=\"https://github.com/CC11001100\"\u003e\u003ccode\u003e@​CC11001100\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efb09c825e8e13134daaa90debfda198520e1b347: feat(context): add SetCookieData (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4240\"\u003e#4240\u003c/a\u003e) (\u003ca href=\"https://github.com/Narita-1095305\"\u003e\u003ccode\u003e@​Narita-1095305\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ef05f966a0824b1d302ee556183e2579c91954266: feat(form): Support default values for collections in form binding (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4048\"\u003e#4048\u003c/a\u003e) (\u003ca href=\"https://github.com/takanuva15\"\u003e\u003ccode\u003e@​takanuva15\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e3cb30679b5e3021db16c776ed7e70d380586e9ce: feat(form): add array collection format in form binding (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3986\"\u003e#3986\u003c/a\u003e) (\u003ca href=\"https://github.com/slowhigh\"\u003e\u003ccode\u003e@​slowhigh\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e24d67647cb9b4e0bbdcdec7f0c2086e8004e1572: feat(form): add custom string slice for form tag unmarshal (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3970\"\u003e#3970\u003c/a\u003e) (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3971\"\u003e#3971\u003c/a\u003e) (\u003ca href=\"https://github.com/bruceNu1l\"\u003e\u003ccode\u003e@​bruceNu1l\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e8791c96960e719ff2f41e24163c5898656cee474: feat(fs): Export, test and document OnlyFilesFS (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3939\"\u003e#3939\u003c/a\u003e) (\u003ca href=\"https://github.com/joeig\"\u003e\u003ccode\u003e@​joeig\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e71496abe6836462e2ed70436b7d72ea2a3585417: feat(fs): Implement loading HTML from http.FileSystem (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4053\"\u003e#4053\u003c/a\u003e) (\u003ca href=\"https://github.com/sunshineplan\"\u003e\u003ccode\u003e@​sunshineplan\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e3ac729dc4a497d360a23b9d7e766c622b3c99f51: feat(gin): support http3 using quic-go/quic-go (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3210\"\u003e#3210\u003c/a\u003e) (\u003ca href=\"https://github.com/thinkerou\"\u003e\u003ccode\u003e@​thinkerou\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e4621b7ac982335d9a74432e182dd2bfc6d841431: feat(router): add literal colon support (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/1432\"\u003e#1432\u003c/a\u003e) (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/2857\"\u003e#2857\u003c/a\u003e) (\u003ca href=\"https://github.com/wssccc\"\u003e\u003ccode\u003e@​wssccc\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003edbd8a2515093ad47cadc5c1fface89861a0b765c: feat: added \u003ccode\u003eAbortWithStatusPureJSON()\u003c/code\u003e in \u003ccode\u003eContext\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4290\"\u003e#4290\u003c/a\u003e) (\u003ca href=\"https://github.com/ddevsr\"\u003e\u003ccode\u003e@​ddevsr\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e688a429d19d8c804447bb889d3635e2c31a5564d: feat: support custom json codec at runtime (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3391\"\u003e#3391\u003c/a\u003e) (\u003ca href=\"https://github.com/timandy\"\u003e\u003ccode\u003e@​timandy\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBug fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e8fb3136664254d7c592127f00d52849caba18a67: Revert \u0026quot;fix(time): binding time with empty value (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4103\"\u003e#4103\u003c/a\u003e)\u0026quot; (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4245\"\u003e#4245\u003c/a\u003e) (\u003ca href=\"https://github.com/appleboy\"\u003e\u003ccode\u003e@​appleboy\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ee737e3e267beb4dc3bab16cc8be59e3902d98a94: fix(binding): prevent duplicate decoding and add validation in decodeToml (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4193\"\u003e#4193\u003c/a\u003e) (\u003ca href=\"https://github.com/revevide\"\u003e\u003ccode\u003e@​revevide\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e4f339e6a35b163d31b30916b37f4176d385f41bd: fix(context): YAML judgment logic in Negotiate (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3966\"\u003e#3966\u003c/a\u003e) (\u003ca href=\"https://github.com/RedCrazyGhost\"\u003e\u003ccode\u003e@​RedCrazyGhost\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e36b0dede4b8c4a67d92c4107cebc5a068364321d: fix(context): check handler is nil (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3413\"\u003e#3413\u003c/a\u003e) (\u003ca href=\"https://github.com/hktalent\"\u003e\u003ccode\u003e@​hktalent\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ee0d46ded6cb6974d55a255ab122d1aa6ca0cd60e: fix(context): verify URL is Non-nil in initQueryCache() (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3969\"\u003e#3969\u003c/a\u003e) (\u003ca href=\"https://github.com/adrianosela\"\u003e\u003ccode\u003e@​adrianosela\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003edd33ff793861cee3baa77d575ff319119c366f3a: fix(docs): missing go markdown codeblock (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4266\"\u003e#4266\u003c/a\u003e) (\u003ca href=\"https://github.com/vdusart\"\u003e\u003ccode\u003e@​vdusart\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eb38c59de7fef67400a1c98efeae700a689c45783: fix(errors): change Unwrap method receiver to value type (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4232\"\u003e#4232\u003c/a\u003e) (\u003ca href=\"https://github.com/OrkhanAlikhanov\"\u003e\u003ccode\u003e@​OrkhanAlikhanov\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e28e57f58b184b2305ace192e02496bb89f6fd8cb: fix(form): Set default value for form fields (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4047\"\u003e#4047\u003c/a\u003e) (\u003ca href=\"https://github.com/ahmadSaeedGoda\"\u003e\u003ccode\u003e@​ahmadSaeedGoda\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e626d55b0c02937645c21774cacc021713de88604: fix(gin): Do not panic when handling method not allowed on empty tree (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4003\"\u003e#4003\u003c/a\u003e) (\u003ca href=\"https://github.com/phsym\"\u003e\u003ccode\u003e@​phsym\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e7d147928ee232fce156ea7ce8ae6329e148aeb41: fix(gin): data race warning for gin mode (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/1580\"\u003e#1580\u003c/a\u003e) (\u003ca href=\"https://github.com/kplachkov\"\u003e\u003ccode\u003e@​kplachkov\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ec677ccc40a60386565dd0d755efacb85d153feca: fix(go): invalid Go toolchain version (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3961\"\u003e#3961\u003c/a\u003e) (\u003ca href=\"https://github.com/thinkerou\"\u003e\u003ccode\u003e@​thinkerou\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e3319038418656a268c889393cb2dd4224c4469ec: fix(readme): fix broken link to English documentation (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4222\"\u003e#4222\u003c/a\u003e) (\u003ca href=\"https://github.com/eduardo-ax\"\u003e\u003ccode\u003e@​eduardo-ax\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e674522db91d637d179c16c372d87756ea26fa089: fix(time): binding time with empty value (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4103\"\u003e#4103\u003c/a\u003e) (\u003ca href=\"https://github.com/ksw2000\"\u003e\u003ccode\u003e@​ksw2000\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eea53388e6ee4a6a0a1647b390c56eeed780e7e56: fix(tree): Keep panic infos consistent when wildcard type build faild (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4077\"\u003e#4077\u003c/a\u003e) (\u003ca href=\"https://github.com/kingcanfish\"\u003e\u003ccode\u003e@​kingcanfish\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e8763f33c65f7df8be5b9fe7504ab7fcf20abb41d: fix: prevent middleware re-entry issue in HandleContext (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/3987\"\u003e#3987\u003c/a\u003e) (\u003ca href=\"https://github.com/bound2\"\u003e\u003ccode\u003e@​bound2\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e7a1b655074c313f9491c83bb8ea164cdc4a9afe9: fix: sonic on arm64 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4234\"\u003e#4234\u003c/a\u003e) (\u003ca href=\"https://github.com/yashgorana\"\u003e\u003ccode\u003e@​yashgorana\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5826722a87cf5855fcc4b794cbef11612352771d: fix: version number discrepancy (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4299\"\u003e#4299\u003c/a\u003e) (\u003ca href=\"https://github.com/suwakei\"\u003e\u003ccode\u003e@​suwakei\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eEnhancements\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e40725d85badd647870df6f9fa7a75ac76341f804: chore(bind): return 413 status code when error is \u003ccode\u003ehttp.MaxBytesError\u003c/code\u003e (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4227\"\u003e#4227\u003c/a\u003e) (\u003ca href=\"https://github.com/ItalyPaleAle\"\u003e\u003ccode\u003e@​ItalyPaleAle\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ef875d8728306c2c2c6f504900ab08cd1d8c47f12: chore(context): test context initialization and handler logic (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4087\"\u003e#4087\u003c/a\u003e) (\u003ca href=\"https://github.com/appleboy\"\u003e\u003ccode\u003e@​appleboy\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ee7693e67c23005743502962d3bb9839a354d6688: chore(deps): bump actions/setup-go from 5 to 6 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4351\"\u003e#4351\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003eafa0c31d97e1b112ccfe7652957f7d8514580c72: chore(deps): bump github.com/gin-contrib/sse from 0.1.0 to 1.1.0 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4216\"\u003e#4216\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003e255af882db4baf0ed6209f1a5471f1663c5d0060: chore(deps): bump github.com/go-playground/validator/v10 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4208\"\u003e#4208\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003e545fd74379a0b167a918e38626ae5f7eb83fb243: chore(deps): bump github.com/go-playground/validator/v10 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4289\"\u003e#4289\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003ec3c8620a7fb4e09c7845feca4e8e8a8678a2685d: chore(deps): bump github.com/go-playground/validator/v10 from 10.20.0 to 10.22.1 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4052\"\u003e#4052\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003ecf32d2dcf8c7534f59727c5e213e45f2412c593a: chore(deps): bump github.com/pelletier/go-toml/v2 from 2.2.2 to 2.2.4 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4212\"\u003e#4212\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003ebb824731032856460aa3ffc23bd90e11bf7d5199: chore(deps): bump github.com/quic-go/quic-go from 0.48.2 to 0.50.1 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4197\"\u003e#4197\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003e61c2b1c28f0c5a754330545e31f02cd6d6f7944e: chore(deps): bump github.com/quic-go/quic-go from 0.51.0 to 0.52.0 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4250\"\u003e#4250\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003eb7d6308bcc84066df79a047ae363a6120fe87808: chore(deps): bump github.com/quic-go/quic-go from 0.52.0 to 0.53.0 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4281\"\u003e#4281\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003e077a2f39c85700ba0823f85ed29cec0c8f2cbdfc: chore(deps): bump github.com/quic-go/quic-go from 0.53.0 to 0.54.0 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4328\"\u003e#4328\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003e46150257b3eec60e3e0bf1cee7c03439099aef83: chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4347\"\u003e#4347\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003ea6287825c95821a378a34f8a5c9139ea1f6ebd96: chore(deps): bump github.com/ugorji/go/codec from 1.2.12 to 1.3.0 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4268\"\u003e#4268\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003ecc4e11438cd6c0bcc632fe3492d3817dfa21c337: chore(deps): bump golang.org/x/net from 0.25.0 to 0.27.0 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4013\"\u003e#4013\u003c/a\u003e) (\u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md\"\u003egithub.com/gin-gonic/gin's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eGin v1.11.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efeat(gin): Experimental support for HTTP/3 using quic-go/quic-go (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3210\"\u003e#3210\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efeat(form): add array collection format in form binding (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3986\"\u003e#3986\u003c/a\u003e), add custom string slice for form tag unmarshal (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3970\"\u003e#3970\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efeat(binding): add BindPlain (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3904\"\u003e#3904\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efeat(fs): Export, test and document OnlyFilesFS (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3939\"\u003e#3939\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efeat(binding): add support for unixMilli and unixMicro (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4190\"\u003e#4190\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efeat(form): Support default values for collections in form binding (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4048\"\u003e#4048\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efeat(context): GetXxx added support for more go native types (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3633\"\u003e#3633\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eEnhancements\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eperf(context): optimize getMapFromFormData performance (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4339\"\u003e#4339\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(tree): replace string(/) with \u0026quot;/\u0026quot; in node.insertChild (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4354\"\u003e#4354\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(render): remove headers parameter from writeHeader (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4353\"\u003e#4353\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(context): simplify \u0026quot;GetType()\u0026quot; functions (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4080\"\u003e#4080\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(slice): simplify SliceValidationError Error method (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3910\"\u003e#3910\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(context):Avoid using filepath.Dir twice in SaveUploadedFile (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4181\"\u003e#4181\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(context): refactor context handling and improve test robustness (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4066\"\u003e#4066\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(binding): use strings.Cut to replace strings.Index (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3522\"\u003e#3522\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(context): add an optional permission parameter to SaveUploadedFile (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4068\"\u003e#4068\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(context): verify URL is Non-nil in initQueryCache() (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3969\"\u003e#3969\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003erefactor(context): YAML judgment logic in Negotiate (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3966\"\u003e#3966\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003etree: replace the self-defined 'min' to official one (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3975\"\u003e#3975\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003econtext: Remove redundant filepath.Dir usage (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4181\"\u003e#4181\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBug Fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efix: prevent middleware re-entry issue in HandleContext (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3987\"\u003e#3987\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efix(binding): prevent duplicate decoding and add validation in decodeToml (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4193\"\u003e#4193\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efix(gin): Do not panic when handling method not allowed on empty tree (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4003\"\u003e#4003\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efix(gin): data race warning for gin mode (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/1580\"\u003e#1580\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efix(context): verify URL is Non-nil in initQueryCache() (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3969\"\u003e#3969\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efix(context): YAML judgment logic in Negotiate (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3966\"\u003e#3966\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efix(context): check handler is nil (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3413\"\u003e#3413\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efix(readme): fix broken link to English documentation (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4222\"\u003e#4222\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efix(tree): Keep panic infos consistent when wildcard type build faild (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4077\"\u003e#4077\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBuild process updates / CI\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eci: integrate Trivy vulnerability scanning into CI workflow (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4359\"\u003e#4359\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eci: support Go 1.25 in CI/CD (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4341\"\u003e#4341\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ebuild(deps): upgrade github.com/bytedance/sonic from v1.13.2 to v1.14.0 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4342\"\u003e#4342\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eci: add Go version 1.24 to GitHub Actions (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4154\"\u003e#4154\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ebuild: update Gin minimum Go version to 1.21 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/3960\"\u003e#3960\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eci(lint): enable new linters (testifylint, usestdlibvars, perfsprint, etc.) (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4010\"\u003e#4010\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4091\"\u003e#4091\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4090\"\u003e#4090\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eci(lint): update workflows and improve test request consistency (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/pull/4126\"\u003e#4126\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/6ad6205e9c94a4b8a320219e28c37c29d22a7a2c\"\u003e\u003ccode\u003e6ad6205\u003c/code\u003e\u003c/a\u003e docs(changelog): upgrade Gin to v1.11.0 and add release notes (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4361\"\u003e#4361\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/7858527c8c2a15bddf27ea71162f8f70c82f2cdf\"\u003e\u003ccode\u003e7858527\u003c/code\u003e\u003c/a\u003e docs(changelog): update release notes for Gin v1.10.1 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4360\"\u003e#4360\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/cb000f570c127a503535fa5be9c0237823ea7e4d\"\u003e\u003ccode\u003ecb000f5\u003c/code\u003e\u003c/a\u003e ci: integrate Trivy vulnerability scanning into CI workflow (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4359\"\u003e#4359\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/2119046230f0119c7c88f86a6b441d9d3aaad03e\"\u003e\u003ccode\u003e2119046\u003c/code\u003e\u003c/a\u003e ci: support Go 1.25 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4341\"\u003e#4341\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/da372fc77840b3badf4efef5ec2d203cdc73f1db\"\u003e\u003ccode\u003eda372fc\u003c/code\u003e\u003c/a\u003e build(deps): upgrade github.com/bytedance/sonic from v1.13.2 to v1.14.0 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4342\"\u003e#4342\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/e198f6e859220afd35bc2fb2fd5d404d7c0882ca\"\u003e\u003ccode\u003ee198f6e\u003c/code\u003e\u003c/a\u003e refactor(render): remove headers parameter from writeHeader (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4353\"\u003e#4353\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/cca98d2d266d3797a8bf70f5903c2fbe32e8bf86\"\u003e\u003ccode\u003ecca98d2\u003c/code\u003e\u003c/a\u003e chore(deps): bump google.golang.org/protobuf from 1.36.8 to 1.36.9 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4356\"\u003e#4356\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/9b1e3533e2d17b6152b05efeab8280f450e68e52\"\u003e\u003ccode\u003e9b1e353\u003c/code\u003e\u003c/a\u003e refactor(tree): replace string(/) with \u0026quot;/\u0026quot; in node.insertChild (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4354\"\u003e#4354\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/f9bd00a6b7939b941fde3fdd239367f4a7d6b137\"\u003e\u003ccode\u003ef9bd00a\u003c/code\u003e\u003c/a\u003e perf(context): optimize getMapFromFormData performance (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4339\"\u003e#4339\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gin-gonic/gin/commit/28172fa68206b2ced9df3417fad50bcabd6d9eb6\"\u003e\u003ccode\u003e28172fa\u003c/code\u003e\u003c/a\u003e chore(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.8 (\u003ca href=\"https://redirect.github.com/gin-gonic/gin/issues/4346\"\u003e#4346\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/gin-gonic/gin/compare/v1.10.1...v1.11.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/golang-migrate/migrate/v4` from 4.18.2 to 4.19.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang-migrate/migrate/releases\"\u003egithub.com/golang-migrate/migrate/v4's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.19.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFixed sqlserver not actually getting a lock if lock is already set by \u003ca href=\"https://github.com/urbim\"\u003e\u003ccode\u003e@​urbim\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1186\"\u003egolang-migrate/migrate#1186\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/oauth2 from 0.18.0 to 0.27.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1299\"\u003egolang-migrate/migrate#1299\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate apt-key to gpg by \u003ca href=\"https://github.com/sandhilt\"\u003e\u003ccode\u003e@​sandhilt\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1277\"\u003egolang-migrate/migrate#1277\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate dktest to v0.4.6 for docker vuln fix by \u003ca href=\"https://github.com/dhui\"\u003e\u003ccode\u003e@​dhui\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1309\"\u003egolang-migrate/migrate#1309\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: Remove go.uber.org/atomic in favor of std sync/atomic by \u003ca href=\"https://github.com/romshark\"\u003e\u003ccode\u003e@​romshark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1303\"\u003egolang-migrate/migrate#1303\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eEnsure bufferWriter is always closed in Migration.Buffer and propagate close errors by \u003ca href=\"https://github.com/ckantcs\"\u003e\u003ccode\u003e@​ckantcs\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1308\"\u003egolang-migrate/migrate#1308\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd support for Go 1.25 and drop support for 1.23 by \u003ca href=\"https://github.com/dhui\"\u003e\u003ccode\u003e@​dhui\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1310\"\u003egolang-migrate/migrate#1310\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/urbim\"\u003e\u003ccode\u003e@​urbim\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1186\"\u003egolang-migrate/migrate#1186\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/sandhilt\"\u003e\u003ccode\u003e@​sandhilt\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1277\"\u003egolang-migrate/migrate#1277\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/romshark\"\u003e\u003ccode\u003e@​romshark\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1303\"\u003egolang-migrate/migrate#1303\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ckantcs\"\u003e\u003ccode\u003e@​ckantcs\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/pull/1308\"\u003egolang-migrate/migrate#1308\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/golang-migrate/migrate/compare/v4.18.3...v4.19.0\"\u003ehttps://github.com/golang-migrate/migrate/compare/v4.18.3...v4.19.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev4.18.3\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ea4d0a1b Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2\u003c/li\u003e\n\u003cli\u003ef37ef79 Bump golang.org/x/crypto from 0.31.0 to 0.35.0\u003c/li\u003e\n\u003cli\u003e5b97c92 Bump golang.org/x/net from 0.33.0 to 0.38.0\u003c/li\u003e\n\u003cli\u003ee6d84f6 Drop support for Go 1.22 and add support for Go 1.24\u003c/li\u003e\n\u003cli\u003efccd197 Mention CLI install instructions in main README\u003c/li\u003e\n\u003cli\u003e34c2b4a Remove redundant build tags\u003c/li\u003e\n\u003cli\u003ea868033 Update FAQ.md - typo\u003c/li\u003e\n\u003cli\u003e7269490 Update golangci-lint version used in GitHub Actions\u003c/li\u003e\n\u003cli\u003ec5137c4 Update migrate -help output for the readme file\u003c/li\u003e\n\u003cli\u003e033835a Update to dktest v0.4.5\u003c/li\u003e\n\u003cli\u003e8b09191 fix: typo limited not limitted\u003c/li\u003e\n\u003cli\u003e60d73be refactor: replace github.com/pkg/errors with stdlib\u003c/li\u003e\n\u003cli\u003e36d17ba tests: fix various tests (\u003ca href=\"https://redirect.github.com/golang-migrate/migrate/issues/1209\"\u003e#1209\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/8b9c5f77128ef93d65a082208a2009a3911fe6d4\"\u003e\u003ccode\u003e8b9c5f7\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/issues/1310\"\u003e#1310\u003c/a\u003e from dhui/update_go\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/b4ec9bccb14cd7b0eb0510ac9d3d01d4be79324f\"\u003e\u003ccode\u003eb4ec9bc\u003c/code\u003e\u003c/a\u003e Add support for Go 1.25 and drop support for 1.23\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/ed4bdd4614e991ca8fba606b38a45f6409a9deb6\"\u003e\u003ccode\u003eed4bdd4\u003c/code\u003e\u003c/a\u003e Ensure bufferWriter is always closed in Migration.Buffer and propagate close ...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/8945e853c4c84a92bfa42572ac4cfd7874e23108\"\u003e\u003ccode\u003e8945e85\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/issues/1303\"\u003e#1303\u003c/a\u003e from romshark/master\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/7108d806dd50c1510510239a161887757f240122\"\u003e\u003ccode\u003e7108d80\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/issues/1309\"\u003e#1309\u003c/a\u003e from dhui/dktest_v0.4.6\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/682016f04c2c0f8faa1d122fd22a62563876f71d\"\u003e\u003ccode\u003e682016f\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/issues/1277\"\u003e#1277\u003c/a\u003e from sandhilt/doc/change-apt-key-to-gpg\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/f3e6b5a737de1b7c79aaf81168395d6f2eb1fbb0\"\u003e\u003ccode\u003ef3e6b5a\u003c/code\u003e\u003c/a\u003e Replace usage of deprecated docker types\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/0a17402aa2359c8c5cd5a68a0e08a41c4460337f\"\u003e\u003ccode\u003e0a17402\u003c/code\u003e\u003c/a\u003e Update dktest to v0.4.6 for docker vuln fix\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/5eee0c8030ca227bfd27a425988f9c7c4948e90a\"\u003e\u003ccode\u003e5eee0c8\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang-migrate/migrate/issues/1299\"\u003e#1299\u003c/a\u003e from golang-migrate/dependabot/go_modules/golang.org...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang-migrate/migrate/commit/642a24d61bb0a870a15020adceeee3e85d5151c3\"\u003e\u003ccode\u003e642a24d\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/oauth2 from 0.18.0 to 0.27.0\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/golang-migrate/migrate/compare/v4.18.2...v4.19.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/magiconair/properties` from 1.8.9 to 1.8.10\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/magiconair/properties/releases\"\u003egithub.com/magiconair/properties's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.8.10\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd 32bit numeric getters which do not panic by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/77\"\u003emagiconair/properties#77\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eescape leading whitespace on value in Write() by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/81\"\u003emagiconair/properties#81\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/281f515b93cf755020c587f2ffcbdee2322f3615\"\u003e\u003ccode\u003e281f515\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/81\"\u003e#81\u003c/a\u003e from magiconair/issue-80\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/6b7aa68b641f5d60ebb8b6845db1128db53a6cf3\"\u003e\u003ccode\u003e6b7aa68\u003c/code\u003e\u003c/a\u003e test with go1.24\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/06f31332fd5f37daf3faffdf26bfec3cd1cd28b2\"\u003e\u003ccode\u003e06f3133\u003c/code\u003e\u003c/a\u003e escape leading whitespace on value in Write()\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/3dfc3b527876b509fda83a042544db6f2a2a76e6\"\u003e\u003ccode\u003e3dfc3b5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/77\"\u003e#77\u003c/a\u003e from magiconair/get32bit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/b1485840343acfbc730b9d7ff4d775e92ac02091\"\u003e\u003ccode\u003eb148584\u003c/code\u003e\u003c/a\u003e Add 32bit numeric getters which do not panic\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/mattn/go-sqlite3` from 1.14.24 to 1.14.32\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/8bf7a8a844faf952aa0245b4c0ad0a47e84f4efd\"\u003e\u003ccode\u003e8bf7a8a\u003c/code\u003e\u003c/a\u003e update amalgamation code\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/2e165e0718baef36dee27c234ce8a11009eb83ac\"\u003e\u003ccode\u003e2e165e0\u003c/code\u003e\u003c/a\u003e fix syntax error\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/e63a0c3f5b40ae8b866fa134d403587c977eb75f\"\u003e\u003ccode\u003ee63a0c3\u003c/code\u003e\u003c/a\u003e fix test\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/a9775d4d98204f439d40145ee14e2606605bac31\"\u003e\u003ccode\u003ea9775d4\u003c/code\u003e\u003c/a\u003e return error\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/c857a95a180ebf5b2894c7158645f44c303daa7a\"\u003e\u003ccode\u003ec857a95\u003c/code\u003e\u003c/a\u003e drop call of AuthEnabled()\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/eb86f084da9fbd726693c5c3de1adf2aaabe5f82\"\u003e\u003ccode\u003eeb86f08\u003c/code\u003e\u003c/a\u003e check authEnabled\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/4372bf2fb0cc86d0647a3762e60fce29ec8a92ca\"\u003e\u003ccode\u003e4372bf2\u003c/code\u003e\u003c/a\u003e enable test for sqlite_userauth but it is dropped at least\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/69a843e67f38efe92c99aad764f3f6952c3c6032\"\u003e\u003ccode\u003e69a843e\u003c/code\u003e\u003c/a\u003e fix GitHub workflow\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/4c1ac1eb245604b6fe1821e22d3bb3573abfcca3\"\u003e\u003ccode\u003e4c1ac1e\u003c/code\u003e\u003c/a\u003e fix GitHub workflow\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mattn/go-sqlite3/commit/a8be3f8183a78ed0621f03361a49090fe77fdbbd\"\u003e\u003ccode\u003ea8be3f8\u003c/code\u003e\u003c/a\u003e fix GitHub workflow\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/mattn/go-sqlite3/compare/v1.14.24...v1.14.32\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/spf13/viper` from 1.19.0 to 1.21.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/spf13/viper/releases\"\u003egithub.com/spf13/viper's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.21.0\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eEnhancements 🚀\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAdd support for flags pflag.BoolSlice, pflag.UintSlice and pflag.Float64Slice by \u003ca href=\"https://github.com/nmvalera\"\u003e\u003ccode\u003e@​nmvalera\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2015\"\u003espf13/viper#2015\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: use maintained yaml library by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2040\"\u003espf13/viper#2040\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBug Fixes 🐛\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efix(config): get config type from v.configType or config file ext by \u003ca href=\"https://github.com/GuillaumeBAECHLER\"\u003e\u003ccode\u003e@​GuillaumeBAECHLER\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2003\"\u003espf13/viper#2003\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: config type check when loading any config by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2007\"\u003espf13/viper#2007\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDependency Updates ⬆️\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate dependencies by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/1993\"\u003espf13/viper#1993\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/spf13/cast from 1.7.1 to 1.8.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2017\"\u003espf13/viper#2017\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/pelletier/go-toml/v2 from 2.2.3 to 2.2.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2013\"\u003espf13/viper#2013\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/sagikazarmark/locafero from 0.8.0 to 0.9.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2008\"\u003espf13/viper#2008\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 in /remote by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2016\"\u003espf13/viper#2016\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/spf13/cast from 1.8.0 to 1.9.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2020\"\u003espf13/viper#2020\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2028\"\u003espf13/viper#2028\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2035\"\u003espf13/viper#2035\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2036\"\u003espf13/viper#2036\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2012\"\u003espf13/viper#2012\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2052\"\u003espf13/viper#2052\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /remote by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2048\"\u003espf13/viper#2048\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2056\"\u003espf13/viper#2056\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update dependencies by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2057\"\u003espf13/viper#2057\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eOther Changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate update guide with \u003ccode\u003emapstructure\u003c/code\u003e package replacement. by \u003ca href=\"https://github.com/aldas\"\u003e\u003ccode\u003e@​aldas\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2004\"\u003espf13/viper#2004\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: use the built-in max/min to simplify the code by \u003ca href=\"https://github.com/yingshanghuangqiao\"\u003e\u003ccode\u003e@​yingshanghuangqiao\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2029\"\u003espf13/viper#2029\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/GuillaumeBAECHLER\"\u003e\u003ccode\u003e@​GuillaumeBAECHLER\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2003\"\u003espf13/viper#2003\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/aldas\"\u003e\u003ccode\u003e@​aldas\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2004\"\u003espf13/viper#2004\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nmvalera\"\u003e\u003ccode\u003e@​nmvalera\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2015\"\u003espf13/viper#2015\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yingshanghuangqiao\"\u003e\u003ccode\u003e@​yingshanghuangqiao\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2029\"\u003espf13/viper#2029\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2046\"\u003espf13/viper#2046\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spacez320\"\u003e\u003ccode\u003e@​spacez320\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2050\"\u003espf13/viper#2050\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/viper/compare/v1.20.0...v1.21.0\"\u003ehttps://github.com/spf13/viper/compare/v1.20.0...v1.21.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.20.1\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eBug Fixes 🐛\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBackport config type fixes to 1.20.x by \u003ca href=\"https://github.com/sagikazarmark\"\u003e\u003ccode\u003e@​sagikazarmark\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/viper/pull/2005\"\u003espf13/viper#2005\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/viper/compare/v1.20.0...v1.20.1\"\u003ehttps://github.com/spf13/viper/compare/v1.20.0...v1.20.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.20.0\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/394040caccbdf5821fa6839386a35f0fb1b1ee9e\"\u003e\u003ccode\u003e394040c\u003c/code\u003e\u003c/a\u003e ci: build on go 1.25\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/812f548100ce43c96cf2ef6914fa3aea3c9885e2\"\u003e\u003ccode\u003e812f548\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/d5271efd81369475d8b49e85ce35cfe83359a991\"\u003e\u003ccode\u003ed5271ef\u003c/code\u003e\u003c/a\u003e ci: update stale workflow\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/dff303b19f6859ea69d0f48a3343765c25ce5ad2\"\u003e\u003ccode\u003edff303b\u003c/code\u003e\u003c/a\u003e feat: add a stale issue scheduled action\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/12879766ad2fccd4875e8dc5ba96ce5f28357842\"\u003e\u003ccode\u003e1287976\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/38932cd79521272eb1634d81eb1c200fa1803008\"\u003e\u003ccode\u003e38932cd\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/go-viper/mapstructure/v2 in /remote\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/6d014bec7784acab13d7d7eb2adcb6814bac2f89\"\u003e\u003ccode\u003e6d014be\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/b74c7ee1e5e999f16bc2b904608815a59241b316\"\u003e\u003ccode\u003eb74c7ee\u003c/code\u003e\u003c/a\u003e build(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/acd05e1543b0c36b36580b6bd29c53a9b62acd98\"\u003e\u003ccode\u003eacd05e1\u003c/code\u003e\u003c/a\u003e fix: linting issues\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/viper/commit/ae5a8e23e22a67a6dcc2025cef0b5a2ca7615456\"\u003e\u003ccode\u003eae5a8e2\u003c/code\u003e\u003c/a\u003e ci: upgrade golangci-lint\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/spf13/viper/compare/v1.19.0...v1.21.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/swaggo/gin-swagger` from 1.6.0 to 1.6.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/swaggo/gin-swagger/releases\"\u003egithub.com/swaggo/gin-swagger's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.6.1\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e19f4300ad05a57e2a7a2f3ef0a3acbac8f30a435 Allow to enable Proof Key for Code Exachange (PKCE) (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/271\"\u003e#271\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e76a92d5db8f3d154f87d1feac1e46f23aeec9fdf Update Go versions in CI workflow (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/324\"\u003e#324\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eaa92a0ac3f26c587e4248afcf8d8b6318353e7b0 Update ReadMe (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/291\"\u003e#291\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e08e4a929c9132200950fed601d0472142a20e0ce chore(deps): bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/270\"\u003e#270\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e7d8970259b5a77dde1462927b1b4d589fc938cd4 chore(deps): bump golang.org/x/net from 0.8.0 to 0.23.0 (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/298\"\u003e#298\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e2b8554dea56a983cae644a52556125b6f4216020 chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/293\"\u003e#293\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e3b4340f1a7a6b24b9dcb4238954db4482db434ae move css and js to seperate files (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/280\"\u003e#280\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/gin-swagger/commit/2b8554dea56a983cae644a52556125b6f4216020\"\u003e\u003ccode\u003e2b8554d\u003c/code\u003e\u003c/a\u003e chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/293\"\u003e#293\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/gin-swagger/commit/08e4a929c9132200950fed601d0472142a20e0ce\"\u003e\u003ccode\u003e08e4a92\u003c/code\u003e\u003c/a\u003e chore(deps): bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/270\"\u003e#270\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/gin-swagger/commit/7d8970259b5a77dde1462927b1b4d589fc938cd4\"\u003e\u003ccode\u003e7d89702\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/net from 0.8.0 to 0.23.0 (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/298\"\u003e#298\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/gin-swagger/commit/76a92d5db8f3d154f87d1feac1e46f23aeec9fdf\"\u003e\u003ccode\u003e76a92d5\u003c/code\u003e\u003c/a\u003e Update Go versions in CI workflow (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/324\"\u003e#324\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/gin-swagger/commit/19f4300ad05a57e2a7a2f3ef0a3acbac8f30a435\"\u003e\u003ccode\u003e19f4300\u003c/code\u003e\u003c/a\u003e Allow to enable Proof Key for Code Exachange (PKCE) (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/271\"\u003e#271\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/gin-swagger/commit/aa92a0ac3f26c587e4248afcf8d8b6318353e7b0\"\u003e\u003ccode\u003eaa92a0a\u003c/code\u003e\u003c/a\u003e Update ReadMe (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/291\"\u003e#291\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/gin-swagger/commit/3b4340f1a7a6b24b9dcb4238954db4482db434ae\"\u003e\u003ccode\u003e3b4340f\u003c/code\u003e\u003c/a\u003e move css and js to seperate files (\u003ca href=\"https://redirect.github.com/swaggo/gin-swagger/issues/280\"\u003e#280\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/swaggo/gin-swagger/compare/v1.6.0...v1.6.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/swaggo/swag` from 1.16.4 to 1.16.6\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/swaggo/swag/releases\"\u003egithub.com/swaggo/swag's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.16.6\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: prevent nil pointer dereference in getFuncDoc when parsing depen… by \u003ca href=\"https://github.com/gatorjuice\"\u003e\u003ccode\u003e@​gatorjuice\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2044\"\u003eswaggo/swag#2044\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: router with tilde \u003ca href=\"https://redirect.github.com/swaggo/swag/issues/2004\"\u003e#2004\u003c/a\u003e by \u003ca href=\"https://github.com/subwiz\"\u003e\u003ccode\u003e@​subwiz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2005\"\u003eswaggo/swag#2005\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFeature: allow enum ordered const name override (2nd PR for this) by \u003ca href=\"https://github.com/drewsilcock\"\u003e\u003ccode\u003e@​drewsilcock\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2046\"\u003eswaggo/swag#2046\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUse the structs name without the \u003ca href=\"https://github.com/name\"\u003e\u003ccode\u003e@​name\u003c/code\u003e\u003c/a\u003e comment by \u003ca href=\"https://github.com/skast96\"\u003e\u003ccode\u003e@​skast96\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2043\"\u003eswaggo/swag#2043\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: allow description line continuation by \u003ca href=\"https://github.com/berk-karaal\"\u003e\u003ccode\u003e@​berk-karaal\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2048\"\u003eswaggo/swag#2048\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/gatorjuice\"\u003e\u003ccode\u003e@​gatorjuice\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2044\"\u003eswaggo/swag#2044\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/subwiz\"\u003e\u003ccode\u003e@​subwiz\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2005\"\u003eswaggo/swag#2005\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/drewsilcock\"\u003e\u003ccode\u003e@​drewsilcock\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2046\"\u003eswaggo/swag#2046\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/skast96\"\u003e\u003ccode\u003e@​skast96\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2043\"\u003eswaggo/swag#2043\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/swaggo/swag/compare/v1.16.5...v1.16.6\"\u003ehttps://github.com/swaggo/swag/compare/v1.16.5...v1.16.6\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.16.5\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdded support for \u003ca href=\"https://github.com/tag\"\u003e\u003ccode\u003e@​tag\u003c/code\u003e\u003c/a\u003e.x- attributes for tags (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/1784\"\u003e#1784\u003c/a\u003e) by \u003ca href=\"https://github.com/Ponywka\"\u003e\u003ccode\u003e@​Ponywka\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1785\"\u003eswaggo/swag#1785\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: Add x-enum-descriptions to generated Swagger documentation for Enum by \u003ca href=\"https://github.com/wakamenod\"\u003e\u003ccode\u003e@​wakamenod\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1878\"\u003eswaggo/swag#1878\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: use '\u0026amp;\u0026amp;' for security pair(AND) by \u003ca href=\"https://github.com/kkkiio\"\u003e\u003ccode\u003e@​kkkiio\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1659\"\u003eswaggo/swag#1659\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: ParseComment error to contain the comment by \u003ca href=\"https://github.com/stokito\"\u003e\u003ccode\u003e@​stokito\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1777\"\u003eswaggo/swag#1777\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esupport generate var-declared function doc by \u003ca href=\"https://github.com/book987\"\u003e\u003ccode\u003e@​book987\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1657\"\u003eswaggo/swag#1657\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix compare original and formatted by \u003ca href=\"https://github.com/0daryo\"\u003e\u003ccode\u003e@​0daryo\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1915\"\u003eswaggo/swag#1915\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eTransfer golang type to swagger type with format reserved by \u003ca href=\"https://github.com/sdghchj\"\u003e\u003ccode\u003e@​sdghchj\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1944\"\u003eswaggo/swag#1944\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix format by goimports by \u003ca href=\"https://github.com/0daryo\"\u003e\u003ccode\u003e@​0daryo\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1927\"\u003eswaggo/swag#1927\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /example/object-map-example by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1945\"\u003eswaggo/swag#1945\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: \u003ca href=\"https://github.com/name\"\u003e\u003ccode\u003e@​name\u003c/code\u003e\u003c/a\u003e for recursion by \u003ca href=\"https://github.com/njacob1001\"\u003e\u003ccode\u003e@​njacob1001\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1948\"\u003eswaggo/swag#1948\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix typo error in README by \u003ca href=\"https://github.com/yashisrani\"\u003e\u003ccode\u003e@​yashisrani\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1954\"\u003eswaggo/swag#1954\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eExtension: collectionFormat in struct tag by \u003ca href=\"https://github.com/sdghchj\"\u003e\u003ccode\u003e@​sdghchj\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1989\"\u003eswaggo/swag#1989\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: accept event streaming by \u003ca href=\"https://github.com/miguelhrocha\"\u003e\u003ccode\u003e@​miguelhrocha\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1992\"\u003eswaggo/swag#1992\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eNon-empty stderr for \u003ccode\u003ego list\u003c/code\u003e is not an error in itself by \u003ca href=\"https://github.com/atercattus\"\u003e\u003ccode\u003e@​atercattus\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1981\"\u003eswaggo/swag#1981\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdated golang/x/text v0.21, x/tools v0.21 to address CVE-2024-45338 in net v0.23 by \u003ca href=\"https://github.com/blame19\"\u003e\u003ccode\u003e@​blame19\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1962\"\u003eswaggo/swag#1962\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove redundant \u003ccode\u003e(default: false)\u003c/code\u003e for parseFuncBody flag by \u003ca href=\"https://github.com/nikpivkin\"\u003e\u003ccode\u003e@​nikpivkin\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1961\"\u003eswaggo/swag#1961\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /example/celler by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1993\"\u003eswaggo/swag#1993\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix(test): include \u003ccode\u003erune\u003c/code\u003e test in enums tests by \u003ca href=\"https://github.com/sharunkumar\"\u003e\u003ccode\u003e@​sharunkumar\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2025\"\u003eswaggo/swag#2025\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: json:omitempty marks field as optional by \u003ca href=\"https://github.com/andyatmiami\"\u003e\u003ccode\u003e@​andyatmiami\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2041\"\u003eswaggo/swag#2041\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wakamenod\"\u003e\u003ccode\u003e@​wakamenod\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1878\"\u003eswaggo/swag#1878\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stokito\"\u003e\u003ccode\u003e@​stokito\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1777\"\u003eswaggo/swag#1777\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/book987\"\u003e\u003ccode\u003e@​book987\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1657\"\u003eswaggo/swag#1657\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/njacob1001\"\u003e\u003ccode\u003e@​njacob1001\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1948\"\u003eswaggo/swag#1948\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yashisrani\"\u003e\u003ccode\u003e@​yashisrani\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1954\"\u003eswaggo/swag#1954\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/miguelhrocha\"\u003e\u003ccode\u003e@​miguelhrocha\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1992\"\u003eswaggo/swag#1992\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/atercattus\"\u003e\u003ccode\u003e@​atercattus\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1981\"\u003eswaggo/swag#1981\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/blame19\"\u003e\u003ccode\u003e@​blame19\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/1962\"\u003eswaggo/swag#1962\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/sharunkumar\"\u003e\u003ccode\u003e@​sharunkumar\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2025\"\u003eswaggo/swag#2025\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/andyatmiami\"\u003e\u003ccode\u003e@​andyatmiami\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/swaggo/swag/pull/2041\"\u003eswaggo/swag#2041\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/f676981e12b892b4a2c5f50cd3dbc96d469ca358\"\u003e\u003ccode\u003ef676981\u003c/code\u003e\u003c/a\u003e feat: allow description line continuation (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/2048\"\u003e#2048\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/252fecd4cbc33868a56d3f3f1092cd2a561073ef\"\u003e\u003ccode\u003e252fecd\u003c/code\u003e\u003c/a\u003e Use the structs name without the \u003ca href=\"https://github.com/name\"\u003e\u003ccode\u003e@​name\u003c/code\u003e\u003c/a\u003e comment (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/2043\"\u003e#2043\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/b0c5cc990594386ba6189a21313e4e8e68695249\"\u003e\u003ccode\u003eb0c5cc9\u003c/code\u003e\u003c/a\u003e Feature: allow enum ordered const name override (2nd PR for this) (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/2046\"\u003e#2046\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/0f3bf86377c7e1c5bbf280380419e9ded717d83a\"\u003e\u003ccode\u003e0f3bf86\u003c/code\u003e\u003c/a\u003e fix: router with tilde \u003ca href=\"https://redirect.github.com/swaggo/swag/issues/2004\"\u003e#2004\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/2005\"\u003e#2005\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/d7cec5730e4e9ff1c05e98b780c0092b0ad35cbe\"\u003e\u003ccode\u003ed7cec57\u003c/code\u003e\u003c/a\u003e fix: prevent nil pointer dereference in getFuncDoc when parsing dependencies ...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/15a183bfd60426ca30b2cebdff5ab7c6558d0291\"\u003e\u003ccode\u003e15a183b\u003c/code\u003e\u003c/a\u003e feat: json:omitempty marks field as optional (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/2041\"\u003e#2041\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/714cd1292724c73a25cf1828ea24df08d4f66de3\"\u003e\u003ccode\u003e714cd12\u003c/code\u003e\u003c/a\u003e fix(test): include \u003ccode\u003erune\u003c/code\u003e test in enums tests (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/2025\"\u003e#2025\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/93e86851e9f22f1f2db57812cf71fc004c02159c\"\u003e\u003ccode\u003e93e8685\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/crypto in /example/celler (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/1993\"\u003e#1993\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/aee4fddf38fc80aa5d2d5257545f2a3727d7d056\"\u003e\u003ccode\u003eaee4fdd\u003c/code\u003e\u003c/a\u003e Remove redundant (default: false) for parseFuncBody flag (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/1961\"\u003e#1961\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/swaggo/swag/commit/5c99c1705f92c42ba47987357d0e1790e8c1eb92\"\u003e\u003ccode\u003e5c99c17\u003c/code\u003e\u003c/a\u003e x/text v0.21, x/tools v0.21 (\u003ca href=\"https://redirect.github.com/swaggo/swag/issues/1962\"\u003e#1962\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/swaggo/swag/compare/v1.16.4...v1.16.6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/centrifugal/centrifuge` from 0.34.3 to 0.37.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/centrifugal/centrifuge/releases\"\u003egithub.com/centrifugal/centrifuge's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.37.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFrame ping/pong fix by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/509\"\u003ecentrifugal/centrifuge#509\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUp dependencies, up golangci-lint and Go in CI by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/510\"\u003ecentrifugal/centrifuge#510\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/centrifugal/centrifuge/compare/v0.37.1...v0.37.2\"\u003ehttps://github.com/centrifugal/centrifuge/compare/v0.37.1...v0.37.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev0.37.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eWebSocket frame ping/pong tweaks by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/503\"\u003ecentrifugal/centrifuge#503\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eClient details: connection time, ping/pong latency by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/504\"\u003ecentrifugal/centrifuge#504\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUp dependencies\u003c/li\u003e\n\u003c/ul\u003e\n\u003cpre\u003e\u003ccode\u003e❯ gorelease -base v0.37.0 -version v0.37.1\n# github.com/centrifugal/centrifuge\n## compatible changes\n(*Client).ConnectedAtMS: added\n(*Client).LatestPingPongLatency: added\n\u003ch1\u003esummary\u003c/h1\u003e\n\u003cp\u003ev0.37.1 is a valid semantic version for this release.\u003cbr /\u003e\n\u003c/code\u003e\u003c/pre\u003e\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/centrifugal/centrifuge/compare/v0.37.0...v0.37.1\"\u003ehttps://github.com/centrifugal/centrifuge/compare/v0.37.0...v0.37.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev0.37.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cp\u003eThis release slightly changes the behaviour of the library by setting a max cap on TTL for connections and subscriptions (in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/495\"\u003e#495\u003c/a\u003e). This happens internally and does not require changes in application's code. We expect this to not affect anyone since the max cap is large – one year. But making a new minor version bump to emphasise the change.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eFix duration overflow due to buggy exp, max ttl 1 year by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/495\"\u003ecentrifugal/centrifuge#495\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMake websocket package to not depend on centrifuge internal packages by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/492\"\u003ecentrifugal/centrifuge#492\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAvoid math/rand usage for ws client masking by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/493\"\u003ecentrifugal/centrifuge#493\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMethod to get redis shard mode by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/494\"\u003ecentrifugal/centrifuge#494\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdding recovered publications histogram (must be explicitly enabled via \u003ccode\u003eMetricsConfig\u003c/code\u003e), \u003ccode\u003ehas_recovered_publications\u003c/code\u003e label for recover counter by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/496\"\u003ecentrifugal/centrifuge#496\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUp dependencies by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/pull/497\"\u003ecentrifugal/centrifuge#497\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cpre\u003e\u003ccode\u003e❯ gorelease -base=v0.36.2 -version=v0.37.0\n# github.com/centrifugal/centrifuge\n## compatible changes\n(*RedisShard).Mode: added\nMetricsConfig.EnableRecoveredPublicationsHistogram: added\nRedisShardMode: added\nRedisShardModeCluster: added\n\u0026lt;/tr\u0026gt;\u0026lt;/table\u0026gt; \n\u003c/code\u003e\u003c/pre\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/c2a324629fe33581dc3ee088f53206d2275c7151\"\u003e\u003ccode\u003ec2a3246\u003c/code\u003e\u003c/a\u003e Up dependencies, golang-ci, Go in CI (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/510\"\u003e#510\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/be1d1922c91ce5083f2744c079332ad1fb4cbcf5\"\u003e\u003ccode\u003ebe1d192\u003c/code\u003e\u003c/a\u003e frame ping/pong fix (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/509\"\u003e#509\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/b2d5f6f9f544e1448a94fd282c45c370449116a1\"\u003e\u003ccode\u003eb2d5f6f\u003c/code\u003e\u003c/a\u003e Up dependencies (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/508\"\u003e#508\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/6ee04530bee2845a74d9a73aad06329c34b44a20\"\u003e\u003ccode\u003e6ee0453\u003c/code\u003e\u003c/a\u003e Bump google.golang.org/protobuf from 1.36.6 to 1.36.8 (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/507\"\u003e#507\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/707ba936f85f15144b595c1d5f8506746998480f\"\u003e\u003ccode\u003e707ba93\u003c/code\u003e\u003c/a\u003e Bump actions/checkout from 4 to 5 (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/506\"\u003e#506\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/6089f1e937f3f9c8170e5204fb17e328628704e2\"\u003e\u003ccode\u003e6089f1e\u003c/code\u003e\u003c/a\u003e Client details: connection time, latest ping/pong latency (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/504\"\u003e#504\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/40994f2de921d5b5981f0b337dcd160df51345ce\"\u003e\u003ccode\u003e40994f2\u003c/code\u003e\u003c/a\u003e up dependencies (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/505\"\u003e#505\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/c6af25238b09c912c7dca91837e3fc02bc021a83\"\u003e\u003ccode\u003ec6af252\u003c/code\u003e\u003c/a\u003e frame ping/pong tweaks (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/503\"\u003e#503\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/e64a8350861d3b99d4ef390ef90314f6016cffa3\"\u003e\u003ccode\u003ee64a835\u003c/code\u003e\u003c/a\u003e up dependencies (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/501\"\u003e#501\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/centrifugal/centrifuge/commit/25e91ee2d85edfe32e0960f3ecd17cba0d4356db\"\u003e\u003ccode\u003e25e91ee\u003c/code\u003e\u003c/a\u003e Bump github.com/prometheus/client_golang from 1.22.0 to 1.23.0 (\u003ca href=\"https://redirect.github.com/centrifugal/centrifuge/issues/499\"\u003e#499\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/centrifugal/centrifuge/compare/v0.34.3...v0.37.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/centrifugal/centrifuge-go` from 0.10.4 to 0.10.11\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/centrifugal/centrifuge-go/releases\"\u003egithub.com/centrifugal/centrifuge-go's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.10.11\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAllow configuring min/max delays for backoff strategies by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge-go/pull/117\"\u003ecentrifugal/centrifuge-go#117\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/centrifugal/centrifuge-go/compare/v0.10.10...v0.10.11\"\u003ehttps://github.com/centrifugal/centrifuge-go/compare/v0.10.10...v0.10.11\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev0.10.10\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eA bit cleaner run handler code by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge-go/pull/114\"\u003ecentrifugal/centrifuge-go#114\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix tracing enabled when log level is LogLevelNone by \u003ca href=\"https://github.com/C-Pro\"\u003e\u003ccode\u003e@​C-Pro\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge-go/pull/115\"\u003ecentrifugal/centrifuge-go#115\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/centrifugal/centrifuge-go/compare/v0.10.9...v0.10.10\"\u003ehttps://github.com/centrifugal/centrifuge-go/compare/v0.10.9...v0.10.10\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev0.10.9\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix panic due to nil queue upon close by \u003ca href=\"https://github.com/C-Pro\"\u003e\u003ccode\u003e@​C-Pro\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge-go/pull/112\"\u003ecentrifugal/centrifuge-go#112\u003c/a\u003e \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge-go/pull/113\"\u003ecentrifugal/centrifuge-go#113\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUp lint action version by \u003ca href=\"https://github.com/FZambia\"\u003e\u003ccode\u003e@​FZambia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/centrifugal/centrifuge-go/pull/11...\n\n_Description has been truncated_","html_url":"https://github.com/bsv-blockchain/block-headers-service/pull/352","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsv-blockchain%2Fblock-headers-service/issues/352","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/352/packages"}},{"old_version":"1.8.9","new_version":"1.8.10","update_type":"patch","path":null,"pr_created_at":"2025-10-21T01:01:37.000Z","version_change":"1.8.9 → 1.8.10","issue":{"uuid":"3534448368","node_id":"PR_kwDOEJGG6M6uvSYK","number":2733,"state":"open","title":"build(deps): Bump github.com/magiconair/properties from 1.8.9 to 1.8.10","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-10-21T01:01:37.000Z","updated_at":"2025-10-28T11:00:35.387Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps): Bump","packages":[{"name":"github.com/magiconair/properties","old_version":"1.8.9","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"}],"path":null,"ecosystem":"go"},"body":"Bumps [github.com/magiconair/properties](https://github.com/magiconair/properties) from 1.8.9 to 1.8.10.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/magiconair/properties/releases\"\u003egithub.com/magiconair/properties's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.8.10\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd 32bit numeric getters which do not panic by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/77\"\u003emagiconair/properties#77\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eescape leading whitespace on value in Write() by \u003ca href=\"https://github.com/magiconair\"\u003e\u003ccode\u003e@​magiconair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/magiconair/properties/pull/81\"\u003emagiconair/properties#81\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\"\u003ehttps://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/281f515b93cf755020c587f2ffcbdee2322f3615\"\u003e\u003ccode\u003e281f515\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/81\"\u003e#81\u003c/a\u003e from magiconair/issue-80\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/6b7aa68b641f5d60ebb8b6845db1128db53a6cf3\"\u003e\u003ccode\u003e6b7aa68\u003c/code\u003e\u003c/a\u003e test with go1.24\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/06f31332fd5f37daf3faffdf26bfec3cd1cd28b2\"\u003e\u003ccode\u003e06f3133\u003c/code\u003e\u003c/a\u003e escape leading whitespace on value in Write()\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/3dfc3b527876b509fda83a042544db6f2a2a76e6\"\u003e\u003ccode\u003e3dfc3b5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/magiconair/properties/issues/77\"\u003e#77\u003c/a\u003e from magiconair/get32bit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/magiconair/properties/commit/b1485840343acfbc730b9d7ff4d775e92ac02091\"\u003e\u003ccode\u003eb148584\u003c/code\u003e\u003c/a\u003e Add 32bit numeric getters which do not panic\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/magiconair/properties/compare/v1.8.9...v1.8.10\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/magiconair/properties\u0026package-manager=go_modules\u0026previous-version=1.8.9\u0026new-version=1.8.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/bwhour/cosdk/pull/2733","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/bwhour%2Fcosdk/issues/2733","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2733/packages"}},{"old_version":"1.8.7","new_version":"1.8.10","update_type":"patch","path":null,"pr_created_at":"2025-10-06T20:50:44.000Z","version_change":"1.8.7 → 1.8.10","issue":{"uuid":"2891838947","node_id":"PR_kwDOCLjqFs6sXfXj","number":842,"state":"open","title":"Bump the all-deps group across 5 directories with 169 updates","user":"dependabot[bot]","labels":["dependencies","go"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":null,"author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-10-06T20:50:44.000Z","updated_at":"2025-10-06T20:50:45.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"all-deps","update_count":169,"packages":[{"name":"github.com/golang/protobuf","old_version":"1.5.3","new_version":"1.5.4","repository_url":"https://github.com/golang/protobuf"},{"name":"github.com/maxbrunsfeld/counterfeiter/v6","old_version":"6.6.1","new_version":"6.12.0","repository_url":"https://github.com/maxbrunsfeld/counterfeiter"},{"name":"github.com/spf13/cobra","old_version":"1.7.0","new_version":"1.10.1","repository_url":"https://github.com/spf13/cobra"},{"name":"github.com/stretchr/testify","old_version":"1.8.4","new_version":"1.11.1","repository_url":"https://github.com/stretchr/testify"},{"name":"honnef.co/go/tools","old_version":"0.4.3","new_version":"0.6.1","repository_url":"https://github.com/dominikh/go-tools"},{"name":"github.com/Microsoft/go-winio","old_version":"0.6.1","new_version":"0.6.2","repository_url":"https://github.com/Microsoft/go-winio"},{"name":"github.com/bits-and-blooms/bitset","old_version":"1.7.0","new_version":"1.24.0","repository_url":"https://github.com/bits-and-blooms/bitset"},{"name":"github.com/cespare/xxhash/v2","old_version":"2.2.0","new_version":"2.3.0","repository_url":"https://github.com/cespare/xxhash"},{"name":"github.com/cloudflare/cfssl","old_version":"1.4.1","new_version":"1.6.5","repository_url":"https://github.com/cloudflare/cfssl"},{"name":"github.com/consensys/bavard","old_version":"0.1.13","new_version":"0.2.1","repository_url":"https://github.com/consensys/bavard"},{"name":"github.com/consensys/gnark-crypto","old_version":"0.12.1","new_version":"0.19.0","repository_url":"https://github.com/consensys/gnark-crypto"},{"name":"github.com/docker/go-connections","old_version":"0.5.0","new_version":"0.6.0","repository_url":"https://github.com/docker/go-connections"},{"name":"github.com/fsnotify/fsnotify","old_version":"1.6.0","new_version":"1.9.0","repository_url":"https://github.com/fsnotify/fsnotify"},{"name":"github.com/fsouza/go-dockerclient","old_version":"1.10.0","new_version":"1.12.2","repository_url":"https://github.com/fsouza/go-dockerclient"},{"name":"github.com/go-kit/kit","old_version":"0.10.0","new_version":"0.13.0","repository_url":"https://github.com/go-kit/kit"},{"name":"github.com/go-logfmt/logfmt","old_version":"0.5.1","new_version":"0.6.1","repository_url":"https://github.com/go-logfmt/logfmt"},{"name":"github.com/go-openapi/jsonpointer","old_version":"0.19.5","new_version":"0.22.1","repository_url":"https://github.com/go-openapi/jsonpointer"},{"name":"github.com/go-openapi/jsonreference","old_version":"0.20.0","new_version":"0.21.2","repository_url":"https://github.com/go-openapi/jsonreference"},{"name":"github.com/go-openapi/spec","old_version":"0.20.8","new_version":"0.22.0","repository_url":"https://github.com/go-openapi/spec"},{"name":"github.com/gobuffalo/envy","old_version":"1.10.1","new_version":"1.10.2","repository_url":"https://github.com/gobuffalo/envy"},{"name":"github.com/gobuffalo/packd","old_version":"1.0.1","new_version":"1.0.2","repository_url":"https://github.com/gobuffalo/packd"},{"name":"github.com/joho/godotenv","old_version":"1.4.0","new_version":"1.5.1","repository_url":"https://github.com/joho/godotenv"},{"name":"github.com/magiconair/properties","old_version":"1.8.7","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"},{"name":"github.com/moby/term","old_version":"0.5.0","new_version":"0.5.2","repository_url":"https://github.com/moby/term"},{"name":"github.com/nxadm/tail","old_version":"1.4.8","new_version":"1.4.11","repository_url":"https://github.com/nxadm/tail"},{"name":"github.com/opencontainers/image-spec","old_version":"1.1.0-rc5","new_version":"1.1.1","repository_url":"https://github.com/opencontainers/image-spec"},{"name":"github.com/prometheus/client_model","old_version":"0.5.0","new_version":"0.6.2","repository_url":"https://github.com/prometheus/client_model"},{"name":"github.com/prometheus/procfs","old_version":"0.12.0","new_version":"0.17.0","repository_url":"https://github.com/prometheus/procfs"},{"name":"github.com/rogpeppe/go-internal","old_version":"1.11.0","new_version":"1.14.1","repository_url":"https://github.com/rogpeppe/go-internal"},{"name":"github.com/spf13/afero","old_version":"1.6.0","new_version":"1.15.0","repository_url":"https://github.com/spf13/afero"},{"name":"github.com/spf13/cast","old_version":"1.4.1","new_version":"1.10.0","repository_url":"https://github.com/spf13/cast"},{"name":"github.com/spf13/viper","old_version":"1.10.1","new_version":"1.21.0","repository_url":"https://github.com/spf13/viper"}],"path":null,"ecosystem":"go"},"body":"Bumps the all-deps group with 32 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/maxbrunsfeld/counterfeiter/v6](https://github.com/maxbrunsfeld/counterfeiter) | `6.6.1` | `6.12.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [honnef.co/go/tools](https://github.com/dominikh/go-tools) | `0.4.3` | `0.6.1` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.0` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.0` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.5` | `0.22.1` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.0` | `0.21.2` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.0` |\n| [github.com/gobuffalo/envy](https://github.com/gobuffalo/envy) | `1.10.1` | `1.10.2` |\n| [github.com/gobuffalo/packd](https://github.com/gobuffalo/packd) | `1.0.1` | `1.0.2` |\n| [github.com/joho/godotenv](https://github.com/joho/godotenv) | `1.4.0` | `1.5.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/nxadm/tail](https://github.com/nxadm/tail) | `1.4.8` | `1.4.11` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0-rc5` | `1.1.1` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.17.0` |\n| [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) | `1.11.0` | `1.14.1` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.6.0` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n\nBumps the all-deps group with 48 updates in the /integration/go_chaincode directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.26.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.0` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.0` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.28` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.0` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.2` | `1.14.1` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd) | `22.5.0` | `22.6.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/dgraph-io/badger/v3](https://github.com/dgraph-io/badger) | `3.2103.2` | `3.2103.5` |\n| [github.com/elastic/gosigar](https://github.com/elastic/gosigar) | `0.14.2` | `0.14.3` |\n| [github.com/flynn/noise](https://github.com/flynn/noise) | `1.0.0` | `1.1.0` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.10` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.7.0` | `1.7.6` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.16.0` | `2.27.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.16.3` |\n| [github.com/huin/goupnp](https://github.com/huin/goupnp) | `1.2.0` | `1.3.0` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/boxo](https://github.com/ipfs/boxo) | `0.8.0-rc1` | `0.35.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/multiformats/go-varint](https://github.com/multiformats/go-varint) | `0.0.7` | `0.1.0` |\n| [github.com/ugorji/go](https://github.com/ugorji/go) | `1.1.4` | `1.2.14` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.39.0` |\n\nBumps the all-deps group with 25 updates in the /samples/application/ccapi directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.11.1` |\n| [golang.org/x/tools](https://github.com/golang/tools) | `0.14.0` | `0.37.0` |\n| google.golang.org/protobuf | `1.34.2` | `1.36.10` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.6` | `0.22.1` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.2` | `0.21.2` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.0` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.17.0` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.2` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.5` | `1.0.10` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.6` | `1.14.1` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.10` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.4.0` | `1.7.6` |\n| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.59.0` | `1.75.1` |\n| [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.8.12` | `1.16.6` |\n| [github.com/swaggo/gin-swagger](https://github.com/swaggo/gin-swagger) | `1.6.0` | `1.6.1` |\n\nBumps the all-deps group with 53 updates in the /samples/demos/irb directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.26.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.0` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.0` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.28` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0` | `1.1.1` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.0` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.16.3` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/go-cid](https://github.com/ipfs/go-cid) | `0.4.1` | `0.5.0` |\n| [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.7` | `2.3.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) | `0.11.0` | `0.16.1` |\n| [github.com/multiformats/go-multicodec](https://github.com/multiformats/go-multicodec) | `0.9.0` | `0.9.2` |\n| [github.com/multiformats/go-multistream](https://github.com/multiformats/go-multistream) | `0.4.1` | `0.6.1` |\n| [github.com/multiformats/go-varint](https://github.com/multiformats/go-varint) | `0.0.7` | `0.1.0` |\n| [lukechampine.com/blake3](https://github.com/lukechampine/blake3) | `1.2.1` | `1.4.1` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.39.0` |\n| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.28.0` | `0.39.0` |\n| [code.cloudfoundry.org/clock](https://github.com/cloudfoundry/clock) | `1.1.0` | `1.50.0` |\n| [github.com/VictoriaMetrics/fastcache](https://github.com/VictoriaMetrics/fastcache) | `1.12.1` | `1.13.0` |\n| [github.com/go-ole/go-ole](https://github.com/go-ole/go-ole) | `1.2.6` | `1.3.0` |\n| [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.12` | `0.3.15` |\n| [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.6` | `3.6.5` |\n| [go.etcd.io/etcd/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.5` |\n| [go.etcd.io/etcd/raft/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.5.23` |\n| [go.etcd.io/etcd/server/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.5` |\n\nBumps the all-deps group with 26 updates in the /samples/deployment/fabric-smart-client/the-simple-testing-network directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.26.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.28` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.0` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.16.3` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.36.0` | `1.38.0` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.39.0` |\n\n\nUpdates `github.com/golang/protobuf` from 1.5.3 to 1.5.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/protobuf/releases\"\u003egithub.com/golang/protobuf's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.5.4\u003c/h2\u003e\n\u003cp\u003eNotable changes\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eupdate descriptor.proto to latest version\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/75de7c059e36b64f01d0dd234ff2fff404ec3374\"\u003e\u003ccode\u003e75de7c0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang/protobuf/issues/1597\"\u003e#1597\u003c/a\u003e from golang/updatedesc\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/b7697bb698b1c56643249ef6179c7cae1478881d\"\u003e\u003ccode\u003eb7697bb\u003c/code\u003e\u003c/a\u003e all: update descriptor.proto to latest version\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/protobuf/compare/v1.5.3...v1.5.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/maxbrunsfeld/counterfeiter/v6` from 6.6.1 to 6.12.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases\"\u003egithub.com/maxbrunsfeld/counterfeiter/v6's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.12.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.37.0 to 1.38.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/333\"\u003emaxbrunsfeld/counterfeiter#333\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.38.0 to 1.38.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/338\"\u003emaxbrunsfeld/counterfeiter#338\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: support for custom type constraints in generic interfaces by \u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.2\u003c/h2\u003e\n\u003cp\u003eRevert changes from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases/tag/v6.11.1\"\u003e\u003ccode\u003ev6.11.1\u003c/code\u003e\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.1\u003c/h2\u003e\n\u003cp\u003eRestore compatibility for \u003ccode\u003ego\u003c/code\u003e \u003ccode\u003e1.22\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.34.2 to 1.35.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/303\"\u003emaxbrunsfeld/counterfeiter#303\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.0 to 1.35.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/304\"\u003emaxbrunsfeld/counterfeiter#304\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.19.0 to 0.20.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/305\"\u003emaxbrunsfeld/counterfeiter#305\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.26.0 to 0.27.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/306\"\u003emaxbrunsfeld/counterfeiter#306\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.1 to 1.36.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/307\"\u003emaxbrunsfeld/counterfeiter#307\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.20.0 to 0.21.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/308\"\u003emaxbrunsfeld/counterfeiter#308\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.27.0 to 0.28.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/309\"\u003emaxbrunsfeld/counterfeiter#309\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.36.0 to 1.36.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/310\"\u003emaxbrunsfeld/counterfeiter#310\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ehandle interfaces with generics by \u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.10.0...v6.11.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.10.0...v6.11.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.34.1 to 1.34.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/296\"\u003emaxbrunsfeld/counterfeiter#296\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.18.0 to 0.19.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/299\"\u003emaxbrunsfeld/counterfeiter#299\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.25.0 to 0.26.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/300\"\u003emaxbrunsfeld/counterfeiter#300\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eissue \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/298\"\u003e#298\u003c/a\u003e - go 1.23 go/types alias change by \u003ca href=\"https://github.com/xanderflood\"\u003e\u003ccode\u003e@​xanderflood\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/301\"\u003emaxbrunsfeld/counterfeiter#301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/xanderflood\"\u003e\u003ccode\u003e@​xanderflood\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/301\"\u003emaxbrunsfeld/counterfeiter#301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.9.0...v6.10.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.9.0...v6.10.0\u003c/a\u003e\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/1787e7d29dd879b458fdf4df04fd7825f206ef3d\"\u003e\u003ccode\u003e1787e7d\u003c/code\u003e\u003c/a\u003e fix incorrect use of fmt.Errorf (use errors.New)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/d0d179107c4f9eb60fa55a6ba3616aafcb2dc9f3\"\u003e\u003ccode\u003ed0d1791\u003c/code\u003e\u003c/a\u003e ⬆️ dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/b365b339524a88e6d4f20c5ed05761533909ce1c\"\u003e\u003ccode\u003eb365b33\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/334\"\u003e#334\u003c/a\u003e from mahboubii/fix/generic-interface-type-constraint\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/df5c1686e416edff9a82fdd84f1c30124f60ab74\"\u003e\u003ccode\u003edf5c168\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/338\"\u003e#338\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/github.com/on...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/93d20fecbcae6fcd0fd095f348ef67908125873a\"\u003e\u003ccode\u003e93d20fe\u003c/code\u003e\u003c/a\u003e Bump github.com/onsi/gomega from 1.38.0 to 1.38.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/b8c00d116d3343b732cc9c9f9a9e4e0eea5915b8\"\u003e\u003ccode\u003eb8c00d1\u003c/code\u003e\u003c/a\u003e test union constraint type\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/7daa3608f4f7bae19c7cd09616f743e12479c0ab\"\u003e\u003ccode\u003e7daa360\u003c/code\u003e\u003c/a\u003e fix: support for custom type constraints in generic interfaces\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/eeb5bb36f242dd28beea0ccbed57ea10f2fa2604\"\u003e\u003ccode\u003eeeb5bb3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/333\"\u003e#333\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/github.com/on...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/8cc0e52a7656a3523ad6b74af0c58794b3ad6c0f\"\u003e\u003ccode\u003e8cc0e52\u003c/code\u003e\u003c/a\u003e Bump github.com/onsi/gomega from 1.37.0 to 1.38.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/386d8831d95d053807d08b1620e0347c186f7673\"\u003e\u003ccode\u003e386d883\u003c/code\u003e\u003c/a\u003e avoid locking method-specific mutexes in Invocations() to avoid deadlock\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.6.1...v6.12.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/ginkgo/v2` from 2.11.0 to 2.25.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/releases\"\u003egithub.com/onsi/ginkgo/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.26.0\u003c/h2\u003e\n\u003ch2\u003e2.26.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cp\u003eGinkgo can now generate json-formatted reports that are compatible with the \u003ccode\u003ego test\u003c/code\u003e json format.  Use \u003ccode\u003eginkgo --gojson-report=report.go.json\u003c/code\u003e.  This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.\u003c/p\u003e\n\u003ch2\u003ev2.25.3\u003c/h2\u003e\n\u003ch2\u003e2.25.3\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eemit --github-output group only for progress report itself [f01aed1]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.25.2\u003c/h2\u003e\n\u003ch2\u003e2.25.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eAdd github output group for progress report content\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cp\u003eBump Gomega\u003c/p\u003e\n\u003ch2\u003ev2.25.1\u003c/h2\u003e\n\u003ch2\u003e2.25.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efix(types): ignore nameless nodes on FullText() [10866d3]\u003c/li\u003e\n\u003cli\u003echore: fix some CodeQL warnings [2e42cff]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.25.0\u003c/h2\u003e\n\u003ch2\u003e2.25.0\u003c/h2\u003e\n\u003ch3\u003e\u003ccode\u003eAroundNode\u003c/code\u003e\u003c/h3\u003e\n\u003cp\u003eThis release introduces a new decorator to support more complex spec setup usecases.\u003c/p\u003e\n\u003cp\u003e\u003ccode\u003eAroundNode\u003c/code\u003e registers a function that runs before each individual node.  This is considered a more advanced decorator.\u003c/p\u003e\n\u003cp\u003ePlease read the \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-around-node\"\u003edocs\u003c/a\u003e for more information and some examples.\u003c/p\u003e\n\u003cp\u003eAllowed signatures:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func())\u003c/code\u003e - \u003ccode\u003efunc\u003c/code\u003e will be called before the node is run.\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func(ctx context.Context) context.Context)\u003c/code\u003e - \u003ccode\u003efunc\u003c/code\u003e can wrap the passed in context and return a new one which will be passed on to the node.\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func(ctx context.Context, body func(ctx context.Context)))\u003c/code\u003e - \u003ccode\u003ectx\u003c/code\u003e is the context for the node and \u003ccode\u003ebody\u003c/code\u003e is a function that must be called to run the node.  This gives you complete control over what runs before and after the node.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eMultiple \u003ccode\u003eAroundNode\u003c/code\u003e decorators can be applied to a single node and they will run in the order they are applied.\u003c/p\u003e\n\u003cp\u003eUnlike setup nodes like \u003ccode\u003eBeforeEach\u003c/code\u003e and \u003ccode\u003eDeferCleanup\u003c/code\u003e, \u003ccode\u003eAroundNode\u003c/code\u003e is guaranteed to run in the same goroutine as the decorated node.  This is necessary when working with lower-level libraries that must run on a single thread (you can call \u003ccode\u003eruntime.LockOSThread()\u003c/code\u003e in the \u003ccode\u003eAroundNode\u003c/code\u003e to ensure that the node runs on a single thread).\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/ginkgo/v2's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e2.26.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cp\u003eGinkgo can now generate json-formatted reports that are compatible with the \u003ccode\u003ego test\u003c/code\u003e json format.  Use \u003ccode\u003eginkgo --gojson-report=report.go.json\u003c/code\u003e.  This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.\u003c/p\u003e\n\u003ch2\u003e2.25.3\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eemit --github-output group only for progress report itself [f01aed1]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.25.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eAdd github output group for progress report content\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cp\u003eBump Gomega\u003c/p\u003e\n\u003ch2\u003e2.25.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efix(types): ignore nameless nodes on FullText() [10866d3]\u003c/li\u003e\n\u003cli\u003echore: fix some CodeQL warnings [2e42cff]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.25.0\u003c/h2\u003e\n\u003ch3\u003e\u003ccode\u003eAroundNode\u003c/code\u003e\u003c/h3\u003e\n\u003cp\u003eThis release introduces a new decorator to support more complex spec setup usecases.\u003c/p\u003e\n\u003cp\u003e\u003ccode\u003eAroundNode\u003c/code\u003e registers a function that runs before each individual node.  This is considered a more advanced decorator.\u003c/p\u003e\n\u003cp\u003ePlease read the \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-around-node\"\u003edocs\u003c/a\u003e for more information and some examples.\u003c/p\u003e\n\u003cp\u003eAllowed signatures:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func())\u003c/code\u003e - \u003ccode\u003efunc\u003c/code\u003e will be called before the node is run.\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func(ctx context.Context) context.Context)\u003c/code\u003e - \u003ccode\u003efunc\u003c/code\u003e can wrap the passed in context and return a new one which will be passed on to the node.\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func(ctx context.Context, body func(ctx context.Context)))\u003c/code\u003e - \u003ccode\u003ectx\u003c/code\u003e is the context for the node and \u003ccode\u003ebody\u003c/code\u003e is a function that must be called to run the node.  This gives you complete control over what runs before and after the node.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eMultiple \u003ccode\u003eAroundNode\u003c/code\u003e decorators can be applied to a single node and they will run in the order they are applied.\u003c/p\u003e\n\u003cp\u003eUnlike setup nodes like \u003ccode\u003eBeforeEach\u003c/code\u003e and \u003ccode\u003eDeferCleanup\u003c/code\u003e, \u003ccode\u003eAroundNode\u003c/code\u003e is guaranteed to run in the same goroutine as the decorated node.  This is necessary when working with lower-level libraries that must run on a single thread (you can call \u003ccode\u003eruntime.LockOSThread()\u003c/code\u003e in the \u003ccode\u003eAroundNode\u003c/code\u003e to ensure that the node runs on a single thread).\u003c/p\u003e\n\u003cp\u003eSince \u003ccode\u003eAroundNode\u003c/code\u003e allows you to modify the context you can also use \u003ccode\u003eAroundNode\u003c/code\u003e to implement shared setup that attaches values to the context.\u003c/p\u003e\n\u003cp\u003eIf applied to a container, \u003ccode\u003eAroundNode\u003c/code\u003e will run before every node in the container.  Including setup nodes like \u003ccode\u003eBeforeEach\u003c/code\u003e and \u003ccode\u003eDeferCleanup\u003c/code\u003e.\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/02f7324631e5805325d0a44a41210e38bfd4c1e0\"\u003e\u003ccode\u003e02f7324\u003c/code\u003e\u003c/a\u003e v2.26.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/6bc55664e0761577874061daa94b05dba9d42bc5\"\u003e\u003ccode\u003e6bc5566\u003c/code\u003e\u003c/a\u003e Merge branch 'pseudo-su-add-go-json-reporter'\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/b470f6132a403dc81ada0d22885ec2b834d25e5c\"\u003e\u003ccode\u003eb470f61\u003c/code\u003e\u003c/a\u003e fix failing specs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/486687e97a78b10af1aa2b7c71c83c71d639b6c7\"\u003e\u003ccode\u003e486687e\u003c/code\u003e\u003c/a\u003e add sponsors\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/64df0b4913bacbb57b3d844898500406956c67e4\"\u003e\u003ccode\u003e64df0b4\u003c/code\u003e\u003c/a\u003e fix maxprocs build constraint\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/148401a3b930bbe0c40378c1aafcdf7c93d4ef0d\"\u003e\u003ccode\u003e148401a\u003c/code\u003e\u003c/a\u003e Container-aware GOMAXPROCS is available in golang 1.25\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/6438ff2c89d0f62e072e0fa6b885f7959e336fba\"\u003e\u003ccode\u003e6438ff2\u003c/code\u003e\u003c/a\u003e Bump actions/setup-go from 5 to 6 (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1591\"\u003e#1591\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a7c972ac6d28ab36f19bfdcac3553e00775f592d\"\u003e\u003ccode\u003ea7c972a\u003c/code\u003e\u003c/a\u003e v2.25.3\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/fdc65b13166ea27ef283a055289bfe3719318b17\"\u003e\u003ccode\u003efdc65b1\u003c/code\u003e\u003c/a\u003e emit --github-output group only for progress report itself\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/d82298f5a167324f4c38ea706eee8ea2fdf9218b\"\u003e\u003ccode\u003ed82298f\u003c/code\u003e\u003c/a\u003e docs\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/ginkgo/compare/v2.11.0...v2.26.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/gomega` from 1.27.8 to 1.38.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/releases\"\u003egithub.com/onsi/gomega's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.38.2\u003c/h2\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.38.1\u003c/h2\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003ev1.38.0\u003c/h2\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.37.0\u003c/h2\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.36.3\u003c/h2\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/gomega's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003cli\u003eBump rexml from 3.2.6 to 3.3.9 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/788\"\u003e#788\u003c/a\u003e) [c8b4a07]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/812\"\u003e#812\u003c/a\u003e) [06431b9]\u003c/li\u003e\n\u003cli\u003eBump webrick from 1.8.1 to 1.9.1 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/800\"\u003e#800\u003c/a\u003e) [b55a92d]\u003c/li\u003e\n\u003cli\u003eFix typos (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/813\"\u003e#813\u003c/a\u003e) [a1d518b]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/79b8a75a10e36ee598344c040317f5ab1c907f53\"\u003e\u003ccode\u003e79b8a75\u003c/code\u003e\u003c/a\u003e v1.38.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c404969c07179a8533d5daa283cd6307add66620\"\u003e\u003ccode\u003ec404969\u003c/code\u003e\u003c/a\u003e roll back to go 1.23.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c36e89a7efeca141bf40c3e582c7332d293dd354\"\u003e\u003ccode\u003ec36e89a\u003c/code\u003e\u003c/a\u003e v1.38.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/92eaa578900a4a5fb79d85140d7d59e9f5f22ec7\"\u003e\u003ccode\u003e92eaa57\u003c/code\u003e\u003c/a\u003e go mod tidy\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/b9ed3cdd8077cef2652a340810a2bd526c2d87a3\"\u003e\u003ccode\u003eb9ed3cd\u003c/code\u003e\u003c/a\u003e deprecate CompileTest*\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/2a5bf77d2311a6dc9fa800cd1b687b64dad9dda0\"\u003e\u003ccode\u003e2a5bf77\u003c/code\u003e\u003c/a\u003e fix invalid fmt.Errorf\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/3e9e385d31dcda216ae1d56341bb33111b6f8644\"\u003e\u003ccode\u003e3e9e385\u003c/code\u003e\u003c/a\u003e bump ginkgo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/7f37abe202e2050947bc608c69172cea36414311\"\u003e\u003ccode\u003e7f37abe\u003c/code\u003e\u003c/a\u003e Replace \u003ccode\u003egopkg.in/yaml.v3\u003c/code\u003e with \u003ccode\u003ego.yaml.in/yaml/v3\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/69e47619891ecbd0375d07dce33eb558dd14fde3\"\u003e\u003ccode\u003e69e4761\u003c/code\u003e\u003c/a\u003e fix(async_assertion): use correct error in errors.As\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/95737c099edca4f2e7cd47ddcff68c9af8c87258\"\u003e\u003ccode\u003e95737c0\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/net from 0.41.0 to 0.43.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/856\"\u003e#856\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/gomega/compare/v1.27.8...v1.38.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/spf13/cobra` from 1.7.0 to 1.10.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/spf13/cobra/releases\"\u003egithub.com/spf13/cobra's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.10.1\u003c/h2\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003echore: upgrade pflags v1.0.9 by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2305\"\u003espf13/cobra#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003ev1.0.9 of pflags brought back \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e and marked it as deprecated\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\"\u003ehttps://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003e🚨 Attention!\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump pflag to 1.0.8 by \u003ca href=\"https://github.com/tomasaschan\"\u003e\u003ccode\u003e@​tomasaschan\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eThis version of \u003ccode\u003epflag\u003c/code\u003e carried a breaking change: it renamed \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e to \u003ccode\u003eParseErrorsAllowlist\u003c/code\u003e which can break builds if both \u003ccode\u003epflag\u003c/code\u003e and \u003ccode\u003ecobra\u003c/code\u003e are dependencies in your project.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eIf you use both \u003ccode\u003epflag and \u003c/code\u003ecobra\u003ccode\u003e, upgrade \u003c/code\u003epflag\u003ccode\u003eto 1.0.8 and\u003c/code\u003ecobra\u003ccode\u003eto\u003c/code\u003e1.10.0`\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e\u003cem\u003eor\u003c/em\u003e\u003c/strong\u003e use the newer, fixed version of \u003ccode\u003epflag\u003c/code\u003e v1.0.9 which keeps the deprecated \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eMore details can be found here: \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303#issuecomment-3242333515\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/p\u003e\n\u003ch3\u003e✨ Features\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFlow context to command in SetHelpFunc by \u003ca href=\"https://github.com/Frassle\"\u003e\u003ccode\u003e@​Frassle\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2241\"\u003espf13/cobra#2241\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eThe default ShellCompDirective can be customized for a command and its subcommands by \u003ca href=\"https://github.com/albers\"\u003e\u003ccode\u003e@​albers\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2238\"\u003espf13/cobra#2238\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade golangci-lint to v2, address findings by \u003ca href=\"https://github.com/scop\"\u003e\u003ccode\u003e@​scop\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2279\"\u003espf13/cobra#2279\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e🪠 Testing\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eTest with Go 1.24 by \u003ca href=\"https://github.com/harryzcy\"\u003e\u003ccode\u003e@​harryzcy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2236\"\u003espf13/cobra#2236\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: Rm GitHub Action PR size labeler by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2256\"\u003espf13/cobra#2256\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e📝 Docs\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eRemove traling curlybrace by \u003ca href=\"https://github.com/yedayak\"\u003e\u003ccode\u003e@​yedayak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2237\"\u003espf13/cobra#2237\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate command.go by \u003ca href=\"https://github.com/styee\"\u003e\u003ccode\u003e@​styee\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2248\"\u003espf13/cobra#2248\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: Add security policy by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2253\"\u003espf13/cobra#2253\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate Readme (Warp) by \u003ca href=\"https://github.com/ericdachen\"\u003e\u003ccode\u003e@​ericdachen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2267\"\u003espf13/cobra#2267\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Periscope to the list of projects using Cobra by \u003ca href=\"https://github.com/anishathalye\"\u003e\u003ccode\u003e@​anishathalye\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2299\"\u003espf13/cobra#2299\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/harryzcy\"\u003e\u003ccode\u003e@​harryzcy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2236\"\u003espf13/cobra#2236\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yedayak\"\u003e\u003ccode\u003e@​yedayak\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2237\"\u003espf13/cobra#2237\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Frassle\"\u003e\u003ccode\u003e@​Frassle\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2241\"\u003espf13/cobra#2241\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/7da941c3547e93b8c9f70bbd3befca79c6335388\"\u003e\u003ccode\u003e7da941c\u003c/code\u003e\u003c/a\u003e chore: Bump pflag to v1.0.9 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2305\"\u003e#2305\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/51d675196729be769ce235b710ab7058b3aad03a\"\u003e\u003ccode\u003e51d6751\u003c/code\u003e\u003c/a\u003e Bump pflag to 1.0.8 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2303\"\u003e#2303\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/3f3b81882534a51628f3286e93c6842d9b2e29ea\"\u003e\u003ccode\u003e3f3b818\u003c/code\u003e\u003c/a\u003e Update README.md with new logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/dcaf42e2633496bf97d5476d7419071e5c48f40a\"\u003e\u003ccode\u003edcaf42e\u003c/code\u003e\u003c/a\u003e Add Periscope to the list of projects using Cobra (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2299\"\u003e#2299\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/6dec1ae26659a130bdb4c985768d1853b0e1bc06\"\u003e\u003ccode\u003e6dec1ae\u003c/code\u003e\u003c/a\u003e The default ShellCompDirective can be customized for a command and its subcom...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/c8289c10302063b9a2e26357e7e0f0bb599f29ce\"\u003e\u003ccode\u003ec8289c1\u003c/code\u003e\u003c/a\u003e chore(golangci-lint): add some exclusion presets\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/4af7b64d31989e78e86d65304f693a6d9c77c932\"\u003e\u003ccode\u003e4af7b64\u003c/code\u003e\u003c/a\u003e refactor: apply golangci-lint autofixes, work around false positives\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/75790e48fb73c8ba027e0163157a86ce8604ca3e\"\u003e\u003ccode\u003e75790e4\u003c/code\u003e\u003c/a\u003e chore(golangci-lint): upgrade to v2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/db3ddb5cf4968b320ea21f6ee5c2d2202a2e7b22\"\u003e\u003ccode\u003edb3ddb5\u003c/code\u003e\u003c/a\u003e Adding sponsorship to README.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/67171d6909986ee86fb946f808b87aba88ee417a\"\u003e\u003ccode\u003e67171d6\u003c/code\u003e\u003c/a\u003e putting sponsorship below header\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/spf13/cobra/compare/v1.7.0...v1.10.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/stretchr/testify` from 1.8.4 to 1.11.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/stretchr/testify/releases\"\u003egithub.com/stretchr/testify's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.1\u003c/h2\u003e\n\u003cp\u003eThis release fixes \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1785\"\u003e#1785\u003c/a\u003e introduced in v1.11.0 where expected argument values implementing the stringer interface (\u003ccode\u003eString() string\u003c/code\u003e) with a method which mutates their value, when passed to mock.Mock.On (\u003ccode\u003em.On(\u0026quot;Method\u0026quot;, \u0026lt;expected\u0026gt;).Return()\u003c/code\u003e) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBackport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11: mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1788\"\u003estretchr/testify#1788\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\"\u003ehttps://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eFunctional Changes\u003c/h3\u003e\n\u003cp\u003ev1.11.0 Includes a number of performance improvements.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eCall stack perf change for CallerInfo by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1614\"\u003estretchr/testify#1614\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eLazily render mock diff output on successful match by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1615\"\u003estretchr/testify#1615\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check early in Eventually, EventuallyWithT, and Never by \u003ca href=\"https://github.com/cszczepaniak\"\u003e\u003ccode\u003e@​cszczepaniak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1427\"\u003estretchr/testify#1427\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: add IsNotType by \u003ca href=\"https://github.com/bartventer\"\u003e\u003ccode\u003e@​bartventer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1730\"\u003estretchr/testify#1730\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.JSONEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1754\"\u003estretchr/testify#1754\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.YAMLEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1755\"\u003estretchr/testify#1755\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: faster and simpler isEmpty using reflect.Value.IsZero by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1761\"\u003estretchr/testify#1761\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: faster methods filtering (internal refactor) by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1758\"\u003estretchr/testify#1758\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eassert.ErrorAs: log target type by \u003ca href=\"https://github.com/craig65535\"\u003e\u003ccode\u003e@​craig65535\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1345\"\u003estretchr/testify#1345\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix failure message formatting for Positive and Negative asserts in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1062\"\u003estretchr/testify#1062\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorIs message when error is nil but an error was expected by \u003ca href=\"https://github.com/tsioftas\"\u003e\u003ccode\u003e@​tsioftas\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1681\"\u003estretchr/testify#1681\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix Subset/NotSubset when calling with mixed input types by \u003ca href=\"https://github.com/siliconbrain\"\u003e\u003ccode\u003e@​siliconbrain\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1729\"\u003estretchr/testify#1729\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorAs failure message when error is nil by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1734\"\u003estretchr/testify#1734\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock.AssertNumberOfCalls: improve error msg by \u003ca href=\"https://github.com/3scalation\"\u003e\u003ccode\u003e@​3scalation\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1743\"\u003estretchr/testify#1743\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDocumentation, Build \u0026amp; CI\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003edocs: Fix typo in README by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1688\"\u003estretchr/testify#1688\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eReplace deprecated io/ioutil with io and os by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1684\"\u003estretchr/testify#1684\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocument consequences of calling t.FailNow() by \u003ca href=\"https://github.com/greg0ire\"\u003e\u003ccode\u003e@​greg0ire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1710\"\u003estretchr/testify#1710\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update docs for Unset \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1621\"\u003e#1621\u003c/a\u003e by \u003ca href=\"https://github.com/techfg\"\u003e\u003ccode\u003e@​techfg\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1709\"\u003estretchr/testify#1709\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eREADME: apply gofmt to examples by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1687\"\u003estretchr/testify#1687\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: use %q and %T to simplify fmt.Sprintf by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1674\"\u003estretchr/testify#1674\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePropose Christophe Colombier (ccoVeille) as approver by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1716\"\u003estretchr/testify#1716\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate documentation for the Error function in assert or require package by \u003ca href=\"https://github.com/architagr\"\u003e\u003ccode\u003e@​architagr\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1675\"\u003estretchr/testify#1675\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: remove deprecated build constraints by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1671\"\u003estretchr/testify#1671\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: apply gofumpt to internal test suite by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1739\"\u003estretchr/testify#1739\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: fix shebang in .ci.*.sh scripts by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1746\"\u003estretchr/testify#1746\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert,require: enable parallel testing on (almost) all top tests by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1747\"\u003estretchr/testify#1747\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite.Passed: add one more status test report by \u003ca href=\"https://github.com/Ararsa-Derese\"\u003e\u003ccode\u003e@​Ararsa-Derese\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1706\"\u003estretchr/testify#1706\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Helper() method in internal mocks and assert.CollectT by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1423\"\u003estretchr/testify#1423\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.Same/NotSame: improve usage of Sprintf by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1742\"\u003estretchr/testify#1742\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock: enable parallel testing on internal testsuite by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1756\"\u003estretchr/testify#1756\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: cleanup use of 'testing' internals at runtime by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1751\"\u003estretchr/testify#1751\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check test failure message for Empty and NotEmpty  by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1745\"\u003estretchr/testify#1745\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/2a57335dc9cd6833daa820bc94d9b40c26a7917d\"\u003e\u003ccode\u003e2a57335\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1788\"\u003e#1788\u003c/a\u003e from brackendawson/1785-backport-1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/af8c91234f184009f57ef29027b39ca89cb00100\"\u003e\u003ccode\u003eaf8c912\u003c/code\u003e\u003c/a\u003e Backport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/b7801fbf5cd58d201296d5d0e132d1849966dbd4\"\u003e\u003ccode\u003eb7801fb\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1778\"\u003e#1778\u003c/a\u003e from stretchr/dependabot/github_actions/actions/chec...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/69831f3b08c40d56a09d0be93e9d5ae034f1590b\"\u003e\u003ccode\u003e69831f3\u003c/code\u003e\u003c/a\u003e build(deps): bump actions/checkout from 4 to 5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/a53be35c3b0cfcd5189cffcfd75df60ea581104c\"\u003e\u003ccode\u003ea53be35\u003c/code\u003e\u003c/a\u003e Improve captureTestingT helper\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/aafb604176db7e1f2c9810bc90d644291d057687\"\u003e\u003ccode\u003eaafb604\u003c/code\u003e\u003c/a\u003e mock: improve formatting of error message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7218e0390acd2aea3edb18574110ec2753c0aeef\"\u003e\u003ccode\u003e7218e03\u003c/code\u003e\u003c/a\u003e improve error msg\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/929a2126c2702df436312656a0304580b526c6e9\"\u003e\u003ccode\u003e929a212\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1758\"\u003e#1758\u003c/a\u003e from stretchr/dolmen/suite-faster-method-filtering\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/bc7459ec38128532ff32f23cfab4ea0b725210f2\"\u003e\u003ccode\u003ebc7459e\u003c/code\u003e\u003c/a\u003e suite: faster filtering of methods (-testify.m)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7d37b5c962954410bcd7a71ff3a77c79514056d1\"\u003e\u003ccode\u003e7d37b5c\u003c/code\u003e\u003c/a\u003e suite: refactor methodFilter\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/stretchr/testify/compare/v1.8.4...v1.11.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/sync` from 0.5.0 to 0.17.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/04914c200cb38d4ea960ee6a4c314a028c632991\"\u003e\u003ccode\u003e04914c2\u003c/code\u003e\u003c/a\u003e all: upgrade go directive to at least 1.24.0 [generated]\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/7fad2c9213e0821bd78435a9c106806f2fc383f1\"\u003e\u003ccode\u003e7fad2c9\u003c/code\u003e\u003c/a\u003e errgroup: revert propagation of panics\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/8a14946fb031f4bf6096242b5e6ae6f7316d47d8\"\u003e\u003ccode\u003e8a14946\u003c/code\u003e\u003c/a\u003e errgroup: remove duplicated comment\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/1869c690bf11da5dd230e188d03a612a4a3f8ba6\"\u003e\u003ccode\u003e1869c69\u003c/code\u003e\u003c/a\u003e all: replace deprecated ioutil\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/d1ac909e84c04f4326f620436b3894b3f5de0bd4\"\u003e\u003ccode\u003ed1ac909\u003c/code\u003e\u003c/a\u003e sync/errgroup: PanicError.Error print stack trace\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/506c70f97318aa991ec5a898685660c880c166ca\"\u003e\u003ccode\u003e506c70f\u003c/code\u003e\u003c/a\u003e errgroup: propagate panic and Goexit through Wait\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/396f3a06ea2a49eb410f12e244c0dd77095d0de9\"\u003e\u003ccode\u003e396f3a0\u003c/code\u003e\u003c/a\u003e errgroup: document calling Go before Wait\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/b637f27e40ad6e222f3d301cc113e635f0fa08be\"\u003e\u003ccode\u003eb637f27\u003c/code\u003e\u003c/a\u003e errgroup: drop support for Go versions before 1.20\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/960bf1fb13c616a491486fc6322e26fe0830eaf0\"\u003e\u003ccode\u003e960bf1f\u003c/code\u003e\u003c/a\u003e all: upgrade go directive to at least 1.23.0 [generated]\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/fe3591bd8a96873abc98bb9d2d5c62f27efca3e9\"\u003e\u003ccode\u003efe3591b\u003c/code\u003e\u003c/a\u003e sync/errgroup: improve documentation for semaphore limit behavior\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/golang/sync/compare/v0.5.0...v0.17.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/tools` from 0.14.0 to 0.36.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/tools/releases\"\u003egolang.org/x/tools's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003egopls/v0.20.0\u003c/h2\u003e\n\u003cp\u003eSee \u003ca href=\"https://go.dev/gopls/release/v0.20.0\"\u003ehttps://go.dev/gopls/release/v0.20.0\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eChanges: \u003ca href=\"https://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\"\u003ehttps://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\u003c/a\u003e\nContributors: \u003ca href=\"https://github.com/adonovan\"\u003e\u003ccode\u003e@​adonovan\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/cuishuang\"\u003e\u003ccode\u003e@​cuishuang\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/dmitshur\"\u003e\u003ccode\u003e@​dmitshur\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/findleyr\"\u003e\u003ccode\u003e@​findleyr\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/gopherbot\"\u003e\u003ccode\u003e@​gopherbot\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/hyangah\"\u003e\u003ccode\u003e@​hyangah\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/iharsuvorau\"\u003e\u003ccode\u003e@​iharsuvorau\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/jba\"\u003e\u003ccode\u003e@​jba\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/lfolger\"\u003e\u003ccode\u003e@​lfolger\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/pjweinbgo\"\u003e\u003ccode\u003e@​pjweinbgo\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/rogeryk\"\u003e\u003ccode\u003e@​rogeryk\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/timothy-king\"\u003e\u003ccode\u003e@​timothy-king\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/vitalmotif\"\u003e\u003ccode\u003e@​vitalmotif\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/zpavlinovic\"\u003e\u003ccode\u003e@​zpavlinovic\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.1\u003c/h2\u003e\n\u003cp\u003eThis patch release changes the default value of the \u003ccode\u003eimportsSource\u003c/code\u003e setting: v0.19.0 changed it from \u003ccode\u003egoimports\u003c/code\u003e to \u003ccode\u003egopls\u003c/code\u003e; this release changes it back, due to a bug (\u003ca href=\"https://redirect.github.com/golang/tools/issues/74280\"\u003e#74280\u003c/a\u003e).\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.0\u003c/h2\u003e\n\u003cp\u003eComplete list of issues closed: \u003ca href=\"https://github.com/golang/go/milestone/380?closed=1\"\u003egopls/v0.19.0 milestone\u003c/a\u003e\u003c/p\u003e\n\u003ch1\u003eConfiguration Changes\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eThe \u003ccode\u003egopls check\u003c/code\u003e subcommand now accepts a \u003ccode\u003e-severity\u003c/code\u003e flag to set a minimum severity for the diagnostics it reports. By default, the minimum severity is \u0026quot;warning\u0026quot;, so \u003ccode\u003egopls check\u003c/code\u003e may report fewer diagnostics than before. Set \u003ccode\u003e-severity=hint\u003c/code\u003e to reproduce the previous behavior.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eNavigation features\u003c/h1\u003e\n\u003ch2\u003e\u0026quot;Implementations\u0026quot; supports signature types (within same package)\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003cp\u003eThe Implementations query reports the correspondence between abstract and concrete types and their methods based on their method sets. Now, it also reports the cor...\n\n_Description has been truncated_","html_url":"https://github.com/hyperledger/fabric-private-chaincode/pull/842","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledger%2Ffabric-private-chaincode/issues/842","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/842/packages"}},{"old_version":"1.8.7","new_version":"1.8.10","update_type":"patch","path":null,"pr_created_at":"2025-10-06T16:08:17.000Z","version_change":"1.8.7 → 1.8.10","issue":{"uuid":"3488006540","node_id":"PR_kwDOP5WOp86sT4vz","number":7,"state":"open","title":"Bump the all-deps group across 5 directories with 169 updates","user":"dependabot[bot]","labels":["dependencies","go"],"assignees":[],"locked":false,"comments_count":4,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-10-06T16:08:17.000Z","updated_at":"2025-11-03T18:05:03.869Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"all-deps","update_count":169,"packages":[{"name":"github.com/golang/protobuf","old_version":"1.5.3","new_version":"1.5.4","repository_url":"https://github.com/golang/protobuf"},{"name":"github.com/maxbrunsfeld/counterfeiter/v6","old_version":"6.6.1","new_version":"6.12.0","repository_url":"https://github.com/maxbrunsfeld/counterfeiter"},{"name":"github.com/spf13/cobra","old_version":"1.7.0","new_version":"1.10.1","repository_url":"https://github.com/spf13/cobra"},{"name":"github.com/stretchr/testify","old_version":"1.8.4","new_version":"1.11.1","repository_url":"https://github.com/stretchr/testify"},{"name":"honnef.co/go/tools","old_version":"0.4.3","new_version":"0.6.1","repository_url":"https://github.com/dominikh/go-tools"},{"name":"github.com/Microsoft/go-winio","old_version":"0.6.1","new_version":"0.6.2","repository_url":"https://github.com/Microsoft/go-winio"},{"name":"github.com/bits-and-blooms/bitset","old_version":"1.7.0","new_version":"1.24.0","repository_url":"https://github.com/bits-and-blooms/bitset"},{"name":"github.com/cespare/xxhash/v2","old_version":"2.2.0","new_version":"2.3.0","repository_url":"https://github.com/cespare/xxhash"},{"name":"github.com/cloudflare/cfssl","old_version":"1.4.1","new_version":"1.6.5","repository_url":"https://github.com/cloudflare/cfssl"},{"name":"github.com/consensys/bavard","old_version":"0.1.13","new_version":"0.2.1","repository_url":"https://github.com/consensys/bavard"},{"name":"github.com/consensys/gnark-crypto","old_version":"0.12.1","new_version":"0.19.0","repository_url":"https://github.com/consensys/gnark-crypto"},{"name":"github.com/docker/go-connections","old_version":"0.5.0","new_version":"0.6.0","repository_url":"https://github.com/docker/go-connections"},{"name":"github.com/fsnotify/fsnotify","old_version":"1.6.0","new_version":"1.9.0","repository_url":"https://github.com/fsnotify/fsnotify"},{"name":"github.com/fsouza/go-dockerclient","old_version":"1.10.0","new_version":"1.12.2","repository_url":"https://github.com/fsouza/go-dockerclient"},{"name":"github.com/go-kit/kit","old_version":"0.10.0","new_version":"0.13.0","repository_url":"https://github.com/go-kit/kit"},{"name":"github.com/go-logfmt/logfmt","old_version":"0.5.1","new_version":"0.6.1","repository_url":"https://github.com/go-logfmt/logfmt"},{"name":"github.com/go-openapi/jsonpointer","old_version":"0.19.5","new_version":"0.22.1","repository_url":"https://github.com/go-openapi/jsonpointer"},{"name":"github.com/go-openapi/jsonreference","old_version":"0.20.0","new_version":"0.21.2","repository_url":"https://github.com/go-openapi/jsonreference"},{"name":"github.com/go-openapi/spec","old_version":"0.20.8","new_version":"0.22.0","repository_url":"https://github.com/go-openapi/spec"},{"name":"github.com/gobuffalo/envy","old_version":"1.10.1","new_version":"1.10.2","repository_url":"https://github.com/gobuffalo/envy"},{"name":"github.com/gobuffalo/packd","old_version":"1.0.1","new_version":"1.0.2","repository_url":"https://github.com/gobuffalo/packd"},{"name":"github.com/joho/godotenv","old_version":"1.4.0","new_version":"1.5.1","repository_url":"https://github.com/joho/godotenv"},{"name":"github.com/magiconair/properties","old_version":"1.8.7","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"},{"name":"github.com/moby/term","old_version":"0.5.0","new_version":"0.5.2","repository_url":"https://github.com/moby/term"},{"name":"github.com/nxadm/tail","old_version":"1.4.8","new_version":"1.4.11","repository_url":"https://github.com/nxadm/tail"},{"name":"github.com/opencontainers/image-spec","old_version":"1.1.0-rc5","new_version":"1.1.1","repository_url":"https://github.com/opencontainers/image-spec"},{"name":"github.com/prometheus/client_model","old_version":"0.5.0","new_version":"0.6.2","repository_url":"https://github.com/prometheus/client_model"},{"name":"github.com/prometheus/procfs","old_version":"0.12.0","new_version":"0.17.0","repository_url":"https://github.com/prometheus/procfs"},{"name":"github.com/rogpeppe/go-internal","old_version":"1.11.0","new_version":"1.14.1","repository_url":"https://github.com/rogpeppe/go-internal"},{"name":"github.com/spf13/afero","old_version":"1.6.0","new_version":"1.15.0","repository_url":"https://github.com/spf13/afero"},{"name":"github.com/spf13/cast","old_version":"1.4.1","new_version":"1.10.0","repository_url":"https://github.com/spf13/cast"},{"name":"github.com/spf13/viper","old_version":"1.10.1","new_version":"1.21.0","repository_url":"https://github.com/spf13/viper"}],"path":null,"ecosystem":"go"},"body":"Bumps the all-deps group with 32 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/maxbrunsfeld/counterfeiter/v6](https://github.com/maxbrunsfeld/counterfeiter) | `6.6.1` | `6.12.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [honnef.co/go/tools](https://github.com/dominikh/go-tools) | `0.4.3` | `0.6.1` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.0` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.0` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.5` | `0.22.1` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.0` | `0.21.2` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.0` |\n| [github.com/gobuffalo/envy](https://github.com/gobuffalo/envy) | `1.10.1` | `1.10.2` |\n| [github.com/gobuffalo/packd](https://github.com/gobuffalo/packd) | `1.0.1` | `1.0.2` |\n| [github.com/joho/godotenv](https://github.com/joho/godotenv) | `1.4.0` | `1.5.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/nxadm/tail](https://github.com/nxadm/tail) | `1.4.8` | `1.4.11` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0-rc5` | `1.1.1` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.17.0` |\n| [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) | `1.11.0` | `1.14.1` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.6.0` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n\nBumps the all-deps group with 48 updates in the /integration/go_chaincode directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.26.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.0` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.0` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.28` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.0` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.2` | `1.14.1` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd) | `22.5.0` | `22.6.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/dgraph-io/badger/v3](https://github.com/dgraph-io/badger) | `3.2103.2` | `3.2103.5` |\n| [github.com/elastic/gosigar](https://github.com/elastic/gosigar) | `0.14.2` | `0.14.3` |\n| [github.com/flynn/noise](https://github.com/flynn/noise) | `1.0.0` | `1.1.0` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.10` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.7.0` | `1.7.6` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.16.0` | `2.27.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.16.3` |\n| [github.com/huin/goupnp](https://github.com/huin/goupnp) | `1.2.0` | `1.3.0` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/boxo](https://github.com/ipfs/boxo) | `0.8.0-rc1` | `0.35.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/multiformats/go-varint](https://github.com/multiformats/go-varint) | `0.0.7` | `0.1.0` |\n| [github.com/ugorji/go](https://github.com/ugorji/go) | `1.1.4` | `1.2.14` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.39.0` |\n\nBumps the all-deps group with 25 updates in the /samples/application/ccapi directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.11.1` |\n| [golang.org/x/tools](https://github.com/golang/tools) | `0.14.0` | `0.37.0` |\n| google.golang.org/protobuf | `1.34.2` | `1.36.10` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.6` | `0.22.1` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.2` | `0.21.2` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.0` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.17.0` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.2` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.5` | `1.0.10` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.6` | `1.14.1` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.10` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.4.0` | `1.7.6` |\n| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.59.0` | `1.75.1` |\n| [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.8.12` | `1.16.6` |\n| [github.com/swaggo/gin-swagger](https://github.com/swaggo/gin-swagger) | `1.6.0` | `1.6.1` |\n\nBumps the all-deps group with 53 updates in the /samples/demos/irb directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.26.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.0` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.0` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.28` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0` | `1.1.1` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.0` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.16.3` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/go-cid](https://github.com/ipfs/go-cid) | `0.4.1` | `0.5.0` |\n| [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.7` | `2.3.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) | `0.11.0` | `0.16.1` |\n| [github.com/multiformats/go-multicodec](https://github.com/multiformats/go-multicodec) | `0.9.0` | `0.9.2` |\n| [github.com/multiformats/go-multistream](https://github.com/multiformats/go-multistream) | `0.4.1` | `0.6.1` |\n| [github.com/multiformats/go-varint](https://github.com/multiformats/go-varint) | `0.0.7` | `0.1.0` |\n| [lukechampine.com/blake3](https://github.com/lukechampine/blake3) | `1.2.1` | `1.4.1` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.39.0` |\n| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.28.0` | `0.39.0` |\n| [code.cloudfoundry.org/clock](https://github.com/cloudfoundry/clock) | `1.1.0` | `1.50.0` |\n| [github.com/VictoriaMetrics/fastcache](https://github.com/VictoriaMetrics/fastcache) | `1.12.1` | `1.13.0` |\n| [github.com/go-ole/go-ole](https://github.com/go-ole/go-ole) | `1.2.6` | `1.3.0` |\n| [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.12` | `0.3.15` |\n| [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.6` | `3.6.5` |\n| [go.etcd.io/etcd/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.5` |\n| [go.etcd.io/etcd/raft/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.5.23` |\n| [go.etcd.io/etcd/server/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.5` |\n\nBumps the all-deps group with 26 updates in the /samples/deployment/fabric-smart-client/the-simple-testing-network directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.26.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.28` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.0` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.16.3` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.36.0` | `1.38.0` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.39.0` |\n\n\nUpdates `github.com/golang/protobuf` from 1.5.3 to 1.5.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/protobuf/releases\"\u003egithub.com/golang/protobuf's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.5.4\u003c/h2\u003e\n\u003cp\u003eNotable changes\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eupdate descriptor.proto to latest version\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/75de7c059e36b64f01d0dd234ff2fff404ec3374\"\u003e\u003ccode\u003e75de7c0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang/protobuf/issues/1597\"\u003e#1597\u003c/a\u003e from golang/updatedesc\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/b7697bb698b1c56643249ef6179c7cae1478881d\"\u003e\u003ccode\u003eb7697bb\u003c/code\u003e\u003c/a\u003e all: update descriptor.proto to latest version\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/protobuf/compare/v1.5.3...v1.5.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/maxbrunsfeld/counterfeiter/v6` from 6.6.1 to 6.12.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases\"\u003egithub.com/maxbrunsfeld/counterfeiter/v6's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.12.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.37.0 to 1.38.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/333\"\u003emaxbrunsfeld/counterfeiter#333\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.38.0 to 1.38.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/338\"\u003emaxbrunsfeld/counterfeiter#338\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: support for custom type constraints in generic interfaces by \u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.2\u003c/h2\u003e\n\u003cp\u003eRevert changes from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases/tag/v6.11.1\"\u003e\u003ccode\u003ev6.11.1\u003c/code\u003e\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.1\u003c/h2\u003e\n\u003cp\u003eRestore compatibility for \u003ccode\u003ego\u003c/code\u003e \u003ccode\u003e1.22\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.34.2 to 1.35.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/303\"\u003emaxbrunsfeld/counterfeiter#303\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.0 to 1.35.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/304\"\u003emaxbrunsfeld/counterfeiter#304\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.19.0 to 0.20.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/305\"\u003emaxbrunsfeld/counterfeiter#305\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.26.0 to 0.27.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/306\"\u003emaxbrunsfeld/counterfeiter#306\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.1 to 1.36.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/307\"\u003emaxbrunsfeld/counterfeiter#307\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.20.0 to 0.21.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/308\"\u003emaxbrunsfeld/counterfeiter#308\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.27.0 to 0.28.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/309\"\u003emaxbrunsfeld/counterfeiter#309\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.36.0 to 1.36.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/310\"\u003emaxbrunsfeld/counterfeiter#310\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ehandle interfaces with generics by \u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.10.0...v6.11.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.10.0...v6.11.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.34.1 to 1.34.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/296\"\u003emaxbrunsfeld/counterfeiter#296\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.18.0 to 0.19.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/299\"\u003emaxbrunsfeld/counterfeiter#299\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.25.0 to 0.26.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/300\"\u003emaxbrunsfeld/counterfeiter#300\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eissue \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/298\"\u003e#298\u003c/a\u003e - go 1.23 go/types alias change by \u003ca href=\"https://github.com/xanderflood\"\u003e\u003ccode\u003e@​xanderflood\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/301\"\u003emaxbrunsfeld/counterfeiter#301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/xanderflood\"\u003e\u003ccode\u003e@​xanderflood\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/301\"\u003emaxbrunsfeld/counterfeiter#301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.9.0...v6.10.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.9.0...v6.10.0\u003c/a\u003e\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/1787e7d29dd879b458fdf4df04fd7825f206ef3d\"\u003e\u003ccode\u003e1787e7d\u003c/code\u003e\u003c/a\u003e fix incorrect use of fmt.Errorf (use errors.New)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/d0d179107c4f9eb60fa55a6ba3616aafcb2dc9f3\"\u003e\u003ccode\u003ed0d1791\u003c/code\u003e\u003c/a\u003e ⬆️ dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/b365b339524a88e6d4f20c5ed05761533909ce1c\"\u003e\u003ccode\u003eb365b33\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/334\"\u003e#334\u003c/a\u003e from mahboubii/fix/generic-interface-type-constraint\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/df5c1686e416edff9a82fdd84f1c30124f60ab74\"\u003e\u003ccode\u003edf5c168\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/338\"\u003e#338\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/github.com/on...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/93d20fecbcae6fcd0fd095f348ef67908125873a\"\u003e\u003ccode\u003e93d20fe\u003c/code\u003e\u003c/a\u003e Bump github.com/onsi/gomega from 1.38.0 to 1.38.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/b8c00d116d3343b732cc9c9f9a9e4e0eea5915b8\"\u003e\u003ccode\u003eb8c00d1\u003c/code\u003e\u003c/a\u003e test union constraint type\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/7daa3608f4f7bae19c7cd09616f743e12479c0ab\"\u003e\u003ccode\u003e7daa360\u003c/code\u003e\u003c/a\u003e fix: support for custom type constraints in generic interfaces\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/eeb5bb36f242dd28beea0ccbed57ea10f2fa2604\"\u003e\u003ccode\u003eeeb5bb3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/333\"\u003e#333\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/github.com/on...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/8cc0e52a7656a3523ad6b74af0c58794b3ad6c0f\"\u003e\u003ccode\u003e8cc0e52\u003c/code\u003e\u003c/a\u003e Bump github.com/onsi/gomega from 1.37.0 to 1.38.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/386d8831d95d053807d08b1620e0347c186f7673\"\u003e\u003ccode\u003e386d883\u003c/code\u003e\u003c/a\u003e avoid locking method-specific mutexes in Invocations() to avoid deadlock\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.6.1...v6.12.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/ginkgo/v2` from 2.11.0 to 2.25.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/releases\"\u003egithub.com/onsi/ginkgo/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.26.0\u003c/h2\u003e\n\u003ch2\u003e2.26.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cp\u003eGinkgo can now generate json-formatted reports that are compatible with the \u003ccode\u003ego test\u003c/code\u003e json format.  Use \u003ccode\u003eginkgo --gojson-report=report.go.json\u003c/code\u003e.  This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.\u003c/p\u003e\n\u003ch2\u003ev2.25.3\u003c/h2\u003e\n\u003ch2\u003e2.25.3\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eemit --github-output group only for progress report itself [f01aed1]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.25.2\u003c/h2\u003e\n\u003ch2\u003e2.25.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eAdd github output group for progress report content\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cp\u003eBump Gomega\u003c/p\u003e\n\u003ch2\u003ev2.25.1\u003c/h2\u003e\n\u003ch2\u003e2.25.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efix(types): ignore nameless nodes on FullText() [10866d3]\u003c/li\u003e\n\u003cli\u003echore: fix some CodeQL warnings [2e42cff]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.25.0\u003c/h2\u003e\n\u003ch2\u003e2.25.0\u003c/h2\u003e\n\u003ch3\u003e\u003ccode\u003eAroundNode\u003c/code\u003e\u003c/h3\u003e\n\u003cp\u003eThis release introduces a new decorator to support more complex spec setup usecases.\u003c/p\u003e\n\u003cp\u003e\u003ccode\u003eAroundNode\u003c/code\u003e registers a function that runs before each individual node.  This is considered a more advanced decorator.\u003c/p\u003e\n\u003cp\u003ePlease read the \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-around-node\"\u003edocs\u003c/a\u003e for more information and some examples.\u003c/p\u003e\n\u003cp\u003eAllowed signatures:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func())\u003c/code\u003e - \u003ccode\u003efunc\u003c/code\u003e will be called before the node is run.\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func(ctx context.Context) context.Context)\u003c/code\u003e - \u003ccode\u003efunc\u003c/code\u003e can wrap the passed in context and return a new one which will be passed on to the node.\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func(ctx context.Context, body func(ctx context.Context)))\u003c/code\u003e - \u003ccode\u003ectx\u003c/code\u003e is the context for the node and \u003ccode\u003ebody\u003c/code\u003e is a function that must be called to run the node.  This gives you complete control over what runs before and after the node.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eMultiple \u003ccode\u003eAroundNode\u003c/code\u003e decorators can be applied to a single node and they will run in the order they are applied.\u003c/p\u003e\n\u003cp\u003eUnlike setup nodes like \u003ccode\u003eBeforeEach\u003c/code\u003e and \u003ccode\u003eDeferCleanup\u003c/code\u003e, \u003ccode\u003eAroundNode\u003c/code\u003e is guaranteed to run in the same goroutine as the decorated node.  This is necessary when working with lower-level libraries that must run on a single thread (you can call \u003ccode\u003eruntime.LockOSThread()\u003c/code\u003e in the \u003ccode\u003eAroundNode\u003c/code\u003e to ensure that the node runs on a single thread).\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/ginkgo/v2's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e2.26.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cp\u003eGinkgo can now generate json-formatted reports that are compatible with the \u003ccode\u003ego test\u003c/code\u003e json format.  Use \u003ccode\u003eginkgo --gojson-report=report.go.json\u003c/code\u003e.  This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.\u003c/p\u003e\n\u003ch2\u003e2.25.3\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eemit --github-output group only for progress report itself [f01aed1]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.25.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eAdd github output group for progress report content\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cp\u003eBump Gomega\u003c/p\u003e\n\u003ch2\u003e2.25.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efix(types): ignore nameless nodes on FullText() [10866d3]\u003c/li\u003e\n\u003cli\u003echore: fix some CodeQL warnings [2e42cff]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.25.0\u003c/h2\u003e\n\u003ch3\u003e\u003ccode\u003eAroundNode\u003c/code\u003e\u003c/h3\u003e\n\u003cp\u003eThis release introduces a new decorator to support more complex spec setup usecases.\u003c/p\u003e\n\u003cp\u003e\u003ccode\u003eAroundNode\u003c/code\u003e registers a function that runs before each individual node.  This is considered a more advanced decorator.\u003c/p\u003e\n\u003cp\u003ePlease read the \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-around-node\"\u003edocs\u003c/a\u003e for more information and some examples.\u003c/p\u003e\n\u003cp\u003eAllowed signatures:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func())\u003c/code\u003e - \u003ccode\u003efunc\u003c/code\u003e will be called before the node is run.\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func(ctx context.Context) context.Context)\u003c/code\u003e - \u003ccode\u003efunc\u003c/code\u003e can wrap the passed in context and return a new one which will be passed on to the node.\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func(ctx context.Context, body func(ctx context.Context)))\u003c/code\u003e - \u003ccode\u003ectx\u003c/code\u003e is the context for the node and \u003ccode\u003ebody\u003c/code\u003e is a function that must be called to run the node.  This gives you complete control over what runs before and after the node.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eMultiple \u003ccode\u003eAroundNode\u003c/code\u003e decorators can be applied to a single node and they will run in the order they are applied.\u003c/p\u003e\n\u003cp\u003eUnlike setup nodes like \u003ccode\u003eBeforeEach\u003c/code\u003e and \u003ccode\u003eDeferCleanup\u003c/code\u003e, \u003ccode\u003eAroundNode\u003c/code\u003e is guaranteed to run in the same goroutine as the decorated node.  This is necessary when working with lower-level libraries that must run on a single thread (you can call \u003ccode\u003eruntime.LockOSThread()\u003c/code\u003e in the \u003ccode\u003eAroundNode\u003c/code\u003e to ensure that the node runs on a single thread).\u003c/p\u003e\n\u003cp\u003eSince \u003ccode\u003eAroundNode\u003c/code\u003e allows you to modify the context you can also use \u003ccode\u003eAroundNode\u003c/code\u003e to implement shared setup that attaches values to the context.\u003c/p\u003e\n\u003cp\u003eIf applied to a container, \u003ccode\u003eAroundNode\u003c/code\u003e will run before every node in the container.  Including setup nodes like \u003ccode\u003eBeforeEach\u003c/code\u003e and \u003ccode\u003eDeferCleanup\u003c/code\u003e.\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/02f7324631e5805325d0a44a41210e38bfd4c1e0\"\u003e\u003ccode\u003e02f7324\u003c/code\u003e\u003c/a\u003e v2.26.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/6bc55664e0761577874061daa94b05dba9d42bc5\"\u003e\u003ccode\u003e6bc5566\u003c/code\u003e\u003c/a\u003e Merge branch 'pseudo-su-add-go-json-reporter'\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/b470f6132a403dc81ada0d22885ec2b834d25e5c\"\u003e\u003ccode\u003eb470f61\u003c/code\u003e\u003c/a\u003e fix failing specs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/486687e97a78b10af1aa2b7c71c83c71d639b6c7\"\u003e\u003ccode\u003e486687e\u003c/code\u003e\u003c/a\u003e add sponsors\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/64df0b4913bacbb57b3d844898500406956c67e4\"\u003e\u003ccode\u003e64df0b4\u003c/code\u003e\u003c/a\u003e fix maxprocs build constraint\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/148401a3b930bbe0c40378c1aafcdf7c93d4ef0d\"\u003e\u003ccode\u003e148401a\u003c/code\u003e\u003c/a\u003e Container-aware GOMAXPROCS is available in golang 1.25\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/6438ff2c89d0f62e072e0fa6b885f7959e336fba\"\u003e\u003ccode\u003e6438ff2\u003c/code\u003e\u003c/a\u003e Bump actions/setup-go from 5 to 6 (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1591\"\u003e#1591\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a7c972ac6d28ab36f19bfdcac3553e00775f592d\"\u003e\u003ccode\u003ea7c972a\u003c/code\u003e\u003c/a\u003e v2.25.3\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/fdc65b13166ea27ef283a055289bfe3719318b17\"\u003e\u003ccode\u003efdc65b1\u003c/code\u003e\u003c/a\u003e emit --github-output group only for progress report itself\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/d82298f5a167324f4c38ea706eee8ea2fdf9218b\"\u003e\u003ccode\u003ed82298f\u003c/code\u003e\u003c/a\u003e docs\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/ginkgo/compare/v2.11.0...v2.26.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/gomega` from 1.27.8 to 1.38.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/releases\"\u003egithub.com/onsi/gomega's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.38.2\u003c/h2\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.38.1\u003c/h2\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003ev1.38.0\u003c/h2\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.37.0\u003c/h2\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.36.3\u003c/h2\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/gomega's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003cli\u003eBump rexml from 3.2.6 to 3.3.9 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/788\"\u003e#788\u003c/a\u003e) [c8b4a07]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/812\"\u003e#812\u003c/a\u003e) [06431b9]\u003c/li\u003e\n\u003cli\u003eBump webrick from 1.8.1 to 1.9.1 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/800\"\u003e#800\u003c/a\u003e) [b55a92d]\u003c/li\u003e\n\u003cli\u003eFix typos (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/813\"\u003e#813\u003c/a\u003e) [a1d518b]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/79b8a75a10e36ee598344c040317f5ab1c907f53\"\u003e\u003ccode\u003e79b8a75\u003c/code\u003e\u003c/a\u003e v1.38.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c404969c07179a8533d5daa283cd6307add66620\"\u003e\u003ccode\u003ec404969\u003c/code\u003e\u003c/a\u003e roll back to go 1.23.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c36e89a7efeca141bf40c3e582c7332d293dd354\"\u003e\u003ccode\u003ec36e89a\u003c/code\u003e\u003c/a\u003e v1.38.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/92eaa578900a4a5fb79d85140d7d59e9f5f22ec7\"\u003e\u003ccode\u003e92eaa57\u003c/code\u003e\u003c/a\u003e go mod tidy\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/b9ed3cdd8077cef2652a340810a2bd526c2d87a3\"\u003e\u003ccode\u003eb9ed3cd\u003c/code\u003e\u003c/a\u003e deprecate CompileTest*\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/2a5bf77d2311a6dc9fa800cd1b687b64dad9dda0\"\u003e\u003ccode\u003e2a5bf77\u003c/code\u003e\u003c/a\u003e fix invalid fmt.Errorf\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/3e9e385d31dcda216ae1d56341bb33111b6f8644\"\u003e\u003ccode\u003e3e9e385\u003c/code\u003e\u003c/a\u003e bump ginkgo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/7f37abe202e2050947bc608c69172cea36414311\"\u003e\u003ccode\u003e7f37abe\u003c/code\u003e\u003c/a\u003e Replace \u003ccode\u003egopkg.in/yaml.v3\u003c/code\u003e with \u003ccode\u003ego.yaml.in/yaml/v3\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/69e47619891ecbd0375d07dce33eb558dd14fde3\"\u003e\u003ccode\u003e69e4761\u003c/code\u003e\u003c/a\u003e fix(async_assertion): use correct error in errors.As\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/95737c099edca4f2e7cd47ddcff68c9af8c87258\"\u003e\u003ccode\u003e95737c0\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/net from 0.41.0 to 0.43.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/856\"\u003e#856\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/gomega/compare/v1.27.8...v1.38.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/spf13/cobra` from 1.7.0 to 1.10.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/spf13/cobra/releases\"\u003egithub.com/spf13/cobra's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.10.1\u003c/h2\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003echore: upgrade pflags v1.0.9 by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2305\"\u003espf13/cobra#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003ev1.0.9 of pflags brought back \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e and marked it as deprecated\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\"\u003ehttps://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003e🚨 Attention!\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump pflag to 1.0.8 by \u003ca href=\"https://github.com/tomasaschan\"\u003e\u003ccode\u003e@​tomasaschan\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eThis version of \u003ccode\u003epflag\u003c/code\u003e carried a breaking change: it renamed \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e to \u003ccode\u003eParseErrorsAllowlist\u003c/code\u003e which can break builds if both \u003ccode\u003epflag\u003c/code\u003e and \u003ccode\u003ecobra\u003c/code\u003e are dependencies in your project.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eIf you use both \u003ccode\u003epflag and \u003c/code\u003ecobra\u003ccode\u003e, upgrade \u003c/code\u003epflag\u003ccode\u003eto 1.0.8 and\u003c/code\u003ecobra\u003ccode\u003eto\u003c/code\u003e1.10.0`\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e\u003cem\u003eor\u003c/em\u003e\u003c/strong\u003e use the newer, fixed version of \u003ccode\u003epflag\u003c/code\u003e v1.0.9 which keeps the deprecated \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eMore details can be found here: \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303#issuecomment-3242333515\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/p\u003e\n\u003ch3\u003e✨ Features\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFlow context to command in SetHelpFunc by \u003ca href=\"https://github.com/Frassle\"\u003e\u003ccode\u003e@​Frassle\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2241\"\u003espf13/cobra#2241\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eThe default ShellCompDirective can be customized for a command and its subcommands by \u003ca href=\"https://github.com/albers\"\u003e\u003ccode\u003e@​albers\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2238\"\u003espf13/cobra#2238\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade golangci-lint to v2, address findings by \u003ca href=\"https://github.com/scop\"\u003e\u003ccode\u003e@​scop\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2279\"\u003espf13/cobra#2279\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e🪠 Testing\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eTest with Go 1.24 by \u003ca href=\"https://github.com/harryzcy\"\u003e\u003ccode\u003e@​harryzcy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2236\"\u003espf13/cobra#2236\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: Rm GitHub Action PR size labeler by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2256\"\u003espf13/cobra#2256\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e📝 Docs\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eRemove traling curlybrace by \u003ca href=\"https://github.com/yedayak\"\u003e\u003ccode\u003e@​yedayak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2237\"\u003espf13/cobra#2237\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate command.go by \u003ca href=\"https://github.com/styee\"\u003e\u003ccode\u003e@​styee\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2248\"\u003espf13/cobra#2248\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: Add security policy by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2253\"\u003espf13/cobra#2253\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate Readme (Warp) by \u003ca href=\"https://github.com/ericdachen\"\u003e\u003ccode\u003e@​ericdachen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2267\"\u003espf13/cobra#2267\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Periscope to the list of projects using Cobra by \u003ca href=\"https://github.com/anishathalye\"\u003e\u003ccode\u003e@​anishathalye\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2299\"\u003espf13/cobra#2299\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/harryzcy\"\u003e\u003ccode\u003e@​harryzcy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2236\"\u003espf13/cobra#2236\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yedayak\"\u003e\u003ccode\u003e@​yedayak\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2237\"\u003espf13/cobra#2237\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Frassle\"\u003e\u003ccode\u003e@​Frassle\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2241\"\u003espf13/cobra#2241\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/7da941c3547e93b8c9f70bbd3befca79c6335388\"\u003e\u003ccode\u003e7da941c\u003c/code\u003e\u003c/a\u003e chore: Bump pflag to v1.0.9 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2305\"\u003e#2305\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/51d675196729be769ce235b710ab7058b3aad03a\"\u003e\u003ccode\u003e51d6751\u003c/code\u003e\u003c/a\u003e Bump pflag to 1.0.8 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2303\"\u003e#2303\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/3f3b81882534a51628f3286e93c6842d9b2e29ea\"\u003e\u003ccode\u003e3f3b818\u003c/code\u003e\u003c/a\u003e Update README.md with new logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/dcaf42e2633496bf97d5476d7419071e5c48f40a\"\u003e\u003ccode\u003edcaf42e\u003c/code\u003e\u003c/a\u003e Add Periscope to the list of projects using Cobra (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2299\"\u003e#2299\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/6dec1ae26659a130bdb4c985768d1853b0e1bc06\"\u003e\u003ccode\u003e6dec1ae\u003c/code\u003e\u003c/a\u003e The default ShellCompDirective can be customized for a command and its subcom...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/c8289c10302063b9a2e26357e7e0f0bb599f29ce\"\u003e\u003ccode\u003ec8289c1\u003c/code\u003e\u003c/a\u003e chore(golangci-lint): add some exclusion presets\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/4af7b64d31989e78e86d65304f693a6d9c77c932\"\u003e\u003ccode\u003e4af7b64\u003c/code\u003e\u003c/a\u003e refactor: apply golangci-lint autofixes, work around false positives\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/75790e48fb73c8ba027e0163157a86ce8604ca3e\"\u003e\u003ccode\u003e75790e4\u003c/code\u003e\u003c/a\u003e chore(golangci-lint): upgrade to v2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/db3ddb5cf4968b320ea21f6ee5c2d2202a2e7b22\"\u003e\u003ccode\u003edb3ddb5\u003c/code\u003e\u003c/a\u003e Adding sponsorship to README.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/67171d6909986ee86fb946f808b87aba88ee417a\"\u003e\u003ccode\u003e67171d6\u003c/code\u003e\u003c/a\u003e putting sponsorship below header\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/spf13/cobra/compare/v1.7.0...v1.10.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/stretchr/testify` from 1.8.4 to 1.11.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/stretchr/testify/releases\"\u003egithub.com/stretchr/testify's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.1\u003c/h2\u003e\n\u003cp\u003eThis release fixes \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1785\"\u003e#1785\u003c/a\u003e introduced in v1.11.0 where expected argument values implementing the stringer interface (\u003ccode\u003eString() string\u003c/code\u003e) with a method which mutates their value, when passed to mock.Mock.On (\u003ccode\u003em.On(\u0026quot;Method\u0026quot;, \u0026lt;expected\u0026gt;).Return()\u003c/code\u003e) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBackport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11: mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1788\"\u003estretchr/testify#1788\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\"\u003ehttps://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eFunctional Changes\u003c/h3\u003e\n\u003cp\u003ev1.11.0 Includes a number of performance improvements.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eCall stack perf change for CallerInfo by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1614\"\u003estretchr/testify#1614\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eLazily render mock diff output on successful match by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1615\"\u003estretchr/testify#1615\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check early in Eventually, EventuallyWithT, and Never by \u003ca href=\"https://github.com/cszczepaniak\"\u003e\u003ccode\u003e@​cszczepaniak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1427\"\u003estretchr/testify#1427\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: add IsNotType by \u003ca href=\"https://github.com/bartventer\"\u003e\u003ccode\u003e@​bartventer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1730\"\u003estretchr/testify#1730\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.JSONEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1754\"\u003estretchr/testify#1754\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.YAMLEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1755\"\u003estretchr/testify#1755\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: faster and simpler isEmpty using reflect.Value.IsZero by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1761\"\u003estretchr/testify#1761\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: faster methods filtering (internal refactor) by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1758\"\u003estretchr/testify#1758\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eassert.ErrorAs: log target type by \u003ca href=\"https://github.com/craig65535\"\u003e\u003ccode\u003e@​craig65535\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1345\"\u003estretchr/testify#1345\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix failure message formatting for Positive and Negative asserts in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1062\"\u003estretchr/testify#1062\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorIs message when error is nil but an error was expected by \u003ca href=\"https://github.com/tsioftas\"\u003e\u003ccode\u003e@​tsioftas\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1681\"\u003estretchr/testify#1681\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix Subset/NotSubset when calling with mixed input types by \u003ca href=\"https://github.com/siliconbrain\"\u003e\u003ccode\u003e@​siliconbrain\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1729\"\u003estretchr/testify#1729\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorAs failure message when error is nil by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1734\"\u003estretchr/testify#1734\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock.AssertNumberOfCalls: improve error msg by \u003ca href=\"https://github.com/3scalation\"\u003e\u003ccode\u003e@​3scalation\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1743\"\u003estretchr/testify#1743\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDocumentation, Build \u0026amp; CI\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003edocs: Fix typo in README by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1688\"\u003estretchr/testify#1688\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eReplace deprecated io/ioutil with io and os by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1684\"\u003estretchr/testify#1684\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocument consequences of calling t.FailNow() by \u003ca href=\"https://github.com/greg0ire\"\u003e\u003ccode\u003e@​greg0ire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1710\"\u003estretchr/testify#1710\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update docs for Unset \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1621\"\u003e#1621\u003c/a\u003e by \u003ca href=\"https://github.com/techfg\"\u003e\u003ccode\u003e@​techfg\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1709\"\u003estretchr/testify#1709\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eREADME: apply gofmt to examples by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1687\"\u003estretchr/testify#1687\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: use %q and %T to simplify fmt.Sprintf by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1674\"\u003estretchr/testify#1674\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePropose Christophe Colombier (ccoVeille) as approver by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1716\"\u003estretchr/testify#1716\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate documentation for the Error function in assert or require package by \u003ca href=\"https://github.com/architagr\"\u003e\u003ccode\u003e@​architagr\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1675\"\u003estretchr/testify#1675\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: remove deprecated build constraints by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1671\"\u003estretchr/testify#1671\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: apply gofumpt to internal test suite by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1739\"\u003estretchr/testify#1739\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: fix shebang in .ci.*.sh scripts by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1746\"\u003estretchr/testify#1746\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert,require: enable parallel testing on (almost) all top tests by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1747\"\u003estretchr/testify#1747\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite.Passed: add one more status test report by \u003ca href=\"https://github.com/Ararsa-Derese\"\u003e\u003ccode\u003e@​Ararsa-Derese\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1706\"\u003estretchr/testify#1706\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Helper() method in internal mocks and assert.CollectT by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1423\"\u003estretchr/testify#1423\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.Same/NotSame: improve usage of Sprintf by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1742\"\u003estretchr/testify#1742\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock: enable parallel testing on internal testsuite by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1756\"\u003estretchr/testify#1756\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: cleanup use of 'testing' internals at runtime by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1751\"\u003estretchr/testify#1751\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check test failure message for Empty and NotEmpty  by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1745\"\u003estretchr/testify#1745\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/2a57335dc9cd6833daa820bc94d9b40c26a7917d\"\u003e\u003ccode\u003e2a57335\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1788\"\u003e#1788\u003c/a\u003e from brackendawson/1785-backport-1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/af8c91234f184009f57ef29027b39ca89cb00100\"\u003e\u003ccode\u003eaf8c912\u003c/code\u003e\u003c/a\u003e Backport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/b7801fbf5cd58d201296d5d0e132d1849966dbd4\"\u003e\u003ccode\u003eb7801fb\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1778\"\u003e#1778\u003c/a\u003e from stretchr/dependabot/github_actions/actions/chec...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/69831f3b08c40d56a09d0be93e9d5ae034f1590b\"\u003e\u003ccode\u003e69831f3\u003c/code\u003e\u003c/a\u003e build(deps): bump actions/checkout from 4 to 5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/a53be35c3b0cfcd5189cffcfd75df60ea581104c\"\u003e\u003ccode\u003ea53be35\u003c/code\u003e\u003c/a\u003e Improve captureTestingT helper\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/aafb604176db7e1f2c9810bc90d644291d057687\"\u003e\u003ccode\u003eaafb604\u003c/code\u003e\u003c/a\u003e mock: improve formatting of error message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7218e0390acd2aea3edb18574110ec2753c0aeef\"\u003e\u003ccode\u003e7218e03\u003c/code\u003e\u003c/a\u003e improve error msg\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/929a2126c2702df436312656a0304580b526c6e9\"\u003e\u003ccode\u003e929a212\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1758\"\u003e#1758\u003c/a\u003e from stretchr/dolmen/suite-faster-method-filtering\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/bc7459ec38128532ff32f23cfab4ea0b725210f2\"\u003e\u003ccode\u003ebc7459e\u003c/code\u003e\u003c/a\u003e suite: faster filtering of methods (-testify.m)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7d37b5c962954410bcd7a71ff3a77c79514056d1\"\u003e\u003ccode\u003e7d37b5c\u003c/code\u003e\u003c/a\u003e suite: refactor methodFilter\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/stretchr/testify/compare/v1.8.4...v1.11.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/sync` from 0.5.0 to 0.17.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/04914c200cb38d4ea960ee6a4c314a028c632991\"\u003e\u003ccode\u003e04914c2\u003c/code\u003e\u003c/a\u003e all: upgrade go directive to at least 1.24.0 [generated]\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/7fad2c9213e0821bd78435a9c106806f2fc383f1\"\u003e\u003ccode\u003e7fad2c9\u003c/code\u003e\u003c/a\u003e errgroup: revert propagation of panics\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/8a14946fb031f4bf6096242b5e6ae6f7316d47d8\"\u003e\u003ccode\u003e8a14946\u003c/code\u003e\u003c/a\u003e errgroup: remove duplicated comment\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/1869c690bf11da5dd230e188d03a612a4a3f8ba6\"\u003e\u003ccode\u003e1869c69\u003c/code\u003e\u003c/a\u003e all: replace deprecated ioutil\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/d1ac909e84c04f4326f620436b3894b3f5de0bd4\"\u003e\u003ccode\u003ed1ac909\u003c/code\u003e\u003c/a\u003e sync/errgroup: PanicError.Error print stack trace\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/506c70f97318aa991ec5a898685660c880c166ca\"\u003e\u003ccode\u003e506c70f\u003c/code\u003e\u003c/a\u003e errgroup: propagate panic and Goexit through Wait\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/396f3a06ea2a49eb410f12e244c0dd77095d0de9\"\u003e\u003ccode\u003e396f3a0\u003c/code\u003e\u003c/a\u003e errgroup: document calling Go before Wait\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/b637f27e40ad6e222f3d301cc113e635f0fa08be\"\u003e\u003ccode\u003eb637f27\u003c/code\u003e\u003c/a\u003e errgroup: drop support for Go versions before 1.20\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/960bf1fb13c616a491486fc6322e26fe0830eaf0\"\u003e\u003ccode\u003e960bf1f\u003c/code\u003e\u003c/a\u003e all: upgrade go directive to at least 1.23.0 [generated]\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/fe3591bd8a96873abc98bb9d2d5c62f27efca3e9\"\u003e\u003ccode\u003efe3591b\u003c/code\u003e\u003c/a\u003e sync/errgroup: improve documentation for semaphore limit behavior\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/golang/sync/compare/v0.5.0...v0.17.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/tools` from 0.14.0 to 0.36.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/tools/releases\"\u003egolang.org/x/tools's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003egopls/v0.20.0\u003c/h2\u003e\n\u003cp\u003eSee \u003ca href=\"https://go.dev/gopls/release/v0.20.0\"\u003ehttps://go.dev/gopls/release/v0.20.0\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eChanges: \u003ca href=\"https://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\"\u003ehttps://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\u003c/a\u003e\nContributors: \u003ca href=\"https://github.com/adonovan\"\u003e\u003ccode\u003e@​adonovan\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/cuishuang\"\u003e\u003ccode\u003e@​cuishuang\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/dmitshur\"\u003e\u003ccode\u003e@​dmitshur\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/findleyr\"\u003e\u003ccode\u003e@​findleyr\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/gopherbot\"\u003e\u003ccode\u003e@​gopherbot\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/hyangah\"\u003e\u003ccode\u003e@​hyangah\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/iharsuvorau\"\u003e\u003ccode\u003e@​iharsuvorau\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/jba\"\u003e\u003ccode\u003e@​jba\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/lfolger\"\u003e\u003ccode\u003e@​lfolger\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/pjweinbgo\"\u003e\u003ccode\u003e@​pjweinbgo\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/rogeryk\"\u003e\u003ccode\u003e@​rogeryk\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/timothy-king\"\u003e\u003ccode\u003e@​timothy-king\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/vitalmotif\"\u003e\u003ccode\u003e@​vitalmotif\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/zpavlinovic\"\u003e\u003ccode\u003e@​zpavlinovic\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.1\u003c/h2\u003e\n\u003cp\u003eThis patch release changes the default value of the \u003ccode\u003eimportsSource\u003c/code\u003e setting: v0.19.0 changed it from \u003ccode\u003egoimports\u003c/code\u003e to \u003ccode\u003egopls\u003c/code\u003e; this release changes it back, due to a bug (\u003ca href=\"https://redirect.github.com/golang/tools/issues/74280\"\u003e#74280\u003c/a\u003e).\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.0\u003c/h2\u003e\n\u003cp\u003eComplete list of issues closed: \u003ca href=\"https://github.com/golang/go/milestone/380?closed=1\"\u003egopls/v0.19.0 milestone\u003c/a\u003e\u003c/p\u003e\n\u003ch1\u003eConfiguration Changes\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eThe \u003ccode\u003egopls check\u003c/code\u003e subcommand now accepts a \u003ccode\u003e-severity\u003c/code\u003e flag to set a minimum severity for the diagnostics it reports. By default, the minimum severity is \u0026quot;warning\u0026quot;, so \u003ccode\u003egopls check\u003c/code\u003e may report fewer diagnostics than before. Set \u003ccode\u003e-severity=hint\u003c/code\u003e to reproduce the previous behavior.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eNavigation features\u003c/h1\u003e\n\u003ch2\u003e\u0026quot;Implementations\u0026quot; supports signature types (within same package)\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003cp\u003eThe Implementations query reports the correspondence between abstract and concrete types and their methods based on their method sets. Now, it also reports the cor...\n\n_Description has been truncated_","html_url":"https://github.com/radiant-coder580pz/fabric-private-chaincode/pull/7","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/radiant-coder580pz%2Ffabric-private-chaincode/issues/7","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/7/packages"}},{"old_version":"1.8.7","new_version":"1.8.10","update_type":"patch","path":null,"pr_created_at":"2025-10-06T10:46:30.000Z","version_change":"1.8.7 → 1.8.10","issue":{"uuid":"3486668205","node_id":"PR_kwDOPvnDFM6sPQXl","number":12,"state":"open","title":"Bump the all-deps group across 5 directories with 169 updates","user":"dependabot[bot]","labels":["dependencies","go"],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-10-06T10:46:30.000Z","updated_at":"2025-10-27T10:37:32.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","group_name":"all-deps","update_count":169,"packages":[{"name":"github.com/golang/protobuf","old_version":"1.5.3","new_version":"1.5.4","repository_url":"https://github.com/golang/protobuf"},{"name":"github.com/maxbrunsfeld/counterfeiter/v6","old_version":"6.6.1","new_version":"6.12.0","repository_url":"https://github.com/maxbrunsfeld/counterfeiter"},{"name":"github.com/spf13/cobra","old_version":"1.7.0","new_version":"1.10.1","repository_url":"https://github.com/spf13/cobra"},{"name":"github.com/stretchr/testify","old_version":"1.8.4","new_version":"1.11.1","repository_url":"https://github.com/stretchr/testify"},{"name":"honnef.co/go/tools","old_version":"0.4.3","new_version":"0.6.1","repository_url":"https://github.com/dominikh/go-tools"},{"name":"github.com/Microsoft/go-winio","old_version":"0.6.1","new_version":"0.6.2","repository_url":"https://github.com/Microsoft/go-winio"},{"name":"github.com/bits-and-blooms/bitset","old_version":"1.7.0","new_version":"1.24.0","repository_url":"https://github.com/bits-and-blooms/bitset"},{"name":"github.com/cespare/xxhash/v2","old_version":"2.2.0","new_version":"2.3.0","repository_url":"https://github.com/cespare/xxhash"},{"name":"github.com/cloudflare/cfssl","old_version":"1.4.1","new_version":"1.6.5","repository_url":"https://github.com/cloudflare/cfssl"},{"name":"github.com/consensys/bavard","old_version":"0.1.13","new_version":"0.2.1","repository_url":"https://github.com/consensys/bavard"},{"name":"github.com/consensys/gnark-crypto","old_version":"0.12.1","new_version":"0.19.0","repository_url":"https://github.com/consensys/gnark-crypto"},{"name":"github.com/docker/go-connections","old_version":"0.5.0","new_version":"0.6.0","repository_url":"https://github.com/docker/go-connections"},{"name":"github.com/fsnotify/fsnotify","old_version":"1.6.0","new_version":"1.9.0","repository_url":"https://github.com/fsnotify/fsnotify"},{"name":"github.com/fsouza/go-dockerclient","old_version":"1.10.0","new_version":"1.12.2","repository_url":"https://github.com/fsouza/go-dockerclient"},{"name":"github.com/go-kit/kit","old_version":"0.10.0","new_version":"0.13.0","repository_url":"https://github.com/go-kit/kit"},{"name":"github.com/go-logfmt/logfmt","old_version":"0.5.1","new_version":"0.6.1","repository_url":"https://github.com/go-logfmt/logfmt"},{"name":"github.com/go-openapi/jsonpointer","old_version":"0.19.5","new_version":"0.22.1","repository_url":"https://github.com/go-openapi/jsonpointer"},{"name":"github.com/go-openapi/jsonreference","old_version":"0.20.0","new_version":"0.21.2","repository_url":"https://github.com/go-openapi/jsonreference"},{"name":"github.com/go-openapi/spec","old_version":"0.20.8","new_version":"0.22.0","repository_url":"https://github.com/go-openapi/spec"},{"name":"github.com/gobuffalo/envy","old_version":"1.10.1","new_version":"1.10.2","repository_url":"https://github.com/gobuffalo/envy"},{"name":"github.com/gobuffalo/packd","old_version":"1.0.1","new_version":"1.0.2","repository_url":"https://github.com/gobuffalo/packd"},{"name":"github.com/joho/godotenv","old_version":"1.4.0","new_version":"1.5.1","repository_url":"https://github.com/joho/godotenv"},{"name":"github.com/magiconair/properties","old_version":"1.8.7","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"},{"name":"github.com/moby/term","old_version":"0.5.0","new_version":"0.5.2","repository_url":"https://github.com/moby/term"},{"name":"github.com/nxadm/tail","old_version":"1.4.8","new_version":"1.4.11","repository_url":"https://github.com/nxadm/tail"},{"name":"github.com/opencontainers/image-spec","old_version":"1.1.0-rc5","new_version":"1.1.1","repository_url":"https://github.com/opencontainers/image-spec"},{"name":"github.com/prometheus/client_model","old_version":"0.5.0","new_version":"0.6.2","repository_url":"https://github.com/prometheus/client_model"},{"name":"github.com/prometheus/procfs","old_version":"0.12.0","new_version":"0.17.0","repository_url":"https://github.com/prometheus/procfs"},{"name":"github.com/rogpeppe/go-internal","old_version":"1.11.0","new_version":"1.14.1","repository_url":"https://github.com/rogpeppe/go-internal"},{"name":"github.com/spf13/afero","old_version":"1.6.0","new_version":"1.15.0","repository_url":"https://github.com/spf13/afero"},{"name":"github.com/spf13/cast","old_version":"1.4.1","new_version":"1.10.0","repository_url":"https://github.com/spf13/cast"},{"name":"github.com/spf13/viper","old_version":"1.10.1","new_version":"1.21.0","repository_url":"https://github.com/spf13/viper"}],"path":null,"ecosystem":"go"},"body":"Bumps the all-deps group with 32 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/maxbrunsfeld/counterfeiter/v6](https://github.com/maxbrunsfeld/counterfeiter) | `6.6.1` | `6.12.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [honnef.co/go/tools](https://github.com/dominikh/go-tools) | `0.4.3` | `0.6.1` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.0` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.0` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.5` | `0.22.1` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.0` | `0.21.2` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.0` |\n| [github.com/gobuffalo/envy](https://github.com/gobuffalo/envy) | `1.10.1` | `1.10.2` |\n| [github.com/gobuffalo/packd](https://github.com/gobuffalo/packd) | `1.0.1` | `1.0.2` |\n| [github.com/joho/godotenv](https://github.com/joho/godotenv) | `1.4.0` | `1.5.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/nxadm/tail](https://github.com/nxadm/tail) | `1.4.8` | `1.4.11` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0-rc5` | `1.1.1` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.17.0` |\n| [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) | `1.11.0` | `1.14.1` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.6.0` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n\nBumps the all-deps group with 48 updates in the /integration/go_chaincode directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.26.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.0` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.0` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.28` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.0` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.2` | `1.14.1` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd) | `22.5.0` | `22.6.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/dgraph-io/badger/v3](https://github.com/dgraph-io/badger) | `3.2103.2` | `3.2103.5` |\n| [github.com/elastic/gosigar](https://github.com/elastic/gosigar) | `0.14.2` | `0.14.3` |\n| [github.com/flynn/noise](https://github.com/flynn/noise) | `1.0.0` | `1.1.0` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.10` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.7.0` | `1.7.6` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.16.0` | `2.27.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.16.3` |\n| [github.com/huin/goupnp](https://github.com/huin/goupnp) | `1.2.0` | `1.3.0` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/boxo](https://github.com/ipfs/boxo) | `0.8.0-rc1` | `0.35.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/multiformats/go-varint](https://github.com/multiformats/go-varint) | `0.0.7` | `0.1.0` |\n| [github.com/ugorji/go](https://github.com/ugorji/go) | `1.1.4` | `1.2.14` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.39.0` |\n\nBumps the all-deps group with 25 updates in the /samples/application/ccapi directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.11.1` |\n| [golang.org/x/tools](https://github.com/golang/tools) | `0.14.0` | `0.37.0` |\n| google.golang.org/protobuf | `1.34.2` | `1.36.10` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/cloudflare/cfssl](https://github.com/cloudflare/cfssl) | `1.4.1` | `1.6.5` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.10.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.5.1` | `0.6.1` |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.19.6` | `0.22.1` |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.2` | `0.21.2` |\n| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.20.8` | `0.22.0` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.2` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.17.0` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.2` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.4.1` | `1.10.0` |\n| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.5` | `1.0.10` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.10.1` | `1.21.0` |\n| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.11.6` | `1.14.1` |\n| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.10` |\n| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.4.0` | `1.7.6` |\n| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.59.0` | `1.75.1` |\n| [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.8.12` | `1.16.6` |\n| [github.com/swaggo/gin-swagger](https://github.com/swaggo/gin-swagger) | `1.6.0` | `1.6.1` |\n\nBumps the all-deps group with 53 updates in the /samples/demos/irb directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.26.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.7.0` | `1.24.0` |\n| [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` |\n| [github.com/consensys/bavard](https://github.com/consensys/bavard) | `0.1.13` | `0.2.1` |\n| [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) | `0.12.1` | `0.19.0` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.28` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/go-kit/kit](https://github.com/go-kit/kit) | `0.12.0` | `0.13.0` |\n| [github.com/go-logfmt/logfmt](https://github.com/go-logfmt/logfmt) | `0.6.0` | `0.6.1` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0` | `1.1.1` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.23.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.0` |\n| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |\n| [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) | `4.2.0` | `4.4.0` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.16.3` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1` | `1.6.2` |\n| [github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk](https://github.com/hyperledger-labs/weaver-dlt-interoperability) | `1.2.3-alpha.1.0.20210812140206-37f430515b8c` | `1.6.2` |\n| [github.com/ipfs/go-cid](https://github.com/ipfs/go-cid) | `0.4.1` | `0.5.0` |\n| [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.7` | `2.3.0` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) | `0.11.0` | `0.16.1` |\n| [github.com/multiformats/go-multicodec](https://github.com/multiformats/go-multicodec) | `0.9.0` | `0.9.2` |\n| [github.com/multiformats/go-multistream](https://github.com/multiformats/go-multistream) | `0.4.1` | `0.6.1` |\n| [github.com/multiformats/go-varint](https://github.com/multiformats/go-varint) | `0.0.7` | `0.1.0` |\n| [lukechampine.com/blake3](https://github.com/lukechampine/blake3) | `1.2.1` | `1.4.1` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.39.0` |\n| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.28.0` | `0.39.0` |\n| [code.cloudfoundry.org/clock](https://github.com/cloudfoundry/clock) | `1.1.0` | `1.50.0` |\n| [github.com/VictoriaMetrics/fastcache](https://github.com/VictoriaMetrics/fastcache) | `1.12.1` | `1.13.0` |\n| [github.com/go-ole/go-ole](https://github.com/go-ole/go-ole) | `1.2.6` | `1.3.0` |\n| [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.12` | `0.3.15` |\n| [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.6` | `3.6.5` |\n| [go.etcd.io/etcd/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.5` |\n| [go.etcd.io/etcd/raft/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.5.23` |\n| [go.etcd.io/etcd/server/v3](https://github.com/etcd-io/etcd) | `3.5.1` | `3.6.5` |\n\nBumps the all-deps group with 26 updates in the /samples/deployment/fabric-smart-client/the-simple-testing-network directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/golang/protobuf](https://github.com/golang/protobuf) | `1.5.3` | `1.5.4` |\n| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.26.0` |\n| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.10.1` |\n| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.11.1` |\n| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.5.0` |\n| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.13` | `1.7.28` |\n| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.6.0` | `1.9.0` |\n| [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) | `1.10.0` | `1.12.2` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.10` |\n| [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` |\n| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.15.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.21.0` |\n| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.25.0` | `1.27.0` |\n| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.57.0` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |\n| [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.8.0` | `0.16.3` |\n| [github.com/miracl/conflate](https://github.com/miracl/conflate) | `1.3.1` | `1.3.4` |\n| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.36.0` | `1.38.0` |\n| [lukechampine.com/uint128](https://github.com/lukechampine/uint128) | `1.2.0` | `1.3.0` |\n| [modernc.org/cc/v3](https://gitlab.com/cznic/cc) | `3.40.0` | `3.41.0` |\n| [modernc.org/ccgo/v3](https://gitlab.com/cznic/ccgo) | `3.16.13` | `3.17.0` |\n| [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.29.0` | `1.66.10` |\n| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.39.0` |\n\n\nUpdates `github.com/golang/protobuf` from 1.5.3 to 1.5.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/protobuf/releases\"\u003egithub.com/golang/protobuf's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.5.4\u003c/h2\u003e\n\u003cp\u003eNotable changes\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eupdate descriptor.proto to latest version\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/75de7c059e36b64f01d0dd234ff2fff404ec3374\"\u003e\u003ccode\u003e75de7c0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/golang/protobuf/issues/1597\"\u003e#1597\u003c/a\u003e from golang/updatedesc\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/protobuf/commit/b7697bb698b1c56643249ef6179c7cae1478881d\"\u003e\u003ccode\u003eb7697bb\u003c/code\u003e\u003c/a\u003e all: update descriptor.proto to latest version\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golang/protobuf/compare/v1.5.3...v1.5.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/maxbrunsfeld/counterfeiter/v6` from 6.6.1 to 6.12.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases\"\u003egithub.com/maxbrunsfeld/counterfeiter/v6's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.12.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.37.0 to 1.38.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/333\"\u003emaxbrunsfeld/counterfeiter#333\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.38.0 to 1.38.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/338\"\u003emaxbrunsfeld/counterfeiter#338\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: support for custom type constraints in generic interfaces by \u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/mahboubii\"\u003e\u003ccode\u003e@​mahboubii\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/334\"\u003emaxbrunsfeld/counterfeiter#334\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.3...v6.12.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.2\u003c/h2\u003e\n\u003cp\u003eRevert changes from \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/releases/tag/v6.11.1\"\u003e\u003ccode\u003ev6.11.1\u003c/code\u003e\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.1...v6.11.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.1\u003c/h2\u003e\n\u003cp\u003eRestore compatibility for \u003ccode\u003ego\u003c/code\u003e \u003ccode\u003e1.22\u003c/code\u003e.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.11.0...v6.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.34.2 to 1.35.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/303\"\u003emaxbrunsfeld/counterfeiter#303\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.0 to 1.35.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/304\"\u003emaxbrunsfeld/counterfeiter#304\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.19.0 to 0.20.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/305\"\u003emaxbrunsfeld/counterfeiter#305\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.26.0 to 0.27.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/306\"\u003emaxbrunsfeld/counterfeiter#306\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.35.1 to 1.36.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/307\"\u003emaxbrunsfeld/counterfeiter#307\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.20.0 to 0.21.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/308\"\u003emaxbrunsfeld/counterfeiter#308\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.27.0 to 0.28.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/309\"\u003emaxbrunsfeld/counterfeiter#309\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.36.0 to 1.36.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/310\"\u003emaxbrunsfeld/counterfeiter#310\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ehandle interfaces with generics by \u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jaredmtterminus\"\u003e\u003ccode\u003e@​jaredmtterminus\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/311\"\u003emaxbrunsfeld/counterfeiter#311\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.10.0...v6.11.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.10.0...v6.11.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev6.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump github.com/onsi/gomega from 1.34.1 to 1.34.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/296\"\u003emaxbrunsfeld/counterfeiter#296\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/text from 0.18.0 to 0.19.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/299\"\u003emaxbrunsfeld/counterfeiter#299\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.25.0 to 0.26.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/300\"\u003emaxbrunsfeld/counterfeiter#300\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eissue \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/298\"\u003e#298\u003c/a\u003e - go 1.23 go/types alias change by \u003ca href=\"https://github.com/xanderflood\"\u003e\u003ccode\u003e@​xanderflood\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/301\"\u003emaxbrunsfeld/counterfeiter#301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/xanderflood\"\u003e\u003ccode\u003e@​xanderflood\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/pull/301\"\u003emaxbrunsfeld/counterfeiter#301\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.9.0...v6.10.0\"\u003ehttps://github.com/maxbrunsfeld/counterfeiter/compare/v6.9.0...v6.10.0\u003c/a\u003e\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/1787e7d29dd879b458fdf4df04fd7825f206ef3d\"\u003e\u003ccode\u003e1787e7d\u003c/code\u003e\u003c/a\u003e fix incorrect use of fmt.Errorf (use errors.New)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/d0d179107c4f9eb60fa55a6ba3616aafcb2dc9f3\"\u003e\u003ccode\u003ed0d1791\u003c/code\u003e\u003c/a\u003e ⬆️ dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/b365b339524a88e6d4f20c5ed05761533909ce1c\"\u003e\u003ccode\u003eb365b33\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/334\"\u003e#334\u003c/a\u003e from mahboubii/fix/generic-interface-type-constraint\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/df5c1686e416edff9a82fdd84f1c30124f60ab74\"\u003e\u003ccode\u003edf5c168\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/338\"\u003e#338\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/github.com/on...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/93d20fecbcae6fcd0fd095f348ef67908125873a\"\u003e\u003ccode\u003e93d20fe\u003c/code\u003e\u003c/a\u003e Bump github.com/onsi/gomega from 1.38.0 to 1.38.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/b8c00d116d3343b732cc9c9f9a9e4e0eea5915b8\"\u003e\u003ccode\u003eb8c00d1\u003c/code\u003e\u003c/a\u003e test union constraint type\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/7daa3608f4f7bae19c7cd09616f743e12479c0ab\"\u003e\u003ccode\u003e7daa360\u003c/code\u003e\u003c/a\u003e fix: support for custom type constraints in generic interfaces\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/eeb5bb36f242dd28beea0ccbed57ea10f2fa2604\"\u003e\u003ccode\u003eeeb5bb3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/maxbrunsfeld/counterfeiter/issues/333\"\u003e#333\u003c/a\u003e from maxbrunsfeld/dependabot/go_modules/github.com/on...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/8cc0e52a7656a3523ad6b74af0c58794b3ad6c0f\"\u003e\u003ccode\u003e8cc0e52\u003c/code\u003e\u003c/a\u003e Bump github.com/onsi/gomega from 1.37.0 to 1.38.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/commit/386d8831d95d053807d08b1620e0347c186f7673\"\u003e\u003ccode\u003e386d883\u003c/code\u003e\u003c/a\u003e avoid locking method-specific mutexes in Invocations() to avoid deadlock\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/maxbrunsfeld/counterfeiter/compare/v6.6.1...v6.12.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/ginkgo/v2` from 2.11.0 to 2.25.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/releases\"\u003egithub.com/onsi/ginkgo/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.26.0\u003c/h2\u003e\n\u003ch2\u003e2.26.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cp\u003eGinkgo can now generate json-formatted reports that are compatible with the \u003ccode\u003ego test\u003c/code\u003e json format.  Use \u003ccode\u003eginkgo --gojson-report=report.go.json\u003c/code\u003e.  This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.\u003c/p\u003e\n\u003ch2\u003ev2.25.3\u003c/h2\u003e\n\u003ch2\u003e2.25.3\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eemit --github-output group only for progress report itself [f01aed1]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.25.2\u003c/h2\u003e\n\u003ch2\u003e2.25.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eAdd github output group for progress report content\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cp\u003eBump Gomega\u003c/p\u003e\n\u003ch2\u003ev2.25.1\u003c/h2\u003e\n\u003ch2\u003e2.25.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efix(types): ignore nameless nodes on FullText() [10866d3]\u003c/li\u003e\n\u003cli\u003echore: fix some CodeQL warnings [2e42cff]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.25.0\u003c/h2\u003e\n\u003ch2\u003e2.25.0\u003c/h2\u003e\n\u003ch3\u003e\u003ccode\u003eAroundNode\u003c/code\u003e\u003c/h3\u003e\n\u003cp\u003eThis release introduces a new decorator to support more complex spec setup usecases.\u003c/p\u003e\n\u003cp\u003e\u003ccode\u003eAroundNode\u003c/code\u003e registers a function that runs before each individual node.  This is considered a more advanced decorator.\u003c/p\u003e\n\u003cp\u003ePlease read the \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-around-node\"\u003edocs\u003c/a\u003e for more information and some examples.\u003c/p\u003e\n\u003cp\u003eAllowed signatures:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func())\u003c/code\u003e - \u003ccode\u003efunc\u003c/code\u003e will be called before the node is run.\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func(ctx context.Context) context.Context)\u003c/code\u003e - \u003ccode\u003efunc\u003c/code\u003e can wrap the passed in context and return a new one which will be passed on to the node.\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func(ctx context.Context, body func(ctx context.Context)))\u003c/code\u003e - \u003ccode\u003ectx\u003c/code\u003e is the context for the node and \u003ccode\u003ebody\u003c/code\u003e is a function that must be called to run the node.  This gives you complete control over what runs before and after the node.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eMultiple \u003ccode\u003eAroundNode\u003c/code\u003e decorators can be applied to a single node and they will run in the order they are applied.\u003c/p\u003e\n\u003cp\u003eUnlike setup nodes like \u003ccode\u003eBeforeEach\u003c/code\u003e and \u003ccode\u003eDeferCleanup\u003c/code\u003e, \u003ccode\u003eAroundNode\u003c/code\u003e is guaranteed to run in the same goroutine as the decorated node.  This is necessary when working with lower-level libraries that must run on a single thread (you can call \u003ccode\u003eruntime.LockOSThread()\u003c/code\u003e in the \u003ccode\u003eAroundNode\u003c/code\u003e to ensure that the node runs on a single thread).\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/ginkgo/v2's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e2.26.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cp\u003eGinkgo can now generate json-formatted reports that are compatible with the \u003ccode\u003ego test\u003c/code\u003e json format.  Use \u003ccode\u003eginkgo --gojson-report=report.go.json\u003c/code\u003e.  This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics.\u003c/p\u003e\n\u003ch2\u003e2.25.3\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eemit --github-output group only for progress report itself [f01aed1]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.25.2\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eAdd github output group for progress report content\u003c/p\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cp\u003eBump Gomega\u003c/p\u003e\n\u003ch2\u003e2.25.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efix(types): ignore nameless nodes on FullText() [10866d3]\u003c/li\u003e\n\u003cli\u003echore: fix some CodeQL warnings [2e42cff]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.25.0\u003c/h2\u003e\n\u003ch3\u003e\u003ccode\u003eAroundNode\u003c/code\u003e\u003c/h3\u003e\n\u003cp\u003eThis release introduces a new decorator to support more complex spec setup usecases.\u003c/p\u003e\n\u003cp\u003e\u003ccode\u003eAroundNode\u003c/code\u003e registers a function that runs before each individual node.  This is considered a more advanced decorator.\u003c/p\u003e\n\u003cp\u003ePlease read the \u003ca href=\"https://onsi.github.io/ginkgo/#advanced-around-node\"\u003edocs\u003c/a\u003e for more information and some examples.\u003c/p\u003e\n\u003cp\u003eAllowed signatures:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func())\u003c/code\u003e - \u003ccode\u003efunc\u003c/code\u003e will be called before the node is run.\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func(ctx context.Context) context.Context)\u003c/code\u003e - \u003ccode\u003efunc\u003c/code\u003e can wrap the passed in context and return a new one which will be passed on to the node.\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eAroundNode(func(ctx context.Context, body func(ctx context.Context)))\u003c/code\u003e - \u003ccode\u003ectx\u003c/code\u003e is the context for the node and \u003ccode\u003ebody\u003c/code\u003e is a function that must be called to run the node.  This gives you complete control over what runs before and after the node.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eMultiple \u003ccode\u003eAroundNode\u003c/code\u003e decorators can be applied to a single node and they will run in the order they are applied.\u003c/p\u003e\n\u003cp\u003eUnlike setup nodes like \u003ccode\u003eBeforeEach\u003c/code\u003e and \u003ccode\u003eDeferCleanup\u003c/code\u003e, \u003ccode\u003eAroundNode\u003c/code\u003e is guaranteed to run in the same goroutine as the decorated node.  This is necessary when working with lower-level libraries that must run on a single thread (you can call \u003ccode\u003eruntime.LockOSThread()\u003c/code\u003e in the \u003ccode\u003eAroundNode\u003c/code\u003e to ensure that the node runs on a single thread).\u003c/p\u003e\n\u003cp\u003eSince \u003ccode\u003eAroundNode\u003c/code\u003e allows you to modify the context you can also use \u003ccode\u003eAroundNode\u003c/code\u003e to implement shared setup that attaches values to the context.\u003c/p\u003e\n\u003cp\u003eIf applied to a container, \u003ccode\u003eAroundNode\u003c/code\u003e will run before every node in the container.  Including setup nodes like \u003ccode\u003eBeforeEach\u003c/code\u003e and \u003ccode\u003eDeferCleanup\u003c/code\u003e.\u003c/p\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/02f7324631e5805325d0a44a41210e38bfd4c1e0\"\u003e\u003ccode\u003e02f7324\u003c/code\u003e\u003c/a\u003e v2.26.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/6bc55664e0761577874061daa94b05dba9d42bc5\"\u003e\u003ccode\u003e6bc5566\u003c/code\u003e\u003c/a\u003e Merge branch 'pseudo-su-add-go-json-reporter'\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/b470f6132a403dc81ada0d22885ec2b834d25e5c\"\u003e\u003ccode\u003eb470f61\u003c/code\u003e\u003c/a\u003e fix failing specs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/486687e97a78b10af1aa2b7c71c83c71d639b6c7\"\u003e\u003ccode\u003e486687e\u003c/code\u003e\u003c/a\u003e add sponsors\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/64df0b4913bacbb57b3d844898500406956c67e4\"\u003e\u003ccode\u003e64df0b4\u003c/code\u003e\u003c/a\u003e fix maxprocs build constraint\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/148401a3b930bbe0c40378c1aafcdf7c93d4ef0d\"\u003e\u003ccode\u003e148401a\u003c/code\u003e\u003c/a\u003e Container-aware GOMAXPROCS is available in golang 1.25\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/6438ff2c89d0f62e072e0fa6b885f7959e336fba\"\u003e\u003ccode\u003e6438ff2\u003c/code\u003e\u003c/a\u003e Bump actions/setup-go from 5 to 6 (\u003ca href=\"https://redirect.github.com/onsi/ginkgo/issues/1591\"\u003e#1591\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/a7c972ac6d28ab36f19bfdcac3553e00775f592d\"\u003e\u003ccode\u003ea7c972a\u003c/code\u003e\u003c/a\u003e v2.25.3\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/fdc65b13166ea27ef283a055289bfe3719318b17\"\u003e\u003ccode\u003efdc65b1\u003c/code\u003e\u003c/a\u003e emit --github-output group only for progress report itself\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/ginkgo/commit/d82298f5a167324f4c38ea706eee8ea2fdf9218b\"\u003e\u003ccode\u003ed82298f\u003c/code\u003e\u003c/a\u003e docs\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/ginkgo/compare/v2.11.0...v2.26.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/onsi/gomega` from 1.27.8 to 1.38.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/releases\"\u003egithub.com/onsi/gomega's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.38.2\u003c/h2\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.38.1\u003c/h2\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003ev1.38.0\u003c/h2\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.37.0\u003c/h2\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.36.3\u003c/h2\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/onsi/gomega/blob/master/CHANGELOG.md\"\u003egithub.com/onsi/gomega's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.38.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eroll back to go 1.23.0 [c404969]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.38.1\u003c/h2\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cp\u003eNumerous minor fixes and dependency bumps\u003c/p\u003e\n\u003ch2\u003e1.38.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003egstruct handles extra unexported fields [4ee7ed0]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003esupport [] in IgnoringTopFunction function signatures (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/851\"\u003e#851\u003c/a\u003e) [36bbf72]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/net from 0.40.0 to 0.41.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/846\"\u003e#846\u003c/a\u003e) [529d408]\u003c/li\u003e\n\u003cli\u003eFix typo [acd1f55]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.5 to 1.36.6 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/835\"\u003e#835\u003c/a\u003e) [bae65a0]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.4 to 1.18.8 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/842\"\u003e#842\u003c/a\u003e) [8dda91f]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.39.0 to 0.40.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/843\"\u003e#843\u003c/a\u003e) [212d812]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/839\"\u003e#839\u003c/a\u003e) [59bd7f9]\u003c/li\u003e\n\u003cli\u003eBump nokogiri from 1.18.1 to 1.18.4 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/834\"\u003e#834\u003c/a\u003e) [328c729]\u003c/li\u003e\n\u003cli\u003eBump uri from 1.0.2 to 1.0.3 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/826\"\u003e#826\u003c/a\u003e) [9a798a1]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.37.0 to 0.39.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/841\"\u003e#841\u003c/a\u003e) [04a72c6]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.37.0\u003c/h2\u003e\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eadd To/ToNot/NotTo aliases for AsyncAssertion [5666f98]\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e1.36.3\u003c/h2\u003e\n\u003ch3\u003eMaintenance\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003ebump all the things [adb8b49]\u003c/li\u003e\n\u003cli\u003echore: replace \u003ccode\u003einterface{}\u003c/code\u003e with \u003ccode\u003eany\u003c/code\u003e [7613216]\u003c/li\u003e\n\u003cli\u003eBump google.golang.org/protobuf from 1.36.1 to 1.36.5 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/822\"\u003e#822\u003c/a\u003e) [9fe5259]\u003c/li\u003e\n\u003cli\u003eremove spurious \u0026quot;toolchain\u0026quot; from go.mod (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/819\"\u003e#819\u003c/a\u003e) [a0e85b9]\u003c/li\u003e\n\u003cli\u003eBump golang.org/x/net from 0.33.0 to 0.35.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/823\"\u003e#823\u003c/a\u003e) [604a8b1]\u003c/li\u003e\n\u003cli\u003eBump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/772\"\u003e#772\u003c/a\u003e) [36fbc84]\u003c/li\u003e\n\u003cli\u003eBump github-pages from 231 to 232 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/778\"\u003e#778\u003c/a\u003e) [ced70d7]\u003c/li\u003e\n\u003cli\u003eBump rexml from 3.2.6 to 3.3.9 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/788\"\u003e#788\u003c/a\u003e) [c8b4a07]\u003c/li\u003e\n\u003cli\u003eBump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/812\"\u003e#812\u003c/a\u003e) [06431b9]\u003c/li\u003e\n\u003cli\u003eBump webrick from 1.8.1 to 1.9.1 in /docs (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/800\"\u003e#800\u003c/a\u003e) [b55a92d]\u003c/li\u003e\n\u003cli\u003eFix typos (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/813\"\u003e#813\u003c/a\u003e) [a1d518b]\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/79b8a75a10e36ee598344c040317f5ab1c907f53\"\u003e\u003ccode\u003e79b8a75\u003c/code\u003e\u003c/a\u003e v1.38.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c404969c07179a8533d5daa283cd6307add66620\"\u003e\u003ccode\u003ec404969\u003c/code\u003e\u003c/a\u003e roll back to go 1.23.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/c36e89a7efeca141bf40c3e582c7332d293dd354\"\u003e\u003ccode\u003ec36e89a\u003c/code\u003e\u003c/a\u003e v1.38.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/92eaa578900a4a5fb79d85140d7d59e9f5f22ec7\"\u003e\u003ccode\u003e92eaa57\u003c/code\u003e\u003c/a\u003e go mod tidy\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/b9ed3cdd8077cef2652a340810a2bd526c2d87a3\"\u003e\u003ccode\u003eb9ed3cd\u003c/code\u003e\u003c/a\u003e deprecate CompileTest*\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/2a5bf77d2311a6dc9fa800cd1b687b64dad9dda0\"\u003e\u003ccode\u003e2a5bf77\u003c/code\u003e\u003c/a\u003e fix invalid fmt.Errorf\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/3e9e385d31dcda216ae1d56341bb33111b6f8644\"\u003e\u003ccode\u003e3e9e385\u003c/code\u003e\u003c/a\u003e bump ginkgo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/7f37abe202e2050947bc608c69172cea36414311\"\u003e\u003ccode\u003e7f37abe\u003c/code\u003e\u003c/a\u003e Replace \u003ccode\u003egopkg.in/yaml.v3\u003c/code\u003e with \u003ccode\u003ego.yaml.in/yaml/v3\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/69e47619891ecbd0375d07dce33eb558dd14fde3\"\u003e\u003ccode\u003e69e4761\u003c/code\u003e\u003c/a\u003e fix(async_assertion): use correct error in errors.As\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/onsi/gomega/commit/95737c099edca4f2e7cd47ddcff68c9af8c87258\"\u003e\u003ccode\u003e95737c0\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/net from 0.41.0 to 0.43.0 (\u003ca href=\"https://redirect.github.com/onsi/gomega/issues/856\"\u003e#856\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/onsi/gomega/compare/v1.27.8...v1.38.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/spf13/cobra` from 1.7.0 to 1.10.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/spf13/cobra/releases\"\u003egithub.com/spf13/cobra's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.10.1\u003c/h2\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003echore: upgrade pflags v1.0.9 by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2305\"\u003espf13/cobra#2305\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003ev1.0.9 of pflags brought back \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e and marked it as deprecated\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\"\u003ehttps://github.com/spf13/cobra/compare/v1.10.0...v1.10.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.10.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003e🚨 Attention!\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump pflag to 1.0.8 by \u003ca href=\"https://github.com/tomasaschan\"\u003e\u003ccode\u003e@​tomasaschan\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eThis version of \u003ccode\u003epflag\u003c/code\u003e carried a breaking change: it renamed \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e to \u003ccode\u003eParseErrorsAllowlist\u003c/code\u003e which can break builds if both \u003ccode\u003epflag\u003c/code\u003e and \u003ccode\u003ecobra\u003c/code\u003e are dependencies in your project.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eIf you use both \u003ccode\u003epflag and \u003c/code\u003ecobra\u003ccode\u003e, upgrade \u003c/code\u003epflag\u003ccode\u003eto 1.0.8 and\u003c/code\u003ecobra\u003ccode\u003eto\u003c/code\u003e1.10.0`\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003e\u003cem\u003eor\u003c/em\u003e\u003c/strong\u003e use the newer, fixed version of \u003ccode\u003epflag\u003c/code\u003e v1.0.9 which keeps the deprecated \u003ccode\u003eParseErrorsWhitelist\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eMore details can be found here: \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2303#issuecomment-3242333515\"\u003espf13/cobra#2303\u003c/a\u003e\u003c/p\u003e\n\u003ch3\u003e✨ Features\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFlow context to command in SetHelpFunc by \u003ca href=\"https://github.com/Frassle\"\u003e\u003ccode\u003e@​Frassle\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2241\"\u003espf13/cobra#2241\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eThe default ShellCompDirective can be customized for a command and its subcommands by \u003ca href=\"https://github.com/albers\"\u003e\u003ccode\u003e@​albers\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2238\"\u003espf13/cobra#2238\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e🐛 Fix\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade golangci-lint to v2, address findings by \u003ca href=\"https://github.com/scop\"\u003e\u003ccode\u003e@​scop\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2279\"\u003espf13/cobra#2279\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e🪠 Testing\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eTest with Go 1.24 by \u003ca href=\"https://github.com/harryzcy\"\u003e\u003ccode\u003e@​harryzcy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2236\"\u003espf13/cobra#2236\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: Rm GitHub Action PR size labeler by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2256\"\u003espf13/cobra#2256\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e📝 Docs\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eRemove traling curlybrace by \u003ca href=\"https://github.com/yedayak\"\u003e\u003ccode\u003e@​yedayak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2237\"\u003espf13/cobra#2237\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate command.go by \u003ca href=\"https://github.com/styee\"\u003e\u003ccode\u003e@​styee\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2248\"\u003espf13/cobra#2248\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: Add security policy by \u003ca href=\"https://github.com/jpmcb\"\u003e\u003ccode\u003e@​jpmcb\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2253\"\u003espf13/cobra#2253\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate Readme (Warp) by \u003ca href=\"https://github.com/ericdachen\"\u003e\u003ccode\u003e@​ericdachen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2267\"\u003espf13/cobra#2267\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Periscope to the list of projects using Cobra by \u003ca href=\"https://github.com/anishathalye\"\u003e\u003ccode\u003e@​anishathalye\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2299\"\u003espf13/cobra#2299\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/harryzcy\"\u003e\u003ccode\u003e@​harryzcy\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2236\"\u003espf13/cobra#2236\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/yedayak\"\u003e\u003ccode\u003e@​yedayak\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2237\"\u003espf13/cobra#2237\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Frassle\"\u003e\u003ccode\u003e@​Frassle\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/spf13/cobra/pull/2241\"\u003espf13/cobra#2241\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/7da941c3547e93b8c9f70bbd3befca79c6335388\"\u003e\u003ccode\u003e7da941c\u003c/code\u003e\u003c/a\u003e chore: Bump pflag to v1.0.9 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2305\"\u003e#2305\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/51d675196729be769ce235b710ab7058b3aad03a\"\u003e\u003ccode\u003e51d6751\u003c/code\u003e\u003c/a\u003e Bump pflag to 1.0.8 (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2303\"\u003e#2303\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/3f3b81882534a51628f3286e93c6842d9b2e29ea\"\u003e\u003ccode\u003e3f3b818\u003c/code\u003e\u003c/a\u003e Update README.md with new logo\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/dcaf42e2633496bf97d5476d7419071e5c48f40a\"\u003e\u003ccode\u003edcaf42e\u003c/code\u003e\u003c/a\u003e Add Periscope to the list of projects using Cobra (\u003ca href=\"https://redirect.github.com/spf13/cobra/issues/2299\"\u003e#2299\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/6dec1ae26659a130bdb4c985768d1853b0e1bc06\"\u003e\u003ccode\u003e6dec1ae\u003c/code\u003e\u003c/a\u003e The default ShellCompDirective can be customized for a command and its subcom...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/c8289c10302063b9a2e26357e7e0f0bb599f29ce\"\u003e\u003ccode\u003ec8289c1\u003c/code\u003e\u003c/a\u003e chore(golangci-lint): add some exclusion presets\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/4af7b64d31989e78e86d65304f693a6d9c77c932\"\u003e\u003ccode\u003e4af7b64\u003c/code\u003e\u003c/a\u003e refactor: apply golangci-lint autofixes, work around false positives\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/75790e48fb73c8ba027e0163157a86ce8604ca3e\"\u003e\u003ccode\u003e75790e4\u003c/code\u003e\u003c/a\u003e chore(golangci-lint): upgrade to v2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/db3ddb5cf4968b320ea21f6ee5c2d2202a2e7b22\"\u003e\u003ccode\u003edb3ddb5\u003c/code\u003e\u003c/a\u003e Adding sponsorship to README.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/spf13/cobra/commit/67171d6909986ee86fb946f808b87aba88ee417a\"\u003e\u003ccode\u003e67171d6\u003c/code\u003e\u003c/a\u003e putting sponsorship below header\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/spf13/cobra/compare/v1.7.0...v1.10.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/stretchr/testify` from 1.8.4 to 1.11.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/stretchr/testify/releases\"\u003egithub.com/stretchr/testify's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.11.1\u003c/h2\u003e\n\u003cp\u003eThis release fixes \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1785\"\u003e#1785\u003c/a\u003e introduced in v1.11.0 where expected argument values implementing the stringer interface (\u003ccode\u003eString() string\u003c/code\u003e) with a method which mutates their value, when passed to mock.Mock.On (\u003ccode\u003em.On(\u0026quot;Method\u0026quot;, \u0026lt;expected\u0026gt;).Return()\u003c/code\u003e) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBackport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11: mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1788\"\u003estretchr/testify#1788\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\"\u003ehttps://github.com/stretchr/testify/compare/v1.11.0...v1.11.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.11.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eFunctional Changes\u003c/h3\u003e\n\u003cp\u003ev1.11.0 Includes a number of performance improvements.\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eCall stack perf change for CallerInfo by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1614\"\u003estretchr/testify#1614\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eLazily render mock diff output on successful match by \u003ca href=\"https://github.com/mikeauclair\"\u003e\u003ccode\u003e@​mikeauclair\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1615\"\u003estretchr/testify#1615\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check early in Eventually, EventuallyWithT, and Never by \u003ca href=\"https://github.com/cszczepaniak\"\u003e\u003ccode\u003e@​cszczepaniak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1427\"\u003estretchr/testify#1427\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: add IsNotType by \u003ca href=\"https://github.com/bartventer\"\u003e\u003ccode\u003e@​bartventer\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1730\"\u003estretchr/testify#1730\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.JSONEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1754\"\u003estretchr/testify#1754\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.YAMLEq: shortcut if same strings by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1755\"\u003estretchr/testify#1755\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: faster and simpler isEmpty using reflect.Value.IsZero by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1761\"\u003estretchr/testify#1761\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: faster methods filtering (internal refactor) by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1758\"\u003estretchr/testify#1758\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eassert.ErrorAs: log target type by \u003ca href=\"https://github.com/craig65535\"\u003e\u003ccode\u003e@​craig65535\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1345\"\u003estretchr/testify#1345\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix failure message formatting for Positive and Negative asserts in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1062\"\u003estretchr/testify#1062\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorIs message when error is nil but an error was expected by \u003ca href=\"https://github.com/tsioftas\"\u003e\u003ccode\u003e@​tsioftas\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1681\"\u003estretchr/testify#1681\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix Subset/NotSubset when calling with mixed input types by \u003ca href=\"https://github.com/siliconbrain\"\u003e\u003ccode\u003e@​siliconbrain\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1729\"\u003estretchr/testify#1729\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eImprove ErrorAs failure message when error is nil by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1734\"\u003estretchr/testify#1734\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock.AssertNumberOfCalls: improve error msg by \u003ca href=\"https://github.com/3scalation\"\u003e\u003ccode\u003e@​3scalation\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1743\"\u003estretchr/testify#1743\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDocumentation, Build \u0026amp; CI\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003edocs: Fix typo in README by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1688\"\u003estretchr/testify#1688\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eReplace deprecated io/ioutil with io and os by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1684\"\u003estretchr/testify#1684\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDocument consequences of calling t.FailNow() by \u003ca href=\"https://github.com/greg0ire\"\u003e\u003ccode\u003e@​greg0ire\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1710\"\u003estretchr/testify#1710\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: update docs for Unset \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1621\"\u003e#1621\u003c/a\u003e by \u003ca href=\"https://github.com/techfg\"\u003e\u003ccode\u003e@​techfg\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1709\"\u003estretchr/testify#1709\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eREADME: apply gofmt to examples by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1687\"\u003estretchr/testify#1687\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: use %q and %T to simplify fmt.Sprintf by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1674\"\u003estretchr/testify#1674\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePropose Christophe Colombier (ccoVeille) as approver by \u003ca href=\"https://github.com/brackendawson\"\u003e\u003ccode\u003e@​brackendawson\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1716\"\u003estretchr/testify#1716\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate documentation for the Error function in assert or require package by \u003ca href=\"https://github.com/architagr\"\u003e\u003ccode\u003e@​architagr\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1675\"\u003estretchr/testify#1675\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: remove deprecated build constraints by \u003ca href=\"https://github.com/alexandear\"\u003e\u003ccode\u003e@​alexandear\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1671\"\u003estretchr/testify#1671\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: apply gofumpt to internal test suite by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1739\"\u003estretchr/testify#1739\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eCI: fix shebang in .ci.*.sh scripts by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1746\"\u003estretchr/testify#1746\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert,require: enable parallel testing on (almost) all top tests by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1747\"\u003estretchr/testify#1747\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite.Passed: add one more status test report by \u003ca href=\"https://github.com/Ararsa-Derese\"\u003e\u003ccode\u003e@​Ararsa-Derese\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1706\"\u003estretchr/testify#1706\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd Helper() method in internal mocks and assert.CollectT by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1423\"\u003estretchr/testify#1423\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert.Same/NotSame: improve usage of Sprintf by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1742\"\u003estretchr/testify#1742\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003emock: enable parallel testing on internal testsuite by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1756\"\u003estretchr/testify#1756\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003esuite: cleanup use of 'testing' internals at runtime by \u003ca href=\"https://github.com/dolmen\"\u003e\u003ccode\u003e@​dolmen\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1751\"\u003estretchr/testify#1751\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eassert: check test failure message for Empty and NotEmpty  by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/stretchr/testify/pull/1745\"\u003estretchr/testify#1745\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/2a57335dc9cd6833daa820bc94d9b40c26a7917d\"\u003e\u003ccode\u003e2a57335\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1788\"\u003e#1788\u003c/a\u003e from brackendawson/1785-backport-1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/af8c91234f184009f57ef29027b39ca89cb00100\"\u003e\u003ccode\u003eaf8c912\u003c/code\u003e\u003c/a\u003e Backport \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1786\"\u003e#1786\u003c/a\u003e to release/1.11\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/b7801fbf5cd58d201296d5d0e132d1849966dbd4\"\u003e\u003ccode\u003eb7801fb\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1778\"\u003e#1778\u003c/a\u003e from stretchr/dependabot/github_actions/actions/chec...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/69831f3b08c40d56a09d0be93e9d5ae034f1590b\"\u003e\u003ccode\u003e69831f3\u003c/code\u003e\u003c/a\u003e build(deps): bump actions/checkout from 4 to 5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/a53be35c3b0cfcd5189cffcfd75df60ea581104c\"\u003e\u003ccode\u003ea53be35\u003c/code\u003e\u003c/a\u003e Improve captureTestingT helper\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/aafb604176db7e1f2c9810bc90d644291d057687\"\u003e\u003ccode\u003eaafb604\u003c/code\u003e\u003c/a\u003e mock: improve formatting of error message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7218e0390acd2aea3edb18574110ec2753c0aeef\"\u003e\u003ccode\u003e7218e03\u003c/code\u003e\u003c/a\u003e improve error msg\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/929a2126c2702df436312656a0304580b526c6e9\"\u003e\u003ccode\u003e929a212\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/stretchr/testify/issues/1758\"\u003e#1758\u003c/a\u003e from stretchr/dolmen/suite-faster-method-filtering\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/bc7459ec38128532ff32f23cfab4ea0b725210f2\"\u003e\u003ccode\u003ebc7459e\u003c/code\u003e\u003c/a\u003e suite: faster filtering of methods (-testify.m)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/stretchr/testify/commit/7d37b5c962954410bcd7a71ff3a77c79514056d1\"\u003e\u003ccode\u003e7d37b5c\u003c/code\u003e\u003c/a\u003e suite: refactor methodFilter\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/stretchr/testify/compare/v1.8.4...v1.11.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/sync` from 0.5.0 to 0.17.0\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/04914c200cb38d4ea960ee6a4c314a028c632991\"\u003e\u003ccode\u003e04914c2\u003c/code\u003e\u003c/a\u003e all: upgrade go directive to at least 1.24.0 [generated]\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/7fad2c9213e0821bd78435a9c106806f2fc383f1\"\u003e\u003ccode\u003e7fad2c9\u003c/code\u003e\u003c/a\u003e errgroup: revert propagation of panics\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/8a14946fb031f4bf6096242b5e6ae6f7316d47d8\"\u003e\u003ccode\u003e8a14946\u003c/code\u003e\u003c/a\u003e errgroup: remove duplicated comment\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/1869c690bf11da5dd230e188d03a612a4a3f8ba6\"\u003e\u003ccode\u003e1869c69\u003c/code\u003e\u003c/a\u003e all: replace deprecated ioutil\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/d1ac909e84c04f4326f620436b3894b3f5de0bd4\"\u003e\u003ccode\u003ed1ac909\u003c/code\u003e\u003c/a\u003e sync/errgroup: PanicError.Error print stack trace\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/506c70f97318aa991ec5a898685660c880c166ca\"\u003e\u003ccode\u003e506c70f\u003c/code\u003e\u003c/a\u003e errgroup: propagate panic and Goexit through Wait\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/396f3a06ea2a49eb410f12e244c0dd77095d0de9\"\u003e\u003ccode\u003e396f3a0\u003c/code\u003e\u003c/a\u003e errgroup: document calling Go before Wait\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/b637f27e40ad6e222f3d301cc113e635f0fa08be\"\u003e\u003ccode\u003eb637f27\u003c/code\u003e\u003c/a\u003e errgroup: drop support for Go versions before 1.20\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/960bf1fb13c616a491486fc6322e26fe0830eaf0\"\u003e\u003ccode\u003e960bf1f\u003c/code\u003e\u003c/a\u003e all: upgrade go directive to at least 1.23.0 [generated]\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golang/sync/commit/fe3591bd8a96873abc98bb9d2d5c62f27efca3e9\"\u003e\u003ccode\u003efe3591b\u003c/code\u003e\u003c/a\u003e sync/errgroup: improve documentation for semaphore limit behavior\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/golang/sync/compare/v0.5.0...v0.17.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `golang.org/x/tools` from 0.14.0 to 0.36.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golang/tools/releases\"\u003egolang.org/x/tools's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003egopls/v0.20.0\u003c/h2\u003e\n\u003cp\u003eSee \u003ca href=\"https://go.dev/gopls/release/v0.20.0\"\u003ehttps://go.dev/gopls/release/v0.20.0\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eChanges: \u003ca href=\"https://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\"\u003ehttps://github.com/golang/tools/compare/gopls/v0.19.0...gopls/v0.20.0\u003c/a\u003e\nContributors: \u003ca href=\"https://github.com/adonovan\"\u003e\u003ccode\u003e@​adonovan\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/cuishuang\"\u003e\u003ccode\u003e@​cuishuang\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/dmitshur\"\u003e\u003ccode\u003e@​dmitshur\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/findleyr\"\u003e\u003ccode\u003e@​findleyr\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/gopherbot\"\u003e\u003ccode\u003e@​gopherbot\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/hyangah\"\u003e\u003ccode\u003e@​hyangah\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/iharsuvorau\"\u003e\u003ccode\u003e@​iharsuvorau\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/jba\"\u003e\u003ccode\u003e@​jba\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/lfolger\"\u003e\u003ccode\u003e@​lfolger\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/pjweinbgo\"\u003e\u003ccode\u003e@​pjweinbgo\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/rogeryk\"\u003e\u003ccode\u003e@​rogeryk\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/timothy-king\"\u003e\u003ccode\u003e@​timothy-king\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/vitalmotif\"\u003e\u003ccode\u003e@​vitalmotif\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/zpavlinovic\"\u003e\u003ccode\u003e@​zpavlinovic\u003c/code\u003e\u003c/a\u003e \u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.1\u003c/h2\u003e\n\u003cp\u003eThis patch release changes the default value of the \u003ccode\u003eimportsSource\u003c/code\u003e setting: v0.19.0 changed it from \u003ccode\u003egoimports\u003c/code\u003e to \u003ccode\u003egopls\u003c/code\u003e; this release changes it back, due to a bug (\u003ca href=\"https://redirect.github.com/golang/tools/issues/74280\"\u003e#74280\u003c/a\u003e).\u003c/p\u003e\n\u003ch2\u003egopls/v0.19.0\u003c/h2\u003e\n\u003cp\u003eComplete list of issues closed: \u003ca href=\"https://github.com/golang/go/milestone/380?closed=1\"\u003egopls/v0.19.0 milestone\u003c/a\u003e\u003c/p\u003e\n\u003ch1\u003eConfiguration Changes\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eThe \u003ccode\u003egopls check\u003c/code\u003e subcommand now accepts a \u003ccode\u003e-severity\u003c/code\u003e flag to set a minimum severity for the diagnostics it reports. By default, the minimum severity is \u0026quot;warning\u0026quot;, so \u003ccode\u003egopls check\u003c/code\u003e may report fewer diagnostics than before. Set \u003ccode\u003e-severity=hint\u003c/code\u003e to reproduce the previous behavior.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eNavigation features\u003c/h1\u003e\n\u003ch2\u003e\u0026quot;Implementations\u0026quot; supports signature types (within same package)\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003cp\u003eThe Implementations query reports the correspondence between abstract and concrete types and their methods based on their method sets. Now, it also reports the cor...\n\n_Description has been truncated_","html_url":"https://github.com/mateoBell88/fabric-private-chaincode/pull/12","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateoBell88%2Ffabric-private-chaincode/issues/12","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/12/packages"}},{"old_version":"1.8.6","new_version":"1.8.10","update_type":"patch","path":null,"pr_created_at":"2025-10-05T13:24:01.000Z","version_change":"1.8.6 → 1.8.10","issue":{"uuid":"2888086996","node_id":"PR_kwDOLupXrc6sJLXU","number":463,"state":"closed","title":"chore(deps): bump the gomod-tools group across 1 directory with 78 updates","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":0,"pull_request":true,"closed_at":"2025-10-05T13:27:32.000Z","author_association":"CONTRIBUTOR","state_reason":null,"created_at":"2025-10-05T13:24:01.000Z","updated_at":"2025-10-05T13:27:32.000Z","time_to_close":211,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): bump","group_name":"gomod-tools","update_count":78,"packages":[{"name":"github.com/4meepo/tagalign","old_version":"1.4.2","new_version":"1.4.3","repository_url":"https://github.com/4meepo/tagalign"},{"name":"github.com/Abirdcfly/dupword","old_version":"0.1.3","new_version":"0.1.6","repository_url":"https://github.com/Abirdcfly/dupword"},{"name":"github.com/Antonboom/errname","old_version":"1.1.0","new_version":"1.1.1","repository_url":"https://github.com/Antonboom/errname"},{"name":"github.com/Antonboom/nilnil","old_version":"1.1.0","new_version":"1.1.1","repository_url":"https://github.com/Antonboom/nilnil"},{"name":"github.com/Antonboom/testifylint","old_version":"1.6.0","new_version":"1.6.4","repository_url":"https://github.com/Antonboom/testifylint"},{"name":"github.com/Djarvur/go-err113","old_version":"0.0.0-20210108212216-aea10b59be24","new_version":"0.1.1","repository_url":"https://github.com/Djarvur/go-err113"},{"name":"github.com/Masterminds/semver/v3","old_version":"3.3.1","new_version":"3.4.0","repository_url":"https://github.com/Masterminds/semver"},{"name":"github.com/alexkohler/nakedret/v2","old_version":"2.0.5","new_version":"2.0.6","repository_url":"https://github.com/alexkohler/nakedret"},{"name":"github.com/alingse/nilnesserr","old_version":"0.1.2","new_version":"0.2.0","repository_url":"https://github.com/alingse/nilnesserr"},{"name":"github.com/bombsimon/wsl/v4","old_version":"4.6.0","new_version":"4.7.0","repository_url":"https://github.com/bombsimon/wsl"},{"name":"github.com/butuzov/ireturn","old_version":"0.3.1","new_version":"0.4.0","repository_url":"https://github.com/butuzov/ireturn"},{"name":"github.com/ccojocar/zxcvbn-go","old_version":"1.0.2","new_version":"1.0.4","repository_url":"https://github.com/ccojocar/zxcvbn-go"},{"name":"github.com/charmbracelet/colorprofile","old_version":"0.2.3-0.20250311203215-f60798e515dc","new_version":"0.3.2","repository_url":"https://github.com/charmbracelet/colorprofile"},{"name":"github.com/daixiang0/gci","old_version":"0.13.6","new_version":"0.13.7","repository_url":"https://github.com/daixiang0/gci"},{"name":"github.com/firefart/nonamedreturns","old_version":"1.0.5","new_version":"1.0.6","repository_url":"https://github.com/firefart/nonamedreturns"},{"name":"github.com/fsnotify/fsnotify","old_version":"1.5.4","new_version":"1.9.0","repository_url":"https://github.com/fsnotify/fsnotify"},{"name":"github.com/ghostiam/protogetter","old_version":"0.3.12","new_version":"0.3.17","repository_url":"https://github.com/ghostiam/protogetter"},{"name":"github.com/golangci/go-printf-func-name","old_version":"0.1.0","new_version":"0.1.1","repository_url":"https://github.com/golangci/go-printf-func-name"},{"name":"github.com/golangci/golangci-lint/v2","old_version":"2.0.2","new_version":"2.5.0","repository_url":"https://github.com/golangci/golangci-lint"},{"name":"github.com/lucasb-eyer/go-colorful","old_version":"1.2.0","new_version":"1.3.0","repository_url":"https://github.com/lucasb-eyer/go-colorful"},{"name":"github.com/magiconair/properties","old_version":"1.8.6","new_version":"1.8.10","repository_url":"https://github.com/magiconair/properties"},{"name":"github.com/mattn/go-runewidth","old_version":"0.0.16","new_version":"0.0.19","repository_url":"https://github.com/mattn/go-runewidth"},{"name":"github.com/matttproud/golang_protobuf_extensions","old_version":"1.0.1","new_version":"1.0.4","repository_url":"https://github.com/matttproud/golang_protobuf_extensions"},{"name":"github.com/prometheus/client_golang","old_version":"1.12.1","new_version":"1.23.2","repository_url":"https://github.com/prometheus/client_golang"},{"name":"github.com/quasilyte/go-ruleguard","old_version":"0.4.4","new_version":"0.4.5","repository_url":"https://github.com/quasilyte/go-ruleguard"},{"name":"github.com/quasilyte/go-ruleguard/dsl","old_version":"0.3.22","new_version":"0.3.23","repository_url":"https://github.com/quasilyte/go-ruleguard"},{"name":"github.com/segmentio/golines","old_version":"0.12.2","new_version":"0.13.0","repository_url":"https://github.com/segmentio/golines"},{"name":"github.com/spf13/cast","old_version":"1.5.0","new_version":"1.10.0","repository_url":"https://github.com/spf13/cast"},{"name":"github.com/spf13/viper","old_version":"1.12.0","new_version":"1.21.0","repository_url":"https://github.com/spf13/viper"}],"path":null,"ecosystem":"go"},"body":"Bumps the gomod-tools group with 29 updates in the /.tools directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/4meepo/tagalign](https://github.com/4meepo/tagalign) | `1.4.2` | `1.4.3` |\n| [github.com/Abirdcfly/dupword](https://github.com/Abirdcfly/dupword) | `0.1.3` | `0.1.6` |\n| [github.com/Antonboom/errname](https://github.com/Antonboom/errname) | `1.1.0` | `1.1.1` |\n| [github.com/Antonboom/nilnil](https://github.com/Antonboom/nilnil) | `1.1.0` | `1.1.1` |\n| [github.com/Antonboom/testifylint](https://github.com/Antonboom/testifylint) | `1.6.0` | `1.6.4` |\n| [github.com/Djarvur/go-err113](https://github.com/Djarvur/go-err113) | `0.0.0-20210108212216-aea10b59be24` | `0.1.1` |\n| [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) | `3.3.1` | `3.4.0` |\n| [github.com/alexkohler/nakedret/v2](https://github.com/alexkohler/nakedret) | `2.0.5` | `2.0.6` |\n| [github.com/alingse/nilnesserr](https://github.com/alingse/nilnesserr) | `0.1.2` | `0.2.0` |\n| [github.com/bombsimon/wsl/v4](https://github.com/bombsimon/wsl) | `4.6.0` | `4.7.0` |\n| [github.com/butuzov/ireturn](https://github.com/butuzov/ireturn) | `0.3.1` | `0.4.0` |\n| [github.com/ccojocar/zxcvbn-go](https://github.com/ccojocar/zxcvbn-go) | `1.0.2` | `1.0.4` |\n| [github.com/charmbracelet/colorprofile](https://github.com/charmbracelet/colorprofile) | `0.2.3-0.20250311203215-f60798e515dc` | `0.3.2` |\n| [github.com/daixiang0/gci](https://github.com/daixiang0/gci) | `0.13.6` | `0.13.7` |\n| [github.com/firefart/nonamedreturns](https://github.com/firefart/nonamedreturns) | `1.0.5` | `1.0.6` |\n| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.5.4` | `1.9.0` |\n| [github.com/ghostiam/protogetter](https://github.com/ghostiam/protogetter) | `0.3.12` | `0.3.17` |\n| [github.com/golangci/go-printf-func-name](https://github.com/golangci/go-printf-func-name) | `0.1.0` | `0.1.1` |\n| [github.com/golangci/golangci-lint/v2](https://github.com/golangci/golangci-lint) | `2.0.2` | `2.5.0` |\n| [github.com/lucasb-eyer/go-colorful](https://github.com/lucasb-eyer/go-colorful) | `1.2.0` | `1.3.0` |\n| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.6` | `1.8.10` |\n| [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) | `0.0.16` | `0.0.19` |\n| [github.com/matttproud/golang_protobuf_extensions](https://github.com/matttproud/golang_protobuf_extensions) | `1.0.1` | `1.0.4` |\n| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.12.1` | `1.23.2` |\n| [github.com/quasilyte/go-ruleguard](https://github.com/quasilyte/go-ruleguard) | `0.4.4` | `0.4.5` |\n| [github.com/quasilyte/go-ruleguard/dsl](https://github.com/quasilyte/go-ruleguard) | `0.3.22` | `0.3.23` |\n| [github.com/segmentio/golines](https://github.com/segmentio/golines) | `0.12.2` | `0.13.0` |\n| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.10.0` |\n| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.12.0` | `1.21.0` |\n\n\nUpdates `github.com/4meepo/tagalign` from 1.4.2 to 1.4.3\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/4meepo/tagalign/releases\"\u003egithub.com/4meepo/tagalign's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.4.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eReplace structtag library by \u003ca href=\"https://github.com/alfa-alex\"\u003e\u003ccode\u003e@​alfa-alex\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/4meepo/tagalign/pull/20\"\u003e4meepo/tagalign#20\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alfa-alex\"\u003e\u003ccode\u003e@​alfa-alex\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/4meepo/tagalign/pull/20\"\u003e4meepo/tagalign#20\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/4meepo/tagalign/compare/v1.4.2...v1.4.3\"\u003ehttps://github.com/4meepo/tagalign/compare/v1.4.2...v1.4.3\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/4meepo/tagalign/commit/86b3f8d335921d27dd9f0148cf7707b29b714c31\"\u003e\u003ccode\u003e86b3f8d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/4meepo/tagalign/issues/20\"\u003e#20\u003c/a\u003e from alfa-alex/switch-to-alfatraining/structtag\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/4meepo/tagalign/commit/a0bf2d9e11d0e703e0567664d876d8c984ee7fcc\"\u003e\u003ccode\u003ea0bf2d9\u003c/code\u003e\u003c/a\u003e Switch to alfatraining/structtag\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/4meepo/tagalign/compare/v1.4.2...v1.4.3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/Abirdcfly/dupword` from 0.1.3 to 0.1.6\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/Abirdcfly/dupword/releases\"\u003egithub.com/Abirdcfly/dupword's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.1.6\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e34c8f9a6efc35a76852a9e81582b638a364df21f chore: rewrite flags parsing\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev0.1.5\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efd4d8cf1c262b523f06adadfe17513f13526b218 check excludeWords without commas\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev0.1.4\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efab2feadb5c55b211de388e3ce113dc5b600245d build(deps): bump golang.org/x/tools from 0.26.0 to 0.27.0\u003c/li\u003e\n\u003cli\u003e8fecb81c7b9085c25678e8a16ecb0385a178daef build(deps): bump golang.org/x/tools from 0.27.0 to 0.28.0\u003c/li\u003e\n\u003cli\u003eef530925e20fd8ceae4d82c06569bb701078f337 build(deps): bump golang.org/x/tools from 0.28.0 to 0.29.0\u003c/li\u003e\n\u003cli\u003e2e48ac4d60cb9e1f3ae7aae5b2471ecb35218ed0 build(deps): bump golang.org/x/tools from 0.29.0 to 0.30.0\u003c/li\u003e\n\u003cli\u003ed1376bb37ca71b70a10af6384d1fb2ae07146c38 build(deps): bump golang.org/x/tools from 0.30.0 to 0.33.0\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Abirdcfly/dupword/commit/34c8f9a6efc35a76852a9e81582b638a364df21f\"\u003e\u003ccode\u003e34c8f9a\u003c/code\u003e\u003c/a\u003e chore: rewrite flags parsing\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Abirdcfly/dupword/commit/fd4d8cf1c262b523f06adadfe17513f13526b218\"\u003e\u003ccode\u003efd4d8cf\u003c/code\u003e\u003c/a\u003e check excludeWords without commas\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Abirdcfly/dupword/commit/d1376bb37ca71b70a10af6384d1fb2ae07146c38\"\u003e\u003ccode\u003ed1376bb\u003c/code\u003e\u003c/a\u003e build(deps): bump golang.org/x/tools from 0.30.0 to 0.33.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Abirdcfly/dupword/commit/2e48ac4d60cb9e1f3ae7aae5b2471ecb35218ed0\"\u003e\u003ccode\u003e2e48ac4\u003c/code\u003e\u003c/a\u003e build(deps): bump golang.org/x/tools from 0.29.0 to 0.30.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Abirdcfly/dupword/commit/ef530925e20fd8ceae4d82c06569bb701078f337\"\u003e\u003ccode\u003eef53092\u003c/code\u003e\u003c/a\u003e build(deps): bump golang.org/x/tools from 0.28.0 to 0.29.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Abirdcfly/dupword/commit/8fecb81c7b9085c25678e8a16ecb0385a178daef\"\u003e\u003ccode\u003e8fecb81\u003c/code\u003e\u003c/a\u003e build(deps): bump golang.org/x/tools from 0.27.0 to 0.28.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Abirdcfly/dupword/commit/fab2feadb5c55b211de388e3ce113dc5b600245d\"\u003e\u003ccode\u003efab2fea\u003c/code\u003e\u003c/a\u003e build(deps): bump golang.org/x/tools from 0.26.0 to 0.27.0\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/Abirdcfly/dupword/compare/v0.1.3...v0.1.6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/Antonboom/errname` from 1.1.0 to 1.1.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/Antonboom/errname/releases\"\u003egithub.com/Antonboom/errname's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eGo 1.25\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.31.0 to 0.32.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/Antonboom/errname/pull/55\"\u003eAntonboom/errname#55\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eGo 1.25 by \u003ca href=\"https://github.com/Antonboom\"\u003e\u003ccode\u003e@​Antonboom\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/errname/pull/62\"\u003eAntonboom/errname#62\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/Antonboom/errname/compare/v1.1.0...v1.1.1\"\u003ehttps://github.com/Antonboom/errname/compare/v1.1.0...v1.1.1\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/errname/commit/b46d1eb583160f4b73a929e3c9a7bd58b9846b18\"\u003e\u003ccode\u003eb46d1eb\u003c/code\u003e\u003c/a\u003e Go 1.25 (\u003ca href=\"https://redirect.github.com/Antonboom/errname/issues/62\"\u003e#62\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/errname/commit/d9b1b37cb73a14ba95b0af841b875cdc48fc580e\"\u003e\u003ccode\u003ed9b1b37\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/tools from 0.31.0 to 0.32.0 (\u003ca href=\"https://redirect.github.com/Antonboom/errname/issues/55\"\u003e#55\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/Antonboom/errname/compare/v1.1.0...v1.1.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/Antonboom/nilnil` from 1.1.0 to 1.1.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/Antonboom/nilnil/releases\"\u003egithub.com/Antonboom/nilnil's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eGo 1.25\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump golang.org/x/tools from 0.31.0 to 0.32.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/Antonboom/nilnil/pull/58\"\u003eAntonboom/nilnil#58\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eGo1.25 by \u003ca href=\"https://github.com/Antonboom\"\u003e\u003ccode\u003e@​Antonboom\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/nilnil/pull/65\"\u003eAntonboom/nilnil#65\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/Antonboom/nilnil/compare/v1.1.0...v1.1.1\"\u003ehttps://github.com/Antonboom/nilnil/compare/v1.1.0...v1.1.1\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/nilnil/commit/6b3b28f92f4a0d3ac1efe63eeb6dc2a0a92b656b\"\u003e\u003ccode\u003e6b3b28f\u003c/code\u003e\u003c/a\u003e Add nolintnolint settings\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/nilnil/commit/ce7e512869c31720f59bfce4d83c4766558976f0\"\u003e\u003ccode\u003ece7e512\u003c/code\u003e\u003c/a\u003e Merge branch 'master' of github.com:Antonboom/nilnil\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/nilnil/commit/a5339b3244d55401a982ce2027f423fc4b684819\"\u003e\u003ccode\u003ea5339b3\u003c/code\u003e\u003c/a\u003e Go1.25 (\u003ca href=\"https://redirect.github.com/Antonboom/nilnil/issues/65\"\u003e#65\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/nilnil/commit/78668781fee62c96697a334ed5d3c2512a177089\"\u003e\u003ccode\u003e7866878\u003c/code\u003e\u003c/a\u003e Merge branch 'master' of github.com:Antonboom/nilnil\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/nilnil/commit/f952d2c61c7699b5bf6927baaeb6e45beb5610ac\"\u003e\u003ccode\u003ef952d2c\u003c/code\u003e\u003c/a\u003e Bump golang.org/x/tools from 0.31.0 to 0.32.0 (\u003ca href=\"https://redirect.github.com/Antonboom/nilnil/issues/58\"\u003e#58\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/nilnil/commit/f8211843d188b589df33ff1d4b76b4c361f8db1a\"\u003e\u003ccode\u003ef821184\u003c/code\u003e\u003c/a\u003e Merge branch 'master' of github.com:Antonboom/nilnil\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/nilnil/commit/c5437c5c1197e02bc36a6d4a131ef736fd4f49f7\"\u003e\u003ccode\u003ec5437c5\u003c/code\u003e\u003c/a\u003e Go 1.24\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/Antonboom/nilnil/compare/v1.1.0...v1.1.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/Antonboom/testifylint` from 1.6.0 to 1.6.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/Antonboom/testifylint/releases\"\u003egithub.com/Antonboom/testifylint's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.6.4\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: better use of the Inspector by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/264\"\u003eAntonboom/testifylint#264\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/264\"\u003eAntonboom/testifylint#264\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/Antonboom/testifylint/compare/v1.6.3...v1.6.4\"\u003ehttps://github.com/Antonboom/testifylint/compare/v1.6.3...v1.6.4\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.6.3\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eVersion support bug fixes\u003c/li\u003e\n\u003cli\u003eScan all files without any filtering by \u003ca href=\"https://github.com/Antonboom\"\u003e\u003ccode\u003e@​Antonboom\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/262\"\u003eAntonboom/testifylint#262\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eequal-values: fix false positive with any by \u003ca href=\"https://github.com/ccoVeille\"\u003e\u003ccode\u003e@​ccoVeille\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/246\"\u003eAntonboom/testifylint#246\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/Antonboom/testifylint/compare/v1.6.2...v1.6.3\"\u003ehttps://github.com/Antonboom/testifylint/compare/v1.6.2...v1.6.3\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.6.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ebuild(deps): bump golang.org/x/tools from 0.31.0 to 0.32.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/239\"\u003eAntonboom/testifylint#239\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eMigrate to v2 of golangci-lint by \u003ca href=\"https://github.com/Antonboom\"\u003e\u003ccode\u003e@​Antonboom\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/258\"\u003eAntonboom/testifylint#258\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebump testify to 1.11.1 by \u003ca href=\"https://github.com/Antonboom\"\u003e\u003ccode\u003e@​Antonboom\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/259\"\u003eAntonboom/testifylint#259\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eerror-is-as: error-nil: support IsType and IsNotType by \u003ca href=\"https://github.com/Antonboom\"\u003e\u003ccode\u003e@​Antonboom\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/260\"\u003eAntonboom/testifylint#260\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eexpected-actual: support 'sub' (-) unary operation by \u003ca href=\"https://github.com/Antonboom\"\u003e\u003ccode\u003e@​Antonboom\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/261\"\u003eAntonboom/testifylint#261\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eVersion support via goreleaser by \u003ca href=\"https://github.com/Antonboom\"\u003e\u003ccode\u003e@​Antonboom\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/263\"\u003eAntonboom/testifylint#263\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/Antonboom/testifylint/compare/v1.6.1...v1.6.2\"\u003ehttps://github.com/Antonboom/testifylint/compare/v1.6.1...v1.6.2\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.6.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: false-positive useless-assert on Positive function by \u003ca href=\"https://github.com/semihbkgr\"\u003e\u003ccode\u003e@​semihbkgr\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/236\"\u003eAntonboom/testifylint#236\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/semihbkgr\"\u003e\u003ccode\u003e@​semihbkgr\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/Antonboom/testifylint/pull/236\"\u003eAntonboom/testifylint#236\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/Antonboom/testifylint/compare/v1.6.0...v1.6.1\"\u003ehttps://github.com/Antonboom/testifylint/compare/v1.6.0...v1.6.1\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/ca9d16537799078527948d5c492c94d144c6018b\"\u003e\u003ccode\u003eca9d165\u003c/code\u003e\u003c/a\u003e chore: better use of the Inspector (\u003ca href=\"https://redirect.github.com/Antonboom/testifylint/issues/264\"\u003e#264\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/db60550f0d50d4b52d9450dd7ae81cb36c436334\"\u003e\u003ccode\u003edb60550\u003c/code\u003e\u003c/a\u003e Change version consts to vars, to fix ldflags\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/7857840997deaa38a73e5c725dcb6109dac0cf6d\"\u003e\u003ccode\u003e7857840\u003c/code\u003e\u003c/a\u003e Fix version parsing\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/04af72b2e3ab6ac4e7647940a6898d91747bd943\"\u003e\u003ccode\u003e04af72b\u003c/code\u003e\u003c/a\u003e GitHub native release notes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/c932c0cca7f97d51ae7a79eaa187f7a622fbbe88\"\u003e\u003ccode\u003ec932c0c\u003c/code\u003e\u003c/a\u003e equal-values: fix false positive with any (\u003ca href=\"https://redirect.github.com/Antonboom/testifylint/issues/246\"\u003e#246\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/b2da775a69f0380413fff0733553571bb58caf0c\"\u003e\u003ccode\u003eb2da775\u003c/code\u003e\u003c/a\u003e Scan all files without any filtering (\u003ca href=\"https://redirect.github.com/Antonboom/testifylint/issues/262\"\u003e#262\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/838809be4dfefd73cc8cdd39e587b85009f81142\"\u003e\u003ccode\u003e838809b\u003c/code\u003e\u003c/a\u003e Version support (\u003ca href=\"https://redirect.github.com/Antonboom/testifylint/issues/263\"\u003e#263\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/3fbadd608ffd339e87e91efcbbffbf2ffa47d0f1\"\u003e\u003ccode\u003e3fbadd6\u003c/code\u003e\u003c/a\u003e expected-actual: support 'sub' unary operation (\u003ca href=\"https://redirect.github.com/Antonboom/testifylint/issues/261\"\u003e#261\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/cd84b59ced42bcda15c819ffd21bd922029aeddc\"\u003e\u003ccode\u003ecd84b59\u003c/code\u003e\u003c/a\u003e Update golangci-lint conf link\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Antonboom/testifylint/commit/d0d0fd16241c184611fb5d300efd9519e45d8a26\"\u003e\u003ccode\u003ed0d0fd1\u003c/code\u003e\u003c/a\u003e More linters\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/Antonboom/testifylint/compare/v1.6.0...v1.6.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/Djarvur/go-err113` from 0.0.0-20210108212216-aea10b59be24 to 0.1.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/Djarvur/go-err113/commits/v0.1.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/Masterminds/semver/v3` from 3.3.1 to 3.4.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/Masterminds/semver/releases\"\u003egithub.com/Masterminds/semver/v3's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.4.0\u003c/h2\u003e\n\u003cp\u003eThere are a few changes in this release to highlight:\u003c/p\u003e\n\u003col\u003e\n\u003cli\u003e\u003ccode\u003eConstraints\u003c/code\u003e now has a property \u003ccode\u003eIncludePrerelease\u003c/code\u003e. When set to true the \u003ccode\u003eCheck\u003c/code\u003e and \u003ccode\u003eValidate\u003c/code\u003e methods will include prereleases.\u003c/li\u003e\n\u003cli\u003eWhen an AND group has one constraint with a prerelease but more than one constraint then prereleases will be included. For example, \u003ccode\u003e\u0026gt;1.0.0-beta.1 \u0026lt; 2\u003c/code\u003e. In the past this would not have included prereleases because each constraint needed to have a prerelease. Now, only one constraint needs to have a prerelease. This is considered a long standing bug fix. Note, this does not carry across OR groups. For example, \u003ccode\u003e\u0026gt;1.0.0-beta.1 \u0026lt; 2 || \u0026gt; 3\u003c/code\u003e. In this case, prereleases will not be included when evaluating against \u003ccode\u003e\u0026gt;3\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003eNewVersion\u003c/code\u003e coercion with leading \u0026quot;0\u0026quot;'s is restored. This can be disabled by setting the package level property \u003ccode\u003eCoerceNewVersion\u003c/code\u003e to \u003ccode\u003efalse\u003c/code\u003e.\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix the CodeQL link by \u003ca href=\"https://github.com/dmitris\"\u003e\u003ccode\u003e@​dmitris\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Masterminds/semver/pull/257\"\u003eMasterminds/semver#257\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRestore detailed errors when failed to parse with NewVersion by \u003ca href=\"https://github.com/mattfarina\"\u003e\u003ccode\u003e@​mattfarina\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Masterminds/semver/pull/262\"\u003eMasterminds/semver#262\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupdating go version tested with by \u003ca href=\"https://github.com/mattfarina\"\u003e\u003ccode\u003e@​mattfarina\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Masterminds/semver/pull/263\"\u003eMasterminds/semver#263\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRestore the ability to have leading 0's with NewVersion by \u003ca href=\"https://github.com/mattfarina\"\u003e\u003ccode\u003e@​mattfarina\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Masterminds/semver/pull/266\"\u003eMasterminds/semver#266\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eHandle pre-releases on all in an and group by \u003ca href=\"https://github.com/mattfarina\"\u003e\u003ccode\u003e@​mattfarina\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Masterminds/semver/pull/267\"\u003eMasterminds/semver#267\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd property to include prereleases by \u003ca href=\"https://github.com/mattfarina\"\u003e\u003ccode\u003e@​mattfarina\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Masterminds/semver/pull/268\"\u003eMasterminds/semver#268\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdating the error message handling by \u003ca href=\"https://github.com/mattfarina\"\u003e\u003ccode\u003e@​mattfarina\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Masterminds/semver/pull/269\"\u003eMasterminds/semver#269\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate the release notes and readme for new version by \u003ca href=\"https://github.com/mattfarina\"\u003e\u003ccode\u003e@​mattfarina\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/Masterminds/semver/pull/270\"\u003eMasterminds/semver#270\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dmitris\"\u003e\u003ccode\u003e@​dmitris\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/Masterminds/semver/pull/257\"\u003eMasterminds/semver#257\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/Masterminds/semver/compare/v3.3.1...v3.4.0\"\u003ehttps://github.com/Masterminds/semver/compare/v3.3.1...v3.4.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/Masterminds/semver/blob/master/CHANGELOG.md\"\u003egithub.com/Masterminds/semver/v3's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e3.4.0 (2025-06-27)\u003c/h2\u003e\n\u003ch3\u003eAdded\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/Masterminds/semver/issues/268\"\u003e#268\u003c/a\u003e: Added property to Constraints to include prereleases for Check and Validate\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eChanged\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/Masterminds/semver/issues/263\"\u003e#263\u003c/a\u003e: Updated Go testing for 1.24, 1.23, and 1.22\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/Masterminds/semver/issues/269\"\u003e#269\u003c/a\u003e: Updated the error message handling for message case and wrapping errors\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/Masterminds/semver/issues/266\"\u003e#266\u003c/a\u003e: Restore the ability to have leading 0's when parsing with NewVersion.\nOpt-out of this by setting CoerceNewVersion to false.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eFixed\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/Masterminds/semver/issues/257\"\u003e#257\u003c/a\u003e: Fixed the CodeQL link (thanks \u003ca href=\"https://github.com/dmitris\"\u003e\u003ccode\u003e@​dmitris\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/Masterminds/semver/issues/262\"\u003e#262\u003c/a\u003e: Restored detailed errors when failed to parse with NewVersion. Opt-out\nof this by setting DetailedNewVersionErrors to false for faster performance.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/Masterminds/semver/issues/267\"\u003e#267\u003c/a\u003e: Handle pre-releases for an \u0026quot;and\u0026quot; group if one constraint includes them\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Masterminds/semver/commit/61fc460d28283a91c53be65c2e0f20b494ac8ad9\"\u003e\u003ccode\u003e61fc460\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/Masterminds/semver/issues/270\"\u003e#270\u003c/a\u003e from mattfarina/relnotes-3.4.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Masterminds/semver/commit/69a63e729f6254d980ff39c4ac89b5990f2be449\"\u003e\u003ccode\u003e69a63e7\u003c/code\u003e\u003c/a\u003e Update the release notes and readme for new version\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Masterminds/semver/commit/dc05094bcba909be3d0c14364bb14b5e9142dad4\"\u003e\u003ccode\u003edc05094\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/Masterminds/semver/issues/269\"\u003e#269\u003c/a\u003e from mattfarina/lowercase-error-strings\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Masterminds/semver/commit/a2cd9c2c2e49a0a0af115a08be31d410eacdf9e4\"\u003e\u003ccode\u003ea2cd9c2\u003c/code\u003e\u003c/a\u003e Updating the error message handling\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Masterminds/semver/commit/9760c473b7cc395e48276f7f2d0c33ae824e123a\"\u003e\u003ccode\u003e9760c47\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/Masterminds/semver/issues/268\"\u003e#268\u003c/a\u003e from mattfarina/include-prerelease\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Masterminds/semver/commit/c3747513c320448dfaf6f75c6a06a14a6221896f\"\u003e\u003ccode\u003ec374751\u003c/code\u003e\u003c/a\u003e Add property to include prereleases\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Masterminds/semver/commit/057c901b9979a2a6b8e06adfbf96349a641ba2e1\"\u003e\u003ccode\u003e057c901\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/Masterminds/semver/issues/267\"\u003e#267\u003c/a\u003e from mattfarina/fix-259\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Masterminds/semver/commit/abab1c2f5fcf52a1483bfc4be892a0ad42afd09a\"\u003e\u003ccode\u003eabab1c2\u003c/code\u003e\u003c/a\u003e Handle pre-releases on all in an and group\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Masterminds/semver/commit/ebda872fa10e6cc730c5973bbdb512b9511eb65e\"\u003e\u003ccode\u003eebda872\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/Masterminds/semver/issues/266\"\u003e#266\u003c/a\u003e from mattfarina/restore-calver\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Masterminds/semver/commit/4ed619ef3b4f63d7c94b2e19725c2719054de3bd\"\u003e\u003ccode\u003e4ed619e\u003c/code\u003e\u003c/a\u003e Restore the ability to have leading 0's with NewVersion\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/Masterminds/semver/compare/v3.3.1...v3.4.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/alexkohler/nakedret/v2` from 2.0.5 to 2.0.6\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alexkohler/nakedret/commit/dfae5d040fc34a79d3aefaf02dca0e91519deb50\"\u003e\u003ccode\u003edfae5d0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/alexkohler/nakedret/issues/43\"\u003e#43\u003c/a\u003e from ldez/fix/update-x-tools\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alexkohler/nakedret/commit/6c40035575e126c34c13c0426c0c5c65374d6ca3\"\u003e\u003ccode\u003e6c40035\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/alexkohler/nakedret/issues/44\"\u003e#44\u003c/a\u003e from ldez/fix/ci\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alexkohler/nakedret/commit/439f5ba440f31665d8edb8055084902091452fa5\"\u003e\u003ccode\u003e439f5ba\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/alexkohler/nakedret/issues/42\"\u003e#42\u003c/a\u003e from ldez/fix/flags\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alexkohler/nakedret/commit/4aff63f8aaae17d8487b82c005addc4e7fbe810a\"\u003e\u003ccode\u003e4aff63f\u003c/code\u003e\u003c/a\u003e fix: add missing version flag parsing\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alexkohler/nakedret/commit/f429f8cd61479b09f4867989459e33a271c28896\"\u003e\u003ccode\u003ef429f8c\u003c/code\u003e\u003c/a\u003e chore: run tests on go1.23 and go1.24\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alexkohler/nakedret/commit/985c996cf5dd8fc8994d82b46a72489733f3252b\"\u003e\u003ccode\u003e985c996\u003c/code\u003e\u003c/a\u003e chore: improve CI workflow\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alexkohler/nakedret/commit/6609d9abbdfbf7765e4f5ac6280a21fecbc1b46f\"\u003e\u003ccode\u003e6609d9a\u003c/code\u003e\u003c/a\u003e chore: improve analyzer constructor\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alexkohler/nakedret/commit/e9780e3f1c4533fcffc948efa7dcc659d92be693\"\u003e\u003ccode\u003ee9780e3\u003c/code\u003e\u003c/a\u003e chore: update x/tools\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alexkohler/nakedret/commit/a2a9f54ba2c8e23f7608efb45b3a8a114c62223f\"\u003e\u003ccode\u003ea2a9f54\u003c/code\u003e\u003c/a\u003e fix: CLI flags\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alexkohler/nakedret/commit/037ef4e53275fe89d08a2bc92be343625402c811\"\u003e\u003ccode\u003e037ef4e\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/alexkohler/nakedret/issues/41\"\u003e#41\u003c/a\u003e from alexkohler/fix-build\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/alexkohler/nakedret/compare/v2.0.5...v2.0.6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/alingse/nilnesserr` from 0.1.2 to 0.2.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/alingse/nilnesserr/releases\"\u003egithub.com/alingse/nilnesserr's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003esupport check check call function\u003c/h2\u003e\n\u003cp\u003esee  PRs\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/alingse/nilnesserr/issues/10\"\u003e#10\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://redirect.github.com/alingse/nilnesserr/issues/14\"\u003e#14\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alingse/nilnesserr/commit/d29857636722ecdb91739ef3d67fb010a5cabb5f\"\u003e\u003ccode\u003ed298576\u003c/code\u003e\u003c/a\u003e update readme\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alingse/nilnesserr/commit/ad61a3671b54d4f55b39843912e453fc4521d646\"\u003e\u003ccode\u003ead61a36\u003c/code\u003e\u003c/a\u003e reduce diff\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alingse/nilnesserr/commit/3040fd971602dfca6b4c519e8f33f3c13d8b6af1\"\u003e\u003ccode\u003e3040fd9\u003c/code\u003e\u003c/a\u003e fix lint\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alingse/nilnesserr/commit/ccd0eaa66883db86e1c8023cf33601b7c7ef7c5b\"\u003e\u003ccode\u003eccd0eaa\u003c/code\u003e\u003c/a\u003e update\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alingse/nilnesserr/commit/cd136bed69bed53354c685f3a060a49c084c4f60\"\u003e\u003ccode\u003ecd136be\u003c/code\u003e\u003c/a\u003e Update linter.go\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alingse/nilnesserr/commit/fc5d7e6ca40ed954728a3038d67afc82ff13a81d\"\u003e\u003ccode\u003efc5d7e6\u003c/code\u003e\u003c/a\u003e update go-linter-runner\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alingse/nilnesserr/commit/abb98b038359aeff2891efd973e606e2692b3b5d\"\u003e\u003ccode\u003eabb98b0\u003c/code\u003e\u003c/a\u003e support fmt.Errorf\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alingse/nilnesserr/commit/42cbae8266b7033e88ec3fce14763e9343e4f5cd\"\u003e\u003ccode\u003e42cbae8\u003c/code\u003e\u003c/a\u003e update\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alingse/nilnesserr/commit/bb4d55fe963ba554565486d2cb2ded0294409c34\"\u003e\u003ccode\u003ebb4d55f\u003c/code\u003e\u003c/a\u003e update readme\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/alingse/nilnesserr/commit/c0da03f6ae784f1bb54c801477c27a9afb6233bd\"\u003e\u003ccode\u003ec0da03f\u003c/code\u003e\u003c/a\u003e update workflow branch\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/alingse/nilnesserr/compare/v0.1.2...v0.2.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/bombsimon/wsl/v4` from 4.6.0 to 4.7.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/bombsimon/wsl/releases\"\u003egithub.com/bombsimon/wsl/v4's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.7.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: migrate to golangci-lint v2 by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/168\"\u003ebombsimon/wsl#168\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: ignore cgo files by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/bombsimon/wsl/pull/167\"\u003ebombsimon/wsl#167\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/bombsimon/wsl/compare/v4.6.0...v4.7.0\"\u003ehttps://github.com/bombsimon/wsl/compare/v4.6.0...v4.7.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/8821107dedf939f20094722204c9e94bccbe4f81\"\u003e\u003ccode\u003e8821107\u003c/code\u003e\u003c/a\u003e fix: ignore cgo files (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/167\"\u003e#167\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/bombsimon/wsl/commit/9ab31fcaf368bcbd89c83ba67e8a1aefd9d8d4d9\"\u003e\u003ccode\u003e9ab31fc\u003c/code\u003e\u003c/a\u003e chore: migrate to golangci-lint v2 (\u003ca href=\"https://redirect.github.com/bombsimon/wsl/issues/168\"\u003e#168\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/bombsimon/wsl/compare/v4.6.0...v4.7.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/butuzov/ireturn` from 0.3.1 to 0.4.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/butuzov/ireturn/releases\"\u003egithub.com/butuzov/ireturn's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.4.0\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e35fc956d468f516c68819dc1f98c4c4cf09bc8dd Updated go tools to recent version (\u003ca href=\"https://redirect.github.com/butuzov/ireturn/issues/103\"\u003e#103\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e44ec56d24aaefaee89c820b65f5befe9de6439e5 chore: update ci (\u003ca href=\"https://redirect.github.com/butuzov/ireturn/issues/105\"\u003e#105\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e54ebcb4b0facecb7e792c4584047c99f7d2885c0 chore: update std lib packages (go1.23 \u0026amp; go1.24) (\u003ca href=\"https://redirect.github.com/butuzov/ireturn/issues/104\"\u003e#104\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eUpdated minimum go version to 1.23\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/butuzov/ireturn/commit/82b3181306705b4b43b5a47506919a4e477ecaae\"\u003e\u003ccode\u003e82b3181\u003c/code\u003e\u003c/a\u003e docs: update version in readme (\u003ca href=\"https://redirect.github.com/butuzov/ireturn/issues/106\"\u003e#106\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/butuzov/ireturn/commit/44ec56d24aaefaee89c820b65f5befe9de6439e5\"\u003e\u003ccode\u003e44ec56d\u003c/code\u003e\u003c/a\u003e chore: update ci (\u003ca href=\"https://redirect.github.com/butuzov/ireturn/issues/105\"\u003e#105\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/butuzov/ireturn/commit/35fc956d468f516c68819dc1f98c4c4cf09bc8dd\"\u003e\u003ccode\u003e35fc956\u003c/code\u003e\u003c/a\u003e Updated go tools to recent version (\u003ca href=\"https://redirect.github.com/butuzov/ireturn/issues/103\"\u003e#103\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/butuzov/ireturn/commit/54ebcb4b0facecb7e792c4584047c99f7d2885c0\"\u003e\u003ccode\u003e54ebcb4\u003c/code\u003e\u003c/a\u003e chore: update std lib packages (go1.23 \u0026amp; go1.24) (\u003ca href=\"https://redirect.github.com/butuzov/ireturn/issues/104\"\u003e#104\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/butuzov/ireturn/compare/v0.3.1...v0.4.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/ccojocar/zxcvbn-go` from 1.0.2 to 1.0.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/ccojocar/zxcvbn-go/releases\"\u003egithub.com/ccojocar/zxcvbn-go's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.0.4\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ed3df52dc74ba6dfac71c8c2b24afd6b467e6c090 Merge pull request \u003ca href=\"https://redirect.github.com/ccojocar/zxcvbn-go/issues/15\"\u003e#15\u003c/a\u003e from ccojocar/github-token-from-context\u003c/li\u003e\n\u003cli\u003e7df85d45e3a1195a7db33e0d87aa1428f682b301 Use the github token from context in the release action\u003c/li\u003e\n\u003cli\u003edcbbcfa22fa92e2f56c4c0ab07aaa763d5ddb1f6 Merge pull request \u003ca href=\"https://redirect.github.com/ccojocar/zxcvbn-go/issues/14\"\u003e#14\u003c/a\u003e from ccojocar/update-go-releaser\u003c/li\u003e\n\u003cli\u003e54a063f2aaafe918595655e5db805595882d089a Update goreleaser to version 2\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ccojocar/zxcvbn-go/commit/d3df52dc74ba6dfac71c8c2b24afd6b467e6c090\"\u003e\u003ccode\u003ed3df52d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/ccojocar/zxcvbn-go/issues/15\"\u003e#15\u003c/a\u003e from ccojocar/github-token-from-context\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ccojocar/zxcvbn-go/commit/7df85d45e3a1195a7db33e0d87aa1428f682b301\"\u003e\u003ccode\u003e7df85d4\u003c/code\u003e\u003c/a\u003e Use the github token from context in the release action\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ccojocar/zxcvbn-go/commit/dcbbcfa22fa92e2f56c4c0ab07aaa763d5ddb1f6\"\u003e\u003ccode\u003edcbbcfa\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/ccojocar/zxcvbn-go/issues/14\"\u003e#14\u003c/a\u003e from ccojocar/update-go-releaser\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ccojocar/zxcvbn-go/commit/54a063f2aaafe918595655e5db805595882d089a\"\u003e\u003ccode\u003e54a063f\u003c/code\u003e\u003c/a\u003e Update goreleaser to version 2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ccojocar/zxcvbn-go/commit/67d17975492827450d016ad834d6d122b36d9c7c\"\u003e\u003ccode\u003e67d1797\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/ccojocar/zxcvbn-go/issues/13\"\u003e#13\u003c/a\u003e from ccojocar/fix-golangci-update\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ccojocar/zxcvbn-go/commit/f4e583a378887df0adadad385f8c6459eaa2b87b\"\u003e\u003ccode\u003ef4e583a\u003c/code\u003e\u003c/a\u003e Update golanglint-ci configuration and fix warnings after update\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ccojocar/zxcvbn-go/commit/b8c6f122fe1f61de7e73fc5173ecb5aa4fa901f9\"\u003e\u003ccode\u003eb8c6f12\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/ccojocar/zxcvbn-go/issues/12\"\u003e#12\u003c/a\u003e from ccojocar/renovate/all\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ccojocar/zxcvbn-go/commit/938277c5b127cb4dfb1d8c162a27301dc3546d0e\"\u003e\u003ccode\u003e938277c\u003c/code\u003e\u003c/a\u003e Update golangci/golangci-lint-action action to v7\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ccojocar/zxcvbn-go/commit/13e5ba10d5e1f901f211b7e0fe856dc18d741544\"\u003e\u003ccode\u003e13e5ba1\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/ccojocar/zxcvbn-go/issues/11\"\u003e#11\u003c/a\u003e from ccojocar/renovate/all\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ccojocar/zxcvbn-go/commit/7a944b93bdfdaecb21e075ac726089390e3f6fb0\"\u003e\u003ccode\u003e7a944b9\u003c/code\u003e\u003c/a\u003e Update module github.com/stretchr/testify to v1.10.0\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/ccojocar/zxcvbn-go/compare/v1.0.2...v1.0.4\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/charmbracelet/colorprofile` from 0.2.3-0.20250311203215-f60798e515dc to 0.3.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/charmbracelet/colorprofile/releases\"\u003egithub.com/charmbracelet/colorprofile's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.3.2\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003ch3\u003eBug fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e561b8ac1cff6f8c286c7dd86e95cab3875c7ac01: fix: avoid variable shadowing to properly cache color conversions (\u003ca href=\"https://github.com/aymanbagabas\"\u003e\u003ccode\u003e@​aymanbagabas\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eDocumentation updates\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e44171888e824da7c31e567d1184d329a16a2b37f: docs: add contributing guidelines (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/47\"\u003e#47\u003c/a\u003e) (\u003ca href=\"https://github.com/bashbunni\"\u003e\u003ccode\u003e@​bashbunni\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eOther work\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e8c9f0bacd3a711f9edac3b2a9636f0c6f648b0ae: ci: sync dependabot config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/44\"\u003e#44\u003c/a\u003e) (\u003ca href=\"https://github.com/charmcli\"\u003e\u003ccode\u003e@​charmcli\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e0164c5a5071f60123daac0e686d19e6555e94f79: ci: sync golangci-lint config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/46\"\u003e#46\u003c/a\u003e) (\u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003e531ba367a03735d35d80f6054e9c9004968c3f36: ci: sync golangci-lint config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/51\"\u003e#51\u003c/a\u003e) (\u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003cli\u003ef7fa2ac61e6a8fe85b08bdb5325da7000e3c7309: perf: cache color conversion (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/43\"\u003e#43\u003c/a\u003e) (\u003ca href=\"https://github.com/aymanbagabas\"\u003e\u003ccode\u003e@​aymanbagabas\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003chr /\u003e\n\u003cp\u003e\u003c!-- raw HTML omitted --\u003e\u003c!-- raw HTML omitted --\u003e\u003c!-- raw HTML omitted --\u003e\u003c/p\u003e\n\u003cp\u003eThoughts? Questions? We love hearing from you. Feel free to reach out on \u003ca href=\"https://twitter.com/charmcli\"\u003eTwitter\u003c/a\u003e, \u003ca href=\"https://charm.land/discord\"\u003eDiscord\u003c/a\u003e, \u003ca href=\"https://charm.land/slack\"\u003eSlack\u003c/a\u003e, \u003ca href=\"https://mastodon.technology/@charm\"\u003eThe Fediverse\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003ev0.3.1\u003c/h2\u003e\n\u003cp\u003eThis release fixes an issue where \u003ccode\u003eCOLORTERM\u003c/code\u003e gets evaluated whether \u003ccode\u003eTERM\u003c/code\u003e is defined. It also respects \u003ccode\u003e-direct\u003c/code\u003e terminal types and use true colors for those.\u003c/p\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003ch3\u003eBug fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efc2cc298500750b7b965567aba60453d1a3053cf: fix: ignore COLORTERM when no TERM is defined (\u003ca href=\"https://github.com/aymanbagabas\"\u003e\u003ccode\u003e@​aymanbagabas\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efbe498e4d88aac20022e0b6cb1bff7c6456da39c: fix: lint issues (\u003ca href=\"https://github.com/aymanbagabas\"\u003e\u003ccode\u003e@​aymanbagabas\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e14c7056a6b1c175832c8af4e8894259457df7f05: fix: support direct color terminals (\u003ca href=\"https://github.com/aymanbagabas\"\u003e\u003ccode\u003e@​aymanbagabas\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e3e9edb698166740c90e6a762f9026e29cb74c559: fix: windows check should happen earlier in colorProfile (\u003ca href=\"https://github.com/aymanbagabas\"\u003e\u003ccode\u003e@​aymanbagabas\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eOther work\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e67a142c97627861436e68b1a9b08ecdbc77ee5d1: ci: sync golangci-lint config (\u003ca href=\"https://github.com/aymanbagabas\"\u003e\u003ccode\u003e@​aymanbagabas\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eee84230ba6c7ce20a0431e605be52f8cb8aa71d2: ci: sync golangci-lint config (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/39\"\u003e#39\u003c/a\u003e) (\u003ca href=\"https://github.com/github-actions\"\u003e\u003ccode\u003e@​github-actions\u003c/code\u003e\u003c/a\u003e[bot])\u003c/li\u003e\n\u003c/ul\u003e\n\u003chr /\u003e\n\u003cp\u003e\u003c!-- raw HTML omitted --\u003e\u003c!-- raw HTML omitted --\u003e\u003c!-- raw HTML omitted --\u003e\u003c/p\u003e\n\u003cp\u003eThoughts? Questions? We love hearing from you. Feel free to reach out on \u003ca href=\"https://twitter.com/charmcli\"\u003eTwitter\u003c/a\u003e, \u003ca href=\"https://mastodon.technology/@charm\"\u003eThe Fediverse\u003c/a\u003e, or on \u003ca href=\"https://charm.sh/chat\"\u003eDiscord\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003ev0.3.0\u003c/h2\u003e\n\u003cp\u003eYou can now use \u003ccode\u003eTTY_FORCE=1\u003c/code\u003e to force \u003ccode\u003ecolorprofile\u003c/code\u003e programs to assume they're working with a TTY to force colors.\u003c/p\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003ch3\u003eNew Features\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e324ca852de1ef83bad885e34f111691c89bc05fa: feat: skip tty check by environment variable (SKIP_TTY_CHECK) (\u003ca href=\"https://github.com/raphamorim\"\u003e\u003ccode\u003e@​raphamorim\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eb6df488184c6e4861aea34ef71b51570e0286e9d: feat: update go version to 1.23 (\u003ca href=\"https://github.com/raphamorim\"\u003e\u003ccode\u003e@​raphamorim\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBug fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e9c2d5e8bd00cad0d95924b4f95a8ae99fe91949b: fix: lint errors (\u003ca href=\"https://redirect.github.com/charmbracelet/colorprofile/issues/37\"\u003e#37\u003c/a\u003e) (\u003ca href=\"https://github.com/raphamorim\"\u003e\u003ccode\u003e@​raphamorim\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eOther work\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e06f135bea2c0ee10c52a29e69a47c570cebee65f: ci: sync golangci-lint config (\u003ca href=\"https://github.com/aymanbagabas\"\u003e\u003ccode\u003e@​aymanbagabas\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e839931ac0316016579909979fb2a0ca50a53928e: remove toolchain definition (\u003ca href=\"https://github.com/raphamorim\"\u003e\u003ccode\u003e@​raphamorim\u003c/code\u003e\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/charmbracelet/colorprofile/commits/v0.3.2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/charmbracelet/x/ansi` from 0.8.0 to 0.10.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/38fb69db254fb15a39427143e76768fe176e8b9b\"\u003e\u003ccode\u003e38fb69d\u003c/code\u003e\u003c/a\u003e docs(ansi): fix escape sequence for HorizontalPositionAbsolute\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/d60e1b0112b2b334f00a878e59d3e26e944bef18\"\u003e\u003ccode\u003ed60e1b0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/514\"\u003e#514\u003c/a\u003e from charmbracelet/vt-uv\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/9309ca57c7625f4e59f2b6c58211647012a78f17\"\u003e\u003ccode\u003e9309ca5\u003c/code\u003e\u003c/a\u003e fix(vt): lint issues\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/04ca8405026fb4de4d32f059523edc42983c82f9\"\u003e\u003ccode\u003e04ca840\u003c/code\u003e\u003c/a\u003e Merge branch 'main' into vt-uv\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/3615766e35a04156967aebd23860c6f9d4cb2e89\"\u003e\u003ccode\u003e3615766\u003c/code\u003e\u003c/a\u003e chore(deps): bump github.com/charmbracelet/x/input in /examples (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/511\"\u003e#511\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/0e83914301c51d4e170435598027e92f3dac6a69\"\u003e\u003ccode\u003e0e83914\u003c/code\u003e\u003c/a\u003e feat(examples/charmtone): output colors as css, scss, and vim 8 vars\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/bc8a1995e07918e5b6ef069a47561f3e45886882\"\u003e\u003ccode\u003ebc8a199\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 in /conpty (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/512\"\u003e#512\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/ab76bc7934f72bd39d766288a535e30cdc140e14\"\u003e\u003ccode\u003eab76bc7\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 in /term (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/510\"\u003e#510\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/b01c47a15daee2be066658e3716bddfd34afd387\"\u003e\u003ccode\u003eb01c47a\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 in /sshkey (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/509\"\u003e#509\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/charmbracelet/x/commit/439c107f23923cbc41ead6af23469c348774bdac\"\u003e\u003ccode\u003e439c107\u003c/code\u003e\u003c/a\u003e chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 in /termios (\u003ca href=\"https://redirect.github.com/charmbracelet/x/issues/508\"\u003e#508\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/charmbracelet/x/compare/ansi/v0.8.0...ansi/v0.10.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/daixiang0/gci` from 0.13.6 to 0.13.7\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/daixiang0/gci/releases\"\u003egithub.com/daixiang0/gci's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.13.7\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: scrape all goos/goarch pair for stdlib by \u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/208\"\u003edaixiang0/gci#208\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: get module info from pass by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/221\"\u003edaixiang0/gci#221\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore: remove analyzer by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/222\"\u003edaixiang0/gci#222\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat: update standard list to go1.25 by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/233\"\u003edaixiang0/gci#233\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebump up version by \u003ca href=\"https://github.com/daixiang0\"\u003e\u003ccode\u003e@​daixiang0\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/234\"\u003edaixiang0/gci#234\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Zxilly\"\u003e\u003ccode\u003e@​Zxilly\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/daixiang0/gci/pull/208\"\u003edaixiang0/gci#208\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/daixiang0/gci/compare/v0.13.6...v0.13.7\"\u003ehttps://github.com/daixiang0/gci/compare/v0.13.6...v0.13.7\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/5f21beee3f887dd1545545c206722a5f86c2e63e\"\u003e\u003ccode\u003e5f21bee\u003c/code\u003e\u003c/a\u003e bump up version (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/234\"\u003e#234\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/804e044746ea900c542e7c10c92bda7eec560963\"\u003e\u003ccode\u003e804e044\u003c/code\u003e\u003c/a\u003e feat: update standard list to go1.25 (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/233\"\u003e#233\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/c4f689991095c0e54843dca76fb9c3bad58ec5c7\"\u003e\u003ccode\u003ec4f6899\u003c/code\u003e\u003c/a\u003e chore: remove analyzer (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/222\"\u003e#222\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/e67c7dbfdf5cb25057385486c3ade80215825133\"\u003e\u003ccode\u003ee67c7db\u003c/code\u003e\u003c/a\u003e feat: get module info from pass (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/221\"\u003e#221\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/daixiang0/gci/commit/7515d2460612598f817bfc8d1d4ddd252f4143f2\"\u003e\u003ccode\u003e7515d24\u003c/code\u003e\u003c/a\u003e fix: scrape all goos/goarch pair for stdlib (\u003ca href=\"https://redirect.github.com/daixiang0/gci/issues/208\"\u003e#208\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/daixiang0/gci/compare/v0.13.6...v0.13.7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/firefart/nonamedreturns` from 1.0.5 to 1.0.6\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/firefart/nonamedreturns/releases\"\u003egithub.com/firefart/nonamedreturns's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.0.6\u003c/h2\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echeck return value of cast\u003c/li\u003e\n\u003cli\u003eupdate all dependencies\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/firefart/nonamedreturns/commit/f1246cafb71076a1dcd8c6f5281dc4d96d9495f1\"\u003e\u003ccode\u003ef1246ca\u003c/code\u003e\u003c/a\u003e define file types to run on\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/firefart/nonamedreturns/commit/d655e188db7cfef63efe49258cf9f68d8ce790d6\"\u003e\u003ccode\u003ed655e18\u003c/code\u003e\u003c/a\u003e format readme\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/firefart/nonamedreturns/commit/9df753578a3f699d91c12ec323153a01dc1ca656\"\u003e\u003ccode\u003e9df7535\u003c/code\u003e\u003c/a\u003e get rid of old makefile\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/firefart/nonamedreturns/commit/eee24668f4ceab077774e8c607da8543aa82dc00\"\u003e\u003ccode\u003eeee2466\u003c/code\u003e\u003c/a\u003e check cast result\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/firefart/nonamedreturns/commit/836c507b2a579352da2893f3b710dca24d05a66b\"\u003e\u003ccode\u003e836c507\u003c/code\u003e\u003c/a\u003e more configs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/firefart/nonamedreturns/commit/2fd2df0f3b17c5455895c171aa4cc37fb6cd7d06\"\u003e\u003ccode\u003e2fd2df0\u003c/code\u003e\u003c/a\u003e compatibility with golangci-lint\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/firefart/nonamedreturns/commit/2b5ba76f1db3f4df00c0c855158d5abff561d00e\"\u003e\u003ccode\u003e2b5ba76\u003c/code\u003e\u003c/a\u003e update\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/firefart/nonamedreturns/commit/8a6c9705751220e3b2acc80937da92495a86e1bf\"\u003e\u003ccode\u003e8a6c970\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/firefart/nonamedreturns/issues/38\"\u003e#38\u003c/a\u003e from firefart/dependabot/github_actions/goreleaser/gor...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/firefart/nonamedreturns/commit/b69debaab3f13e86bddbaa3e26112dc7ddefb2a2\"\u003e\u003ccode\u003eb69deba\u003c/code\u003e\u003c/a\u003e Bump goreleaser/goreleaser-action from 6.2.1 to 6.3.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/firefart/nonamedreturns/commit/afa3ec05683b2de81f748dea5f8491f73200d23b\"\u003e\u003ccode\u003eafa3ec0\u003c/code\u003e\u003c/a\u003e lint\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/firefart/nonamedreturns/compare/v1.0.5...v1.0.6\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/fsnotify/fsnotify` from 1.5.4 to 1.9.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/fsnotify/fsnotify/releases\"\u003egithub.com/fsnotify/fsnotify's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.9.0\u003c/h2\u003e\n\u003ch3\u003eChanges and fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eall: make BufferedWatcher buffered again (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/657\"\u003e#657\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003einotify: fix race when adding/removing watches while a watched path is being deleted (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/678\"\u003e#678\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/686\"\u003e#686\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003einotify: don't send empty event if a watched path is unmounted (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/655\"\u003e#655\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003einotify: don't register duplicate watches when watching both a symlink and its target; previously that would get \u0026quot;half-added\u0026quot; and removing the second would panic (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/679\"\u003e#679\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ekqueue: fix watching relative symlinks (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/681\"\u003e#681\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ekqueue: correctly mark pre-existing entries when watching a link to a dir on kqueue (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/682\"\u003e#682\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eillumos: don't send error if changed file is deleted while processing the event (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/678\"\u003e#678\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/657\"\u003e#657\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/pull/657\"\u003efsnotify/fsnotify#657\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/678\"\u003e#678\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/pull/678\"\u003efsnotify/fsnotify#678\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/686\"\u003e#686\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/pull/686\"\u003efsnotify/fsnotify#686\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/655\"\u003e#655\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/pull/655\"\u003efsnotify/fsnotify#655\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/681\"\u003e#681\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/pull/681\"\u003efsnotify/fsnotify#681\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/679\"\u003e#679\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/pull/679\"\u003efsnotify/fsnotify#679\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/682\"\u003e#682\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/pull/682\"\u003efsnotify/fsnotify#682\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.8.0\u003c/h2\u003e\n\u003ch2\u003eAdditions\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eall: add \u003ccode\u003eFSNOTIFY_DEBUG\u003c/code\u003e to print debug logs to stderr (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/619\"\u003e#619\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eChanges and fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003ewindows: fix behaviour of \u003ccode\u003eWatchList()\u003c/code\u003e to be consistent with other platforms (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/610\"\u003e#610\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ekqueue: ignore events with Ident=0 (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/590\"\u003e#590\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ekqueue: set O_CLOEXEC to prevent passing file descriptors to children (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/617\"\u003e#617\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ekqueue: emit events as \u0026quot;/path/dir/file\u0026quot; instead of \u0026quot;path/link/file\u0026quot; when watching a symlink (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/625\"\u003e#625\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003einotify: don't send event for IN_DELETE_SELF when also watching the parent (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/620\"\u003e#620\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003einotify: fix panic when calling Remove() in a goroutine (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/650\"\u003e#650\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003efen: allow watching subdirectories of watched directories (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/621\"\u003e#621\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev1.7.0\u003c/h2\u003e\n\u003cp\u003eThis version of fsnotify needs Go 1.17.\u003c/p\u003e\n\u003ch3\u003eAdditions\u003c/h3\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md\"\u003egithub.com/fsnotify/fsnotify's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e1.9.0 2024-04-04\u003c/h2\u003e\n\u003ch3\u003eChanges and fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eall: make BufferedWatcher buffered again (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/657\"\u003e#657\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003einotify: fix race when adding/removing watches while a watched path is being\ndeleted (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/678\"\u003e#678\u003c/a\u003e, \u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/686\"\u003e#686\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003einotify: don't send empty event if a watched path is unmounted (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/655\"\u003e#655\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003einotify: don't register duplicate watches when watching both a symlink and its\ntarget; previously that would get \u0026quot;half-added\u0026quot; and removing the second would\npanic (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/679\"\u003e#679\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ekqueue: fix watching relative symlinks (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/681\"\u003e#681\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ekqueue: correctly mark pre-existing entries when watching a link to a dir on\nkqueue (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/682\"\u003e#682\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eillumos: don't send error if changed file is deleted while processing the\nevent (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/678\"\u003e#678\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/657\"\u003e#657\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/pull/657\"\u003efsnotify/fsnotify#657\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/678\"\u003e#678\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/pull/678\"\u003efsnotify/fsnotify#678\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/686\"\u003e#686\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/pull/686\"\u003efsnotify/fsnotify#686\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/655\"\u003e#655\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/pull/655\"\u003efsnotify/fsnotify#655\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/681\"\u003e#681\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/pull/681\"\u003efsnotify/fsnotify#681\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/679\"\u003e#679\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/pull/679\"\u003efsnotify/fsnotify#679\u003c/a\u003e\n\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/682\"\u003e#682\u003c/a\u003e: \u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/pull/682\"\u003efsnotify/fsnotify#682\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003e1.8.0 2024-10-31\u003c/h2\u003e\n\u003ch3\u003eAdditions\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eall: add \u003ccode\u003eFSNOTIFY_DEBUG\u003c/code\u003e to print debug logs to stderr (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/619\"\u003e#619\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eChanges and fixes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003ewindows: fix behaviour of \u003ccode\u003eWatchList()\u003c/code\u003e to be consistent with other platforms (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/610\"\u003e#610\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ekqueue: ignore events with Ident=0 (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/590\"\u003e#590\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ekqueue: set O_CLOEXEC to prevent passing file descriptors to children (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/617\"\u003e#617\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003ekqueue: emit events as \u0026quot;/path/dir/file\u0026quot; instead of \u0026quot;path/link/file\u0026quot; when watching a symlink (\u003ca href=\"https://redirect.github.com/fsnotify/fsnotify/issues/625\"\u003e#625\u003c/a\u003e)\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fsnotify/fsnotify/commit/ae0e7923765f64fb8061396db7edebb558cf6093\"\u003e\u003ccode\u003eae0e792\u003c/code\u003e\u003c/a\u003e Release 1.9.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fsnotify/fsnotify/commit/644fbb6b8d9659d3b03e12c52d1fdbd11e4513fc\"\u003e\u003ccode\u003e644fbb6\u003c/code\u003e\u003c/a\u003e Add test to ensure Add()/Remove() works when not reading events\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fsnotify/fsnotify/commit/e7ec5f74c5b88aa47ff49a221dead2a4fdcf0b8e\"\u003e\u003ccode\u003ee7ec5f7\u003c/code\u003e\u003c/a\u003e Fix staticcheck in CI\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fsnotify/fsnotify/commit/d321760db39f8d7fb382220c7fee684e86dce1ae\"\u003e\u003ccode\u003ed321760\u003c/code\u003e\u003c/a\u003e Update changelog\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fsnotify/fsnotify/commit/dbe071720fb1147e3bb47a5f723280b62cf2c58d\"\u003e\u003ccode\u003edbe0717\u003c/code\u003e\u003c/a\u003e Remove AIX/AHFS from README\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fsnotify/fsnotify/commit/2d897cabb3d7c3b2cb20c7074991848291ea4008\"\u003e\u003ccode\u003e2d897ca\u003c/code\u003e\u003c/a\u003e Simplify inotify backend locking\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fsnotify/fsnotify/commit/868a000da3bc607c547d546291463798d4ff33e6\"\u003e\u003ccode\u003e868a000\u003c/code\u003e\u003c/a\u003e Test gccgo in CI\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fsnotify/fsnotify/commit/8f6d48b67bf642be39d2ce798d4b522bffb29efb\"\u003e\u003ccode\u003e8f6d48b\u003c/code\u003e\u003c/a\u003e Move some shared code to a shared struct\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fsnotify/fsnotify/commit/e48b91a36a5716756346111639156fb7605f0f7a\"\u003e\u003ccode\u003ee48b91a\u003c/code\u003e\u003c/a\u003e Add timeout-minutes in GitHub actions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/fsnotify/fsnotify/commit/c9507a5fddb4d191636986e40d4c65d3d3504ba2\"\u003e\u003ccode\u003ec9507a5\u003c/code\u003e\u003c/a\u003e Correctly mark pre-existing entries when watching a link to a dir on kqueue\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/fsnotify/fsnotify/compare/v1.5.4...v1.9.0\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/ghostiam/protogetter` from 0.3.12 to 0.3.17\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/ghostiam/protogetter/releases\"\u003egithub.com/ghostiam/protogetter's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev0.3.17\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/ghostiam/protogetter/compare/v0.3.16...v0.3.17\"\u003ehttps://github.com/ghostiam/protogetter/compare/v0.3.16...v0.3.17\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev0.3.16\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate golang.org/x/tools by \u003ca href=\"https://github.com/Jleagle\"\u003e\u003ccode\u003e@​Jleagle\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/ghostiam/protogetter/pull/20\"\u003eghostiam/protogetter#20\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Jleagle\"\u003e\u003ccode\u003e@​Jleagle\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/ghostiam/protogetter/pull/20\"\u003eghostiam/protogetter#20\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/ghostiam/protogetter/compare/v0.3.15...v0.3.16\"\u003ehttps://github.com/ghostiam/protogetter/compare/v0.3.15...v0.3.16\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev0.3.15\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/ghostiam/protogetter/compare/v0.3.14...v0.3.15\"\u003ehttps://github.com/ghostiam/protogetter/compare/v0.3.14...v0.3.15\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev0.3.14\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: skip function with variadics by \u003ca href=\"https://github.com/ldez\"\u003e\u003ccode\u003e@​ldez\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/ghostiam/protogetter/pull/19\"\u003eghostiam/protogetter#19\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/ghostiam/protogetter/compare/v0.3.13...v0.3.14\"\u003ehttps://github.com/ghostiam/protogetter/compare/v0.3.13...v0.3.14\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev0.3.13\u003c/h2\u003e\n\u003cp\u003eAllow passing optional parameters to the function without getter.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/ghostiam/protogetter/compare/v0.3.12...v0.3.13\"\u003ehttps://github.com/ghostiam/protogetter/compare/v0.3.12...v0.3.13\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ghostiam/protogetter/commit/d3852c931509bfd23bf5151062e32573f717a90e\"\u003e\u003ccode\u003ed3852c9\u003c/code\u003e\u003c/a\u003e update: bump go version to 1.24 and upgrade dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ghostiam/protogetter/commit/33fe9a128a55e24875f04b38f0ec010368561072\"\u003e\u003ccode\u003e33fe9a1\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/ghostiam/protogetter/issues/20\"\u003e#20\u003c/a\u003e from Jleagle/main\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ghostiam/protogetter/commit/b3a4d08d8a36c1873f07f397df8179f696723ae4\"\u003e\u003ccode\u003eb3a4d08\u003c/code\u003e\u003c/a\u003e Update golang.org/x/tools\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ghostiam/protogetter/commit/24924fd11d198b92e6b62efaa7be2576f2b09937\"\u003e\u003ccode\u003e24924fd\u003c/code\u003e\u003c/a\u003e refactoring: add support for variadic arguments in function checks\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ghostiam/protogetter/commit/43a44526a3593d8fecbc6f50bbb248423b27bbf2\"\u003e\u003ccode\u003e43a4452\u003c/code\u003e\u003c/a\u003e move tassert.go from testdata/proto/ to testdata/\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ghostiam/protogetter/commit/21f1fc3d1826e22df6415458bc57ea58fe6cdb0e\"\u003e\u003ccode\u003e21f1fc3\u003c/code\u003e\u003c/a\u003e flake.nix: update\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ghostiam/protogetter/commit/ef8a1d5e40e88d8e2ed9b321a30628ab7b3cc551\"\u003e\u003ccode\u003eef8a1d5\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/ghostiam/protogetter/issues/19\"\u003e#19\u003c/a\u003e from ldez/fix/ellipsis\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ghostiam/protogetter/commit/b7f6a0667564a98e56967ccdf44197bc156aacd3\"\u003e\u003ccode\u003eb7f6a06\u003c/code\u003e\u003c/a\u003e fix: skip function with variadics\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ghostiam/protogetter/commit/c82f5f77a2374d10d57637760b66ae723d6b77de\"\u003e\u003ccode\u003ec82f5f7\u003c/code\u003e\u003c/a\u003e allow passing optional parameters to the function without getter.\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/ghostiam/protogetter/compare/v0.3.12...v0.3.17\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/golangci/go-printf-func-name` from 0.1.0 to 0.1.1\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/go-printf-func-name/commit/2b81ca884088c174af18e6c7c18b3163cc9e396b\"\u003e\u003ccode\u003e2b81ca8\u003c/code\u003e\u003c/a\u003e fix: support any\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/go-printf-func-name/commit/27114bd69bb69e503a5f08f6f012dea87a5c998e\"\u003e\u003ccode\u003e27114bd\u003c/code\u003e\u003c/a\u003e chore: update linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/go-printf-func-name/commit/8b22e6ff546346f253f213a82a67bb8f7e4ae281\"\u003e\u003ccode\u003e8b22e6f\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/go-printf-func-name/commit/c9b07d8986720de6390235b32cf8415157187393\"\u003e\u003ccode\u003ec9b07d8\u003c/code\u003e\u003c/a\u003e chore: update linter\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/golangci/go-printf-func-name/commit/bb5198504e5984a134dbe132afe6c19e33b8bca0\"\u003e\u003ccode\u003ebb51985\u003c/code\u003e\u003c/a\u003e chore: update dependencies\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/golangci/go-printf-func-name/compare/v0.1.0...v0.1.1\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github.com/golangci/golangci-lint/v2` from 2.0.2 to 2.5.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/golangci/golangci-lint/releases\"\u003egithub.com/golangci/golangci-lint/v2's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.5.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003egolangci-lint\u003c/code\u003e is a free and open-source project built by volunteers.\u003c/p\u003e\n\u003cp\u003eIf you value it, consider supporting us, the \u003ca href=\"https://donate.golangci.org\"\u003emaintainers\u003c/a\u003e and \u003ca href=\"https://golangci-lint.run/docs/product/thanks/\"\u003elinter authors\u003c/a\u003e.\u003c/p\u003e\n\u003cp\u003eWe appreciate it! :heart:\u003c/p\u003e\n\u003cp\u003eFor key updates, see the \u003ca href=\"https://golangci-lint.run/docs/product/changelog/%5B#250%5D(https://redirect.github.com/golangci/golangci-lint/issues/250)\"\u003echangelog\u003c/a\u003e.\u003c/p\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e9ff8f5964aeb8bf7c603c004518f5feeaec912bd Add unqueryvet linter (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/6060\"\u003e#6060\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e5a502b3288bfa760b99cd56960ab3437712e7be3 build(deps): bump actions/checkout from 4 to 5 in the github-actions group (\u003ca href=\"https://redirect.github.com/golangci/golangci-lint/issues/5993\"\u003e#5993\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e2d4621cb8b6d8cd07d9cd2127427561bde60fc95 build(deps): bump...\n\n_Description has been truncated_","html_url":"https://github.com/fredrikaverpil/neotest-golang/pull/463","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/fredrikaverpil%2Fneotest-golang/issues/463","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/463/packages"}}]}