-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (23 loc) · 916 Bytes
/
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
module github.com/snimmagadda1/graphql-api
go 1.15
require (
github.com/99designs/gqlgen v0.13.0
github.com/go-delve/delve v1.5.1 // indirect
github.com/gorilla/handlers v1.5.1
github.com/joho/godotenv v1.3.0
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/peterh/liner v1.2.1 // indirect
github.com/russross/blackfriday v1.6.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.1 // indirect
github.com/stretchr/testify v1.5.1 // indirect
github.com/vektah/gqlparser/v2 v2.1.0
go.starlark.net v0.0.0-20201210151846-e81fc95f7bd5 // indirect
golang.org/x/arch v0.0.0-20201207233722-1e68675e650f // indirect
golang.org/x/sys v0.0.0-20201221093633-bc327ba9c2f0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gorm.io/driver/mysql v1.0.3
gorm.io/gorm v1.20.8
)