summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2020-03-27 18:16:23 +1000
committerJames Mills <prologic@shortcircuit.net.au>2020-03-27 18:16:23 +1000
commit89d7d71cc5b443dc392ca9aa4368362467a7d70a (patch)
tree0a9a3228ff46d1cb9f6c8cf975a2ec8df6b7e621 /go.mod
parent10a5f824984713433536bd2e3371527281d9956a (diff)
Display video size
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 9a0f97d..080589d 100644
--- a/go.mod
+++ b/go.mod
@@ -9,7 +9,7 @@ require (
github.com/dhowden/tag v0.0.0-20190519100835-db0c67e351b1
github.com/disintegration/gift v1.2.1 // indirect
github.com/disintegration/imaging v1.6.2 // indirect
- github.com/dustin/go-humanize v1.0.0 // indirect
+ github.com/dustin/go-humanize v1.0.0
github.com/fsnotify/fsnotify v1.4.7
github.com/gorilla/feeds v1.1.1
github.com/gorilla/handlers v1.4.2