Flamenco/go.mod

19 lines
627 B
Modula-2
Raw Normal View History

module gitlab.com/blender/flamenco-goja-test
2022-01-02 00:22:04 +00:00
go 1.16
require (
github.com/dop251/goja v0.0.0-20211217115348-3f9136fa235d
2022-01-03 15:54:38 +00:00
github.com/dop251/goja_nodejs v0.0.0-20210225215109-d91c329300e7
github.com/getkin/kin-openapi v0.88.0
2022-01-04 11:54:11 +00:00
github.com/google/uuid v1.3.0
2022-01-07 10:56:07 +00:00
github.com/kr/pretty v0.3.0 // indirect
github.com/labstack/echo/v4 v4.6.1
2022-01-02 10:32:09 +00:00
github.com/mattn/go-colorable v0.1.12
2022-01-07 10:56:07 +00:00
github.com/rogpeppe/go-internal v1.8.0 // indirect
2022-01-02 00:22:04 +00:00
github.com/rs/zerolog v1.26.1
github.com/stretchr/testify v1.7.0
2022-01-07 10:11:50 +00:00
golang.org/x/sys v0.0.0-20211031064116-611d5d643895 // indirect
2022-01-07 10:56:07 +00:00
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
2022-01-02 00:22:04 +00:00
)