-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (24 loc) · 963 Bytes
/
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
module github.com/1278651995/zero-goctl-swagger
go 1.17
require (
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/urfave/cli/v2 v2.3.0
github.com/zeromicro/go-zero/tools/goctl v1.3.8
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
github.com/fatih/structtag v1.2.0 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/golang/glog v1.0.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/spf13/cobra v1.4.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/zeromicro/antlr v0.0.1 // indirect
github.com/zeromicro/go-zero v1.3.4 // indirect
google.golang.org/genproto v0.0.0-20220422154200-b37d22cd5731 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)