test-lua-speed/go.mod

15 lines
261 B
Modula-2
Raw Normal View History

2024-11-13 20:00:48 +00:00
module test-lua-speed
go 1.23.3
require (
github.com/negrel/assert v0.3.0
github.com/yuin/gopher-lua v1.1.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)