summaryrefslogtreecommitdiffstats
path: root/tpl/crypto
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/crypto
parent2d08a296a2de3b3db209a0f44249b7b24733098e (diff)
all: Update import paths to gohugoio/hugo
Diffstat (limited to 'tpl/crypto')
-rw-r--r--tpl/crypto/init.go4
-rw-r--r--tpl/crypto/init_test.go4
2 files changed, 4 insertions, 4 deletions
diff --git a/tpl/crypto/init.go b/tpl/crypto/init.go
index 08421e1b2..db6a5f92c 100644
--- a/tpl/crypto/init.go
+++ b/tpl/crypto/init.go
@@ -14,8 +14,8 @@
package crypto
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 = "crypto"
diff --git a/tpl/crypto/init_test.go b/tpl/crypto/init_test.go
index 755f162d0..852a90a40 100644
--- a/tpl/crypto/init_test.go
+++ b/tpl/crypto/init_test.go
@@ -16,8 +16,8 @@ package crypto
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"
)