Use osext on GitHub

Fixes #922
This commit is contained in:
bep 2015-02-23 18:12:19 +01:00
parent bb13d82677
commit 967d001ebe
1 changed files with 1 additions and 1 deletions

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"
)