flamenco/go.mod
2022-01-10 17:45:13 +01:00

19 lines
627 B
Modula-2

module gitlab.com/blender/flamenco-goja-test
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/getkin/kin-openapi v0.88.0
github.com/google/uuid v1.3.0
github.com/kr/pretty v0.3.0 // indirect
github.com/labstack/echo/v4 v4.6.1
github.com/mattn/go-colorable v0.1.12
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/rs/zerolog v1.26.1
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.0.0-20211031064116-611d5d643895 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)