-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
27 lines (25 loc) · 1 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
module project-z
go 1.15
require (
github.com/99designs/gqlgen v0.12.2
github.com/aws/aws-sdk-go v1.29.15
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/go-openapi/spec v0.19.9 // indirect
github.com/go-openapi/swag v0.19.9 // indirect
github.com/go-playground/validator v9.31.0+incompatible
github.com/go-playground/validator/v10 v10.3.0 // indirect
github.com/go-sql-driver/mysql v1.5.0
github.com/gorilla/mux v1.7.4
github.com/gorilla/schema v1.1.0
github.com/mailru/easyjson v0.7.3 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/satori/go.uuid v1.2.0
github.com/swaggo/swag v1.6.7 // indirect
github.com/urfave/cli/v2 v2.2.0 // indirect
github.com/vektah/gqlparser/v2 v2.0.1
github.com/vincent-petithory/dataurl v0.0.0-20191104211930-d1553a71de50
go.mongodb.org/mongo-driver v1.4.0
golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc // indirect
golang.org/x/tools v0.0.0-20200818005847-188abfa75333 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)