summaryrefslogtreecommitdiffstats
path: root/tpl/collections
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/collections')
-rw-r--r--tpl/collections/collections.go2
-rw-r--r--tpl/collections/sort.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/tpl/collections/collections.go b/tpl/collections/collections.go
index 2a29062d7..ae2d73b46 100644
--- a/tpl/collections/collections.go
+++ b/tpl/collections/collections.go
@@ -23,9 +23,9 @@ import (
"strings"
"time"
- "github.com/spf13/cast"
"github.com/gohugoio/hugo/deps"
"github.com/gohugoio/hugo/helpers"
+ "github.com/spf13/cast"
)
// New returns a new instance of the collections-namespaced template functions.
diff --git a/tpl/collections/sort.go b/tpl/collections/sort.go
index 36faf207e..206a19cb5 100644
--- a/tpl/collections/sort.go
+++ b/tpl/collections/sort.go
@@ -19,8 +19,8 @@ import (
"sort"
"strings"
- "github.com/spf13/cast"
"github.com/gohugoio/hugo/tpl/compare"
+ "github.com/spf13/cast"
)
var comp = compare.New()