mirror of
https://github.com/jhillyerd/inbucket.git
synced 2026-01-06 11:27:18 +00:00
lua: Preload json module (#330)
Signed-off-by: James Hillyerd <james@hillyerd.com>
This commit is contained in:
3
go.mod
3
go.mod
@@ -11,7 +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
|
||||
github.com/yuin/gopher-lua v1.1.0
|
||||
golang.org/x/net v0.5.0
|
||||
)
|
||||
|
||||
@@ -22,6 +22,7 @@ require (
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/go-test/deep v1.1.0 // indirect
|
||||
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect
|
||||
github.com/inbucket/gopher-json v0.1.0 // indirect
|
||||
github.com/jaytaylor/html2text v0.0.0-20211105163654-bc68cce691ba // indirect
|
||||
github.com/kr/pretty v0.3.1 // indirect
|
||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||
|
||||
Reference in New Issue
Block a user