1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-09 12:48:27 +00:00

lua: Init with config and pool (#321)

* lua: Intial impl with config and pool

Signed-off-by: James Hillyerd <james@hillyerd.com>
This commit is contained in:
James Hillyerd
2023-01-24 12:16:58 -08:00
committed by GitHub
parent 8fd5cdfc86
commit 55addbb556
9 changed files with 323 additions and 1 deletions

1
go.mod
View File

@@ -11,6 +11,7 @@ require (
github.com/microcosm-cc/bluemonday v1.0.21
github.com/rs/zerolog v1.28.0
github.com/stretchr/testify v1.8.1
github.com/yuin/gopher-lua v1.0.0
golang.org/x/net v0.5.0
)