diff options
author | Jorin Vogel <[email protected]> | 2017-08-01 12:17:51 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2017-08-01 13:05:09 +0200 |
commit | 09907d36af586c5b29389312f2ecc2962c06313c (patch) | |
tree | be91bed20ce9f484344133c36595a6c9ca667a3f /tpl/inflect | |
parent | 8fb594bfb090c017d4e5cbb2905780221e202c41 (diff) | |
download | hugo-09907d36af586c5b29389312f2ecc2962c06313c.tar.gz hugo-09907d36af586c5b29389312f2ecc2962c06313c.zip |
Switch from fork bep/inflect to markbates/inflect
Original package has received updates the fork hasn't.
Without fork updates are easier to maintain.
Diffstat (limited to 'tpl/inflect')
-rw-r--r-- | tpl/inflect/inflect.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/inflect/inflect.go b/tpl/inflect/inflect.go index e66aee72f..31b22dbcc 100644 --- a/tpl/inflect/inflect.go +++ b/tpl/inflect/inflect.go @@ -16,7 +16,7 @@ package inflect import ( "strconv" - _inflect "github.com/bep/inflect" + _inflect "github.com/markbates/inflect" "github.com/spf13/cast" ) |