]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
commands: Add missing import
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 19 Apr 2026 13:35:46 +0000 (15:35 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 19 Apr 2026 13:35:46 +0000 (15:35 +0200)
commands/commandeer.go

index 77ae0e66f385c53875a2f7f564c195dde9490c15..6b222fe9b5d51d951ae0094b435ae239c3f2e73f 100644 (file)
@@ -39,6 +39,7 @@ import (
 
        "github.com/gohugoio/hugo/common/hstrings"
        "github.com/gohugoio/hugo/common/htime"
+       "github.com/gohugoio/hugo/common/hugo"
        "github.com/gohugoio/hugo/common/loggers"
        "github.com/gohugoio/hugo/common/paths"
        "github.com/gohugoio/hugo/common/types"