You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-08-10 22:31:50 +02:00
chore(deps): update module github.com/sonatard/noctx to v0.3.0 (#6700)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/sonatard/noctx](https://redirect.github.com/sonatard/noctx) | `v0.1.0` -> `v0.3.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](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>sonatard/noctx (github.com/sonatard/noctx)</summary> ### [`v0.3.0`](https://redirect.github.com/sonatard/noctx/releases/tag/v0.3.0) [Compare Source](https://redirect.github.com/sonatard/noctx/compare/v0.2.0...v0.3.0) #### Changelog - [`5a87a53`](5a87a53dda
) Fix README.md - [`d1e4165`](d1e41655cf
) Merge pull request [#​31](https://redirect.github.com/sonatard/noctx/issues/31) from sonatard/sql-doc - [`38efa7c`](38efa7c52c
) Update sql doc - [`127ded2`](127ded2eb4
) Merge pull request [#​32](https://redirect.github.com/sonatard/noctx/issues/32) from sonatard/sql-fix - [`4c24501`](4c24501d76
) Remove Tx.Ping - [`6e0f6bb`](6e0f6bb8de
) Merge pull request [#​29](https://redirect.github.com/sonatard/noctx/issues/29) from sonatard/sql - [`01a323d`](01a323d412
) Support database/sql package - [`f63c7c7`](f63c7c7800
) Merge pull request [#​30](https://redirect.github.com/sonatard/noctx/issues/30) from sonatard/fix-doc - [`d73a5f9`](d73a5f9baf
) update README for v0.2.0 ### [`v0.2.0`](https://redirect.github.com/sonatard/noctx/releases/tag/v0.2.0) [Compare Source](https://redirect.github.com/sonatard/noctx/compare/v0.1.1...v0.2.0) #### Changelog - [`9a51409`](9a514098df
) Merge pull request [#​27](https://redirect.github.com/sonatard/noctx/issues/27) from sonatard/detect-new-request - [`f096b01`](f096b01e2d
) return error on http.NewRequest and WithContext ### [`v0.1.1`](https://redirect.github.com/sonatard/noctx/releases/tag/v0.1.1) [Compare Source](https://redirect.github.com/sonatard/noctx/compare/v0.1.0...v0.1.1) #### Changelog - [`c0cbc7e`](c0cbc7e6b4
) Merge pull request [#​26](https://redirect.github.com/sonatard/noctx/issues/26) from sonatard/fix-makefile2 - [`af42828`](af42828b74
) Fix Makefile - [`ab047bd`](ab047bdbaa
) Merge pull request [#​24](https://redirect.github.com/sonatard/noctx/issues/24) from ldez/feat/split-tests - [`d810ac1`](d810ac119b
) tests: split tests - [`6fedcbf`](6fedcbfdca
) Merge pull request [#​23](https://redirect.github.com/sonatard/noctx/issues/23) from ldez/feat/update-golangci-lint - [`da59097`](da5909763e
) chore: update x/tools - [`17dc724`](17dc7248f7
) chore: update goreleaser configuration - [`4085aee`](4085aee464
) chore: update to golangci-lint v2 - [`9cec50f`](9cec50f6b5
) Merge pull request [#​20](https://redirect.github.com/sonatard/noctx/issues/20) from alexandear/docs/replace-golang-org - [`7fee779`](7fee7791b5
) replace old golang.org links with new pkg.go.dev </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ny4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -177,7 +177,7 @@ require (
|
|||||||
github.com/sirupsen/logrus v1.9.3 // indirect
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
||||||
github.com/sivchari/containedctx v1.0.3 // indirect
|
github.com/sivchari/containedctx v1.0.3 // indirect
|
||||||
github.com/skeema/knownhosts v1.3.1 // indirect
|
github.com/skeema/knownhosts v1.3.1 // indirect
|
||||||
github.com/sonatard/noctx v0.1.0 // indirect
|
github.com/sonatard/noctx v0.3.0 // indirect
|
||||||
github.com/sourcegraph/conc v0.3.0 // indirect
|
github.com/sourcegraph/conc v0.3.0 // indirect
|
||||||
github.com/sourcegraph/go-diff v0.7.0 // indirect
|
github.com/sourcegraph/go-diff v0.7.0 // indirect
|
||||||
github.com/spf13/afero v1.14.0 // indirect
|
github.com/spf13/afero v1.14.0 // indirect
|
||||||
|
@@ -411,8 +411,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/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 h1:X2osQ+RAjK76shCbvhHHHVl3ZlgDm8apHEHFqRjnBY8=
|
||||||
github.com/skeema/knownhosts v1.3.1/go.mod h1:r7KTdC8l4uxWRyK2TpQZ/1o5HaSzh06ePQNxPwTcfiY=
|
github.com/skeema/knownhosts v1.3.1/go.mod h1:r7KTdC8l4uxWRyK2TpQZ/1o5HaSzh06ePQNxPwTcfiY=
|
||||||
github.com/sonatard/noctx v0.1.0 h1:JjqOc2WN16ISWAjAk8M5ej0RfExEXtkEyExl2hLW+OM=
|
github.com/sonatard/noctx v0.3.0 h1:hByDz/5PoCISxRmONdiAQipHopMo74e1VFihrZjFP14=
|
||||||
github.com/sonatard/noctx v0.1.0/go.mod h1:0RvBxqY8D4j9cTTTWE8ylt2vqj2EPI8fHmrxHdsaZ2c=
|
github.com/sonatard/noctx v0.3.0/go.mod h1:64XdbzFb18XL4LporKXp8poqZtPKbCrqQ402CV+kJas=
|
||||||
github.com/sourcegraph/conc v0.3.0 h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo=
|
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/conc v0.3.0/go.mod h1:Sdozi7LEKbFPqYX2/J+iBAM6HpqSLTASQIKqDmF7Mt0=
|
||||||
github.com/sourcegraph/go-diff v0.7.0 h1:9uLlrd5T46OXs5qpp8L/MTltk0zikUGi0sNNyCpA8G0=
|
github.com/sourcegraph/go-diff v0.7.0 h1:9uLlrd5T46OXs5qpp8L/MTltk0zikUGi0sNNyCpA8G0=
|
||||||
|
Reference in New Issue
Block a user