mirror of
https://github.com/ent/ent.git
synced 2026-04-28 05:30:56 +03:00
23 lines
755 B
Modula-2
23 lines
755 B
Modula-2
module fbc/ent
|
|
|
|
replace fbc/lib/go/gremlin => ../lib/go/gremlin
|
|
|
|
require (
|
|
fbc/lib/go/gremlin v0.0.0
|
|
github.com/didi/gendry v1.1.1
|
|
github.com/go-openapi/inflect v0.18.0
|
|
github.com/go-sql-driver/mysql v1.4.1-0.20190510102335-877a9775f068
|
|
github.com/google/uuid v1.1.0
|
|
github.com/k0kubun/pp v3.0.1+incompatible
|
|
github.com/mattn/go-colorable v0.1.1 // indirect
|
|
github.com/mattn/go-runewidth v0.0.4 // indirect
|
|
github.com/mattn/go-sqlite3 v1.10.0
|
|
github.com/olekukonko/tablewriter v0.0.1
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/russross/meddler v0.0.0-20181122144826-87a225081a7c
|
|
github.com/spf13/cobra v0.0.3
|
|
github.com/spf13/pflag v1.0.3 // indirect
|
|
github.com/stretchr/testify v1.3.0
|
|
golang.org/x/tools v0.0.0-20190514171724-faff00d7e7f6
|
|
)
|