@@ -5,7 +5,7 @@ go 1.22.0
5
5
require (
6
6
github.com/docker/docker v27.3.1+incompatible
7
7
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
9
9
github.com/mattn/go-sqlite3 v1.14.24
10
10
github.com/stretchr/testify v1.10.0
11
11
github.com/testcontainers/testcontainers-go v0.33.0
@@ -77,11 +77,11 @@ require (
77
77
go.opentelemetry.io/otel/sdk/metric v1.32.0 // indirect
78
78
go.opentelemetry.io/otel/trace v1.32.0 // indirect
79
79
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
81
81
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
85
85
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
86
86
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
87
87
google.golang.org/grpc v1.67.1 // indirect
0 commit comments