File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/nao1215/spectest/examples/graphql
2
2
3
3
go 1.22
4
+ toolchain go1.23.7
4
5
5
6
require (
6
7
github.com/99designs/gqlgen v0.17.39
@@ -35,10 +36,11 @@ require (
35
36
github.com/tenntenn/testtime v0.2.2 // indirect
36
37
github.com/urfave/cli/v2 v2.25.5 // indirect
37
38
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
38
- golang.org/x/mod v0.10.0 // indirect
39
- golang.org/x/net v0.23.0 // indirect
40
- golang.org/x/sys v0.18.0 // indirect
41
- golang.org/x/text v0.14.0 // indirect
42
- golang.org/x/tools v0.9.3 // indirect
39
+ golang.org/x/mod v0.17.0 // indirect
40
+ golang.org/x/net v0.36.0 // indirect
41
+ golang.org/x/sync v0.11.0 // indirect
42
+ golang.org/x/sys v0.30.0 // indirect
43
+ golang.org/x/text v0.22.0 // indirect
44
+ golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
43
45
gopkg.in/yaml.v3 v3.0.1 // indirect
44
46
)
You can’t perform that action at this time.
0 commit comments