It feels like just yesterday, but it's been over four months since our last release! So it's as good a time as any; while there are quite a few changes they're individually mostly small. As usual, this updates the changelog, and I'll tag it with the release once it lands. Test plan: no relevant bug reports lately
16 lines
416 B
AMPL
16 lines
416 B
AMPL
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.5
|
|
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
|
|
golang.org/x/tools v0.1.10
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|