github.com/Desuuuu/genqlient@v0.5.3/go.mod (about)

     1  module github.com/Desuuuu/genqlient
     2  
     3  go 1.16
     4  
     5  require (
     6  	github.com/99designs/gqlgen v0.17.2
     7  	github.com/agnivade/levenshtein v1.1.1 // indirect
     8  	github.com/alexflint/go-arg v1.4.2
     9  	github.com/bradleyjkemp/cupaloy/v2 v2.6.0
    10  	github.com/stretchr/testify v1.7.0
    11  	github.com/vektah/gqlparser/v2 v2.4.1
    12  	golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
    13  	golang.org/x/tools v0.1.10
    14  	gopkg.in/yaml.v2 v2.4.0
    15  )