replace go-humanize with format.HumanBytes

This commit is contained in:
Michael Yang
2023-11-14 14:57:41 -08:00
parent 423862042a
commit 01ea6002c4
4 changed files with 4 additions and 8 deletions

1
go.mod
View File

@@ -3,7 +3,6 @@ module github.com/jmorganca/ollama
go 1.20
require (
github.com/dustin/go-humanize v1.0.1
github.com/emirpasic/gods v1.18.1
github.com/gin-gonic/gin v1.9.1
github.com/mattn/go-runewidth v0.0.14