1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-05-01 10:57:36 +00:00

Use osext on GitHub

Fixes 
This commit is contained in:
bep 2015-02-23 18:12:19 +01:00
parent bb13d82677
commit 967d001ebe

View file

@ -20,7 +20,7 @@ import (
"strings"
"time"
"bitbucket.org/kardianos/osext"
"github.com/kardianos/osext"
"github.com/spf13/cobra"
"github.com/spf13/hugo/hugolib"
)