summaryrefslogtreecommitdiffstats
path: root/hugolib
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib')
-rw-r--r--hugolib/site.go2
-rw-r--r--hugolib/site_test.go2
2 files changed, 2 insertions, 2 deletions
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"