optimize code

This commit is contained in:
MaxToby
2021-05-13 22:03:40 +08:00
parent 977035a853
commit d658701630
5 changed files with 105 additions and 19 deletions

7
go.mod
View File

@ -1,13 +1,10 @@
module github.com/zeromicro/goctl-swagger
go 1.15
go 1.16
require (
github.com/antlr/antlr4 v0.0.0-20210319025552-3590d4d5e18c // indirect
github.com/go-sql-driver/mysql v1.6.0 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.14.3
github.com/iancoleman/strcase v0.1.3 // indirect
github.com/tal-tech/go-zero v1.1.6
github.com/tal-tech/go-zero v1.1.8-0.20210513104205-9f6a574f9766
github.com/urfave/cli/v2 v2.3.0
go.uber.org/automaxprocs v1.4.0 // indirect
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be