-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
52 lines (49 loc) · 1.79 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
module github.com/pubgo/protobuild
go 1.22
require (
github.com/a8m/envsubst v1.3.0
github.com/bufbuild/protocompile v0.5.1
github.com/cnf/structhash v0.0.0-20201127153200-e1b16c1ebc08
github.com/dave/jennifer v1.6.0
github.com/deckarep/golang-set/v2 v2.6.0
github.com/emicklei/proto v1.11.0
github.com/emicklei/proto-contrib v0.11.0
github.com/fatih/structtag v1.2.0
github.com/flosch/pongo2/v5 v5.0.0
github.com/golang/protobuf v1.5.4
github.com/hashicorp/go-version v1.6.0
github.com/huandu/go-clone v1.5.1
github.com/lyft/protoc-gen-star/v2 v2.0.2-alpha
github.com/open2b/scriggo v0.56.1
github.com/pubgo/funk v0.5.49
github.com/samber/lo v1.47.0
github.com/searKing/golang/go v1.2.115
github.com/spf13/cast v1.5.0
github.com/urfave/cli/v3 v3.0.0-alpha9.0.20240717192922-127cf54fac9f
github.com/yuin/goldmark v1.4.12
go.uber.org/multierr v1.11.0
golang.org/x/mod v0.17.0
google.golang.org/genproto v0.0.0-20221027153422-115e99e71e1c
google.golang.org/grpc v1.51.0
google.golang.org/protobuf v1.33.0
gopkg.in/yaml.v3 v3.0.1
gorm.io/gorm v1.24.5
)
require (
github.com/alecthomas/repr v0.4.0 // indirect
github.com/goccy/go-json v0.10.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/k0kubun/pp/v3 v3.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/phuslu/goid v1.0.0 // indirect
github.com/rs/zerolog v1.33.0 // indirect
github.com/spf13/afero v1.9.2 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.16.0 // indirect
)