diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-14 17:38:48 +0530 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-14 17:39:27 +0530 |
commit | 1872ca726ab9b0105481ba2404b01e7aeb43bbee (patch) | |
tree | 6e00958263102f297b1a3ff6c2d6b8cd16de754d /go.mod | |
parent | d879c2dfb088cb7911e322694c101fb0bdf7c0c0 (diff) | |
download | legit-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.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ) |