diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-25 11:38:28 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-25 11:38:28 +0800 |
commit | e564d15d5a9ea932b96edc663d3698570bb6fe02 (patch) | |
tree | c7d91f7b5a6714725025b2133cbda71eb95aa37a /go.mod | |
parent | Reindent HTML template (diff) | |
download | forge-e564d15d5a9ea932b96edc663d3698570bb6fe02.tar.gz forge-e564d15d5a9ea932b96edc663d3698570bb6fe02.tar.zst forge-e564d15d5a9ea932b96edc663d3698570bb6fe02.zip |
Bump dependencies
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |