Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tpl
diff options
context:
space:
mode:
authorJorin Vogel <hi@jorin.me>2017-08-01 13:17:51 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-08-01 14:05:09 +0300
commit09907d36af586c5b29389312f2ecc2962c06313c (patch)
treebe91bed20ce9f484344133c36595a6c9ca667a3f /tpl
parent8fb594bfb090c017d4e5cbb2905780221e202c41 (diff)
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')
-rw-r--r--tpl/inflect/inflect.go2
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"
)