Flamenco/go.mod
Sybren A. Stüvel 0c9c99806b Start of database interface
Contains a dummy migration because the migrate package will error out if
it cannot find any migration files.
2022-01-11 18:07:34 +01:00

19 lines
577 B
Modula-2

module gitlab.com/blender/flamenco-goja-test
go 1.16
require (
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/golang-migrate/migrate/v4 v4.15.1 // indirect
github.com/google/uuid v1.3.0
github.com/labstack/echo/v4 v4.6.1
github.com/mattn/go-colorable v0.1.12
github.com/rs/zerolog v1.26.1
github.com/stretchr/testify v1.7.0
github.com/ziflex/lecho/v3 v3.1.0
modernc.org/sqlite v1.14.4 // indirect
)