diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-09 20:28:08 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-09 20:28:08 +0800 |
commit | 8af94f323d86c3cae992dc5ff4896bae52f208e8 (patch) | |
tree | 38bec3c6ea0950458d2840398ce285068bf99995 /go.mod | |
parent | index: Remove unnecessary newlines in td (diff) | |
download | forge-8af94f323d86c3cae992dc5ff4896bae52f208e8.tar.gz forge-8af94f323d86c3cae992dc5ff4896bae52f208e8.tar.zst forge-8af94f323d86c3cae992dc5ff4896bae52f208e8.zip |
index: Humanize allocated size
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ 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 |