1
0
kpmy 9 жил өмнө
parent
commit
898c40e65b

+ 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"