add user scripting with lua

This commit is contained in:
Lukas Werner
2025-07-03 17:07:35 -07:00
parent 5d2b82876d
commit 3920b8913d
8 changed files with 151 additions and 5 deletions
+2
View File
@@ -4,6 +4,8 @@ go 1.24.3
require (
github.com/BurntSushi/toml v1.5.0
github.com/Shopify/go-lua v0.0.0-20250605195627-15bbeb73041e
github.com/Shopify/goluago v0.0.0-20240527182001-ec4ec6c26eab
github.com/google/uuid v1.6.0
golang.org/x/oauth2 v0.30.0
)