-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathgo.mod
More file actions
42 lines (38 loc) · 1.3 KB
/
go.mod
File metadata and controls
42 lines (38 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
module github.com/gqlgo/gqlgenc
go 1.26.0
require (
github.com/99designs/gqlgen v0.17.73
github.com/goccy/go-yaml v1.17.1
github.com/google/go-cmp v0.7.0
github.com/google/uuid v1.6.0
github.com/stretchr/testify v1.10.0
github.com/vektah/gqlparser/v2 v2.5.26
golang.org/x/text v0.24.0
golang.org/x/tools v0.42.0
)
require (
github.com/agnivade/levenshtein v1.2.1 // indirect
github.com/daixiang0/gci v0.14.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/hexops/gotextdiff v1.0.3 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
github.com/sosodev/duration v1.3.1 // indirect
github.com/spf13/cobra v1.6.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.24.0 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 // indirect
golang.org/x/mod v0.33.0 // indirect
golang.org/x/sync v0.19.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
tool (
github.com/daixiang0/gci
golang.org/x/exp/cmd/gorelease
)