diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-13 12:24:49 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-13 12:24:49 +0800 |
commit | ee3521b89626f78038944b985f202019c1ddcc83 (patch) | |
tree | 593c8aa85ee24717a235ba439df9527b91b97599 | |
parent | css: Make the chunk addition/deletion/etc colors slightly saner (diff) | |
download | forge-ee3521b89626f78038944b985f202019c1ddcc83.tar.gz forge-ee3521b89626f78038944b985f202019c1ddcc83.tar.zst forge-ee3521b89626f78038944b985f202019c1ddcc83.zip |
Diffstat (limited to '')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |