github.com/fortexxx/gqlgen@v0.10.3-0.20191216030626-ca5ea8b21ead/go.mod (about)

     1  module github.com/fortexxx/gqlgen
     2  
     3  go 1.12
     4  
     5  require (
     6  	github.com/99designs/gqlgen v0.10.2
     7  	github.com/go-chi/chi v3.3.2+incompatible
     8  	github.com/gorilla/websocket v1.2.0
     9  	github.com/hashicorp/golang-lru v0.5.0
    10  	github.com/matryer/moq v0.0.0-20190312154309-6cfb0558e1bd // indirect
    11  	github.com/mitchellh/mapstructure v0.0.0-20180203102830-a4e142e9c047
    12  	github.com/opentracing/opentracing-go v1.0.2
    13  	github.com/pkg/errors v0.8.1
    14  	github.com/rs/cors v1.6.0
    15  	github.com/stretchr/testify v1.3.0
    16  	github.com/urfave/cli v1.20.0
    17  	github.com/vektah/dataloaden v0.2.1-0.20190515034641-a19b9a6e7c9e
    18  	github.com/vektah/gqlparser v1.2.0
    19  	golang.org/x/tools v0.0.0-20190515012406-7d7faa4812bd
    20  	gopkg.in/yaml.v2 v2.2.2
    21  	sourcegraph.com/sourcegraph/appdash v0.0.0-20180110180208-2cc67fd64755
    22  )