From 09907d36af586c5b29389312f2ecc2962c06313c Mon Sep 17 00:00:00 2001 From: Jorin Vogel Date: Tue, 1 Aug 2017 12:17:51 +0200 Subject: Switch from fork bep/inflect to markbates/inflect Original package has received updates the fork hasn't. Without fork updates are easier to maintain. --- hugolib/site.go | 2 +- hugolib/site_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'hugolib') diff --git a/hugolib/site.go b/hugolib/site.go index 629881856..8bf37e17d 100644 --- a/hugolib/site.go +++ b/hugolib/site.go @@ -32,7 +32,7 @@ import ( "github.com/gohugoio/hugo/media" - "github.com/bep/inflect" + "github.com/markbates/inflect" "sync/atomic" diff --git a/hugolib/site_test.go b/hugolib/site_test.go index 6bcfaa441..bffdec1a9 100644 --- a/hugolib/site_test.go +++ b/hugolib/site_test.go @@ -19,7 +19,7 @@ import ( "strings" "testing" - "github.com/bep/inflect" + "github.com/markbates/inflect" jww "github.com/spf13/jwalterweatherman" "github.com/gohugoio/hugo/helpers" -- cgit v1.2.3