mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-18 05:11:00 +00:00
Merge pull request #507 from NicolaiSoeborg/master
Fix travis build (new imports for gopher-luar)
This commit is contained in:
commit
d49e366413
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ import (
|
|||
"os"
|
||||
"strings"
|
||||
|
||||
"github.com/layeh/gopher-luar"
|
||||
"layeh.com/gopher-luar"
|
||||
"github.com/yuin/gopher-lua"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue