Skip to content

Commit f737859

Browse files
chore(deps): Update gomod dependency github.com/jackc/pgx/v4 to v5 [SECURITY]
| datasource | package | from | to | | ---------- | ----------------------- | ------- | ------ | | go | github.com/jackc/pgx/v4 | v4.18.3 | v5.0.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 19df108 commit f737859

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

collector/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ require (
609609
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
610610
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
611611
github.com/jackc/pgtype v1.14.4 // indirect
612-
github.com/jackc/pgx/v4 v4.18.3 // indirect
612+
github.com/jackc/pgx/v5 v5.0.0 // indirect
613613
github.com/jaegertracing/jaeger-idl v0.6.0 // indirect
614614
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
615615
github.com/jcmturner/aescts/v2 v2.0.0 // indirect

extension/alloyengine/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ require (
526526
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
527527
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
528528
github.com/jackc/pgtype v1.14.4 // indirect
529-
github.com/jackc/pgx/v4 v4.18.3 // indirect
529+
github.com/jackc/pgx/v5 v5.0.0 // indirect
530530
github.com/jaegertracing/jaeger-idl v0.6.0 // indirect
531531
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
532532
github.com/jcmturner/aescts/v2 v2.0.0 // indirect

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,6 @@ require (
690690
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
691691
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
692692
github.com/jackc/pgtype v1.14.4 // indirect
693-
github.com/jackc/pgx/v4 v4.18.3 // indirect
694693
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
695694
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
696695
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
@@ -1055,6 +1054,7 @@ require (
10551054
github.com/google/go-github/v62 v62.0.0 // indirect
10561055
github.com/h2non/filetype v1.1.3 // indirect
10571056
github.com/invopop/jsonschema v0.13.0 // indirect
1057+
github.com/jackc/pgx/v4 v4.18.3 // indirect
10581058
github.com/klauspost/crc32 v1.3.0 // indirect
10591059
github.com/leodido/go-urn v1.4.0 // indirect
10601060
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect

0 commit comments

Comments
 (0)