4073a49614
This updates gqlgen to the latest (v0.17.31) In addition to numerous bug fixes there are a number of new features. [see Changelog](https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md) Signed-off-by: Steve Coffman <steve@khanacademy.org>
27 lines
782 B
Modula-2
27 lines
782 B
Modula-2
module github.com/Khan/genqlient
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/99designs/gqlgen v0.17.31
|
|
github.com/alexflint/go-arg v1.4.2
|
|
github.com/bradleyjkemp/cupaloy/v2 v2.6.0
|
|
github.com/stretchr/testify v1.8.2
|
|
github.com/vektah/gqlparser/v2 v2.5.1
|
|
golang.org/x/tools v0.8.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/agnivade/levenshtein v1.1.1 // indirect
|
|
github.com/alexflint/go-scalar v1.0.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/hashicorp/golang-lru/v2 v2.0.1 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/mod v0.10.0 // indirect
|
|
golang.org/x/sys v0.8.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|