aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-25 11:38:28 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-25 11:38:28 +0800
commite564d15d5a9ea932b96edc663d3698570bb6fe02 (patch)
treec7d91f7b5a6714725025b2133cbda71eb95aa37a /go.mod
parentReindent HTML template (diff)
downloadforge-e564d15d5a9ea932b96edc663d3698570bb6fe02.tar.gz
forge-e564d15d5a9ea932b96edc663d3698570bb6fe02.tar.zst
forge-e564d15d5a9ea932b96edc663d3698570bb6fe02.zip
Bump dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index c15a922..e8f41d7 100644
--- a/go.mod
+++ b/go.mod
@@ -9,7 +9,7 @@ require (
github.com/dustin/go-humanize v1.0.1
github.com/gliderlabs/ssh v0.3.8
github.com/go-git/go-git/v5 v5.14.0
- github.com/jackc/pgx/v5 v5.7.3
+ github.com/jackc/pgx/v5 v5.7.4
github.com/microcosm-cc/bluemonday v1.0.27
github.com/niklasfasching/go-org v1.7.0
github.com/tdewolff/minify/v2 v2.22.3