module github.com/99designs/gqlgen go 1.16 require ( github.com/gorilla/websocket v1.4.2 github.com/hashicorp/golang-lru v0.5.0 github.com/kevinmbeaulieu/eq-go v1.0.0 github.com/logrusorgru/aurora/v3 v3.0.0 github.com/matryer/moq v0.2.3 github.com/mattn/go-colorable v0.1.4 github.com/mattn/go-isatty v0.0.12 github.com/mitchellh/mapstructure v1.2.3 github.com/stretchr/testify v1.4.0 github.com/urfave/cli/v2 v2.3.0 github.com/vektah/gqlparser/v2 v2.2.0 golang.org/x/tools v0.1.5 gopkg.in/yaml.v2 v2.2.4 ) require ( github.com/agnivade/levenshtein v1.1.0 // indirect github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect )