70 Star 500 Fork 182

Lyric / gin-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
go.mod 2.07 KB
一键复制 编辑 原始数据 按行查看 历史
Lyric 提交于 2022-06-02 07:29 . fix: Upgrade swagger version
module github.com/LyricTian/gin-admin/v8
go 1.16
require (
github.com/LyricTian/captcha v1.1.0
github.com/LyricTian/gzip v0.1.1
github.com/LyricTian/queue v1.2.0
github.com/casbin/casbin/v2 v2.34.1
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fatih/camelcase v1.0.0 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.7.7
github.com/go-openapi/spec v0.20.6 // indirect
github.com/go-openapi/swag v0.21.1 // indirect
github.com/go-playground/validator/v10 v10.8.0 // indirect
github.com/go-redis/redis v6.15.9+incompatible
github.com/go-redis/redis_rate v6.5.0+incompatible
github.com/go-sql-driver/mysql v1.6.0
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/gops v0.3.19
github.com/google/uuid v1.3.0
github.com/google/wire v0.5.0
github.com/jackc/pgx/v4 v4.13.0 // indirect
github.com/jinzhu/copier v0.3.2
github.com/json-iterator/go v1.1.11
github.com/koding/multiconfig v0.0.0-20171124222453-69c27309b2d7
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lestrrat-go/strftime v1.0.5 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/mattn/go-sqlite3 v1.14.8 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/sony/sonyflake v1.0.0
github.com/stretchr/testify v1.7.0
github.com/swaggo/gin-swagger v1.4.3
github.com/swaggo/swag v1.8.2
github.com/tidwall/buntdb v1.2.4
github.com/tidwall/gjson v1.8.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/ugorji/go v1.2.6 // indirect
github.com/urfave/cli/v2 v2.3.0
golang.org/x/net v0.0.0-20220531201128-c960675eff93 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
gorm.io/driver/mysql v1.1.1
gorm.io/driver/postgres v1.1.0
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.21.12
)
Go
1
https://gitee.com/lyric/gin-admin.git
git@gitee.com:lyric/gin-admin.git
lyric
gin-admin
gin-admin
master

搜索帮助