소스 검색

switch to shopify/go-lua

kpmy 9 년 전
부모
커밋
898c40e65b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      luaexecutor/executor.go

+ 1 - 1
luaexecutor/executor.go

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