github.com/nathanstitt/genqlient@v0.3.1-0.20211028004951-a2bda3c41ab8/go.mod (about)

     1  module github.com/nathanstitt/genqlient
     2  
     3  go 1.14
     4  
     5  require (
     6  	github.com/99designs/gqlgen v0.14.0
     7  	github.com/alexflint/go-arg v1.4.2
     8  	github.com/bradleyjkemp/cupaloy/v2 v2.6.0
     9  	github.com/stretchr/testify v1.7.0
    10  	github.com/vektah/gqlparser/v2 v2.2.0
    11  	golang.org/x/tools v0.1.7
    12  	gopkg.in/yaml.v2 v2.4.0
    13  )