all: Update import paths to gohugoio/hugo
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 13 Jun 2017 16:42:45 +0000 (18:42 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 13 Jun 2017 16:42:45 +0000 (18:42 +0200)
169 files changed:
Makefile
commands/commandeer.go
commands/convert.go
commands/gendoc.go
commands/gendocshelper.go
commands/genman.go
commands/hugo.go
commands/import_jekyll.go
commands/list.go
commands/new.go
commands/new_test.go
commands/release.go
commands/server.go
commands/undraft.go
commands/undraft_test.go
commands/version.go
create/content.go
create/content_test.go
deps/deps.go
helpers/content.go
helpers/content_renderer.go
helpers/emoji_test.go
helpers/general.go
helpers/language.go
helpers/path_test.go
helpers/pathspec.go
helpers/pathspec_test.go
helpers/pygments.go
helpers/testhelpers_test.go
helpers/url_test.go
hugofs/fs.go
hugolib/404_test.go
hugolib/alias.go
hugolib/alias_test.go
hugolib/case_insensitive_test.go
hugolib/config.go
hugolib/datafiles_test.go
hugolib/disableKinds_test.go
hugolib/embedded_shortcodes_test.go
hugolib/gitinfo.go
hugolib/handler_base.go
hugolib/handler_file.go
hugolib/handler_meta.go
hugolib/handler_page.go
hugolib/handler_test.go
hugolib/hugo_info.go
hugolib/hugo_sites.go
hugolib/hugo_sites_build.go
hugolib/hugo_sites_build_test.go
hugolib/menu_old_test.go
hugolib/multilingual.go
hugolib/node_as_page_test.go
hugolib/page.go
hugolib/page_collections.go
hugolib/page_collections_test.go
hugolib/page_output.go
hugolib/page_paths.go
hugolib/page_paths_test.go
hugolib/page_permalink_test.go
hugolib/page_test.go
hugolib/pagination.go
hugolib/pagination_test.go
hugolib/robotstxt_test.go
hugolib/rss_test.go
hugolib/scratch.go
hugolib/shortcode.go
hugolib/shortcode_test.go
hugolib/site.go
hugolib/siteJSONEncode_test.go
hugolib/site_output.go
hugolib/site_output_test.go
hugolib/site_render.go
hugolib/site_sections.go
hugolib/site_sections_test.go
hugolib/site_test.go
hugolib/site_url_test.go
hugolib/sitemap_test.go
hugolib/taxonomy_test.go
hugolib/template_engines_test.go
hugolib/template_test.go
hugolib/testhelpers_test.go
i18n/i18n.go
i18n/i18n_test.go
i18n/translationProvider.go
main.go
media/docshelper.go
output/docshelper.go
output/layout_base.go
output/layout_test.go
output/outputFormat.go
output/outputFormat_test.go
releaser/releaser.go
releaser/releaser_test.go
source/content_directory_test.go
source/file.go
source/file_test.go
source/filesystem.go
tpl/cast/docshelper.go
tpl/cast/init.go
tpl/cast/init_test.go
tpl/collections/apply.go
tpl/collections/apply_test.go
tpl/collections/collections.go
tpl/collections/collections_test.go
tpl/collections/index_test.go
tpl/collections/init.go
tpl/collections/init_test.go
tpl/collections/sort.go
tpl/collections/sort_test.go
tpl/collections/where_test.go
tpl/compare/init.go
tpl/compare/init_test.go
tpl/crypto/init.go
tpl/crypto/init_test.go
tpl/data/cache.go
tpl/data/data.go
tpl/data/init.go
tpl/data/init_test.go
tpl/data/resources.go
tpl/data/resources_test.go
tpl/encoding/init.go
tpl/encoding/init_test.go
tpl/fmt/init.go
tpl/fmt/init_test.go
tpl/images/images.go
tpl/images/images_test.go
tpl/images/init.go
tpl/images/init_test.go
tpl/inflect/init.go
tpl/inflect/init_test.go
tpl/internal/templatefuncsRegistry.go
tpl/lang/init.go
tpl/lang/init_test.go
tpl/lang/lang.go
tpl/lang/lang_test.go
tpl/math/init.go
tpl/math/init_test.go
tpl/os/init.go
tpl/os/init_test.go
tpl/os/os.go
tpl/os/os_test.go
tpl/partials/init.go
tpl/partials/init_test.go
tpl/partials/partials.go
tpl/safe/init.go
tpl/safe/init_test.go
tpl/safe/safe.go
tpl/strings/init.go
tpl/strings/init_test.go
tpl/strings/strings.go
tpl/strings/strings_test.go
tpl/template.go
tpl/time/init.go
tpl/time/init_test.go
tpl/tplimpl/template.go
tpl/tplimpl/templateFuncster.go
tpl/tplimpl/templateProvider.go
tpl/tplimpl/template_funcs.go
tpl/tplimpl/template_funcs_test.go
tpl/transform/init.go
tpl/transform/init_test.go
tpl/transform/transform.go
tpl/transform/transform_test.go
tpl/urls/init.go
tpl/urls/init_test.go
tpl/urls/urls.go
transform/chain.go
transform/chain_test.go
transform/hugogeneratorinject.go

index 64e27ba40e305b2693a3a2f95b09474aa5c5cb1c..e0dde4e164f531203497eb7d610271221ff9379a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 # A Self-Documenting Makefile: http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html
 
-PACKAGE = github.com/spf13/hugo
+PACKAGE = github.com/gohugoio/hugo
 COMMIT_HASH = `git rev-parse --short HEAD 2>/dev/null`
 BUILD_DATE = `date +%FT%T%z`
 LDFLAGS = -ldflags "-X ${PACKAGE}/hugolib.CommitHash=${COMMIT_HASH} -X ${PACKAGE}/hugolib.BuildDate=${BUILD_DATE}"
index 7f7e20f7b343b11e7baee8b5f5d6a8ffd52f765f..7de185d2f6082be0203aad884920b2f4683d94c4 100644 (file)
@@ -14,9 +14,9 @@
 package commands
 
 import (
-       "github.com/spf13/hugo/deps"
-       "github.com/spf13/hugo/helpers"
-       "github.com/spf13/hugo/hugofs"
+       "github.com/gohugoio/hugo/deps"
+       "github.com/gohugoio/hugo/helpers"
+       "github.com/gohugoio/hugo/hugofs"
 )
 
 type commandeer struct {
index 034d5bf556e981c377ae7db295674a74d021c4e2..15273b0c5c92aa2b9094ba8b6be4fd73e13054e7 100644 (file)
@@ -21,8 +21,8 @@ import (
 
        "github.com/spf13/cast"
        "github.com/spf13/cobra"
-       "github.com/spf13/hugo/hugolib"
-       "github.com/spf13/hugo/parser"
+       "github.com/gohugoio/hugo/hugolib"
+       "github.com/gohugoio/hugo/parser"
 )
 
 var outputDir string
index 8f241446599264fa61f33a2e1def4118578c6240..70e87dd6fb5d40284a362e76de7660709f85c7b8 100644 (file)
@@ -22,8 +22,8 @@ import (
 
        "github.com/spf13/cobra"
        "github.com/spf13/cobra/doc"
-       "github.com/spf13/hugo/helpers"
-       "github.com/spf13/hugo/hugofs"
+       "github.com/gohugoio/hugo/helpers"
+       "github.com/gohugoio/hugo/hugofs"
        jww "github.com/spf13/jwalterweatherman"
 )
 
index a5080687fbac619fb957bacab1ea0d297522077d..1d83232ecf860ff3c10f8de7ea683d11b507e465 100644 (file)
@@ -20,7 +20,7 @@ import (
        "path/filepath"
 
        "github.com/spf13/cobra"
-       "github.com/spf13/hugo/docshelper"
+       "github.com/gohugoio/hugo/docshelper"
 )
 
 type genDocsHelper struct {
index cd5c8c84e0493c276d4efb3df2abf9a1a686cd6a..dd85a6e6a304e638327ffc8b36d0638d064a0edb 100644 (file)
@@ -19,8 +19,8 @@ import (
 
        "github.com/spf13/cobra"
        "github.com/spf13/cobra/doc"
-       "github.com/spf13/hugo/helpers"
-       "github.com/spf13/hugo/hugofs"
+       "github.com/gohugoio/hugo/helpers"
+       "github.com/gohugoio/hugo/hugofs"
        jww "github.com/spf13/jwalterweatherman"
 )
 
index 16170acd4bd905d30ac28188540a560573729e3b..d354b01acdc522533e057e1ca2601b9e96048cf5 100644 (file)
@@ -19,7 +19,7 @@ import (
        "fmt"
        "io/ioutil"
 
-       "github.com/spf13/hugo/hugofs"
+       "github.com/gohugoio/hugo/hugofs"
 
        "log"
        "net/http"
@@ -30,9 +30,9 @@ import (
        "sync"
        "time"
 
-       "github.com/spf13/hugo/config"
+       "github.com/gohugoio/hugo/config"
 
-       "github.com/spf13/hugo/parser"
+       "github.com/gohugoio/hugo/parser"
        flag "github.com/spf13/pflag"
 
        "regexp"
@@ -41,12 +41,12 @@ import (
        "github.com/spf13/afero"
        "github.com/spf13/cobra"
        "github.com/spf13/fsync"
-       "github.com/spf13/hugo/deps"
-       "github.com/spf13/hugo/helpers"
-       "github.com/spf13/hugo/hugolib"
-       "github.com/spf13/hugo/livereload"
-       "github.com/spf13/hugo/utils"
-       "github.com/spf13/hugo/watcher"
+       "github.com/gohugoio/hugo/deps"
+       "github.com/gohugoio/hugo/helpers"
+       "github.com/gohugoio/hugo/hugolib"
+       "github.com/gohugoio/hugo/livereload"
+       "github.com/gohugoio/hugo/utils"
+       "github.com/gohugoio/hugo/watcher"
        jww "github.com/spf13/jwalterweatherman"
        "github.com/spf13/nitro"
        "github.com/spf13/viper"
index a7524c1a4040e407907f4258917db7152e4bb843..37f06bb2fc67522eea870af55dde170acc81c360 100644 (file)
@@ -28,10 +28,10 @@ import (
        "github.com/spf13/afero"
        "github.com/spf13/cast"
        "github.com/spf13/cobra"
-       "github.com/spf13/hugo/helpers"
-       "github.com/spf13/hugo/hugofs"
-       "github.com/spf13/hugo/hugolib"
-       "github.com/spf13/hugo/parser"
+       "github.com/gohugoio/hugo/helpers"
+       "github.com/gohugoio/hugo/hugofs"
+       "github.com/gohugoio/hugo/hugolib"
+       "github.com/gohugoio/hugo/parser"
        jww "github.com/spf13/jwalterweatherman"
 )
 
index 97753cc881aaae5f854f00fe79e1b9d6d273cfd5..4f3319c5787d5bd48ad9009aacbefee0df0650d3 100644 (file)
@@ -17,7 +17,7 @@ import (
        "path/filepath"
 
        "github.com/spf13/cobra"
-       "github.com/spf13/hugo/hugolib"
+       "github.com/gohugoio/hugo/hugolib"
        jww "github.com/spf13/jwalterweatherman"
 )
 
index fa996fdea0f347588d7cc4a67610aad2b86d8f17..8ff5f1b807352d7bcdc111ecebd6faa40412df18 100644 (file)
@@ -24,11 +24,11 @@ import (
 
        "github.com/spf13/afero"
        "github.com/spf13/cobra"
-       "github.com/spf13/hugo/create"
-       "github.com/spf13/hugo/helpers"
-       "github.com/spf13/hugo/hugofs"
-       "github.com/spf13/hugo/hugolib"
-       "github.com/spf13/hugo/parser"
+       "github.com/gohugoio/hugo/create"
+       "github.com/gohugoio/hugo/helpers"
+       "github.com/gohugoio/hugo/hugofs"
+       "github.com/gohugoio/hugo/hugolib"
+       "github.com/gohugoio/hugo/parser"
        jww "github.com/spf13/jwalterweatherman"
        "github.com/spf13/viper"
 )
index dafe0400ce11ba1db8b31ffff9274620c73cfcf7..c9adb83d47f15c5a6c45df6866c83816860c39bb 100644 (file)
@@ -17,7 +17,7 @@ import (
        "path/filepath"
        "testing"
 
-       "github.com/spf13/hugo/hugofs"
+       "github.com/gohugoio/hugo/hugofs"
        "github.com/spf13/viper"
        "github.com/stretchr/testify/assert"
        "github.com/stretchr/testify/require"
index 6c14c5d8b57c3ce01dd8d34c92d15a7ba9ca5cf6..c306b2c2b33ad7d29e1040672a15ce0647d390fc 100644 (file)
@@ -17,7 +17,7 @@ package commands
 
 import (
        "github.com/spf13/cobra"
-       "github.com/spf13/hugo/releaser"
+       "github.com/gohugoio/hugo/releaser"
 )
 
 func init() {
index bb0f19cfacd77a9890143c4e442828cf3e8ae01e..0c16b959faa118351ff5a8d1acda461e0a278c11 100644 (file)
@@ -26,8 +26,8 @@ import (
 
        "github.com/spf13/afero"
        "github.com/spf13/cobra"
-       "github.com/spf13/hugo/config"
-       "github.com/spf13/hugo/helpers"
+       "github.com/gohugoio/hugo/config"
+       "github.com/gohugoio/hugo/helpers"
        jww "github.com/spf13/jwalterweatherman"
 )
 
index 4f3bcfe2316ba8423a83e3a67179f16e4f3ffeda..ae17ab34d103582b76d5dee8ec88a71016d90b68 100644 (file)
@@ -20,7 +20,7 @@ import (
        "time"
 
        "github.com/spf13/cobra"
-       "github.com/spf13/hugo/parser"
+       "github.com/gohugoio/hugo/parser"
 )
 
 var undraftCmd = &cobra.Command{
index d302d31c50c81d320da129103570e5efc80315b9..7f32c7e20a2a5097dd5988c99d06cb1cbea447d2 100644 (file)
@@ -21,7 +21,7 @@ import (
        "testing"
        "time"
 
-       "github.com/spf13/hugo/parser"
+       "github.com/gohugoio/hugo/parser"
 )
 
 var (
index 9e673b8179cca448d25fc57d3e809abcd756b6a1..a05967d218b8072eb407d520b308937182d5c124 100644 (file)
@@ -22,8 +22,8 @@ import (
 
        "github.com/kardianos/osext"
        "github.com/spf13/cobra"
-       "github.com/spf13/hugo/helpers"
-       "github.com/spf13/hugo/hugolib"
+       "github.com/gohugoio/hugo/helpers"
+       "github.com/gohugoio/hugo/hugolib"
        jww "github.com/spf13/jwalterweatherman"
 )
 
index 5cab4289b50794c033ec7ccfcb2841f2cb856ea9..c51d1f9bdf17c4b39534290261686eaa67bd8cf6 100644 (file)
@@ -24,9 +24,9 @@ import (
 
        "github.com/spf13/afero"
        "github.com/spf13/cast"
-       "github.com/spf13/hugo/helpers"
-       "github.com/spf13/hugo/hugolib"
-       "github.com/spf13/hugo/parser"
+       "github.com/gohugoio/hugo/helpers"
+       "github.com/gohugoio/hugo/hugolib"
+       "github.com/gohugoio/hugo/parser"
        jww "github.com/spf13/jwalterweatherman"
 )
 
index 4ef2302029d4eb64668906e6522a6a89f649fa17..9728c1c9654632f5d737fd1bbb2d15f3c66380e2 100644 (file)
@@ -19,17 +19,17 @@ import (
        "strings"
        "testing"
 
-       "github.com/spf13/hugo/deps"
+       "github.com/gohugoio/hugo/deps"
 
-       "github.com/spf13/hugo/hugolib"
+       "github.com/gohugoio/hugo/hugolib"
 
        "fmt"
 
-       "github.com/spf13/hugo/hugofs"
+       "github.com/gohugoio/hugo/hugofs"
 
        "github.com/spf13/afero"
-       "github.com/spf13/hugo/create"
-       "github.com/spf13/hugo/helpers"
+       "github.com/gohugoio/hugo/create"
+       "github.com/gohugoio/hugo/helpers"
        "github.com/spf13/viper"
        "github.com/stretchr/testify/require"
 )
index 5f016c4d751673d980c058f7ab55acd36f049e4f..b5f935c0998d9b6b8b99f849d6cd7419036fef4a 100644 (file)
@@ -5,11 +5,11 @@ import (
        "log"
        "os"
 
-       "github.com/spf13/hugo/config"
-       "github.com/spf13/hugo/helpers"
-       "github.com/spf13/hugo/hugofs"
-       "github.com/spf13/hugo/output"
-       "github.com/spf13/hugo/tpl"
+       "github.com/gohugoio/hugo/config"
+       "github.com/gohugoio/hugo/helpers"
+       "github.com/gohugoio/hugo/hugofs"
+       "github.com/gohugoio/hugo/output"
+       "github.com/gohugoio/hugo/tpl"
        jww "github.com/spf13/jwalterweatherman"
 )
 
index 167e8de747d2533cda2a9a4793cb04a9f108a1a7..afd8c7c3797dec54fe9d7550f44f2d5c040d9f05 100644 (file)
@@ -29,8 +29,8 @@ import (
        "github.com/miekg/mmark"
        "github.com/mitchellh/mapstructure"
        "github.com/russross/blackfriday"
-       bp "github.com/spf13/hugo/bufferpool"
-       "github.com/spf13/hugo/config"
+       bp "github.com/gohugoio/hugo/bufferpool"
+       "github.com/gohugoio/hugo/config"
        jww "github.com/spf13/jwalterweatherman"
 
        "strings"
index 6082ae94590180925bafc797dffb756a64f8f0e2..49f11bc84308bdabf2786e0502eb3ca3d7aef595 100644 (file)
@@ -19,7 +19,7 @@ import (
 
        "github.com/miekg/mmark"
        "github.com/russross/blackfriday"
-       "github.com/spf13/hugo/config"
+       "github.com/gohugoio/hugo/config"
        jww "github.com/spf13/jwalterweatherman"
 )
 
index ede601b7a5e0d7904964e8b102c3d02221034d8f..311ff644f3be43cf95991e528ad6ac8f21a59c36 100644 (file)
@@ -19,7 +19,7 @@ import (
        "testing"
 
        "github.com/kyokomi/emoji"
-       "github.com/spf13/hugo/bufferpool"
+       "github.com/gohugoio/hugo/bufferpool"
 )
 
 func TestEmojiCustom(t *testing.T) {
index 4fd91133b30befec2356a60058d8a04d295b59f0..d3dedc774787cb5090202a256e8593a9abc37bfd 100644 (file)
@@ -27,7 +27,7 @@ import (
        "unicode/utf8"
 
        "github.com/spf13/cast"
-       bp "github.com/spf13/hugo/bufferpool"
+       bp "github.com/gohugoio/hugo/bufferpool"
        jww "github.com/spf13/jwalterweatherman"
        "github.com/spf13/pflag"
 )
index 9b71368549a00dcc8267dc377800db8db6d229ca..ba2eeb8f69df80d2914ff45c0f397c419623da56 100644 (file)
@@ -19,7 +19,7 @@ import (
        "sync"
 
        "github.com/spf13/cast"
-       "github.com/spf13/hugo/config"
+       "github.com/gohugoio/hugo/config"
 )
 
 // These are the settings that should only be looked up in the global Viper
index 25dbdc54365927adf6a63b9a7bc9c9a7756f7857..b2e5f65a31da519ebc7cb007fe7c9db137ac3916 100644 (file)
@@ -30,7 +30,7 @@ import (
        "github.com/stretchr/testify/assert"
 
        "github.com/spf13/afero"
-       "github.com/spf13/hugo/hugofs"
+       "github.com/gohugoio/hugo/hugofs"
        "github.com/spf13/viper"
 )
 
index ff44880207f88ce86d341236567f39ca3e0291fa..bd55d89654334c0ee31c3ec12b11a9d632358e3c 100644 (file)
@@ -16,8 +16,8 @@ package helpers
 import (
        "fmt"
 
-       "github.com/spf13/hugo/config"
-       "github.com/spf13/hugo/hugofs"
+       "github.com/gohugoio/hugo/config"
+       "github.com/gohugoio/hugo/hugofs"
 )
 
 // PathSpec holds methods that decides how paths in URLs and files in Hugo should look like.
index 2536b8f245ade46de4bfcd674049add9abf09b90..04ec7cac7fe1df454414f032bb0729a861babe99 100644 (file)
@@ -16,7 +16,7 @@ package helpers
 import (
        "testing"
 
-       "github.com/spf13/hugo/hugofs"
+       "github.com/gohugoio/hugo/hugofs"
 
        "github.com/spf13/viper"
        "github.com/stretchr/testify/require"
index 051612608a3d11b56aef70262bc5abacf630a2c5..60f62a88f49866745c4a3854d4d5a76214fcc0b3 100644 (file)
@@ -24,8 +24,8 @@ import (
        "sort"
        "strings"
 
-       "github.com/spf13/hugo/config"
-       "github.com/spf13/hugo/hugofs"
+       "github.com/gohugoio/hugo/config"
+       "github.com/gohugoio/hugo/hugofs"
        jww "github.com/spf13/jwalterweatherman"
 )
 
index d5a1b60eddf56925b56b915d64372b9e68a5a558..86f14114638eb5db6b0abbee35b15d0c436b1fbb 100644 (file)
@@ -3,7 +3,7 @@ package helpers
 import (
        "github.com/spf13/viper"
 
-       "github.com/spf13/hugo/hugofs"
+       "github.com/gohugoio/hugo/hugofs"
 )
 
 func newTestPathSpec(fs *hugofs.Fs, v *viper.Viper) *PathSpec {
index 49938825978a2362a5fe9cb0a7ad18016257249f..9572547c7cae2550a95c24668802eae5a4f3c8d6 100644 (file)
@@ -18,7 +18,7 @@ import (
        "strings"
        "testing"
 
-       "github.com/spf13/hugo/hugofs"
+       "github.com/gohugoio/hugo/hugofs"
        "github.com/spf13/viper"
        "github.com/stretchr/testify/assert"
        "github.com/stretchr/testify/require"
index f79c927db92ec0b4ed25342d5df30cc1c638a099..92e89d4cc5d9f0304422f50ed67878bef6e6be5e 100644 (file)
@@ -16,7 +16,7 @@ package hugofs
 
 import (
        "github.com/spf13/afero"
-       "github.com/spf13/hugo/config"
+       "github.com/gohugoio/hugo/config"
 )
 
 // Os points to an Os Afero file system.
index f921141ec9953b290e8afb945ae5f9a171866c84..bbaed61d75705c4fb4fd48ae90a2a98ab3f20f22 100644 (file)
@@ -18,7 +18,7 @@ import (
 
        "testing"
 
-       "github.com/spf13/hugo/deps"
+       "github.com/gohugoio/hugo/deps"
 )
 
 func Test404(t *testing.T) {
index 816ba962b40f84b3829c6e72f28ca6f577b421bd..a3fe5c24a7e6ecbb037526c895f463a8cce31d0d 100644 (file)
@@ -22,11 +22,11 @@ import (
        "runtime"
        "strings"
 
-       "github.com/spf13/hugo/tpl"
+       "github.com/gohugoio/hugo/tpl"
 
        jww "github.com/spf13/jwalterweatherman"
 
-       "github.com/spf13/hugo/helpers"
+       "github.com/gohugoio/hugo/helpers"
 )
 
 const (
index 68ec8f07f38c6964a36d059a460f11435526eb35..1d6824dbacbab5795ced2f5adadfa14110534444 100644 (file)
@@ -18,7 +18,7 @@ import (
        "runtime"
        "testing"
 
-       "github.com/spf13/hugo/deps"
+       "github.com/gohugoio/hugo/deps"
        "github.com/stretchr/testify/require"
 )
 
index 96953b18ba4fc698ca4997d4017ee068cb623912..d065a6923e105ddcf75c582531244f9fd74bad62 100644 (file)
@@ -20,8 +20,8 @@ import (
        "testing"
 
        "github.com/spf13/afero"
-       "github.com/spf13/hugo/deps"
-       "github.com/spf13/hugo/hugofs"
+       "github.com/gohugoio/hugo/deps"
+       "github.com/gohugoio/hugo/hugofs"
        "github.com/stretchr/testify/require"
 )
 
index e2e9f93294fe3c63b994627eb80c4d0afeff1179..80b7bff394f9c62437b9ddace2dc78d73d9bbd48 100644 (file)
@@ -17,7 +17,7 @@ import (
        "fmt"
 
        "github.com/spf13/afero"
-       "github.com/spf13/hugo/helpers"
+       "github.com/gohugoio/hugo/helpers"
        "github.com/spf13/viper"
 )
 
index 5beb5924942242f05dbe3c206a72e76762333893..b62fb197d60f6619a7aea40cfebe1626aef8a1be 100644 (file)
@@ -23,11 +23,11 @@ import (
        "log"
        "os"
 
-       "github.com/spf13/hugo/deps"
+       "github.com/gohugoio/hugo/deps"
        jww "github.com/spf13/jwalterweatherman"
 
-       "github.com/spf13/hugo/parser"
-       "github.com/spf13/hugo/source"
+       "github.com/gohugoio/hugo/parser"
+       "github.com/gohugoio/hugo/source"
        "github.com/stretchr/testify/require"
 )
 
index e833b0a139269c6614f0b02174cf40237f3e4458..81f277c72d63ed804650a8d1b2340ae225bfa0b6 100644 (file)
@@ -19,10 +19,10 @@ import (
        "fmt"
 
        "github.com/spf13/afero"
-       "github.com/spf13/hugo/deps"
+       "github.com/gohugoio/hugo/deps"
 
-       "github.com/spf13/hugo/helpers"
-       "github.com/spf13/hugo/hugofs"
+       "github.com/gohugoio/hugo/helpers"
+       "github.com/gohugoio/hugo/hugofs"
        "github.com/stretchr/testify/require"
 )
 
index 45de0bf096822d29029774a5d1125c5339036dee..6f47f98c3236215bd2dc53683d3d097be00ee9f9 100644 (file)
@@ -22,10 +22,10 @@ import (
 
        "path/filepath"
 
-       "github.com/spf13/hugo/deps"
+       "github.com/gohugoio/hugo/deps"
 
-       "github.com/spf13/hugo/helpers"
-       "github.com/spf13/hugo/tpl"
+       "github.com/gohugoio/hugo/helpers"
+       "github.com/gohugoio/hugo/tpl"
        "github.com/stretchr/testify/require"
 )
 
index f4789320dc53e6d7a5cb7aee39a0e536ed40ef7a..16d8c43a53e3ab54702c8d3583b6a7d717f0e4fd 100644 (file)
@@ -19,7 +19,7 @@ import (
        "strings"
 
        "github.com/bep/gitmap"
-       "github.com/spf13/hugo/helpers"
+       "github.com/gohugoio/hugo/helpers"
 )
 
 func (h *HugoSites) assembleGitInfo() {
index 89aadd11f68d91428060fc6d0887a442c51865f9..99c15e15ddc831260ef12381c1a0a893b227c735 100644 (file)
@@ -14,7 +14,7 @@
 package hugolib
 
 import (
-       "github.com/spf13/hugo/source"
+       "github.com/gohugoio/hugo/source"
 )
 
 type Handler interface {
index f2166c5efb422001533604046cbdd1570fff8db9..82ea85fb2acfcedfac66292879f462d076d7a3a8 100644 (file)
@@ -17,7 +17,7 @@ import (
        "bytes"
 
        "github.com/dchest/cssmin"
-       "github.com/spf13/hugo/source"
+       "github.com/gohugoio/hugo/source"
 )
 
 func init() {
index 0f92f0c6ce518750666d4891b0925b1ceb2fa68d..d2702a39ec3dacf0ed099dcb94ff167edb65d7cf 100644 (file)
@@ -18,7 +18,7 @@ import (
 
        "fmt"
 
-       "github.com/spf13/hugo/source"
+       "github.com/gohugoio/hugo/source"
 )
 
 var handlers []Handler
index 70266fb2190527c21e7719f0f3de730c54bb966c..6e230dad0eb182e290e22e6c532a73b8752a9650 100644 (file)
@@ -16,8 +16,8 @@ package hugolib
 import (
        "fmt"
 
-       "github.com/spf13/hugo/helpers"
-       "github.com/spf13/hugo/source"
+       "github.com/gohugoio/hugo/helpers"
+       "github.com/gohugoio/hugo/source"
 )
 
 func init() {
index faba04a9705e6c857d194a5781ebaec47731baf9..aa58d1c43eca85a97ea5ae200f2e28378fc057a5 100644 (file)
@@ -17,8 +17,8 @@ import (
        "path/filepath"
        "testing"
 
-       "github.com/spf13/hugo/deps"
-       "github.com/spf13/hugo/helpers"
+       "github.com/gohugoio/hugo/deps"
+       "github.com/gohugoio/hugo/helpers"
 )
 
 func TestDefaultHandler(t *testing.T) {
index 86842f38b3b2cfaba80e2eafe90dd669f7fc46f0..1e0c192e508397dcc71d8c6499b5ac27c143bf83 100644 (file)
@@ -17,7 +17,7 @@ import (
        "fmt"
        "html/template"
 
-       "github.com/spf13/hugo/helpers"
+       "github.com/gohugoio/hugo/helpers"
 )
 
 var (
index 59cde0406e353bab448bd16b8502314663d4b812..4fe3f8771318172a6352408d11498a47bc66d6bf 100644 (file)
@@ -19,12 +19,12 @@ import (
        "strings"
        "sync"
 
-       "github.com/spf13/hugo/deps"
-       "github.com/spf13/hugo/helpers"
+       "github.com/gohugoio/hugo/deps"
+       "github.com/gohugoio/hugo/helpers"
 
-       "github.com/spf13/hugo/i18n"
-       "github.com/spf13/hugo/tpl"
-       "github.com/spf13/hugo/tpl/tplimpl"
+       "github.com/gohugoio/hugo/i18n"
+       "github.com/gohugoio/hugo/tpl"
+       "github.com/gohugoio/hugo/tpl/tplimpl"
 )
 
 // HugoSites represents the sites to build. Each site represents a language.
index 61e2ac337486cb3a309da0ac2cc40ca9f18448a5..fa0eac702c98dc4a71dd922ad1e53f9d655552fe 100644 (file)
@@ -19,7 +19,7 @@ import (
        "errors"
 
        "github.com/fsnotify/fsnotify"
-       "github.com/spf13/hugo/helpers"
+       "github.com/gohugoio/hugo/helpers"
 )
 
 // Build builds all sites. If filesystem events are provided,
index e7f93598bd392915d8f68fa8f5688b7d560901cf..06867ab3d0a13a9e7ba2a41b83d741c56f517610 100644 (file)
@@ -14,10 +14,10 @@ import (
        "github.com/fortytw2/leaktest"
        "github.com/fsnotify/fsnotify"
        "github.com/spf13/afero"
-       "github.com/spf13/hugo/deps"
-       "github.com/spf13/hugo/helpers"
-       "github.com/spf13/hugo/hugofs"
-       "github.com/spf13/hugo/source"
+       "github.com/gohugoio/hugo/deps"
+       "github.com/gohugoio/hugo/helpers"
+       "github.com/gohugoio/hugo/hugofs"
+       "github.com/gohugoio/hugo/source"
        "github.com/spf13/viper"
        "github.com/stretchr/testify/require"
 )
index 156a7e551af041b71706996911a5bd44baa2a458..7c49ed9088c486c1edff3c8bdfed32f42ddf5a35 100644 (file)
@@ -21,12 +21,12 @@ import (
        "strings"
        "testing"
 
-       "github.com/spf13/hugo/deps"
+       "github.com/gohugoio/hugo/deps"
 
        "path/filepath"
 
        "github.com/BurntSushi/toml"
-       "github.com/spf13/hugo/source"
+       "github.com/gohugoio/hugo/source"
        "github.com/stretchr/testify/assert"
        "github.com/stretchr/testify/require"
 )
index c5943dbd53f24b039dd3ef327794e61fd211dc0e..04efe6386891f834462b1a9ac696b9cc9ffb2815 100644 (file)
@@ -22,8 +22,8 @@ import (
        "fmt"
 
        "github.com/spf13/cast"
-       "github.com/spf13/hugo/config"
-       "github.com/spf13/hugo/helpers"
+       "github.com/gohugoio/hugo/config"
+       "github.com/gohugoio/hugo/helpers"
 )
 
 type Multilingual struct {
index 0e1cc9577feaec594de69caff003d1efbbe2121a..f625bf2d5bdb8352ac65d4b6eaf99166f19ebb83 100644 (file)
@@ -23,8 +23,8 @@ import (
 
        "github.com/spf13/afero"
 
-       "github.com/spf13/hugo/deps"
-       "github.com/spf13/hugo/hugofs"
+       "github.com/gohugoio/hugo/deps"
+       "github.com/gohugoio/hugo/hugofs"
        "github.com/stretchr/testify/require"
 )
 
index 909ac247e010f6e22bc5e76b1aac5e42407b1d3d..eaa8aa5ddb68c62463d39a47841683f1896ceb6b 100644 (file)
@@ -22,9 +22,9 @@ import (
        "github.com/bep/gitmap"
 
        "github.com/mitchellh/mapstructure"
-       "github.com/spf13/hugo/helpers"
-       "github.com/spf13/hugo/output"
-       "github.com/spf13/hugo/parser"
+       "github.com/gohugoio/hugo/helpers"
+       "github.com/gohugoio/hugo/output"
+       "github.com/gohugoio/hugo/parser"
 
        "html/template"
        "io"
@@ -37,8 +37,8 @@ import (
        "unicode/utf8"
 
        "github.com/spf13/cast"
-       bp "github.com/spf13/hugo/bufferpool"
-       "github.com/spf13/hugo/source"
+       bp "github.com/gohugoio/hugo/bufferpool"
+       "github.com/gohugoio/hugo/source"
 )
 
 var (
index 605ec40726b2cf3354717b171b1e2a58c452b0e4..e72f9a7314e75c6979d64b0fac1d0da743662844 100644 (file)
@@ -17,7 +17,7 @@ import (
        "path"
        "path/filepath"
 
-       "github.com/spf13/hugo/cache"
+       "github.com/gohugoio/hugo/cache"
 )
 
 // PageCollections contains the page collections for a site.
index f1d6af728dab9c313157c3848f76acb768e5d709..aee99040c17544cb0f630735b672bc0c2b3c1613 100644 (file)
@@ -21,7 +21,7 @@ import (
        "testing"
        "time"
 
-       "github.com/spf13/hugo/deps"
+       "github.com/gohugoio/hugo/deps"
        "github.com/stretchr/testify/require"
 )
 
index ea23dc2031f038f32e31f73a42b80df2e074c598..6ea466b4f65ffc1a3eaaeeaa7acfc832000a5ac7 100644 (file)
@@ -19,10 +19,10 @@ import (
        "strings"
        "sync"
 
-       "github.com/spf13/hugo/media"
+       "github.com/gohugoio/hugo/media"
 
-       "github.com/spf13/hugo/helpers"
-       "github.com/spf13/hugo/output"
+       "github.com/gohugoio/hugo/helpers"
+       "github.com/gohugoio/hugo/output"
 )
 
 // PageOutput represents one of potentially many output formats of a given
index 0f5add27d3c950f6e127691a0ffab9eb4f6d0c27..8aa70b95bcff803a4f9762acbaad700c12fc4e47 100644 (file)
@@ -20,8 +20,8 @@ import (
        "net/url"
        "strings"
 
-       "github.com/spf13/hugo/helpers"
-       "github.com/spf13/hugo/output"
+       "github.com/gohugoio/hugo/helpers"
+       "github.com/gohugoio/hugo/output"
 )
 
 // targetPathDescriptor describes how a file path for a given resource
index 1d14b92fd3b12d36afc64a24b2bad44166673457..9a2db1192075a64ae9914f661ca58adad95f5285 100644 (file)
@@ -20,7 +20,7 @@ import (
 
        "fmt"
 
-       "github.com/spf13/hugo/output"
+       "github.com/gohugoio/hugo/output"
 )
 
 func TestPageTargetPath(t *testing.T) {
index d46f0d35d25b2aef472a72ecce9907783f816121..6f899efaeacede2132a117f9d117df43c4484d69 100644 (file)
@@ -21,7 +21,7 @@ import (
 
        "github.com/stretchr/testify/require"
 
-       "github.com/spf13/hugo/deps"
+       "github.com/gohugoio/hugo/deps"
 )
 
 func TestPermalink(t *testing.T) {
index 95a3f1efdb7f8760963e6bbb567a05d151f84840..dbb7e38eeeb88dfd0da3a006f6265926bfc30b0d 100644 (file)
@@ -26,8 +26,8 @@ import (
        "time"
 
        "github.com/spf13/cast"
-       "github.com/spf13/hugo/deps"
-       "github.com/spf13/hugo/helpers"
+       "github.com/gohugoio/hugo/deps"
+       "github.com/gohugoio/hugo/helpers"
        "github.com/stretchr/testify/assert"
        "github.com/stretchr/testify/require"
 )
index e9ca6816be908b6dfac4d8619cb2b07dcade19a3..4733cf7c8461f1201048a9a7be746204f45509d5 100644 (file)
@@ -21,7 +21,7 @@ import (
        "reflect"
        "strings"
 
-       "github.com/spf13/hugo/config"
+       "github.com/gohugoio/hugo/config"
 
        "github.com/spf13/cast"
 )
index 3307667e9d601e8719513d14cc7e6d73b2ac22d8..edfac3f3e86fcf1c3ed51d24b0b7c6a17a2e39fc 100644 (file)
@@ -20,8 +20,8 @@ import (
        "strings"
        "testing"
 
-       "github.com/spf13/hugo/deps"
-       "github.com/spf13/hugo/output"
+       "github.com/gohugoio/hugo/deps"
+       "github.com/gohugoio/hugo/output"
        "github.com/stretchr/testify/require"
 )
 
index b60a2e5f76e3b54b36b7e64ddc383437481547b0..03332cbcea59a57719bfc59a7c723058cc30a057 100644 (file)
@@ -17,7 +17,7 @@ import (
        "path/filepath"
        "testing"
 
-       "github.com/spf13/hugo/deps"
+       "github.com/gohugoio/hugo/deps"
 )
 
 const robotTxtTemplate = `User-agent: Googlebot
index cb98f8eb414e3a10fbd511a3167166f26ed66888..268b130734c1581bb8fad1e2c7d52e3c1290b8aa 100644 (file)
@@ -18,7 +18,7 @@ import (
        "strings"
        "testing"
 
-       "github.com/spf13/hugo/deps"
+       "github.com/gohugoio/hugo/deps"
 )
 
 func TestRSSOutput(t *testing.T) {
index 4a80416f17ee45595647862e12e80535fb7e4ae3..ca2c9d6a8c87f5427ca67a96e5e1f8f300569d50 100644 (file)
@@ -18,7 +18,7 @@ import (
        "sort"
        "sync"
 
-       "github.com/spf13/hugo/tpl/math"
+       "github.com/gohugoio/hugo/tpl/math"
 )
 
 // Scratch is a writable context used for stateful operations in Page/Node rendering.
index 963ebd0b52e752aa2dc3c236da3aad2f2ceedb43..150d82c444fe617983e724e8c12899073970de60 100644 (file)
@@ -24,13 +24,13 @@ import (
        "strings"
        "sync"
 
-       "github.com/spf13/hugo/output"
+       "github.com/gohugoio/hugo/output"
 
-       "github.com/spf13/hugo/media"
+       "github.com/gohugoio/hugo/media"
 
-       bp "github.com/spf13/hugo/bufferpool"
-       "github.com/spf13/hugo/helpers"
-       "github.com/spf13/hugo/tpl"
+       bp "github.com/gohugoio/hugo/bufferpool"
+       "github.com/gohugoio/hugo/helpers"
+       "github.com/gohugoio/hugo/tpl"
 )
 
 // ShortcodeWithPage is the "." context in a shortcode template.
index 2c1e887c9aeb6a6af80c63f6bbcff4f27e912963..8f2b7117403fea724904a20f6bdf1221f7704a40 100644 (file)
@@ -26,14 +26,14 @@ import (
 
        "github.com/spf13/afero"
 
-       "github.com/spf13/hugo/output"
+       "github.com/gohugoio/hugo/output"
 
-       "github.com/spf13/hugo/media"
+       "github.com/gohugoio/hugo/media"
 
-       "github.com/spf13/hugo/deps"
-       "github.com/spf13/hugo/helpers"
-       "github.com/spf13/hugo/source"
-       "github.com/spf13/hugo/tpl"
+       "github.com/gohugoio/hugo/deps"
+       "github.com/gohugoio/hugo/helpers"
+       "github.com/gohugoio/hugo/source"
+       "github.com/gohugoio/hugo/tpl"
        "github.com/stretchr/testify/require"
 )
 
index a172edd6a6c42315e4f665eebf6be9360dacb915..47cc74bae477e9b6a4d11e17aaf892322496e6b3 100644 (file)
@@ -28,9 +28,9 @@ import (
        "sync"
        "time"
 
-       "github.com/spf13/hugo/config"
+       "github.com/gohugoio/hugo/config"
 
-       "github.com/spf13/hugo/media"
+       "github.com/gohugoio/hugo/media"
 
        "github.com/bep/inflect"
 
@@ -39,14 +39,14 @@ import (
        "github.com/fsnotify/fsnotify"
        "github.com/spf13/afero"
        "github.com/spf13/cast"
-       bp "github.com/spf13/hugo/bufferpool"
-       "github.com/spf13/hugo/deps"
-       "github.com/spf13/hugo/helpers"
-       "github.com/spf13/hugo/output"
-       "github.com/spf13/hugo/parser"
-       "github.com/spf13/hugo/source"
-       "github.com/spf13/hugo/tpl"
-       "github.com/spf13/hugo/transform"
+       bp "github.com/gohugoio/hugo/bufferpool"
+       "github.com/gohugoio/hugo/deps"
+       "github.com/gohugoio/hugo/helpers"
+       "github.com/gohugoio/hugo/output"
+       "github.com/gohugoio/hugo/parser"
+       "github.com/gohugoio/hugo/source"
+       "github.com/gohugoio/hugo/tpl"
+       "github.com/gohugoio/hugo/transform"
        "github.com/spf13/nitro"
        "github.com/spf13/viper"
 )
index 4b01a9144cf876060a06a156efbc9251d2d8614f..9c83899fde29df61c3798e20fc2cbc0bc0a66a49 100644 (file)
@@ -19,7 +19,7 @@ import (
 
        "path/filepath"
 
-       "github.com/spf13/hugo/deps"
+       "github.com/gohugoio/hugo/deps"
 )
 
 // Issue #1123
index 6b72ea9b64e3b3a67bbdd24b22fbd5998c1c71e3..cbd85f35b996767e182b67cd0553aaccadcfe3ff 100644 (file)
@@ -19,9 +19,9 @@ import (
        "strings"
 
        "github.com/spf13/cast"
-       "github.com/spf13/hugo/config"
-       "github.com/spf13/hugo/helpers"
-       "github.com/spf13/hugo/output"
+       "github.com/gohugoio/hugo/config"
+       "github.com/gohugoio/hugo/helpers"
+       "github.com/gohugoio/hugo/output"
 )
 
 func createSiteOutputFormats(allFormats output.Formats, cfg config.Provider) (map[string]output.Formats, error) {
index 824156e0b8e8a990471b97e3d61be1c1c99dff24..6aff84397c97fd55e0817af0c129d000ec5847f7 100644 (file)
@@ -24,8 +24,8 @@ import (
 
        "fmt"
 
-       "github.com/spf13/hugo/helpers"
-       "github.com/spf13/hugo/output"
+       "github.com/gohugoio/hugo/helpers"
+       "github.com/gohugoio/hugo/output"
        "github.com/spf13/viper"
 )
 
index 2e56b9d9d23dbcf8e929f4ff67bbe221f0592a6f..a24946cf34a8f3f24b5e03d6797da4e34caf6dc0 100644 (file)
@@ -18,11 +18,11 @@ import (
        "path"
        "sync"
 
-       "github.com/spf13/hugo/helpers"
+       "github.com/gohugoio/hugo/helpers"
 
-       "github.com/spf13/hugo/output"
+       "github.com/gohugoio/hugo/output"
 
-       bp "github.com/spf13/hugo/bufferpool"
+       bp "github.com/gohugoio/hugo/bufferpool"
 )
 
 // renderPages renders pages each corresponding to a markdown file.
index 891980be2bd2ddbfb7a860a434b1b3a43e8ce6ca..0e4370118b4785ec27234e6390469e5e170521ac 100644 (file)
@@ -20,7 +20,7 @@ import (
        "strings"
 
        radix "github.com/hashicorp/go-immutable-radix"
-       "github.com/spf13/hugo/helpers"
+       "github.com/gohugoio/hugo/helpers"
 )
 
 // Deprecated: Use .Site.Home.Sections.
index 4617c8fb326cfc4c6c818cc3b813ca30a4a095ef..7479c45fc655ff8e8e3284f4c07c087ce1123cd7 100644 (file)
@@ -19,7 +19,7 @@ import (
        "strings"
        "testing"
 
-       "github.com/spf13/hugo/deps"
+       "github.com/gohugoio/hugo/deps"
        "github.com/stretchr/testify/require"
 )
 
index 2ef7b56d96ede709f90055b55885ed8e10172e03..ff8fdf48bfe3ff116a6d9e5b723e958fc5015389 100644 (file)
@@ -22,11 +22,11 @@ import (
        "github.com/bep/inflect"
        jww "github.com/spf13/jwalterweatherman"
 
-       "github.com/spf13/hugo/helpers"
-       "github.com/spf13/hugo/source"
+       "github.com/gohugoio/hugo/helpers"
+       "github.com/gohugoio/hugo/source"
 
-       "github.com/spf13/hugo/deps"
-       "github.com/spf13/hugo/hugofs"
+       "github.com/gohugoio/hugo/deps"
+       "github.com/gohugoio/hugo/hugofs"
        "github.com/stretchr/testify/assert"
        "github.com/stretchr/testify/require"
 )
index bb1924a43dc2f2f9ccec77c53343175058001343..272c78c7efac3404d2c3aa29f056348fe8743315 100644 (file)
@@ -19,8 +19,8 @@ import (
 
        "html/template"
 
-       "github.com/spf13/hugo/deps"
-       "github.com/spf13/hugo/source"
+       "github.com/gohugoio/hugo/deps"
+       "github.com/gohugoio/hugo/source"
        "github.com/stretchr/testify/require"
 )
 
index a59d097569e571366b85b29ac4797a420f0b348f..002f772d83f034e0c550accf316e34804e99489c 100644 (file)
@@ -20,8 +20,8 @@ import (
 
        "github.com/stretchr/testify/require"
 
-       "github.com/spf13/hugo/deps"
-       "github.com/spf13/hugo/tpl"
+       "github.com/gohugoio/hugo/deps"
+       "github.com/gohugoio/hugo/tpl"
 )
 
 const sitemapTemplate = `<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
index b592d4e6498d6d90ca9c40498eba7a3968815991..4f8717d72ea83c58ee8de17278d634e9f1b28f32 100644 (file)
@@ -22,7 +22,7 @@ import (
 
        "github.com/stretchr/testify/require"
 
-       "github.com/spf13/hugo/deps"
+       "github.com/gohugoio/hugo/deps"
 )
 
 func TestByCountOrderOfTaxonomies(t *testing.T) {
index 1e6112729917eab9e773a241e49a1a2a3a1bfc5f..e2e4ee986c1a3b016ba28cb7dc6e2c524922d0b0 100644 (file)
@@ -20,7 +20,7 @@ import (
 
        "strings"
 
-       "github.com/spf13/hugo/deps"
+       "github.com/gohugoio/hugo/deps"
 )
 
 func TestAllTemplateEngines(t *testing.T) {
index 43608b7d46fadb2c20e5cff345853d222523c3ce..a5bec103a76af8addc2748295686a289d831bad7 100644 (file)
@@ -18,8 +18,8 @@ import (
        "path/filepath"
        "testing"
 
-       "github.com/spf13/hugo/deps"
-       "github.com/spf13/hugo/hugofs"
+       "github.com/gohugoio/hugo/deps"
+       "github.com/gohugoio/hugo/hugofs"
 
        "github.com/spf13/viper"
 )
index 5b3012a1d58a9f257e60753a62e621da974222e7..6439efb0989c612d6999213fc3c178a03e2629b9 100644 (file)
@@ -10,12 +10,12 @@ import (
        "strings"
 
        "github.com/spf13/afero"
-       "github.com/spf13/hugo/config"
-       "github.com/spf13/hugo/deps"
+       "github.com/gohugoio/hugo/config"
+       "github.com/gohugoio/hugo/deps"
 
-       "github.com/spf13/hugo/helpers"
-       "github.com/spf13/hugo/source"
-       "github.com/spf13/hugo/tpl"
+       "github.com/gohugoio/hugo/helpers"
+       "github.com/gohugoio/hugo/source"
+       "github.com/gohugoio/hugo/tpl"
        "github.com/spf13/viper"
 
        "io/ioutil"
@@ -23,7 +23,7 @@ import (
 
        "log"
 
-       "github.com/spf13/hugo/hugofs"
+       "github.com/gohugoio/hugo/hugofs"
        jww "github.com/spf13/jwalterweatherman"
        "github.com/stretchr/testify/require"
 )
index 6b8b92ce39f1d03ce1be3f30bf848501be687e7e..c7f8b582796af1faf73a9fa4c8f16347db6fcb87 100644 (file)
@@ -15,8 +15,8 @@ package i18n
 
 import (
        "github.com/nicksnyder/go-i18n/i18n/bundle"
-       "github.com/spf13/hugo/config"
-       "github.com/spf13/hugo/helpers"
+       "github.com/gohugoio/hugo/config"
+       "github.com/gohugoio/hugo/helpers"
        jww "github.com/spf13/jwalterweatherman"
 )
 
index 63e09ec8acc377b083a823c8402c0d99f6ee08b0..4793541db9bb794a482830b2205abd5eaddfd275 100644 (file)
@@ -22,7 +22,7 @@ import (
        "log"
 
        "github.com/nicksnyder/go-i18n/i18n/bundle"
-       "github.com/spf13/hugo/config"
+       "github.com/gohugoio/hugo/config"
        jww "github.com/spf13/jwalterweatherman"
        "github.com/spf13/viper"
        "github.com/stretchr/testify/require"
index 34558cffb75fdca49310ab5e8f96811a69e72456..c0d39c4a24465d1223c4c21b9c5f1e8e438c1a4a 100644 (file)
@@ -17,8 +17,8 @@ import (
        "fmt"
 
        "github.com/nicksnyder/go-i18n/i18n/bundle"
-       "github.com/spf13/hugo/deps"
-       "github.com/spf13/hugo/source"
+       "github.com/gohugoio/hugo/deps"
+       "github.com/gohugoio/hugo/source"
 )
 
 // TranslationProvider provides translation handling, i.e. loading
diff --git a/main.go b/main.go
index 189cac43e3c795f800f98b274715f41945b9564d..b408196fc130a5725cf2b75f6793a094465279f7 100644 (file)
--- a/main.go
+++ b/main.go
@@ -18,7 +18,7 @@ import (
 
        "os"
 
-       "github.com/spf13/hugo/commands"
+       "github.com/gohugoio/hugo/commands"
        jww "github.com/spf13/jwalterweatherman"
 )
 
index 9a84d5c7fc7bc0b7212b6aaf6fe084c9aac70422..f5afb52f0c39ec9f3f238f43f301f6bcec476787 100644 (file)
@@ -1,7 +1,7 @@
 package media
 
 import (
-       "github.com/spf13/hugo/docshelper"
+       "github.com/gohugoio/hugo/docshelper"
 )
 
 // This is is just some helpers used to create some JSON used in the Hugo docs.
index 7bd0314500af6e44762c42fcfa7d750116ea6e42..1df45726c64f12ea1b27169e0887cbae505916d6 100644 (file)
@@ -5,7 +5,7 @@ import (
 
        "fmt"
 
-       "github.com/spf13/hugo/docshelper"
+       "github.com/gohugoio/hugo/docshelper"
 )
 
 // This is is just some helpers used to create some JSON used in the Hugo docs.
index 8767465568d7fca3050303049ddf01a40c3cbe89..fc34b08be82308b2e2aa32e3488af90449645a83 100644 (file)
@@ -18,7 +18,7 @@ import (
        "path/filepath"
        "strings"
 
-       "github.com/spf13/hugo/helpers"
+       "github.com/gohugoio/hugo/helpers"
 )
 
 const baseFileBase = "baseof"
index 6ea5a76170730ff6eccf52dd466f14c4c77928bf..56aac00d5c0ec0d88a980c0c5a1789dc310c48e7 100644 (file)
@@ -16,7 +16,7 @@ package output
 import (
        "testing"
 
-       "github.com/spf13/hugo/media"
+       "github.com/gohugoio/hugo/media"
 
        "github.com/stretchr/testify/require"
 )
index 0845b5d317a0776d8b55bf2645abe62fd99ef62a..6e5f429308d5ed2c51a4c05788a1d2cbe396d23c 100644 (file)
@@ -23,7 +23,7 @@ import (
 
        "github.com/mitchellh/mapstructure"
 
-       "github.com/spf13/hugo/media"
+       "github.com/gohugoio/hugo/media"
 )
 
 // Format represents an output representation, usually to a file on disk.
index 78b2a6096b866149ebef483885874944f2da4f26..0540eac0861f4b47b9db60560670a24bbdb65edc 100644 (file)
@@ -17,7 +17,7 @@ import (
        "fmt"
        "testing"
 
-       "github.com/spf13/hugo/media"
+       "github.com/gohugoio/hugo/media"
        "github.com/stretchr/testify/require"
 )
 
index a589718fbdf43f2aee010bbad0cf51e6f094dfcf..17529acf29e6f52fb13f2721ace1bc0d7aacb60f 100644 (file)
@@ -25,7 +25,7 @@ import (
        "path/filepath"
        "regexp"
 
-       "github.com/spf13/hugo/helpers"
+       "github.com/gohugoio/hugo/helpers"
 )
 
 const commitPrefix = "releaser:"
index 610787b33d73e7fe98ab632e23e675098b38bc21..c20e17bf1435c035c451e59aca2a07f830f0ad3b 100644 (file)
@@ -19,7 +19,7 @@ package releaser
 import (
        "testing"
 
-       "github.com/spf13/hugo/helpers"
+       "github.com/gohugoio/hugo/helpers"
        "github.com/stretchr/testify/require"
 )
 
index 48c3ae903a67d513c13b4c3982af550830c12ec5..4ff12af8dd44c4d7e5c551abb0518a3d88cc7026 100644 (file)
@@ -16,7 +16,7 @@ package source
 import (
        "testing"
 
-       "github.com/spf13/hugo/hugofs"
+       "github.com/gohugoio/hugo/hugofs"
        "github.com/spf13/viper"
 )
 
index 13352429e8ca144bbd636c0cf49ce0f29e99b3d8..e2322bc4cb49ece1a318620ddeadc00b0737187f 100644 (file)
@@ -18,10 +18,10 @@ import (
        "path/filepath"
        "strings"
 
-       "github.com/spf13/hugo/hugofs"
+       "github.com/gohugoio/hugo/hugofs"
 
-       "github.com/spf13/hugo/config"
-       "github.com/spf13/hugo/helpers"
+       "github.com/gohugoio/hugo/config"
+       "github.com/gohugoio/hugo/helpers"
 )
 
 type SourceSpec struct {
index d87a154f514fb993ce0e3a42947d00ccb5e1c670..a152b4bf5c416cb1a699ebf131fde0ba16950537 100644 (file)
@@ -18,7 +18,7 @@ import (
        "strings"
        "testing"
 
-       "github.com/spf13/hugo/hugofs"
+       "github.com/gohugoio/hugo/hugofs"
        "github.com/spf13/viper"
 
        "github.com/stretchr/testify/assert"
index ceea96ea5d0b4545ad3b87e7f29a0031f469a5ae..e36b021248accbec9bd95ec2bcdcc146cccdb658 100644 (file)
@@ -22,7 +22,7 @@ import (
        "strings"
 
        "github.com/spf13/cast"
-       "github.com/spf13/hugo/helpers"
+       "github.com/gohugoio/hugo/helpers"
        jww "github.com/spf13/jwalterweatherman"
        "golang.org/x/text/unicode/norm"
 )
index fbbc8c4bbb5dc6a046cb07458904d318e9281816..e77c83d28618ac0f52e394ec014b6ad1f1c5d63f 100644 (file)
@@ -14,9 +14,9 @@
 package cast
 
 import (
-       "github.com/spf13/hugo/deps"
-       "github.com/spf13/hugo/docshelper"
-       "github.com/spf13/hugo/tpl/internal"
+       "github.com/gohugoio/hugo/deps"
+       "github.com/gohugoio/hugo/docshelper"
+       "github.com/gohugoio/hugo/tpl/internal"
 )
 
 // This file provides documentation support and is randomly put into this package.
index 57573e1881ce05ce18d85bae15271a2fcb514c91..d1547310cf8a2ea3d8eb90ab80a1e6ac361b01e5 100644 (file)
@@ -14,8 +14,8 @@
 package cast
 
 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 = "cast"
index e52ef67505f04cda942b55e8ade0b3216e39948a..47cbd3d0b3e8b92e8746e6b399819fd93b0d5db1 100644 (file)
@@ -16,8 +16,8 @@ package cast
 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"
 )
 
index 562d708280e424f8ff394ec43e211de73e4e640e..c3c3a297ba317a5309aa9fa0c18b35c07ebb1b20 100644 (file)
@@ -19,7 +19,7 @@ import (
        "reflect"
        "strings"
 
-       "github.com/spf13/hugo/tpl"
+       "github.com/gohugoio/hugo/tpl"
 )
 
 // Apply takes a map, array, or slice and returns a new slice with the function fname applied over it.
index ee570993ed3f22de03b724e8e0422a1a0002c9fb..de24b06c804bfb40ee328fc2ade76908d82ffd0f 100644 (file)
@@ -18,8 +18,8 @@ import (
 
        "fmt"
 
-       "github.com/spf13/hugo/deps"
-       "github.com/spf13/hugo/tpl"
+       "github.com/gohugoio/hugo/deps"
+       "github.com/gohugoio/hugo/tpl"
        "github.com/stretchr/testify/require"
 )
 
index 06ed788ca1ef8df7989a8f4ecdda3e50763707ea..2a29062d745fff53680b1254b4cf5f7ee1557ef8 100644 (file)
@@ -24,8 +24,8 @@ import (
        "time"
 
        "github.com/spf13/cast"
-       "github.com/spf13/hugo/deps"
-       "github.com/spf13/hugo/helpers"
+       "github.com/gohugoio/hugo/deps"
+       "github.com/gohugoio/hugo/helpers"
 )
 
 // New returns a new instance of the collections-namespaced template functions.
index 52b4cdf5935e50fc2d60dc608d21ce6d0b8022e4..64c358ddd12d967aee7ad558f016c10e4fea07b3 100644 (file)
@@ -25,10 +25,10 @@ import (
        "testing"
        "time"
 
-       "github.com/spf13/hugo/config"
-       "github.com/spf13/hugo/deps"
-       "github.com/spf13/hugo/helpers"
-       "github.com/spf13/hugo/hugofs"
+       "github.com/gohugoio/hugo/config"
+       "github.com/gohugoio/hugo/deps"
+       "github.com/gohugoio/hugo/helpers"
+       "github.com/gohugoio/hugo/hugofs"
        jww "github.com/spf13/jwalterweatherman"
        "github.com/spf13/viper"
        "github.com/stretchr/testify/assert"
index 211a24e1225105191831a4f2bc068444d26829cd..b9261735ffe9c30eb442f80dc6dd8c5502777ac8 100644 (file)
@@ -17,7 +17,7 @@ import (
        "fmt"
        "testing"
 
-       "github.com/spf13/hugo/deps"
+       "github.com/gohugoio/hugo/deps"
        "github.com/stretchr/testify/assert"
        "github.com/stretchr/testify/require"
 )
index 25ef64e1a11c96484f34a7f9fab4465ae48846fa..4a7c2d875dc7ecddaafa94a1a6d2d8965a1a2719 100644 (file)
@@ -14,8 +14,8 @@
 package collections
 
 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 = "collections"
index da2249678e3eecc3168043cf602079e779147ec4..0739f04122aa919c0955b85963a1d874f119f8ff 100644 (file)
@@ -16,8 +16,8 @@ package collections
 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"
 )
 
index 79ed39913ac7c967a60eb09bf5691f1d5b03e91a..36faf207e6eafc31bdd860c0df808a0c38df148d 100644 (file)
@@ -20,7 +20,7 @@ import (
        "strings"
 
        "github.com/spf13/cast"
-       "github.com/spf13/hugo/tpl/compare"
+       "github.com/gohugoio/hugo/tpl/compare"
 )
 
 var comp = compare.New()
index 93a4d9da210aab20e5390f7e74ff6db3eba4ba30..8db928f2d9bfa67f8a5ed2591a9c9b5ca0042ab2 100644 (file)
@@ -17,7 +17,7 @@ import (
        "reflect"
        "testing"
 
-       "github.com/spf13/hugo/deps"
+       "github.com/gohugoio/hugo/deps"
 )
 
 func TestSort(t *testing.T) {
index aee56757e0e382d3efe312431eba287ef2e5130b..771fafb61da3080fa3a8b1b891fd68fae5357dce 100644 (file)
@@ -19,7 +19,7 @@ import (
        "testing"
        "time"
 
-       "github.com/spf13/hugo/deps"
+       "github.com/gohugoio/hugo/deps"
 )
 
 func TestWhere(t *testing.T) {
index cc64dcf90bcf9b0029ec738e8098870613b6c429..fbc5e1fda98239e4122db1d26c52be9f7a2c502e 100644 (file)
@@ -14,8 +14,8 @@
 package compare
 
 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 = "compare"
index 3303e4f2325feffbf5071c20e16204f3c586feea..65e59b1aa985ea3ed2a81589b81a9c98afede18a 100644 (file)
@@ -16,8 +16,8 @@ package compare
 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"
 )
 
index 08421e1b2ae1860f5d724909c42481c4552a19c2..db6a5f92c3243a86c5446c0d1f5978cd3148bd90 100644 (file)
@@ -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"
index 755f162d09fb3516e2a3440ab836cdcb3447cbbc..852a90a401f53577333278b78ff446185af2eb4e 100644 (file)
@@ -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"
 )
 
index 37990f124d2fd9999873e1b0a7e388029f55dfe6..a9b0f0138baca725b8e7652698dafcda87d0a407 100644 (file)
@@ -19,8 +19,8 @@ import (
        "sync"
 
        "github.com/spf13/afero"
-       "github.com/spf13/hugo/config"
-       "github.com/spf13/hugo/helpers"
+       "github.com/gohugoio/hugo/config"
+       "github.com/gohugoio/hugo/helpers"
 )
 
 var cacheMu sync.RWMutex
index ae0c7c216fd5986c6f49e07557d52ef35fd47f24..0c75fdbb7eebcb087deb21cb84c67165c274adac 100644 (file)
@@ -22,7 +22,7 @@ import (
        "strings"
        "time"
 
-       "github.com/spf13/hugo/deps"
+       "github.com/gohugoio/hugo/deps"
        jww "github.com/spf13/jwalterweatherman"
 )
 
index 5235714e9b6f38c972ee12f656ff6fe8f2f1834e..3bdc02786fc72bedff2afcedab321bc6071449e4 100644 (file)
@@ -14,8 +14,8 @@
 package data
 
 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 = "data"
index 66bb0b2beb00a506db5494d117e8da7a25027d8b..6bb689a95f4f98bb25032d89c867cffb348be23d 100644 (file)
@@ -16,8 +16,8 @@ package data
 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"
 )
 
index 4a82cccabcb7c68560d694c5ed36810380148f08..bc9d4b7c4430fabe92b1a5d9d24efb44bc493700 100644 (file)
@@ -22,8 +22,8 @@ import (
        "time"
 
        "github.com/spf13/afero"
-       "github.com/spf13/hugo/config"
-       "github.com/spf13/hugo/helpers"
+       "github.com/gohugoio/hugo/config"
+       "github.com/gohugoio/hugo/helpers"
        jww "github.com/spf13/jwalterweatherman"
 )
 
index 42d719184b8b20808ff30eb08e0e4d8b3406039a..31e782362a4a9b3acb47c4093579a569cab9b972 100644 (file)
@@ -24,10 +24,10 @@ import (
        "time"
 
        "github.com/spf13/afero"
-       "github.com/spf13/hugo/config"
-       "github.com/spf13/hugo/deps"
-       "github.com/spf13/hugo/helpers"
-       "github.com/spf13/hugo/hugofs"
+       "github.com/gohugoio/hugo/config"
+       "github.com/gohugoio/hugo/deps"
+       "github.com/gohugoio/hugo/helpers"
+       "github.com/gohugoio/hugo/hugofs"
        "github.com/spf13/viper"
        "github.com/stretchr/testify/assert"
        "github.com/stretchr/testify/require"
index 22f38cb20b77d1095c93146ea2351a5d91a8d262..bad1804de8fcddc834d21912218e3202b46f76a3 100644 (file)
@@ -14,8 +14,8 @@
 package encoding
 
 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 = "encoding"
index 7e40a6212b019d87d9981a24f6841e9add6c9940..6bbee99fa589933716537d815881c7dad2e967ec 100644 (file)
@@ -16,8 +16,8 @@ package encoding
 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"
 )
 
index a9348f8bfbc3e3053bf4f180892c52b4a22c1e70..a3398b86293f7a904ff3506c9f690511a8b91862 100644 (file)
@@ -14,8 +14,8 @@
 package fmt
 
 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 = "fmt"
index dbc6e97013ab043377b73ce5839b26f66b6489df..01eb2fa69db3986b54466a30b88d6336ba07de40 100644 (file)
@@ -16,8 +16,8 @@ package fmt
 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"
 )
 
index d08033f2d2341b41362de10c7106c21213cb83be..69bc77a34c5f047448850eb62179ec719a7bde10 100644 (file)
@@ -24,7 +24,7 @@ import (
        _ "image/png"
 
        "github.com/spf13/cast"
-       "github.com/spf13/hugo/deps"
+       "github.com/gohugoio/hugo/deps"
 )
 
 // New returns a new instance of the images-namespaced template functions.
index 964d3fb91f63ac46967ce8d340cce5ae8408a433..6fa93b106f6403fa397e4d6231b48d1e16e0a427 100644 (file)
@@ -24,8 +24,8 @@ import (
 
        "github.com/spf13/afero"
        "github.com/spf13/cast"
-       "github.com/spf13/hugo/deps"
-       "github.com/spf13/hugo/hugofs"
+       "github.com/gohugoio/hugo/deps"
+       "github.com/gohugoio/hugo/hugofs"
        "github.com/spf13/viper"
        "github.com/stretchr/testify/assert"
        "github.com/stretchr/testify/require"
index 4a367b00c1ad4d3994109a93181b94ba2121cfc0..299c7684600af7efe119d07a8433c741c2dc6c69 100644 (file)
@@ -14,8 +14,8 @@
 package images
 
 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 = "images"
index 2525fecb83d7595dc578f76f47a02c56c76041f1..8a867f9d39c6b09708e05277ba03839c7129ff62 100644 (file)
@@ -16,8 +16,8 @@ package images
 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"
 )
 
index 71884c649a1a4071405966ff0271478fe3883099..3f258356bb0eb38c7263e5d81d02700e97ba8997 100644 (file)
@@ -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"
index b24d7af33652e5e5c13254dfc4879041e2fdaec9..cbcd312c7d1bede2ad48d2791f5e381d101b288e 100644 (file)
@@ -16,8 +16,8 @@ package inflect
 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"
 )
 
index 1ecdeca94ee9d60b215cd196d5d7a7b3fc22ebc1..85d8c0b3bcf9e0b798320cee43d85a742af9b99f 100644 (file)
@@ -31,7 +31,7 @@ import (
        "strings"
        "sync"
 
-       "github.com/spf13/hugo/deps"
+       "github.com/gohugoio/hugo/deps"
 )
 
 var TemplateFuncsNamespaceRegistry []func(d *deps.Deps) *TemplateFuncsNamespace
index d0efa69975c50e3762b7ec832a0578be94b1c65d..6a23cdc4c772320efc07170ba1e04c2b2bebcbb7 100644 (file)
@@ -14,8 +14,8 @@
 package lang
 
 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 = "lang"
index a32fa0ae4ba5fdef79710f7b8bf4dfe91175de04..fc4893ad0bdc889fede101484253d77dd0f3d601 100644 (file)
@@ -16,8 +16,8 @@ package lang
 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"
 )
 
index 45a640d7a3e89e46a824192d07762676f061118f..0442e4decbd20d842c4a467e25e7adc714ad0236 100644 (file)
@@ -20,7 +20,7 @@ import (
        "strings"
 
        "github.com/spf13/cast"
-       "github.com/spf13/hugo/deps"
+       "github.com/gohugoio/hugo/deps"
 )
 
 // New returns a new instance of the lang-namespaced template functions.
index 45ed506b796cc39f94918f67bb5bacc66948ab19..c494fd03a8a92ea08021470a7cce7f08d0f339f9 100644 (file)
@@ -4,7 +4,7 @@ import (
        "fmt"
        "testing"
 
-       "github.com/spf13/hugo/deps"
+       "github.com/gohugoio/hugo/deps"
        "github.com/stretchr/testify/assert"
        "github.com/stretchr/testify/require"
 )
index 7b2d319f229464068759b181bbec6e0470ce1b81..3faf0e3a68052f104a9df7ca58cd32d00229d27c 100644 (file)
@@ -14,8 +14,8 @@
 package math
 
 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 = "math"
index 3204b35e34ca433f5609d7f227a102c94a7d5f68..f1882c1a244011360240027f3504c75b33c1ccf8 100644 (file)
@@ -16,8 +16,8 @@ package math
 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"
 )
 
index e0bcda1402e8fed88fd6ade8cbebe978dcb4f05b..3fc3308f2f2bfe0544eb7afbd788fc9dbd45d102 100644 (file)
@@ -14,8 +14,8 @@
 package os
 
 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 = "os"
index 954e4cde2a4d03759c5aeeaba4cc5bc4cf028a06..08d816cdfca9e79d20836db76be25013fcf842fc 100644 (file)
@@ -16,8 +16,8 @@ package os
 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"
 )
 
index 03e16e5a9616e4e5430c4bbdf6885e88d03cf200..4addae5a6598f6fd38f0f12af850687f352c0ba7 100644 (file)
@@ -20,7 +20,7 @@ import (
 
        "github.com/spf13/afero"
        "github.com/spf13/cast"
-       "github.com/spf13/hugo/deps"
+       "github.com/gohugoio/hugo/deps"
 )
 
 // New returns a new instance of the os-namespaced template functions.
index 166df5e5134ad5af03dcac6675a9882ab22b92ff..772fcb76af890ba05901bfc02885b44b02704ee1 100644 (file)
@@ -19,8 +19,8 @@ import (
        "testing"
 
        "github.com/spf13/afero"
-       "github.com/spf13/hugo/deps"
-       "github.com/spf13/hugo/hugofs"
+       "github.com/gohugoio/hugo/deps"
+       "github.com/gohugoio/hugo/hugofs"
        "github.com/spf13/viper"
        "github.com/stretchr/testify/assert"
        "github.com/stretchr/testify/require"
index 496deed89f496efd3053c64cb864002c71bb2efa..eca93783ca78a8cdc5a2a96b8894e5d4b3486b94 100644 (file)
@@ -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"
index f26067e3fd92632b5cf44ad6334aa269d6a8f802..ef284a8269254469cc248faa8196341c17063e12 100644 (file)
@@ -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"
 )
 
index fa4fa4e060d27df06d7e8c81182e682129720a9f..d6e9fc9c5f538ce491f6b6fc6f0283bb8ac8117a 100644 (file)
@@ -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
index eb3ee62453c697585fe52487b0559553d6b4197a..edb16ed87395884c2f8081cfd1b8b7d2abc7b4eb 100644 (file)
@@ -14,8 +14,8 @@
 package safe
 
 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 = "safe"
index eee8523d017a93f116417a84ce1000e865f8a5e2..99305b53b6c706b496d2e111364554e2d3462433 100644 (file)
@@ -16,8 +16,8 @@ package safe
 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"
 )
 
index de2718a98d833b6bbdc14fbc46cad54b5650c859..49db9dd82fb73efd15b4d3b6a7ec2de1959f9487 100644 (file)
@@ -17,7 +17,7 @@ import (
        "html/template"
 
        "github.com/spf13/cast"
-       "github.com/spf13/hugo/helpers"
+       "github.com/gohugoio/hugo/helpers"
 )
 
 // New returns a new instance of the safe-namespaced template functions.
index e40fe9d39c4becad0fbd5d1e1041813eef666e1e..45d694b9744afb9a40b284b6754e9fb2c66e1709 100644 (file)
@@ -14,8 +14,8 @@
 package strings
 
 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 = "strings"
index 22f4ba21fe95af3bb20298d15d16c24a4f2aabc9..a8ad8ffdf3905b6b066ec8957a0bc848cf6ee0cf 100644 (file)
@@ -16,8 +16,8 @@ package strings
 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"
 )
 
index bba25677ceb7b1dc077c1ca046a58a288f1f9fb2..36af1a1c58c1555d787884b87e3f2b65e8172538 100644 (file)
@@ -21,8 +21,8 @@ import (
        "unicode/utf8"
 
        "github.com/spf13/cast"
-       "github.com/spf13/hugo/deps"
-       "github.com/spf13/hugo/helpers"
+       "github.com/gohugoio/hugo/deps"
+       "github.com/gohugoio/hugo/helpers"
 )
 
 // New returns a new instance of the strings-namespaced template functions.
index 0c8919be6176baeccff55e856da533963257c8c5..ee10ac7594d11307485e850731e9a7149e9ab035 100644 (file)
@@ -18,7 +18,7 @@ import (
        "html/template"
        "testing"
 
-       "github.com/spf13/hugo/deps"
+       "github.com/gohugoio/hugo/deps"
        "github.com/stretchr/testify/assert"
        "github.com/stretchr/testify/require"
 )
index aa46a8ac2a1babba232bb6a7e7a78052655ce87e..2ee322498ec828d16ac7816bf8843c325c460b89 100644 (file)
@@ -21,7 +21,7 @@ import (
        "html/template"
        texttemplate "text/template"
 
-       bp "github.com/spf13/hugo/bufferpool"
+       bp "github.com/gohugoio/hugo/bufferpool"
 )
 
 var (
index d0c774a0f7b2bd9f7c6eb874bc16e6912c59a512..db8294a6e9f306a497083b97dd3ef5fbe90e27db 100644 (file)
@@ -14,8 +14,8 @@
 package time
 
 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 = "time"
index 4f4ee5de5363c9ce28d3eab08bdbe2df5714cc79..ed1091b5b1720e2aabeae414dc920d5c8523b7a9 100644 (file)
@@ -16,8 +16,8 @@ package time
 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"
 )
 
index ae1ae6820f5e5a59e0528a12346cba3f2e570402..d92c4e269490a4f5c3ad34a9b34802fb30b42fec 100644 (file)
@@ -24,15 +24,15 @@ import (
 
        "os"
 
-       "github.com/spf13/hugo/output"
+       "github.com/gohugoio/hugo/output"
 
        "path/filepath"
        "sync"
 
        "github.com/spf13/afero"
-       "github.com/spf13/hugo/deps"
-       "github.com/spf13/hugo/helpers"
-       "github.com/spf13/hugo/tpl"
+       "github.com/gohugoio/hugo/deps"
+       "github.com/gohugoio/hugo/helpers"
+       "github.com/gohugoio/hugo/tpl"
 )
 
 const (
index 656cd89d3af1b5aea7d06eb01197f16d1cf135b0..e6bbde8ecd295c78e1fe094c71efe65a9e67eebe 100644 (file)
@@ -19,8 +19,8 @@ import (
        "strings"
        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"
 )
 
 // Some of the template funcs are'nt entirely stateless.
index 87cac01e582b3bc7d537aec1abf35b3eb2b8d87d..5d5ee44b67f162270f2a42cb51f455dc01c25ec0 100644 (file)
@@ -14,7 +14,7 @@
 package tplimpl
 
 import (
-       "github.com/spf13/hugo/deps"
+       "github.com/gohugoio/hugo/deps"
 )
 
 type TemplateProvider struct{}
index 938f4531caf87bb2f6b58e7ca5914cd9d00e44d2..309a7b85f4272a3c752b9b8df609b3dfacc099a5 100644 (file)
@@ -18,27 +18,27 @@ package tplimpl
 import (
        "html/template"
 
-       "github.com/spf13/hugo/tpl/internal"
+       "github.com/gohugoio/hugo/tpl/internal"
 
        // Init the namespaces
-       _ "github.com/spf13/hugo/tpl/cast"
-       _ "github.com/spf13/hugo/tpl/collections"
-       _ "github.com/spf13/hugo/tpl/compare"
-       _ "github.com/spf13/hugo/tpl/crypto"
-       _ "github.com/spf13/hugo/tpl/data"
-       _ "github.com/spf13/hugo/tpl/encoding"
-       _ "github.com/spf13/hugo/tpl/fmt"
-       _ "github.com/spf13/hugo/tpl/images"
-       _ "github.com/spf13/hugo/tpl/inflect"
-       _ "github.com/spf13/hugo/tpl/lang"
-       _ "github.com/spf13/hugo/tpl/math"
-       _ "github.com/spf13/hugo/tpl/os"
-       _ "github.com/spf13/hugo/tpl/partials"
-       _ "github.com/spf13/hugo/tpl/safe"
-       _ "github.com/spf13/hugo/tpl/strings"
-       _ "github.com/spf13/hugo/tpl/time"
-       _ "github.com/spf13/hugo/tpl/transform"
-       _ "github.com/spf13/hugo/tpl/urls"
+       _ "github.com/gohugoio/hugo/tpl/cast"
+       _ "github.com/gohugoio/hugo/tpl/collections"
+       _ "github.com/gohugoio/hugo/tpl/compare"
+       _ "github.com/gohugoio/hugo/tpl/crypto"
+       _ "github.com/gohugoio/hugo/tpl/data"
+       _ "github.com/gohugoio/hugo/tpl/encoding"
+       _ "github.com/gohugoio/hugo/tpl/fmt"
+       _ "github.com/gohugoio/hugo/tpl/images"
+       _ "github.com/gohugoio/hugo/tpl/inflect"
+       _ "github.com/gohugoio/hugo/tpl/lang"
+       _ "github.com/gohugoio/hugo/tpl/math"
+       _ "github.com/gohugoio/hugo/tpl/os"
+       _ "github.com/gohugoio/hugo/tpl/partials"
+       _ "github.com/gohugoio/hugo/tpl/safe"
+       _ "github.com/gohugoio/hugo/tpl/strings"
+       _ "github.com/gohugoio/hugo/tpl/time"
+       _ "github.com/gohugoio/hugo/tpl/transform"
+       _ "github.com/gohugoio/hugo/tpl/urls"
 )
 
 func (t *templateFuncster) initFuncMap() {
index 97685f96e26cbce998078634fc4718b86e34585c..038a204e3d2c44a2a63b9db2deb9fca3ac69f667 100644 (file)
@@ -25,13 +25,13 @@ import (
        "os"
 
        "github.com/spf13/afero"
-       "github.com/spf13/hugo/config"
-       "github.com/spf13/hugo/deps"
-       "github.com/spf13/hugo/helpers"
-       "github.com/spf13/hugo/hugofs"
-       "github.com/spf13/hugo/i18n"
-       "github.com/spf13/hugo/tpl"
-       "github.com/spf13/hugo/tpl/internal"
+       "github.com/gohugoio/hugo/config"
+       "github.com/gohugoio/hugo/deps"
+       "github.com/gohugoio/hugo/helpers"
+       "github.com/gohugoio/hugo/hugofs"
+       "github.com/gohugoio/hugo/i18n"
+       "github.com/gohugoio/hugo/tpl"
+       "github.com/gohugoio/hugo/tpl/internal"
        jww "github.com/spf13/jwalterweatherman"
        "github.com/spf13/viper"
        "github.com/stretchr/testify/require"
index 3262cec09b8ade684726d3c3b93498f9c29a31ce..c0e9b2d5db419847303213123f8a97f5051cef64 100644 (file)
@@ -14,8 +14,8 @@
 package transform
 
 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 = "transform"
index a6cb56561658803ce604591905564378617774de..8ac20366c0116bea93bcfbab2b921e3c12700990 100644 (file)
@@ -16,8 +16,8 @@ package transform
 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"
 )
 
index e44abe6cbbc4717f1b0d9a4c57e4b3b3ef0d4066..2cc4295b255107aca31270e118c5a62ddda07299 100644 (file)
@@ -19,8 +19,8 @@ import (
        "html/template"
 
        "github.com/spf13/cast"
-       "github.com/spf13/hugo/deps"
-       "github.com/spf13/hugo/helpers"
+       "github.com/gohugoio/hugo/deps"
+       "github.com/gohugoio/hugo/helpers"
 )
 
 // New returns a new instance of the transform-namespaced template functions.
index 45ed5fc1e1f215c8ae5480ee56bc719fb7b67a0d..b50d7530c1552bf09fd37f4d5044481bfb5b3238 100644 (file)
@@ -18,10 +18,10 @@ import (
        "html/template"
        "testing"
 
-       "github.com/spf13/hugo/config"
-       "github.com/spf13/hugo/deps"
-       "github.com/spf13/hugo/helpers"
-       "github.com/spf13/hugo/hugofs"
+       "github.com/gohugoio/hugo/config"
+       "github.com/gohugoio/hugo/deps"
+       "github.com/gohugoio/hugo/helpers"
+       "github.com/gohugoio/hugo/hugofs"
        "github.com/spf13/viper"
        "github.com/stretchr/testify/assert"
        "github.com/stretchr/testify/require"
index c0440490d86b5fbb43b7791b8b9521092ce2b28f..c48fe8ca1bc4785abf4ac8b16f2e59db880f6ecd 100644 (file)
@@ -14,8 +14,8 @@
 package urls
 
 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 = "urls"
index 5e53f3573a86af2342c274046cabf1414e5ac887..6630f13d3be55cf4ad4f494425f7d9e7325ce962 100644 (file)
@@ -16,8 +16,8 @@ package urls
 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"
 )
 
index ee4457e76724d952c14424dabe90883ae84b4c53..60078695f168f7b6a70980aec794d5d762fcd7dd 100644 (file)
@@ -18,7 +18,7 @@ import (
        "html/template"
 
        "github.com/spf13/cast"
-       "github.com/spf13/hugo/deps"
+       "github.com/gohugoio/hugo/deps"
 )
 
 // New returns a new instance of the urls-namespaced template functions.
index 1e550d34154c23da67cede223921201f4678b887..f9c99a04aa5d50df3a68033925b31f9ce873b07e 100644 (file)
@@ -17,7 +17,7 @@ import (
        "bytes"
        "io"
 
-       bp "github.com/spf13/hugo/bufferpool"
+       bp "github.com/gohugoio/hugo/bufferpool"
 )
 
 type trans func(rw contentTransformer)
index 5200baa181df7b04c4d0e51fbcf3c120e74d3e5b..7b770ed67deb97482cd2b3db0072f0590ac14851 100644 (file)
@@ -19,7 +19,7 @@ import (
        "strings"
        "testing"
 
-       "github.com/spf13/hugo/helpers"
+       "github.com/gohugoio/hugo/helpers"
        "github.com/stretchr/testify/assert"
 )
 
index d80cdaf265bc8417ca3dc810b8c967a49fb5e981..8740530878b39ce7f9226caa2b60b2df0dad6415 100644 (file)
@@ -18,7 +18,7 @@ import (
        "fmt"
        "regexp"
 
-       "github.com/spf13/hugo/helpers"
+       "github.com/gohugoio/hugo/helpers"
 )
 
 var metaTagsCheck = regexp.MustCompile(`(?i)<meta\s+name=['|"]?generator['|"]?`)