Fix travis build (new imports for gopher-luar)

See
24588ee686
This commit is contained in:
Nicolai
2016-12-25 15:42:18 +01:00
parent 5a9a7a3835
commit ac5fbd9515
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ import (
"time"
"github.com/go-errors/errors"
"github.com/layeh/gopher-luar"
"layeh.com/gopher-luar"
"github.com/mattn/go-isatty"
"github.com/mitchellh/go-homedir"
"github.com/yuin/gopher-lua"

View File

@@ -6,7 +6,7 @@ import (
"os"
"strings"
"github.com/layeh/gopher-luar"
"layeh.com/gopher-luar"
"github.com/yuin/gopher-lua"
)