summaryrefslogtreecommitdiffstats
path: root/hugolib/site_sections_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/site_sections_test.go')
-rw-r--r--hugolib/site_sections_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/site_sections_test.go b/hugolib/site_sections_test.go
index 4617c8fb3..7479c45fc 100644
--- a/hugolib/site_sections_test.go
+++ b/hugolib/site_sections_test.go
@@ -19,7 +19,7 @@ import (
"strings"
"testing"
- "github.com/spf13/hugo/deps"
+ "github.com/gohugoio/hugo/deps"
"github.com/stretchr/testify/require"
)