@@ -5,7 +5,7 @@ go 1.22.0
55require (
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.2
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
0 commit comments