github.com/operandinc/gqlgen@v0.16.1/go.mod (about)

     1  module github.com/operandinc/gqlgen
     2  
     3  go 1.16
     4  
     5  require (
     6  	github.com/gorilla/websocket v1.4.2
     7  	github.com/hashicorp/golang-lru v0.5.0
     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.3
    11  	github.com/mattn/go-colorable v0.1.4
    12  	github.com/mattn/go-isatty v0.0.12
    13  	github.com/mitchellh/mapstructure v1.2.3
    14  	github.com/stretchr/testify v1.4.0
    15  	github.com/urfave/cli/v2 v2.3.0
    16  	github.com/vektah/gqlparser/v2 v2.3.1
    17  	golang.org/x/tools v0.1.5
    18  	gopkg.in/yaml.v2 v2.2.8
    19  )
    20  
    21  require (
    22  	github.com/agnivade/levenshtein v1.1.0 // indirect
    23  	github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
    24  )