summaryrefslogtreecommitdiffstats
path: root/tpl/inflect
diff options
context:
space:
mode:
authorJorin Vogel <hi@jorin.me>2017-08-01 12:17:51 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-08-01 13:05:09 +0200
commit09907d36af586c5b29389312f2ecc2962c06313c (patch)
treebe91bed20ce9f484344133c36595a6c9ca667a3f /tpl/inflect
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/inflect')
-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"
)