diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-06 13:21:51 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-06 13:21:51 +0800 |
commit | b3f79c8162edd66d23c2bdadb4b8836be2ec690f (patch) | |
tree | e9cdf249eac526c38fe11f815458c8714100a8f2 /go.mod | |
parent | css: *:focus-visible: outline color (diff) | |
download | forge-b3f79c8162edd66d23c2bdadb4b8836be2ec690f.tar.gz forge-b3f79c8162edd66d23c2bdadb4b8836be2ec690f.tar.zst forge-b3f79c8162edd66d23c2bdadb4b8836be2ec690f.zip |
*: Bump dependencies
Diffstat (limited to '')
-rw-r--r-- | go.mod | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -6,13 +6,13 @@ require ( github.com/alecthomas/chroma/v2 v2.15.0 github.com/alexedwards/argon2id v1.0.0 github.com/gliderlabs/ssh v0.3.8 - github.com/go-git/go-git/v5 v5.12.1-0.20250227134858-2c6d60eaa18c + github.com/go-git/go-git/v5 v5.12.1-0.20250305133605-a1c915412f99 github.com/jackc/pgx/v5 v5.7.2 github.com/microcosm-cc/bluemonday v1.0.27 github.com/niklasfasching/go-org v1.7.0 github.com/yuin/goldmark v1.7.8 go.lindenii.runxiyu.org/lindenii-common v0.0.0-20250220024148-a3640b47317b - golang.org/x/crypto v0.35.0 + golang.org/x/crypto v0.36.0 ) require ( @@ -35,10 +35,10 @@ require ( github.com/kevinburke/ssh_config v1.2.0 // indirect github.com/pjbgf/sha1cd v0.3.2 // indirect github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect - golang.org/x/exp v0.0.0-20250228200357-dead58393ab7 // indirect - golang.org/x/net v0.36.0 // indirect - golang.org/x/sync v0.11.0 // indirect - golang.org/x/sys v0.30.0 // indirect - golang.org/x/text v0.22.0 // indirect + golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect + golang.org/x/net v0.37.0 // indirect + golang.org/x/sync v0.12.0 // indirect + golang.org/x/sys v0.31.0 // indirect + golang.org/x/text v0.23.0 // indirect gopkg.in/warnings.v0 v0.1.2 // indirect ) |