Skip to content

Commit 4afbe4b

Browse files
Update gqlgen to latest (#317)
Signed-off-by: Steve Coffman <[email protected]> Signed-off-by: Steve Coffman <[email protected]>
1 parent 9ddd26f commit 4afbe4b

File tree

2 files changed

+19
-27
lines changed

2 files changed

+19
-27
lines changed

go.mod

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ module github.com/Khan/genqlient
33
go 1.18
44

55
require (
6-
github.com/99designs/gqlgen v0.17.35
6+
github.com/99designs/gqlgen v0.17.44
77
github.com/alexflint/go-arg v1.4.2
88
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
1111
golang.org/x/tools v0.18.0
1212
gopkg.in/yaml.v2 v2.4.0
1313
)
@@ -16,10 +16,12 @@ require (
1616
github.com/agnivade/levenshtein v1.1.1 // indirect
1717
github.com/alexflint/go-scalar v1.0.0 // indirect
1818
github.com/davecgh/go-spew v1.1.1 // indirect
19+
github.com/google/uuid v1.6.0 // indirect
1920
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
2122
github.com/mitchellh/mapstructure v1.5.0 // indirect
2223
github.com/pmezard/go-difflib v1.0.0 // indirect
24+
github.com/sosodev/duration v1.2.0 // indirect
2325
golang.org/x/mod v0.15.0 // indirect
2426
gopkg.in/yaml.v3 v3.0.1 // indirect
2527
)

go.sum

Lines changed: 13 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)