forked from ent/contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
38 lines (36 loc) · 1.43 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
module entgo.io/contrib
go 1.16
require (
entgo.io/ent v0.9.2-0.20210821141344-368a8f7a2e9a
github.com/99designs/gqlgen v0.13.0
github.com/AlekSi/pointer v1.1.0
github.com/agnivade/levenshtein v1.1.0 // indirect
github.com/alecthomas/kong v0.2.11
github.com/go-openapi/inflect v0.19.0
github.com/google/addlicense v1.0.0 // indirect
github.com/google/uuid v1.3.0
github.com/graphql-go/graphql v0.7.10-0.20210411022516-8a92e977c10b
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/jhump/protoreflect v1.8.2
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-sqlite3 v1.14.8
github.com/mitchellh/mapstructure v1.4.1
github.com/oklog/ulid/v2 v2.0.2
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/vektah/gqlparser/v2 v2.1.0
github.com/vmihailenco/msgpack/v5 v5.0.0-beta.9
go.uber.org/multierr v1.6.0
go.uber.org/zap v1.16.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/text v0.3.5 // indirect
golang.org/x/tools v0.1.5
google.golang.org/genproto v0.0.0-20210303154014-9728d6b83eeb // indirect
google.golang.org/grpc v1.36.0
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0 // indirect
google.golang.org/protobuf v1.27.1
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)