summaryrefslogtreecommitdiffstats
path: root/commands/version.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/version.go')
-rw-r--r--commands/version.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/version.go b/commands/version.go
index a05967d21..5cd398b2b 100644
--- a/commands/version.go
+++ b/commands/version.go
@@ -20,10 +20,10 @@ import (
"strings"
"time"
- "github.com/kardianos/osext"
- "github.com/spf13/cobra"
"github.com/gohugoio/hugo/helpers"
"github.com/gohugoio/hugo/hugolib"
+ "github.com/kardianos/osext"
+ "github.com/spf13/cobra"
jww "github.com/spf13/jwalterweatherman"
)