replace go-humanize with format.HumanBytes
Showing
| ... | @@ -3,7 +3,6 @@ module github.com/jmorganca/ollama | ... | @@ -3,7 +3,6 @@ module github.com/jmorganca/ollama |
| go 1.20 | go 1.20 | ||
| require ( | require ( | ||
| github.com/dustin/go-humanize v1.0.1 | |||
| github.com/emirpasic/gods v1.18.1 | github.com/emirpasic/gods v1.18.1 | ||
| github.com/gin-gonic/gin v1.9.1 | github.com/gin-gonic/gin v1.9.1 | ||
| github.com/mattn/go-runewidth v0.0.14 | github.com/mattn/go-runewidth v0.0.14 | ||
| ... | ... |
Please register or sign in to comment