-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
36 lines (33 loc) · 1.38 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
module github.com/leeduyoung/GraphQLServerTemplate
go 1.18
require (
entgo.io/ent v0.11.8
github.com/99designs/gqlgen v0.17.24
github.com/go-sql-driver/mysql v1.7.0
github.com/google/uuid v1.3.0
github.com/graph-gophers/dataloader v5.0.0+incompatible
github.com/johntdyer/slackrus v0.0.0-20220912135606-861993969176
github.com/joho/godotenv v1.5.1
github.com/lingdor/stackerror v0.0.0-20191119040541-976d8885ed76
github.com/sirupsen/logrus v1.9.0
github.com/vektah/gqlparser/v2 v2.5.1
)
require (
ariga.io/atlas v0.9.1-0.20230119145809-92243f7c55cb // indirect
github.com/agext/levenshtein v1.2.1 // indirect
github.com/agnivade/levenshtein v1.1.1 // indirect
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
github.com/go-openapi/inflect v0.19.0 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/hcl/v2 v2.13.0 // indirect
github.com/johntdyer/slack-go v0.0.0-20180213144715-95fac1160b22 // indirect
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/zclconf/go-cty v1.8.0 // indirect
golang.org/x/mod v0.7.0 // indirect
golang.org/x/sys v0.2.0 // indirect
golang.org/x/text v0.3.8 // indirect
)