# 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}"
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 {
"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
"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"
)
"path/filepath"
"github.com/spf13/cobra"
- "github.com/spf13/hugo/docshelper"
+ "github.com/gohugoio/hugo/docshelper"
)
type genDocsHelper struct {
"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"
)
"fmt"
"io/ioutil"
- "github.com/spf13/hugo/hugofs"
+ "github.com/gohugoio/hugo/hugofs"
"log"
"net/http"
"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"
"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"
"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"
)
"path/filepath"
"github.com/spf13/cobra"
- "github.com/spf13/hugo/hugolib"
+ "github.com/gohugoio/hugo/hugolib"
jww "github.com/spf13/jwalterweatherman"
)
"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"
)
"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"
import (
"github.com/spf13/cobra"
- "github.com/spf13/hugo/releaser"
+ "github.com/gohugoio/hugo/releaser"
)
func init() {
"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"
)
"time"
"github.com/spf13/cobra"
- "github.com/spf13/hugo/parser"
+ "github.com/gohugoio/hugo/parser"
)
var undraftCmd = &cobra.Command{
"testing"
"time"
- "github.com/spf13/hugo/parser"
+ "github.com/gohugoio/hugo/parser"
)
var (
"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"
)
"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"
)
"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"
)
"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"
)
"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"
"github.com/miekg/mmark"
"github.com/russross/blackfriday"
- "github.com/spf13/hugo/config"
+ "github.com/gohugoio/hugo/config"
jww "github.com/spf13/jwalterweatherman"
)
"testing"
"github.com/kyokomi/emoji"
- "github.com/spf13/hugo/bufferpool"
+ "github.com/gohugoio/hugo/bufferpool"
)
func TestEmojiCustom(t *testing.T) {
"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"
)
"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
"github.com/stretchr/testify/assert"
"github.com/spf13/afero"
- "github.com/spf13/hugo/hugofs"
+ "github.com/gohugoio/hugo/hugofs"
"github.com/spf13/viper"
)
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.
import (
"testing"
- "github.com/spf13/hugo/hugofs"
+ "github.com/gohugoio/hugo/hugofs"
"github.com/spf13/viper"
"github.com/stretchr/testify/require"
"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"
)
import (
"github.com/spf13/viper"
- "github.com/spf13/hugo/hugofs"
+ "github.com/gohugoio/hugo/hugofs"
)
func newTestPathSpec(fs *hugofs.Fs, v *viper.Viper) *PathSpec {
"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"
import (
"github.com/spf13/afero"
- "github.com/spf13/hugo/config"
+ "github.com/gohugoio/hugo/config"
)
// Os points to an Os Afero file system.
"testing"
- "github.com/spf13/hugo/deps"
+ "github.com/gohugoio/hugo/deps"
)
func Test404(t *testing.T) {
"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 (
"runtime"
"testing"
- "github.com/spf13/hugo/deps"
+ "github.com/gohugoio/hugo/deps"
"github.com/stretchr/testify/require"
)
"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"
)
"fmt"
"github.com/spf13/afero"
- "github.com/spf13/hugo/helpers"
+ "github.com/gohugoio/hugo/helpers"
"github.com/spf13/viper"
)
"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"
)
"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"
)
"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"
)
"strings"
"github.com/bep/gitmap"
- "github.com/spf13/hugo/helpers"
+ "github.com/gohugoio/hugo/helpers"
)
func (h *HugoSites) assembleGitInfo() {
package hugolib
import (
- "github.com/spf13/hugo/source"
+ "github.com/gohugoio/hugo/source"
)
type Handler interface {
"bytes"
"github.com/dchest/cssmin"
- "github.com/spf13/hugo/source"
+ "github.com/gohugoio/hugo/source"
)
func init() {
"fmt"
- "github.com/spf13/hugo/source"
+ "github.com/gohugoio/hugo/source"
)
var handlers []Handler
import (
"fmt"
- "github.com/spf13/hugo/helpers"
- "github.com/spf13/hugo/source"
+ "github.com/gohugoio/hugo/helpers"
+ "github.com/gohugoio/hugo/source"
)
func init() {
"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) {
"fmt"
"html/template"
- "github.com/spf13/hugo/helpers"
+ "github.com/gohugoio/hugo/helpers"
)
var (
"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.
"errors"
"github.com/fsnotify/fsnotify"
- "github.com/spf13/hugo/helpers"
+ "github.com/gohugoio/hugo/helpers"
)
// Build builds all sites. If filesystem events are provided,
"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"
)
"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"
)
"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 {
"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"
)
"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"
"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 (
"path"
"path/filepath"
- "github.com/spf13/hugo/cache"
+ "github.com/gohugoio/hugo/cache"
)
// PageCollections contains the page collections for a site.
"testing"
"time"
- "github.com/spf13/hugo/deps"
+ "github.com/gohugoio/hugo/deps"
"github.com/stretchr/testify/require"
)
"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
"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
"fmt"
- "github.com/spf13/hugo/output"
+ "github.com/gohugoio/hugo/output"
)
func TestPageTargetPath(t *testing.T) {
"github.com/stretchr/testify/require"
- "github.com/spf13/hugo/deps"
+ "github.com/gohugoio/hugo/deps"
)
func TestPermalink(t *testing.T) {
"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"
)
"reflect"
"strings"
- "github.com/spf13/hugo/config"
+ "github.com/gohugoio/hugo/config"
"github.com/spf13/cast"
)
"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"
)
"path/filepath"
"testing"
- "github.com/spf13/hugo/deps"
+ "github.com/gohugoio/hugo/deps"
)
const robotTxtTemplate = `User-agent: Googlebot
"strings"
"testing"
- "github.com/spf13/hugo/deps"
+ "github.com/gohugoio/hugo/deps"
)
func TestRSSOutput(t *testing.T) {
"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.
"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.
"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"
)
"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"
"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"
)
"path/filepath"
- "github.com/spf13/hugo/deps"
+ "github.com/gohugoio/hugo/deps"
)
// Issue #1123
"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) {
"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"
)
"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.
"strings"
radix "github.com/hashicorp/go-immutable-radix"
- "github.com/spf13/hugo/helpers"
+ "github.com/gohugoio/hugo/helpers"
)
// Deprecated: Use .Site.Home.Sections.
"strings"
"testing"
- "github.com/spf13/hugo/deps"
+ "github.com/gohugoio/hugo/deps"
"github.com/stretchr/testify/require"
)
"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"
)
"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"
)
"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">
"github.com/stretchr/testify/require"
- "github.com/spf13/hugo/deps"
+ "github.com/gohugoio/hugo/deps"
)
func TestByCountOrderOfTaxonomies(t *testing.T) {
"strings"
- "github.com/spf13/hugo/deps"
+ "github.com/gohugoio/hugo/deps"
)
func TestAllTemplateEngines(t *testing.T) {
"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"
)
"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"
"log"
- "github.com/spf13/hugo/hugofs"
+ "github.com/gohugoio/hugo/hugofs"
jww "github.com/spf13/jwalterweatherman"
"github.com/stretchr/testify/require"
)
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"
)
"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"
"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
"os"
- "github.com/spf13/hugo/commands"
+ "github.com/gohugoio/hugo/commands"
jww "github.com/spf13/jwalterweatherman"
)
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.
"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.
"path/filepath"
"strings"
- "github.com/spf13/hugo/helpers"
+ "github.com/gohugoio/hugo/helpers"
)
const baseFileBase = "baseof"
import (
"testing"
- "github.com/spf13/hugo/media"
+ "github.com/gohugoio/hugo/media"
"github.com/stretchr/testify/require"
)
"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.
"fmt"
"testing"
- "github.com/spf13/hugo/media"
+ "github.com/gohugoio/hugo/media"
"github.com/stretchr/testify/require"
)
"path/filepath"
"regexp"
- "github.com/spf13/hugo/helpers"
+ "github.com/gohugoio/hugo/helpers"
)
const commitPrefix = "releaser:"
import (
"testing"
- "github.com/spf13/hugo/helpers"
+ "github.com/gohugoio/hugo/helpers"
"github.com/stretchr/testify/require"
)
import (
"testing"
- "github.com/spf13/hugo/hugofs"
+ "github.com/gohugoio/hugo/hugofs"
"github.com/spf13/viper"
)
"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 {
"strings"
"testing"
- "github.com/spf13/hugo/hugofs"
+ "github.com/gohugoio/hugo/hugofs"
"github.com/spf13/viper"
"github.com/stretchr/testify/assert"
"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"
)
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.
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"
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"
)
"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.
"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"
)
"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.
"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"
"fmt"
"testing"
- "github.com/spf13/hugo/deps"
+ "github.com/gohugoio/hugo/deps"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)
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"
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"
)
"strings"
"github.com/spf13/cast"
- "github.com/spf13/hugo/tpl/compare"
+ "github.com/gohugoio/hugo/tpl/compare"
)
var comp = compare.New()
"reflect"
"testing"
- "github.com/spf13/hugo/deps"
+ "github.com/gohugoio/hugo/deps"
)
func TestSort(t *testing.T) {
"testing"
"time"
- "github.com/spf13/hugo/deps"
+ "github.com/gohugoio/hugo/deps"
)
func TestWhere(t *testing.T) {
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"
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"
)
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"
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"
)
"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
"strings"
"time"
- "github.com/spf13/hugo/deps"
+ "github.com/gohugoio/hugo/deps"
jww "github.com/spf13/jwalterweatherman"
)
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"
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"
)
"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"
)
"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"
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"
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"
)
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"
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"
)
_ "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.
"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"
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"
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"
)
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"
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"
)
"strings"
"sync"
- "github.com/spf13/hugo/deps"
+ "github.com/gohugoio/hugo/deps"
)
var TemplateFuncsNamespaceRegistry []func(d *deps.Deps) *TemplateFuncsNamespace
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"
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"
)
"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.
"fmt"
"testing"
- "github.com/spf13/hugo/deps"
+ "github.com/gohugoio/hugo/deps"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)
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"
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"
)
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"
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"
)
"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.
"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"
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"
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"
)
"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
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"
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"
)
"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.
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"
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"
)
"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.
"html/template"
"testing"
- "github.com/spf13/hugo/deps"
+ "github.com/gohugoio/hugo/deps"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)
"html/template"
texttemplate "text/template"
- bp "github.com/spf13/hugo/bufferpool"
+ bp "github.com/gohugoio/hugo/bufferpool"
)
var (
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"
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"
)
"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 (
"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.
package tplimpl
import (
- "github.com/spf13/hugo/deps"
+ "github.com/gohugoio/hugo/deps"
)
type TemplateProvider struct{}
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() {
"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"
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"
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"
)
"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.
"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"
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"
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"
)
"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.
"bytes"
"io"
- bp "github.com/spf13/hugo/bufferpool"
+ bp "github.com/gohugoio/hugo/bufferpool"
)
type trans func(rw contentTransformer)
"strings"
"testing"
- "github.com/spf13/hugo/helpers"
+ "github.com/gohugoio/hugo/helpers"
"github.com/stretchr/testify/assert"
)
"fmt"
"regexp"
- "github.com/spf13/hugo/helpers"
+ "github.com/gohugoio/hugo/helpers"
)
var metaTagsCheck = regexp.MustCompile(`(?i)<meta\s+name=['|"]?generator['|"]?`)