aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--go.mod10
1 files changed, 5 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 7b10d50..86b0b01 100644
--- a/go.mod
+++ b/go.mod
@@ -4,10 +4,10 @@ go 1.24.1
require (
github.com/gliderlabs/ssh v0.3.8
- github.com/jackc/pgx/v5 v5.7.5
+ github.com/jackc/pgx/v5 v5.7.6
github.com/yuin/goldmark v1.7.13
- golang.org/x/crypto v0.41.0
- golang.org/x/sync v0.16.0
+ golang.org/x/crypto v0.43.0
+ golang.org/x/sync v0.17.0
)
require (
@@ -16,6 +16,6 @@ require (
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/stretchr/testify v1.10.0 // indirect
- golang.org/x/sys v0.35.0 // indirect
- golang.org/x/text v0.28.0 // indirect
+ golang.org/x/sys v0.37.0 // indirect
+ golang.org/x/text v0.30.0 // indirect
)