-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
42 lines (39 loc) · 1.7 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
39
40
41
42
module github.com/Mshivam2409/AnC-Courses
go 1.16
replace github.com/99designs/gqlgen v0.13.0 => github.com/arsmn/gqlgen v0.13.2
require (
cloud.google.com/go v0.78.0 // indirect
github.com/99designs/gqlgen v0.13.0
github.com/DusanKasan/parsemail v1.2.0 // indirect
github.com/andybalholm/brotli v1.0.1 // indirect
github.com/ansrivas/fiberprometheus/v2 v2.1.1
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-openapi/errors v0.20.0 // indirect
github.com/go-openapi/runtime v0.19.26 // indirect
github.com/go-openapi/validate v0.20.2 // indirect
github.com/go-redis/redis v6.15.9+incompatible
github.com/gofiber/fiber/v2 v2.5.0
github.com/google/uuid v1.2.0 // indirect
github.com/klauspost/compress v1.11.8 // indirect
github.com/magiconair/properties v1.8.4 // indirect
github.com/mhale/smtpd v0.0.0-20210209185612-36ee4150ae3b
github.com/ory/kratos-client-go v0.5.4-alpha.1
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/spf13/afero v1.5.1 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.1
github.com/valyala/fasthttp v1.21.0 // indirect
github.com/vektah/gqlparser/v2 v2.1.0
github.com/xdg/stringprep v1.0.0 // indirect
go.mongodb.org/mongo-driver v1.4.6
go.opencensus.io v0.23.0 // indirect
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
golang.org/x/oauth2 v0.0.0-20210220000619-9bb904979d93
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
google.golang.org/api v0.40.0
google.golang.org/genproto v0.0.0-20210226172003-ab064af71705 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/square/go-jose.v2 v2.5.1
)