1 Star 0 Fork 632

alex/GinSkeleton

forked from 张奇峰/GinSkeleton 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
go.mod 1.51 KB
Copy Edit Raw Blame History
张奇峰 authored 2021-04-26 23:13 . gin核心库更新至最新版:v1.7.1
module goskeleton
go 1.15
require (
github.com/casbin/casbin/v2 v2.24.0
github.com/casbin/gorm-adapter/v3 v3.2.0
github.com/dchest/captcha v0.0.0-20170622155422-6a29415a8364
github.com/denisenkom/go-mssqldb v0.9.0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fsnotify/fsnotify v1.4.9
github.com/gin-contrib/pprof v1.3.0
github.com/gin-gonic/gin v1.7.1
github.com/golang/protobuf v1.4.2 // indirect
github.com/gomodule/redigo v2.0.0+incompatible
github.com/gorilla/websocket v1.4.2
github.com/json-iterator/go v1.1.10 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.3.1 // indirect
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/qifengzhang007/goCurl v1.2.9
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.1.0
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.7.0
github.com/streadway/amqp v0.0.0-20200108173154-1c71cc93ed71
go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/sys v0.0.0-20200828194041-157a740278f4 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/ini.v1 v1.56.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gorm.io/driver/mysql v1.0.5
gorm.io/driver/postgres v1.0.4
gorm.io/driver/sqlserver v1.0.5
gorm.io/gorm v1.21.8
gorm.io/plugin/dbresolver v1.1.1-0.20210422053029-0a33f92e93ec
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/alex-pistachio/GinSkeleton.git
git@gitee.com:alex-pistachio/GinSkeleton.git
alex-pistachio
GinSkeleton
GinSkeleton
master

Search