forked from 99designs/gqlgen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
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 github.com/outcaste-io/gqlgen
go 1.12
require (
github.com/outcaste-io/gqlparser/v2 v2.2.3
github.com/go-chi/chi v3.3.2+incompatible
github.com/gorilla/mux v1.8.0 // indirect
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/golang-lru v0.5.0
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381
github.com/matryer/moq v0.0.0-20200106131100-75d0ddfc0007
github.com/mattn/go-colorable v0.1.4
github.com/mattn/go-isatty v0.0.12
github.com/mitchellh/mapstructure v0.0.0-20180203102830-a4e142e9c047
github.com/opentracing/basictracer-go v1.1.0 // indirect
github.com/opentracing/opentracing-go v1.1.0
github.com/pkg/errors v0.8.1
github.com/rs/cors v1.6.0
github.com/sergi/go-diff v1.2.0 // indirect
github.com/stretchr/testify v1.5.1
github.com/urfave/cli/v2 v2.1.1
github.com/vektah/dataloaden v0.2.1-0.20190515034641-a19b9a6e7c9e
golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7
gopkg.in/yaml.v2 v2.2.4
sourcegraph.com/sourcegraph/appdash v0.0.0-20180110180208-2cc67fd64755
)