Skip to content

Commit 6caf47e

Browse files
fix(deps): update module modernc.org/sqlite to v1.37.1 (#40306)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `v1.37.0` -> `v1.37.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/modernc.org%2fsqlite/v1.37.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/modernc.org%2fsqlite/v1.37.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/modernc.org%2fsqlite/v1.37.0/v1.37.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/modernc.org%2fsqlite/v1.37.0/v1.37.1?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>cznic/sqlite (modernc.org/sqlite)</summary> ### [`v1.37.1`](https://gitlab.com/cznic/sqlite/compare/v1.37.0...v1.37.1) [Compare Source](https://gitlab.com/cznic/sqlite/compare/v1.37.0...v1.37.1) </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 27becd9 commit 6caf47e

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

extension/storage/dbstorage/go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
go.opentelemetry.io/collector/extension/xextension v0.127.0
1818
go.uber.org/goleak v1.3.0
1919
go.uber.org/zap v1.27.0
20-
modernc.org/sqlite v1.37.0
20+
modernc.org/sqlite v1.37.1
2121
)
2222

2323
require (
@@ -91,17 +91,17 @@ require (
9191
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
9292
go.uber.org/multierr v1.11.0 // indirect
9393
golang.org/x/crypto v0.37.0 // indirect
94-
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
94+
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
9595
golang.org/x/net v0.39.0 // indirect
96-
golang.org/x/sync v0.13.0 // indirect
97-
golang.org/x/sys v0.32.0 // indirect
96+
golang.org/x/sync v0.14.0 // indirect
97+
golang.org/x/sys v0.33.0 // indirect
9898
golang.org/x/text v0.24.0 // indirect
9999
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
100100
google.golang.org/grpc v1.72.1 // indirect
101101
google.golang.org/protobuf v1.36.6 // indirect
102102
gopkg.in/yaml.v3 v3.0.1 // indirect
103-
modernc.org/libc v1.62.1 // indirect
103+
modernc.org/libc v1.65.7 // indirect
104104
modernc.org/mathutil v1.7.1 // indirect
105-
modernc.org/memory v1.9.1 // indirect
105+
modernc.org/memory v1.11.0 // indirect
106106
sigs.k8s.io/yaml v1.4.0 // indirect
107107
)

extension/storage/dbstorage/go.sum

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

0 commit comments

Comments
 (0)