初始化项目

This commit is contained in:
白茶清欢 2024-11-14 17:40:59 +08:00
parent 51edebce2e
commit 13f78896c0
2 changed files with 7 additions and 0 deletions

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module git.zhangdeman.cn/gateway/lua
go 1.23.3
require github.com/yuin/gopher-lua v1.1.1 // indirect

2
go.sum Normal file
View File

@ -0,0 +1,2 @@
github.com/yuin/gopher-lua v1.1.1 h1:kYKnWBjvbNP4XLT3+bPEwAXJx262OhaHDWDVOPjL46M=
github.com/yuin/gopher-lua v1.1.1/go.mod h1:GBR0iDaNXjAgGg9zfCvksxSRnQx76gclCIb7kdAd1Pw=