Skip to content

Commit c69e45d

Browse files
fix(deps): update module github.com/jmoiron/sqlx to v1.4.0 (#32637)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/jmoiron/sqlx](https://togithub.com/jmoiron/sqlx) | `v1.3.5` -> `v1.4.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fjmoiron%2fsqlx/v1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fjmoiron%2fsqlx/v1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fjmoiron%2fsqlx/v1.3.5/v1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fjmoiron%2fsqlx/v1.3.5/v1.4.0?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 <details> <summary>jmoiron/sqlx (github.com/jmoiron/sqlx)</summary> ### [`v1.4.0`](https://togithub.com/jmoiron/sqlx/releases/tag/v1.4.0): Update dependencies to their latest stable versions [Compare Source](https://togithub.com/jmoiron/sqlx/compare/v1.3.5...v1.4.0) This release has updated all dependencies to their latest stable version. And now, for the auto-generated description: *** #### What's Changed - Introduce CircleCI by [@&#8203;dlsniper](https://togithub.com/dlsniper) in [https://github.com/jmoiron/sqlx/pull/922](https://togithub.com/jmoiron/sqlx/pull/922) - Upgrade dependencies by [@&#8203;dlsniper](https://togithub.com/dlsniper) in [https://github.com/jmoiron/sqlx/pull/909](https://togithub.com/jmoiron/sqlx/pull/909) #### New Contributors - [@&#8203;dlsniper](https://togithub.com/dlsniper) made their first contribution at [https://github.com/jmoiron/sqlx/pull/922](https://togithub.com/jmoiron/sqlx/pull/922) **Full Changelog**: jmoiron/sqlx@v1.3.5...v1.4.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent df990a4 commit c69e45d

File tree

5 files changed

+17
-15
lines changed

5 files changed

+17
-15
lines changed

cmd/configschema/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/otelcontribcol/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/clickhouseexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21.0
55
require (
66
github.com/ClickHouse/clickhouse-go/v2 v2.23.0
77
github.com/cenkalti/backoff/v4 v4.3.0
8-
github.com/jmoiron/sqlx v1.3.5
8+
github.com/jmoiron/sqlx v1.4.0
99
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.99.0
1010
github.com/stretchr/testify v1.9.0
1111
github.com/testcontainers/testcontainers-go v0.30.0

exporter/clickhouseexporter/go.sum

Lines changed: 10 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)