Browse Source

switch to shopify/go-lua

kpmy 9 years ago
parent
commit
898c40e65b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      luaexecutor/executor.go

+ 1 - 1
luaexecutor/executor.go

@@ -2,7 +2,7 @@ package luaexecutor
 
 import (
 	"fmt"
-	"github.com/kpmy/go-lua"
+	"github.com/Shopify/go-lua"
 	"github.com/kpmy/xippo/c2s/stream"
 	"github.com/kpmy/xippo/entity"
 	"path/filepath"