github.com/HaswinVidanage/gqlgen@v0.8.1-0.20220609041233-69528c1bf712/go.mod (about)

     1  module github.com/HaswinVidanage/gqlgen
     2  
     3  go 1.17
     4  
     5  require (
     6  	github.com/davecgh/go-spew v1.1.1 // 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/kr/pretty v0.1.0 // indirect
    14  	github.com/mitchellh/mapstructure v0.0.0-20180203102830-a4e142e9c047
    15  	github.com/opentracing/basictracer-go v1.0.0 // indirect
    16  	github.com/opentracing/opentracing-go v1.0.2
    17  	github.com/pkg/errors v0.8.1
    18  	github.com/rs/cors v1.6.0
    19  	github.com/shurcooL/httpfs v0.0.0-20171119174359-809beceb2371 // indirect
    20  	github.com/shurcooL/vfsgen v0.0.0-20180121065927-ffb13db8def0 // indirect
    21  	github.com/stretchr/testify v1.3.0
    22  	github.com/urfave/cli v1.20.0
    23  	github.com/vektah/dataloaden v0.2.0
    24  	github.com/vektah/gqlparser v1.1.0
    25  	golang.org/x/net v0.0.0-20180404174746-b3c676e531a6 // indirect
    26  	golang.org/x/tools v0.0.0-20190125232054-d66bd3c5d5a6
    27  	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
    28  	gopkg.in/yaml.v2 v2.2.2
    29  	sourcegraph.com/sourcegraph/appdash v0.0.0-20180110180208-2cc67fd64755
    30  	sourcegraph.com/sourcegraph/appdash-data v0.0.0-20151005221446-73f23eafcf67 // indirect
    31  )
    32  
    33  require (
    34  	github.com/agnivade/levenshtein v1.0.1 // indirect
    35  	github.com/pmezard/go-difflib v1.0.0 // indirect
    36  )