aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-05-20 06:29:32 +0800
committerRunxi Yu <me@runxiyu.org>2025-05-20 06:29:32 +0800
commit8253b4f4dce2340a782d8d84ec05b5517fd44685 (patch)
tree279359258a8b3cbc0c7a24eb2d380c58eb4ab94d /go.mod
parentgit2d: Set backlog to 128 (diff)
downloadforge-0.1.48.tar.gz
forge-0.1.48.tar.zst
forge-0.1.48.zip
Bump dependenciesHEADv0.1.48master
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index f395a7e..e9c6d63 100644
--- a/go.mod
+++ b/go.mod
@@ -3,16 +3,16 @@ module go.lindenii.runxiyu.org/forge
go 1.24.1
require (
- github.com/alecthomas/chroma/v2 v2.17.2
+ github.com/alecthomas/chroma/v2 v2.18.0
github.com/bluekeyes/go-gitdiff v0.8.1
github.com/emersion/go-message v0.18.2
github.com/emersion/go-smtp v0.22.0
github.com/gliderlabs/ssh v0.3.8
github.com/go-git/go-git/v5 v5.16.0
- github.com/jackc/pgx/v5 v5.7.4
+ github.com/jackc/pgx/v5 v5.7.5
github.com/microcosm-cc/bluemonday v1.0.27
github.com/tdewolff/minify/v2 v2.23.5
- github.com/yuin/goldmark v1.7.11
+ github.com/yuin/goldmark v1.7.12
golang.org/x/crypto v0.38.0
)