File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ require (
29
29
github.com/google/uuid v1.6.0 // indirect
30
30
github.com/jackc/pgpassfile v1.0.0 // indirect
31
31
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
32
- github.com/jackc/pgx/v5 v5.7.2 // indirect
32
+ github.com/jackc/pgx/v5 v5.7.3 // indirect
33
33
github.com/jackc/puddle/v2 v2.2.2 // indirect
34
34
github.com/klauspost/compress v1.17.4 // indirect
35
35
github.com/kr/text v0.2.0 // indirect
@@ -58,9 +58,9 @@ require (
58
58
go.opentelemetry.io/otel v1.24.0 // indirect
59
59
go.opentelemetry.io/otel/metric v1.24.0 // indirect
60
60
go.opentelemetry.io/otel/trace v1.24.0 // indirect
61
- golang.org/x/crypto v0.31 .0 // indirect
62
- golang.org/x/sync v0.10 .0 // indirect
63
- golang.org/x/sys v0.28 .0 // indirect
64
- golang.org/x/text v0.21 .0 // indirect
61
+ golang.org/x/crypto v0.36 .0 // indirect
62
+ golang.org/x/sync v0.12 .0 // indirect
63
+ golang.org/x/sys v0.31 .0 // indirect
64
+ golang.org/x/text v0.23 .0 // indirect
65
65
gopkg.in/yaml.v3 v3.0.1 // indirect
66
66
)
You can’t perform that action at this time.
0 commit comments