flamenco/go.mod

12 lines
289 B
Modula-2

module stuvel.eu/flamenco-test/goja
go 1.16
require (
github.com/dop251/goja v0.0.0-20211217115348-3f9136fa235d
github.com/dop251/goja_nodejs v0.0.0-20210225215109-d91c329300e7
github.com/mattn/go-colorable v0.1.12
github.com/rs/zerolog v1.26.1
github.com/stretchr/testify v1.7.0
)