You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-09-16 09:26:25 +02:00
chore(deps): update module go.augendre.info/fatcontext to v0.8.1 (#7213)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [go.augendre.info/fatcontext](https://redirect.github.com/Crocmagnon/fatcontext) | `v0.8.0` -> `v0.8.1` | [](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>Crocmagnon/fatcontext (go.augendre.info/fatcontext)</summary> ### [`v0.8.1`](https://redirect.github.com/Crocmagnon/fatcontext/releases/tag/v0.8.1) [Compare Source](https://redirect.github.com/Crocmagnon/fatcontext/compare/v0.8.0...v0.8.1) #### Highlights - [`cc8870e`](cc8870e239
) fixed [#​43](https://redirect.github.com/Crocmagnon/fatcontext/issues/43): fix: context.Background and context.TODO properly mark the loop as non-fat #### Changelog - [`4670423`](4670423bc3
) \[pre-commit.ci] pre-commit autoupdate - [`91ee1eb`](91ee1ebe59
) \[pre-commit.ci] pre-commit autoupdate - [`21d679f`](21d679fe49
) \[pre-commit.ci] pre-commit autoupdate - [`080ba44`](080ba44e51
) \[pre-commit.ci] pre-commit autoupdate - [`ebce84f`](ebce84f30a
) \[pre-commit.ci] pre-commit autoupdate - [`f81d849`](f81d8492cf
) \[pre-commit.ci] pre-commit autoupdate - [`0e5885d`](0e5885d217
) \[pre-commit.ci] pre-commit autoupdate - [`d236c8b`](d236c8bee2
) build(deps): bump golang.org/x/tools from 0.31.0 to 0.32.0 - [`f4c7eb5`](f4c7eb515e
) build(deps): bump golang.org/x/tools from 0.32.0 to 0.33.0 - [`81ca847`](81ca847d60
) build(deps): bump golang.org/x/tools from 0.33.0 to 0.34.0 - [`547da75`](547da7546c
) build(deps): bump golang.org/x/tools from 0.34.0 to 0.35.0 - [`e27b419`](e27b419f2d
) build(deps): bump golangci/golangci-lint-action - [`4365d64`](4365d646be
) fix readme import path - [`6e8855d`](6e8855d337
) fix(ci): master -> main - [`cc8870e`](cc8870e239
) fix: context.Background and context.TODO properly mark the loop as non-fat </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 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 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:eyJjcmVhdGVkSW5WZXIiOiI0MS43MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -216,7 +216,7 @@ require (
|
||||
go-simpler.org/musttag v0.14.0 // indirect
|
||||
go-simpler.org/sloglint v0.11.1 // indirect
|
||||
go.augendre.info/arangolint v0.2.0 // indirect
|
||||
go.augendre.info/fatcontext v0.8.0 // indirect
|
||||
go.augendre.info/fatcontext v0.8.1 // indirect
|
||||
go.opentelemetry.io/build-tools v0.26.2 // indirect
|
||||
go.uber.org/automaxprocs v1.6.0 // indirect
|
||||
go.uber.org/multierr v1.11.0 // indirect
|
||||
|
@@ -513,8 +513,8 @@ go-simpler.org/sloglint v0.11.1 h1:xRbPepLT/MHPTCA6TS/wNfZrDzkGvCCqUv4Bdwc3H7s=
|
||||
go-simpler.org/sloglint v0.11.1/go.mod h1:2PowwiCOK8mjiF+0KGifVOT8ZsCNiFzvfyJeJOIt8MQ=
|
||||
go.augendre.info/arangolint v0.2.0 h1:2NP/XudpPmfBhQKX4rMk+zDYIj//qbt4hfZmSSTcpj8=
|
||||
go.augendre.info/arangolint v0.2.0/go.mod h1:Vx4KSJwu48tkE+8uxuf0cbBnAPgnt8O1KWiT7bljq7w=
|
||||
go.augendre.info/fatcontext v0.8.0 h1:2dfk6CQbDGeu1YocF59Za5Pia7ULeAM6friJ3LP7lmk=
|
||||
go.augendre.info/fatcontext v0.8.0/go.mod h1:oVJfMgwngMsHO+KB2MdgzcO+RvtNdiCEOlWvSFtax/s=
|
||||
go.augendre.info/fatcontext v0.8.1 h1:/T4+cCjpL9g71gJpcFAgVo/K5VFpqlN+NPU7QXxD5+A=
|
||||
go.augendre.info/fatcontext v0.8.1/go.mod h1:r3Qz4ZOzex66wfyyj5VZ1xUcl81vzvHQ6/GWzzlMEwA=
|
||||
go.opentelemetry.io/build-tools v0.26.2 h1:fmF8dsJMyMrgApfLREMJpGLp45h8JT3JxExbWOZxPcM=
|
||||
go.opentelemetry.io/build-tools v0.26.2/go.mod h1:uxKoJfHHoltEaZa4RSztaoHFc4p6gOKKq1oQdjOBuBw=
|
||||
go.opentelemetry.io/build-tools/crosslink v0.26.2 h1:aTvLAh6KItG9YUh7Q2WYK4hlg44bfjqzMIET2hOd8aI=
|
||||
|
Reference in New Issue
Block a user