You've already forked opentelemetry-go
							
							
				mirror of
				https://github.com/open-telemetry/opentelemetry-go.git
				synced 2025-10-31 00:07:40 +02:00 
			
		
		
		
	chore(deps): update module github.com/stretchr/objx to v0.5.3 (#7464)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/stretchr/objx](https://redirect.github.com/stretchr/objx) | `v0.5.2` -> `v0.5.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>stretchr/objx (github.com/stretchr/objx)</summary> ### [`v0.5.3`](https://redirect.github.com/stretchr/objx/releases/tag/v0.5.3) [Compare Source](https://redirect.github.com/stretchr/objx/compare/v0.5.2...v0.5.3) ##### What's Changed - Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​150](https://redirect.github.com/stretchr/objx/pull/150) - Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​152](https://redirect.github.com/stretchr/objx/pull/152) - Add syntax highlighting in README by [@​JakeRoggenbuck](https://redirect.github.com/JakeRoggenbuck) in [#​153](https://redirect.github.com/stretchr/objx/pull/153) - Bump actions/checkout from 4 to 5 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​155](https://redirect.github.com/stretchr/objx/pull/155) - Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​156](https://redirect.github.com/stretchr/objx/pull/156) - Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​157](https://redirect.github.com/stretchr/objx/pull/157) - Remove codeclimate integration by [@​hanzei](https://redirect.github.com/hanzei) in [#​160](https://redirect.github.com/stretchr/objx/pull/160) - Bump actions/setup-go from 5 to 6 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​158](https://redirect.github.com/stretchr/objx/pull/158) - Extend test coverage to include go 1.25 by [@​hanzei](https://redirect.github.com/hanzei) in [#​161](https://redirect.github.com/stretchr/objx/pull/161) - Remove duplicate module cache from CI by [@​hanzei](https://redirect.github.com/hanzei) in [#​162](https://redirect.github.com/stretchr/objx/pull/162) - Replace `testify` assertions with custom testing helpers by [@​emilien-puget](https://redirect.github.com/emilien-puget) in [#​159](https://redirect.github.com/stretchr/objx/pull/159) ##### New Contributors - [@​JakeRoggenbuck](https://redirect.github.com/JakeRoggenbuck) made their first contribution in [#​153](https://redirect.github.com/stretchr/objx/pull/153) - [@​emilien-puget](https://redirect.github.com/emilien-puget) made their first contribution in [#​159](https://redirect.github.com/stretchr/objx/pull/159) **Full Changelog**: <https://github.com/stretchr/objx/compare/v0.5.2...v0.5.3> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
		| @@ -199,7 +199,7 @@ require ( | ||||
| 	github.com/spf13/viper v1.21.0 // indirect | ||||
| 	github.com/ssgreg/nlreturn/v2 v2.2.1 // indirect | ||||
| 	github.com/stbenjam/no-sprintf-host-port v0.2.0 // indirect | ||||
| 	github.com/stretchr/objx v0.5.2 // indirect | ||||
| 	github.com/stretchr/objx v0.5.3 // indirect | ||||
| 	github.com/stretchr/testify v1.11.1 // indirect | ||||
| 	github.com/subosito/gotenv v1.6.0 // indirect | ||||
| 	github.com/tetafro/godot v1.5.4 // indirect | ||||
|   | ||||
| @@ -457,8 +457,8 @@ github.com/ssgreg/nlreturn/v2 v2.2.1/go.mod h1:E/iiPB78hV7Szg2YfRgyIrk1AD6JVMTRk | ||||
| github.com/stbenjam/no-sprintf-host-port v0.2.0 h1:i8pxvGrt1+4G0czLr/WnmyH7zbZ8Bg8etvARQ1rpyl4= | ||||
| github.com/stbenjam/no-sprintf-host-port v0.2.0/go.mod h1:eL0bQ9PasS0hsyTyfTjjG+E80QIyPnBVQbYZyv20Jfk= | ||||
| github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= | ||||
| github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY= | ||||
| github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA= | ||||
| github.com/stretchr/objx v0.5.3 h1:jmXUvGomnU1o3W/V5h2VEradbpJDwGrzugQQvL0POH4= | ||||
| github.com/stretchr/objx v0.5.3/go.mod h1:rDQraq+vQZU7Fde9LOZLr8Tax6zZvy4kuNKF+QYS+U0= | ||||
| github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= | ||||
| github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= | ||||
| github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= | ||||
|   | ||||
		Reference in New Issue
	
	Block a user