Closed shixiawuheng closed 1 month ago
并且我在代码中并没有搜索到相关的 lua 应用 是否考虑执行 go mod tidy
@shixiawuheng
你可以通过这个命令:go mod graph | grep 'lua'
查看依赖关系,可以看到mochi-mqtt
使用了github.com/alicebob/miniredis
这个库,而这个库使用了github.com/yuin/gopher-lua
You can use this command: go mod graph | grep 'lua'
to check the dependency relationship. You will see that mochi-mqtt
uses the github.com/alicebob/miniredis
, which uses github.com/yuin/gopher-lua
我在编译项目中发现多出了一个 github.com/yuin/gopher-lua 包 为什么会有一个lua包需求