github.com/animeshon/gqlgen@v0.13.1-0.20210304133704-3a770431bb6d/go.mod (about)

     1  module github.com/animeshon/gqlgen
     2  
     3  go 1.12
     4  
     5  require (
     6  	github.com/99designs/gqlgen v0.13.0 // indirect
     7  	github.com/go-chi/chi v3.3.2+incompatible
     8  	github.com/gorilla/websocket v1.4.2
     9  	github.com/hashicorp/golang-lru v0.5.0
    10  	github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381
    11  	github.com/matryer/moq v0.0.0-20200106131100-75d0ddfc0007
    12  	github.com/mattn/go-colorable v0.1.4
    13  	github.com/mattn/go-isatty v0.0.12
    14  	github.com/mitchellh/mapstructure v0.0.0-20180203102830-a4e142e9c047
    15  	github.com/opentracing/opentracing-go v1.0.2
    16  	github.com/pkg/errors v0.8.1
    17  	github.com/rs/cors v1.6.0
    18  	github.com/stretchr/testify v1.4.0
    19  	github.com/urfave/cli/v2 v2.1.1
    20  	github.com/vektah/dataloaden v0.2.1-0.20190515034641-a19b9a6e7c9e
    21  	github.com/vektah/gqlparser/v2 v2.1.0
    22  	golang.org/x/tools v0.0.0-20200114235610-7ae403b6b589
    23  	gopkg.in/yaml.v2 v2.2.4
    24  	sourcegraph.com/sourcegraph/appdash v0.0.0-20180110180208-2cc67fd64755
    25  )