diff options
| author | Runxi Yu <me@runxiyu.org> | 2025-11-12 00:31:04 +0800 |
|---|---|---|
| committer | Runxi Yu <me@runxiyu.org> | 2025-11-12 00:31:04 +0800 |
| commit | db03e1a2a84b5edfd95ce190c849eb5afa5a464e (patch) | |
| tree | df2bc2b2445cc7fb684575b0d5ca258960db430b /go.mod | |
| parent | Refactor (diff) | |
| download | forge-db03e1a2a84b5edfd95ce190c849eb5afa5a464e.tar.gz forge-db03e1a2a84b5edfd95ce190c849eb5afa5a464e.tar.zst forge-db03e1a2a84b5edfd95ce190c849eb5afa5a464e.zip | |
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 ) |
