module gitlab.com/blender/flamenco-ng-poc go 1.16 require ( github.com/benbjohnson/clock v1.3.0 github.com/deepmap/oapi-codegen v1.9.0 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/gofrs/uuid v4.0.0+incompatible // indirect github.com/google/uuid v1.3.0 github.com/jackc/pgproto3/v2 v2.0.7 // indirect github.com/labstack/echo/v4 v4.6.1 github.com/lib/pq v1.10.0 // indirect github.com/mailru/easyjson v0.7.0 // indirect github.com/mattn/go-colorable v0.1.12 github.com/rs/zerolog v1.26.1 github.com/shopspring/decimal v1.2.0 // indirect github.com/stretchr/testify v1.7.0 github.com/ziflex/lecho/v3 v3.1.0 golang.org/x/crypto v0.0.0-20211215165025-cf75a172585e golang.org/x/net v0.0.0-20211013171255-e13a2654a71e gopkg.in/yaml.v2 v2.4.0 gorm.io/driver/postgres v1.0.8 gorm.io/gorm v1.21.4 )