Switch from fork bep/inflect to markbates/inflect

Original package has received updates the fork hasn't.
Without fork updates are easier to maintain.
This commit is contained in:
Jorin Vogel
2017-08-01 12:17:51 +02:00
committed by Bjørn Erik Pedersen
parent 8fb594bfb0
commit 09907d36af
4 changed files with 9 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ package inflect
import (
"strconv"
_inflect "github.com/bep/inflect"
_inflect "github.com/markbates/inflect"
"github.com/spf13/cast"
)