@@ -3,25 +3,24 @@ module github.com/Khan/genqlient
3
3
go 1.18
4
4
5
5
require (
6
- github.com/99designs/gqlgen v0.17.2
6
+ github.com/99designs/gqlgen v0.17.31
7
7
github.com/alexflint/go-arg v1.4.2
8
8
github.com/bradleyjkemp/cupaloy/v2 v2.6.0
9
- github.com/stretchr/testify v1.7.0
10
- github.com/vektah/gqlparser/v2 v2.4.5
11
- golang.org/x/tools v0.1.10
9
+ github.com/stretchr/testify v1.8.2
10
+ github.com/vektah/gqlparser/v2 v2.5.1
11
+ golang.org/x/tools v0.8.0
12
12
gopkg.in/yaml.v2 v2.4.0
13
13
)
14
14
15
15
require (
16
16
github.com/agnivade/levenshtein v1.1.1 // indirect
17
17
github.com/alexflint/go-scalar v1.0.0 // indirect
18
18
github.com/davecgh/go-spew v1.1.1 // indirect
19
- github.com/gorilla/websocket v1.4.2 // indirect
20
- github.com/hashicorp/golang-lru v0.5.0 // indirect
21
- github.com/mitchellh/mapstructure v1.2.3 // indirect
19
+ github.com/gorilla/websocket v1.5.0 // indirect
20
+ github.com/hashicorp/golang-lru/v2 v2.0.1 // indirect
21
+ github.com/mitchellh/mapstructure v1.5.0 // indirect
22
22
github.com/pmezard/go-difflib v1.0.0 // indirect
23
- golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
24
- golang.org/x/sys v0.1.0 // indirect
25
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
26
- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
23
+ golang.org/x/mod v0.10.0 // indirect
24
+ golang.org/x/sys v0.8.0 // indirect
25
+ gopkg.in/yaml.v3 v3.0.1 // indirect
27
26
)
0 commit comments