github.com/mstephano/gqlgen-schemagen@v0.0.0-20230113041936-dd2cd4ea46aa/go.mod (about)

     1  module github.com/mstephano/gqlgen-schemagen
     2  
     3  go 1.16
     4  
     5  require (
     6  	github.com/gorilla/websocket v1.5.0
     7  	github.com/hashicorp/golang-lru v0.5.4
     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.16
    13  	github.com/mitchellh/mapstructure v1.5.0
    14  	github.com/stretchr/testify v1.7.1
    15  	github.com/urfave/cli/v2 v2.8.1
    16  	github.com/vektah/gqlparser/v2 v2.5.1
    17  	golang.org/x/text v0.3.8
    18  	golang.org/x/tools v0.1.12
    19  	google.golang.org/protobuf v1.28.0
    20  	gopkg.in/yaml.v3 v3.0.1
    21  )
    22  
    23  require github.com/agnivade/levenshtein v1.1.1 // indirect