git.sr.ht/~sircmpwn/gqlgen@v0.0.0-20200522192042-c84d29a1c940/go.mod (about)

     1  module git.sr.ht/~sircmpwn/gqlgen
     2  
     3  go 1.12
     4  
     5  require (
     6  	github.com/agnivade/levenshtein v1.0.3 // indirect
     7  	github.com/go-chi/chi v3.3.2+incompatible
     8  	github.com/gogo/protobuf v1.0.0 // indirect
     9  	github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f // indirect
    10  	github.com/gorilla/mux v1.6.1 // indirect
    11  	github.com/gorilla/websocket v1.2.0
    12  	github.com/hashicorp/golang-lru v0.5.0
    13  	github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381
    14  	github.com/matryer/moq v0.0.0-20200106131100-75d0ddfc0007
    15  	github.com/mattn/go-colorable v0.1.4
    16  	github.com/mattn/go-isatty v0.0.12
    17  	github.com/mitchellh/mapstructure v0.0.0-20180203102830-a4e142e9c047
    18  	github.com/opentracing/basictracer-go v1.0.0 // indirect
    19  	github.com/opentracing/opentracing-go v1.0.2
    20  	github.com/pkg/errors v0.8.1
    21  	github.com/rs/cors v1.6.0
    22  	github.com/shurcooL/httpfs v0.0.0-20171119174359-809beceb2371 // indirect
    23  	github.com/shurcooL/vfsgen v0.0.0-20180121065927-ffb13db8def0 // indirect
    24  	github.com/stretchr/testify v1.4.0
    25  	github.com/urfave/cli/v2 v2.1.1
    26  	github.com/vektah/dataloaden v0.2.1-0.20190515034641-a19b9a6e7c9e
    27  	github.com/vektah/gqlparser/v2 v2.0.1
    28  	golang.org/x/tools v0.0.0-20200114235610-7ae403b6b589
    29  	gopkg.in/yaml.v2 v2.2.4
    30  	sourcegraph.com/sourcegraph/appdash v0.0.0-20180110180208-2cc67fd64755
    31  	sourcegraph.com/sourcegraph/appdash-data v0.0.0-20151005221446-73f23eafcf67 // indirect
    32  )