goctl-swagger/go.mod

14 lines
424 B
Modula-2
Raw Normal View History

2021-01-01 20:30:52 +08:00
module github.com/zeromicro/goctl-swagger
go 1.15
require (
2021-01-16 20:44:15 +08:00
github.com/antlr/antlr4 v0.0.0-20210114010855-d34d2e1c271a // indirect
2021-01-08 21:48:23 +08:00
github.com/davecgh/go-spew v1.1.1
2021-01-01 20:30:52 +08:00
github.com/grpc-ecosystem/grpc-gateway v1.14.3
2021-01-16 20:44:15 +08:00
github.com/iancoleman/strcase v0.1.3 // indirect
github.com/tal-tech/go-zero v1.1.4-0.20210116102411-43e712d86a40
2021-01-01 20:30:52 +08:00
github.com/urfave/cli/v2 v2.3.0
2021-01-16 20:44:15 +08:00
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
2021-01-01 20:30:52 +08:00
)