File tree Expand file tree Collapse file tree 2 files changed +19
-27
lines changed Expand file tree Collapse file tree 2 files changed +19
-27
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ module github.com/Khan/genqlient
3
3
go 1.18
4
4
5
5
require (
6
- github.com/99designs/gqlgen v0.17.35
6
+ github.com/99designs/gqlgen v0.17.44
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.8.2
10
- github.com/vektah/gqlparser/v2 v2.5.8
9
+ github.com/stretchr/testify v1.8.4
10
+ github.com/vektah/gqlparser/v2 v2.5.11
11
11
golang.org/x/tools v0.18.0
12
12
gopkg.in/yaml.v2 v2.4.0
13
13
)
@@ -16,10 +16,12 @@ 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/google/uuid v1.6.0 // indirect
19
20
github.com/gorilla/websocket v1.5.0 // indirect
20
- github.com/hashicorp/golang-lru/v2 v2.0.3 // indirect
21
+ github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
21
22
github.com/mitchellh/mapstructure v1.5.0 // indirect
22
23
github.com/pmezard/go-difflib v1.0.0 // indirect
24
+ github.com/sosodev/duration v1.2.0 // indirect
23
25
golang.org/x/mod v0.15.0 // indirect
24
26
gopkg.in/yaml.v3 v3.0.1 // indirect
25
27
)
You can’t perform that action at this time.
0 commit comments