aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-13 12:24:49 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-13 12:24:49 +0800
commitee3521b89626f78038944b985f202019c1ddcc83 (patch)
tree593c8aa85ee24717a235ba439df9527b91b97599
parentcss: Make the chunk addition/deletion/etc colors slightly saner (diff)
downloadforge-master.tar.gz
forge-master.tar.zst
forge-master.zip
*: go-humanize is a direct dependency, not indirectHEADmaster
Diffstat (limited to '')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 950a5a9..87046fa 100644
--- a/go.mod
+++ b/go.mod
@@ -5,6 +5,7 @@ go 1.23.5
require (
github.com/alecthomas/chroma/v2 v2.15.0
github.com/alexedwards/argon2id v1.0.0
+ 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.2
@@ -25,7 +26,6 @@ require (
github.com/cloudflare/circl v1.6.0 // indirect
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
github.com/dlclark/regexp2 v1.11.5 // indirect
- github.com/dustin/go-humanize v1.0.1 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/go-git/go-billy/v5 v5.6.2 // indirect