From 0f7f1d0bad21aba18feaadc0171c53705fbda419 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 09:56:43 +0200 Subject: [PATCH] chore(deps): update module github.com/sonatard/noctx to v0.3.5 (#6958) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/sonatard/noctx](https://redirect.github.com/sonatard/noctx) | `v0.3.4` -> `v0.3.5` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsonatard%2fnoctx/v0.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fsonatard%2fnoctx/v0.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fsonatard%2fnoctx/v0.3.4/v0.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsonatard%2fnoctx/v0.3.4/v0.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
sonatard/noctx (github.com/sonatard/noctx) ### [`v0.3.5`](https://redirect.github.com/sonatard/noctx/releases/tag/v0.3.5) [Compare Source](https://redirect.github.com/sonatard/noctx/compare/v0.3.4...v0.3.5) #### Changelog - [`b768dab`](https://redirect.github.com/sonatard/noctx/commit/b768dab1764733f7f69c5075b7497eff4c58f260) Merge pull request [#​41](https://redirect.github.com/sonatard/noctx/issues/41) from ccoveille-forks/exec-support - [`9360dc4`](https://redirect.github.com/sonatard/noctx/commit/9360dc4b4d45752776d05d42e31afeb4e78bfbfb) Merge pull request [#​42](https://redirect.github.com/sonatard/noctx/issues/42) from ccoveille-forks/slog-support - [`d0f384b`](https://redirect.github.com/sonatard/noctx/commit/d0f384bf27d65a8f6750daadee040dafcce64600) Merge pull request [#​43](https://redirect.github.com/sonatard/noctx/issues/43) from ccoveille-forks/fix-description - [`65989d7`](https://redirect.github.com/sonatard/noctx/commit/65989d7bde4c62d8ff03ccfd30afe42275df5be2) Fix linter description - [`90c527e`](https://redirect.github.com/sonatard/noctx/commit/90c527e9b27493d074e8d35d37f5b73c3fc648ba) Support log/slog package - [`7f8e374`](https://redirect.github.com/sonatard/noctx/commit/7f8e374ef52579ac508c84ce7c7f52aa81309362) Support exec package - [`8d4d1b5`](https://redirect.github.com/sonatard/noctx/commit/8d4d1b578c4cc4b8536d02b6533aa5966633fc2f) Merge pull request [#​40](https://redirect.github.com/sonatard/noctx/issues/40) from ccoveille-forks/crypto-tls - [`5875e72`](https://redirect.github.com/sonatard/noctx/commit/5875e72ca6c4891cd3394cb488b3049a667102d6) Update README.md - [`03bbcad`](https://redirect.github.com/sonatard/noctx/commit/03bbcad02284bb6257428c0e5d489e0d113bfee8) Support crypto/tls package - [`cd3ac4f`](https://redirect.github.com/sonatard/noctx/commit/cd3ac4f724c884daa03aebac9a16d9a2766dbe0f) Merge pull request [#​39](https://redirect.github.com/sonatard/noctx/issues/39) from ccoveille-forks/net-support - [`a41465b`](https://redirect.github.com/sonatard/noctx/commit/a41465bf3aaa61a6447acf8447d782b9d2eacafb) Update README.md - [`1393351`](https://redirect.github.com/sonatard/noctx/commit/139335199a6cdce860f9ddb833ff201e19251877) Support net package
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- internal/tools/go.mod | 2 +- internal/tools/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/tools/go.mod b/internal/tools/go.mod index 0001b45e7..46194d145 100644 --- a/internal/tools/go.mod +++ b/internal/tools/go.mod @@ -181,7 +181,7 @@ require ( github.com/sirupsen/logrus v1.9.3 // indirect github.com/sivchari/containedctx v1.0.3 // indirect github.com/skeema/knownhosts v1.3.1 // indirect - github.com/sonatard/noctx v0.3.4 // indirect + github.com/sonatard/noctx v0.3.5 // indirect github.com/sourcegraph/conc v0.3.0 // indirect github.com/sourcegraph/go-diff v0.7.0 // indirect github.com/spf13/afero v1.14.0 // indirect diff --git a/internal/tools/go.sum b/internal/tools/go.sum index 3daed4e20..7f922c4d9 100644 --- a/internal/tools/go.sum +++ b/internal/tools/go.sum @@ -417,8 +417,8 @@ github.com/sivchari/containedctx v1.0.3 h1:x+etemjbsh2fB5ewm5FeLNi5bUjK0V8n0RB+W github.com/sivchari/containedctx v1.0.3/go.mod h1:c1RDvCbnJLtH4lLcYD/GqwiBSSf4F5Qk0xld2rBqzJ4= github.com/skeema/knownhosts v1.3.1 h1:X2osQ+RAjK76shCbvhHHHVl3ZlgDm8apHEHFqRjnBY8= github.com/skeema/knownhosts v1.3.1/go.mod h1:r7KTdC8l4uxWRyK2TpQZ/1o5HaSzh06ePQNxPwTcfiY= -github.com/sonatard/noctx v0.3.4 h1:ZeiM4rEeFTFSie/G5/HD9lHiMpQg/L4fnilaNmFQ2/A= -github.com/sonatard/noctx v0.3.4/go.mod h1:64XdbzFb18XL4LporKXp8poqZtPKbCrqQ402CV+kJas= +github.com/sonatard/noctx v0.3.5 h1:KJmJt2jEXFu2JLlGfjpGNOjyjc4qvfzl4918XJ4Odpc= +github.com/sonatard/noctx v0.3.5/go.mod h1:64XdbzFb18XL4LporKXp8poqZtPKbCrqQ402CV+kJas= github.com/sourcegraph/conc v0.3.0 h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo= github.com/sourcegraph/conc v0.3.0/go.mod h1:Sdozi7LEKbFPqYX2/J+iBAM6HpqSLTASQIKqDmF7Mt0= github.com/sourcegraph/go-diff v0.7.0 h1:9uLlrd5T46OXs5qpp8L/MTltk0zikUGi0sNNyCpA8G0=