1 Star 0 Fork 3

wuyulun/gin-api

forked from Eric-chy/gin-api 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
go.mod 2.23 KB
一键复制 编辑 原始数据 按行查看 历史
程Eric.cheng 提交于 2021-05-14 18:20 . v1.3 新增全局限流和go-redis
module ginpro
go 1.14
require (
github.com/HdrHistogram/hdrhistogram-go v1.1.0 // indirect
github.com/Shopify/sarama v1.29.0
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/eddycjy/opentracing-gorm v0.0.0-20200209122056-516a807d2182
github.com/elastic/go-elasticsearch/v8 v8.0.0-20210427093042-01613f93a7ae
github.com/gin-gonic/gin v1.7.1
github.com/go-openapi/spec v0.20.3 // indirect
github.com/go-openapi/swag v0.19.15 // indirect
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/go-playground/validator/v10 v10.5.0
github.com/go-redis/redis/v8 v8.3.4
github.com/go-redis/redis_rate/v9 v9.1.1
github.com/golang/protobuf v1.5.2 // indirect
github.com/gomodule/redigo v2.0.0+incompatible
github.com/jinzhu/gorm v1.9.16
github.com/json-iterator/go v1.1.10 // indirect
github.com/juju/ratelimit v1.0.1
github.com/leodido/go-urn v1.2.1 // indirect
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lestrrat-go/strftime v1.0.4 // indirect
github.com/magiconair/properties v1.8.4 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/opentracing/opentracing-go v1.2.0
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
github.com/sirupsen/logrus v1.8.1
github.com/smacker/opentracing-gorm v0.0.0-20181207094635-cd4974441042 // indirect
github.com/spf13/afero v1.5.1 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.0
github.com/streadway/amqp v1.0.0
github.com/swaggo/gin-swagger v1.2.0
github.com/swaggo/swag v1.7.0
github.com/uber/jaeger-client-go v2.27.0+incompatible
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
github.com/ugorji/go v1.2.5 // indirect
github.com/valyala/fasthttp v1.23.0
go.mongodb.org/mongo-driver v1.5.1
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887 // indirect
golang.org/x/tools v0.1.0 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/wu--2019/gin-api.git
git@gitee.com:wu--2019/gin-api.git
wu--2019
gin-api
gin-api
main

搜索帮助