Skip to content

Commit 174ddf7

Browse files
Update module github.com/jackc/pgx/v5 to v5.7.4
1 parent 5d83ae9 commit 174ddf7

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

extension/storage/dbstorage/go.mod

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.0
55
require (
66
github.com/docker/docker v27.3.1+incompatible
77
github.com/docker/go-connections v0.5.0
8-
github.com/jackc/pgx/v5 v5.7.1
8+
github.com/jackc/pgx/v5 v5.7.4
99
github.com/mattn/go-sqlite3 v1.14.24
1010
github.com/stretchr/testify v1.10.0
1111
github.com/testcontainers/testcontainers-go v0.33.0
@@ -77,11 +77,11 @@ require (
7777
go.opentelemetry.io/otel/sdk/metric v1.32.0 // indirect
7878
go.opentelemetry.io/otel/trace v1.32.0 // indirect
7979
go.uber.org/multierr v1.11.0 // indirect
80-
golang.org/x/crypto v0.27.0 // indirect
80+
golang.org/x/crypto v0.31.0 // indirect
8181
golang.org/x/net v0.28.0 // indirect
82-
golang.org/x/sync v0.8.0 // indirect
83-
golang.org/x/sys v0.27.0 // indirect
84-
golang.org/x/text v0.18.0 // indirect
82+
golang.org/x/sync v0.10.0 // indirect
83+
golang.org/x/sys v0.28.0 // indirect
84+
golang.org/x/text v0.21.0 // indirect
8585
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
8686
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
8787
google.golang.org/grpc v1.67.1 // indirect

extension/storage/dbstorage/go.sum

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)