diff options
| author | Christine Dodrill <me@christine.website> | 2017-01-15 22:07:38 -0800 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2017-01-15 22:07:38 -0800 |
| commit | 74df32d62e399a0880195c9003b13de916d8ef6b (patch) | |
| tree | 979e247aaf069b7d88caeeece7f053ae2ad238b1 /glue | |
| parent | 0df20ebe2d6061ca8a0f2be30a2a654f30f46f52 (diff) | |
| download | x-74df32d62e399a0880195c9003b13de916d8ef6b.tar.xz x-74df32d62e399a0880195c9003b13de916d8ef6b.zip | |
update imports
Diffstat (limited to 'glue')
| -rw-r--r-- | glue/libs/gluaexpect/expect.go | 2 | ||||
| -rw-r--r-- | glue/libs/gluasimplebox/sb.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/glue/libs/gluaexpect/expect.go b/glue/libs/gluaexpect/expect.go index b7e57d4..cc33597 100644 --- a/glue/libs/gluaexpect/expect.go +++ b/glue/libs/gluaexpect/expect.go @@ -2,8 +2,8 @@ package gluaexpect import ( "github.com/ThomasRooney/gexpect" - luar "github.com/layeh/gopher-luar" lua "github.com/yuin/gopher-lua" + luar "layeh.com/gopher-luar" ) func Preload(L *lua.LState) { diff --git a/glue/libs/gluasimplebox/sb.go b/glue/libs/gluasimplebox/sb.go index cbb707e..5641782 100644 --- a/glue/libs/gluasimplebox/sb.go +++ b/glue/libs/gluasimplebox/sb.go @@ -7,8 +7,8 @@ import ( "errors" "github.com/brandur/simplebox" - luar "github.com/layeh/gopher-luar" lua "github.com/yuin/gopher-lua" + luar "layeh.com/gopher-luar" ) func Preload(L *lua.LState) { |
