Skip to content

Commit ce86bf1

Browse files
chore(deps): update module github.com/elliotchance/orderedmap to v3 (9.4) (#4772)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/elliotchance/orderedmap](https://redirect.github.com/elliotchance/orderedmap) | indirect | major | `v1.8.0` -> `v3.1.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>elliotchance/orderedmap (github.com/elliotchance/orderedmap)</summary> ### [`v3.1.0`](https://redirect.github.com/elliotchance/orderedmap/compare/v3.0.1...v3.1.0) [Compare Source](https://redirect.github.com/elliotchance/orderedmap/compare/v3.0.1...v3.1.0) ### [`v3.0.1`](https://redirect.github.com/elliotchance/orderedmap/compare/v3.0.0...v3.0.1) [Compare Source](https://redirect.github.com/elliotchance/orderedmap/compare/v3.0.0...v3.0.1) ### [`v3.0.0`](https://redirect.github.com/elliotchance/orderedmap/compare/v2.7.0...v3.0.0) [Compare Source](https://redirect.github.com/elliotchance/orderedmap/compare/v2.7.0...v3.0.0) ### [`v2.7.0`](https://redirect.github.com/elliotchance/orderedmap/compare/v2.6.1...v2.7.0) [Compare Source](https://redirect.github.com/elliotchance/orderedmap/compare/v2.6.1...v2.7.0) ### [`v2.6.1`](https://redirect.github.com/elliotchance/orderedmap/compare/v2.6.0...v2.6.1) [Compare Source](https://redirect.github.com/elliotchance/orderedmap/compare/v2.6.0...v2.6.1) ### [`v2.6.0`](https://redirect.github.com/elliotchance/orderedmap/compare/v2.5.0...v2.6.0) [Compare Source](https://redirect.github.com/elliotchance/orderedmap/compare/v2.5.0...v2.6.0) ### [`v2.5.0`](https://redirect.github.com/elliotchance/orderedmap/compare/v2.4.0...v2.5.0) [Compare Source](https://redirect.github.com/elliotchance/orderedmap/compare/v2.4.0...v2.5.0) ### [`v2.4.0`](https://redirect.github.com/elliotchance/orderedmap/compare/v2.3.0...v2.4.0) [Compare Source](https://redirect.github.com/elliotchance/orderedmap/compare/v2.3.0...v2.4.0) ### [`v2.3.0`](https://redirect.github.com/elliotchance/orderedmap/compare/v2.2.0...v2.3.0) [Compare Source](https://redirect.github.com/elliotchance/orderedmap/compare/v2.2.0...v2.3.0) ### [`v2.2.0`](https://redirect.github.com/elliotchance/orderedmap/compare/v2.1.1...v2.2.0) [Compare Source](https://redirect.github.com/elliotchance/orderedmap/compare/v2.1.1...v2.2.0) ### [`v2.1.1`](https://redirect.github.com/elliotchance/orderedmap/compare/v2.1.0...v2.1.1) [Compare Source](https://redirect.github.com/elliotchance/orderedmap/compare/v2.1.0...v2.1.1) ### [`v2.1.0`](https://redirect.github.com/elliotchance/orderedmap/compare/v2.0.1...v2.1.0) [Compare Source](https://redirect.github.com/elliotchance/orderedmap/compare/v2.0.1...v2.1.0) ### [`v2.0.1`](https://redirect.github.com/elliotchance/orderedmap/compare/v2.0.0...v2.0.1) [Compare Source](https://redirect.github.com/elliotchance/orderedmap/compare/v2.0.0...v2.0.1) ### [`v2.0.0`](https://redirect.github.com/elliotchance/orderedmap/compare/v1.8.0...v2.0.0) [Compare Source](https://redirect.github.com/elliotchance/orderedmap/compare/v1.8.0...v2.0.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* 1 * * 1-5" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoiOS40IiwibGFiZWxzIjpbIlRlYW06U2VjdXJpdHktQ2xvdWQgU2VydmljZXMiLCJiYWNrcG9ydC1za2lwIiwiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGUiXX0=--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
1 parent d89a0fe commit ce86bf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ require (
169169
github.com/ebitengine/purego v0.10.0 // indirect
170170
github.com/elastic/gokrb5/v8 v8.0.0-20251105095404-23cc45e6a102 // indirect
171171
github.com/elastic/sarama v1.19.1-0.20260310070522-abae92ca1603 // indirect
172+
github.com/elliotchance/orderedmap v1.8.0 // indirect
172173
github.com/envoyproxy/go-control-plane/envoy v1.37.0 // indirect
173174
github.com/envoyproxy/protoc-gen-validate v1.3.3 // indirect
174175
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -401,7 +402,6 @@ require (
401402
github.com/elastic/go-sysinfo v1.15.4 // indirect
402403
github.com/elastic/go-windows v1.0.2 // indirect
403404
github.com/elastic/gosigar v0.14.4 // indirect
404-
github.com/elliotchance/orderedmap v1.8.0 // indirect
405405
github.com/emicklei/go-restful/v3 v3.13.0 // indirect
406406
github.com/emirpasic/gods v1.18.1 // indirect
407407
github.com/evanphx/json-patch v5.9.11+incompatible // indirect

0 commit comments

Comments
 (0)