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
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/inflect/init.go')
-rw-r--r--tpl/inflect/init.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/inflect/init.go b/tpl/inflect/init.go
index 71884c649..3f258356b 100644
--- a/tpl/inflect/init.go
+++ b/tpl/inflect/init.go
@@ -14,8 +14,8 @@
package inflect
import (
- "github.com/spf13/hugo/deps"
- "github.com/spf13/hugo/tpl/internal"
+ "github.com/gohugoio/hugo/deps"
+ "github.com/gohugoio/hugo/tpl/internal"
)
const name = "inflect"