github.com/codykaup/genqlient@v0.6.2/go.mod (about)

     1  module github.com/codykaup/genqlient
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/99designs/gqlgen v0.17.35
     7  	github.com/codykaup/genqlient v0.6.0
     8  	github.com/alexflint/go-arg v1.4.2
     9  	github.com/bradleyjkemp/cupaloy/v2 v2.6.0
    10  	github.com/stretchr/testify v1.8.2
    11  	github.com/vektah/gqlparser/v2 v2.5.8
    12  	golang.org/x/tools v0.9.3
    13  	gopkg.in/yaml.v2 v2.4.0
    14  )
    15  
    16  require (
    17  	github.com/agnivade/levenshtein v1.1.1 // indirect
    18  	github.com/alexflint/go-scalar v1.0.0 // indirect
    19  	github.com/davecgh/go-spew v1.1.1 // indirect
    20  	github.com/gorilla/websocket v1.5.0 // indirect
    21  	github.com/hashicorp/golang-lru/v2 v2.0.3 // indirect
    22  	github.com/mitchellh/mapstructure v1.5.0 // indirect
    23  	github.com/pmezard/go-difflib v1.0.0 // indirect
    24  	golang.org/x/mod v0.10.0 // indirect
    25  	golang.org/x/sys v0.8.0 // indirect
    26  	gopkg.in/yaml.v3 v3.0.1 // indirect
    27  )