github.com/willdhorn/gqlgen@v0.0.0-20230430193005-695855bca25a/go.mod (about)

     1  module github.com/willdhorn/gqlgen
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/gorilla/websocket v1.5.0
     7  	github.com/hashicorp/golang-lru/v2 v2.0.1
     8  	github.com/kevinmbeaulieu/eq-go v1.0.0
     9  	github.com/logrusorgru/aurora/v3 v3.0.0
    10  	github.com/matryer/moq v0.2.7
    11  	github.com/mattn/go-colorable v0.1.13
    12  	github.com/mattn/go-isatty v0.0.17
    13  	github.com/mitchellh/mapstructure v1.5.0
    14  	github.com/stretchr/testify v1.8.2
    15  	github.com/urfave/cli/v2 v2.24.4
    16  	github.com/vektah/gqlparser/v2 v2.5.1
    17  	golang.org/x/text v0.7.0
    18  	golang.org/x/tools v0.6.0
    19  	google.golang.org/protobuf v1.28.1
    20  	gopkg.in/yaml.v3 v3.0.1
    21  )
    22  
    23  require (
    24  	github.com/agnivade/levenshtein v1.1.1 // indirect
    25  	github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
    26  	github.com/davecgh/go-spew v1.1.1 // indirect
    27  	github.com/pmezard/go-difflib v1.0.0 // indirect
    28  	github.com/russross/blackfriday/v2 v2.1.0 // indirect
    29  	github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
    30  	golang.org/x/mod v0.8.0 // indirect
    31  	golang.org/x/sys v0.5.0 // indirect
    32  )
    33  
    34  replace github.com/99designs/gqlgen => github.com/willdhorn/gqlgen v0.0.0-20230430182250-093c60a73805