Skip to content

Commit 9f5d38a

Browse files
fix(deps): update module github.com/jackc/pgx/v5 to v5.7.1 (#35243)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/jackc/pgx/v5](https://redirect.github.com/jackc/pgx) | `v5.7.0` -> `v5.7.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fjackc%2fpgx%2fv5/v5.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fjackc%2fpgx%2fv5/v5.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fjackc%2fpgx%2fv5/v5.7.0/v5.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fjackc%2fpgx%2fv5/v5.7.0/v5.7.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>jackc/pgx (github.com/jackc/pgx/v5)</summary> ### [`v5.7.1`](https://redirect.github.com/jackc/pgx/compare/v5.7.0...v5.7.1) [Compare Source](https://redirect.github.com/jackc/pgx/compare/v5.7.0...v5.7.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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 68008a9 commit 9f5d38a

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

cmd/otelcontribcol/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,8 +560,8 @@ require (
560560
github.com/ionos-cloud/sdk-go/v6 v6.1.11 // indirect
561561
github.com/jackc/pgpassfile v1.0.0 // indirect
562562
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
563-
github.com/jackc/pgx/v5 v5.7.0 // indirect
564-
github.com/jackc/puddle/v2 v2.2.1 // indirect
563+
github.com/jackc/pgx/v5 v5.7.1 // indirect
564+
github.com/jackc/puddle/v2 v2.2.2 // indirect
565565
github.com/jaegertracing/jaeger v1.60.0 // indirect
566566
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
567567
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect

cmd/otelcontribcol/go.sum

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

extension/storage/dbstorage/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/extension/stora
33
go 1.22.0
44

55
require (
6-
github.com/jackc/pgx/v5 v5.7.0
6+
github.com/jackc/pgx/v5 v5.7.1
77
github.com/mattn/go-sqlite3 v1.14.23
88
github.com/stretchr/testify v1.9.0
99
go.opentelemetry.io/collector/component v0.109.1-0.20240916171416-d3a171889c53
@@ -25,7 +25,7 @@ require (
2525
github.com/google/uuid v1.6.0 // indirect
2626
github.com/jackc/pgpassfile v1.0.0 // indirect
2727
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
28-
github.com/jackc/puddle/v2 v2.2.1 // indirect
28+
github.com/jackc/puddle/v2 v2.2.2 // indirect
2929
github.com/klauspost/compress v1.17.9 // indirect
3030
github.com/knadh/koanf/maps v0.1.1 // indirect
3131
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect
@@ -47,11 +47,11 @@ require (
4747
go.opentelemetry.io/otel/sdk/metric v1.30.0 // indirect
4848
go.opentelemetry.io/otel/trace v1.30.0 // indirect
4949
go.uber.org/multierr v1.11.0 // indirect
50-
golang.org/x/crypto v0.26.0 // indirect
50+
golang.org/x/crypto v0.27.0 // indirect
5151
golang.org/x/net v0.28.0 // indirect
5252
golang.org/x/sync v0.8.0 // indirect
5353
golang.org/x/sys v0.25.0 // indirect
54-
golang.org/x/text v0.17.0 // indirect
54+
golang.org/x/text v0.18.0 // indirect
5555
google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117 // indirect
5656
google.golang.org/grpc v1.66.0 // indirect
5757
google.golang.org/protobuf v1.34.2 // indirect

extension/storage/dbstorage/go.sum

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

0 commit comments

Comments
 (0)