module github.com/Khan/genqlient go 1.16 require ( github.com/99designs/gqlgen v0.17.2 github.com/agnivade/levenshtein v1.1.1 // indirect github.com/alexflint/go-arg v1.4.2 github.com/bradleyjkemp/cupaloy/v2 v2.6.0 github.com/stretchr/testify v1.7.0 github.com/vektah/gqlparser/v2 v2.4.1 golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect golang.org/x/tools v0.1.10 gopkg.in/yaml.v2 v2.4.0 )