-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
34 lines (30 loc) · 1.01 KB
/
go.mod
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
module github.com/go-generalize/api_gen/v2
go 1.18
require (
github.com/go-generalize/go2go v0.2.1
github.com/go-generalize/go2ts v1.6.0
github.com/go-utils/count v0.0.1
github.com/go-utils/gopackages v0.1.0
github.com/google/go-cmp v0.6.0
github.com/iancoleman/strcase v0.2.0
github.com/spf13/cobra v1.8.0
golang.org/x/sync v0.6.0
golang.org/x/sys v0.4.0 // indirect
golang.org/x/tools v0.5.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
)
require (
github.com/fatih/structtag v1.2.0
github.com/go-generalize/go-dartfmt v0.1.1
github.com/go-generalize/go-easyparser v0.3.3
github.com/go-generalize/go2dart v0.5.1
)
require (
github.com/dlclark/regexp2 v1.7.0 // indirect
github.com/dop251/goja v0.0.0-20221003171542-5ea1285e6c91 // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/mod v0.7.0 // indirect
golang.org/x/text v0.3.8 // indirect
)