加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
MichaelWang 提交于 2021-07-20 00:09 . init project
module github.com/e421083458/gin_scaffold
go 1.16
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/e421083458/golang_common v1.0.3
github.com/e421083458/gorm v1.0.1
github.com/gin-gonic/contrib v0.0.0-20190526021735-7fb7810ed2a0
github.com/gin-gonic/gin v1.6.2
github.com/go-openapi/jsonreference v0.19.6 // indirect
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/gorilla/sessions v1.1.3 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/pkg/errors v0.8.1
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
github.com/swaggo/gin-swagger v1.2.0
github.com/swaggo/swag v1.7.0
golang.org/x/net v0.0.0-20210716203947-853a461950ff // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/tools v0.1.5 // indirect
gopkg.in/go-playground/validator.v9 v9.29.0
)
replace github.com/gin-contrib/sse v0.1.0 => github.com/e421083458/sse v0.1.1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化