summaryrefslogtreecommitdiffstats
path: root/tpl/partials
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-06-13 18:42:45 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-06-13 18:42:45 +0200
commitd8717cd4c74e80ea8e20adead9321412a2d76022 (patch)
tree50b934ea1c1b67ac0911785c273027eca3e4894c /tpl/partials
parent2d08a296a2de3b3db209a0f44249b7b24733098e (diff)
all: Update import paths to gohugoio/hugo
Diffstat (limited to 'tpl/partials')
-rw-r--r--tpl/partials/init.go4
-rw-r--r--tpl/partials/init_test.go4
-rw-r--r--tpl/partials/partials.go4
3 files changed, 6 insertions, 6 deletions
diff --git a/tpl/partials/init.go b/tpl/partials/init.go
index 496deed89..eca93783c 100644
--- a/tpl/partials/init.go
+++ b/tpl/partials/init.go
@@ -14,8 +14,8 @@
package partials
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 = "partials"
diff --git a/tpl/partials/init_test.go b/tpl/partials/init_test.go
index f26067e3f..ef284a826 100644
--- a/tpl/partials/init_test.go
+++ b/tpl/partials/init_test.go
@@ -16,8 +16,8 @@ package partials
import (
"testing"
- "github.com/spf13/hugo/deps"
- "github.com/spf13/hugo/tpl/internal"
+ "github.com/gohugoio/hugo/deps"
+ "github.com/gohugoio/hugo/tpl/internal"
"github.com/stretchr/testify/require"
)
diff --git a/tpl/partials/partials.go b/tpl/partials/partials.go
index fa4fa4e06..d6e9fc9c5 100644
--- a/tpl/partials/partials.go
+++ b/tpl/partials/partials.go
@@ -20,8 +20,8 @@ import (
"sync"
texttemplate "text/template"
- bp "github.com/spf13/hugo/bufferpool"
- "github.com/spf13/hugo/deps"
+ bp "github.com/gohugoio/hugo/bufferpool"
+ "github.com/gohugoio/hugo/deps"
)
var TestTemplateProvider deps.ResourceProvider