summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar Anirudh Oppiliappan <x@icyphox.sh>2022-12-14 17:38:48 +0530
committerLibravatar Anirudh Oppiliappan <x@icyphox.sh>2022-12-14 17:39:27 +0530
commit1872ca726ab9b0105481ba2404b01e7aeb43bbee (patch)
tree6e00958263102f297b1a3ff6c2d6b8cd16de754d /go.mod
parentd879c2dfb088cb7911e322694c101fb0bdf7c0c0 (diff)
downloadlegit-1872ca726ab9b0105481ba2404b01e7aeb43bbee.tar.gz
legit-1872ca726ab9b0105481ba2404b01e7aeb43bbee.tar.bz2
legit-1872ca726ab9b0105481ba2404b01e7aeb43bbee.zip
routes: description and humanized time to index
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index bce70db..17129aa 100644
--- a/go.mod
+++ b/go.mod
@@ -5,6 +5,7 @@ go 1.19
require (
github.com/alexedwards/flow v0.0.0-20220806114457-cf11be9e0e03
github.com/bluekeyes/go-gitdiff v0.7.0
+ github.com/dustin/go-humanize v1.0.0
github.com/go-git/go-git/v5 v5.5.1
gopkg.in/yaml.v3 v3.0.0
)