update: file size humanize show

This commit is contained in:
2024-09-06 17:05:51 +08:00
parent 9760e95ee1
commit 292bbeab89
3 changed files with 13 additions and 4 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.21
require (
github.com/dlclark/regexp2 v1.11.4
github.com/dustin/go-humanize v1.0.0
github.com/gin-gonic/gin v1.10.0
github.com/go-resty/resty/v2 v2.14.0
github.com/go-sql-driver/mysql v1.8.1