aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorLauris BH <lauris@nix.lv>2020-02-03 21:50:37 +0200
committerGitHub <noreply@github.com>2020-02-03 21:50:37 +0200
commit20c513be6e376231a33f01625f5ae747d2051241 (patch)
treee44d44973999a7acede7fc3e6a29306064b5df18 /go.mod
parentea50f60df231ba75c32d03118e0c8af17c325324 (diff)
downloadgitea-20c513be6e376231a33f01625f5ae747d2051241.tar.gz
gitea-20c513be6e376231a33f01625f5ae747d2051241.zip
Show download count info in release list (#10124)
* Show download count info in release list * Use go-humanize
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 508024d39c..de67f582da 100644
--- a/go.mod
+++ b/go.mod
@@ -32,6 +32,7 @@ require (
github.com/cznic/strutil v0.0.0-20181122101858-275e90344537 // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20191128021309-1d7a30a10f73
github.com/dgrijalva/jwt-go v3.2.0+incompatible
+ github.com/dustin/go-humanize v1.0.0
github.com/editorconfig/editorconfig-core-go/v2 v2.1.1
github.com/emirpasic/gods v1.12.0
github.com/etcd-io/bbolt v1.3.3 // indirect