1 Star 0 Fork 196

miaogangquyi/gin-admin

forked from Lyric/gin-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
go.mod 2.34 KB
一键复制 编辑 原始数据 按行查看 历史
Lyric 提交于 2019-01-05 22:51 . 优化路由注册
module github.com/LyricTian/gin-admin
require (
github.com/Knetic/govaluate v0.0.0-20171022003610-9aa49832a739
github.com/LyricTian/logrus-mysql-hook v0.0.0-20190105131838-f28bf8fab90a
github.com/LyricTian/queue v0.0.0-20180917141405-8f19abe7fd77
github.com/LyricTian/retry v0.0.0-20171017082930-b6d48b303d89
github.com/dustin/go-broadcast v0.0.0-20171205050544-f664265f5a66
github.com/facebookgo/inject v0.0.0-20161006174721-cc1aa653e50f
github.com/facebookgo/structtag v0.0.0-20150214074306-217e25fb9691
github.com/fatih/structs v1.0.0
github.com/fsnotify/fsnotify v1.4.7
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7
github.com/gin-gonic/gin v0.0.0-20181217001307-1542eff27f7d
github.com/go-session/gin-session v0.0.0-20181029013548-760044fd6a86
github.com/go-session/mysql v3.0.0+incompatible
github.com/go-session/session v0.0.0-20181205122955-cdd85262bbc8
github.com/go-sql-driver/mysql v0.0.0-20170512152933-382e13d099fc
github.com/golang/protobuf v1.2.0
github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce
github.com/json-iterator/go v1.1.5
github.com/magiconair/properties v0.0.0-20180217134545-2c9e95027885
github.com/manucorporat/stats v0.0.0-20180402194714-3ba42d56d227
github.com/mattn/go-isatty v0.0.4
github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
github.com/modern-go/reflect2 v1.0.1
github.com/pelletier/go-toml v0.0.0-20180323185243-66540cf1fcd2
github.com/pkg/errors v0.0.0-20181023235946-059132a15dd0
github.com/sirupsen/logrus v0.0.0-20181215152119-2067ea4241ce
github.com/spf13/afero v1.1.0
github.com/spf13/cast v1.2.0
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec
github.com/spf13/pflag v1.0.1
github.com/spf13/viper v0.0.0-20180404183325-8dc2790b029d
github.com/stretchr/testify v1.2.2
github.com/ugorji/go v1.1.1
golang.org/x/crypto v0.0.0-20181015023909-0c41d7ab0a0e
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3
golang.org/x/net v0.0.0-20181011144130-49bb7cea24b1
golang.org/x/sys v0.0.0-20181011152604-fa43e7bc11ba
golang.org/x/text v0.3.0
golang.org/x/tools v0.0.0-20181220024903-92cdcd90bf52
google.golang.org/genproto v0.0.0-20180831171423-11092d34479b
google.golang.org/grpc v1.15.0
gopkg.in/go-playground/validator.v8 v8.18.2
gopkg.in/gorp.v2 v2.0.0
gopkg.in/yaml.v2 v2.2.1
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/miaogangquyi/gin-admin.git
[email protected]:miaogangquyi/gin-admin.git
miaogangquyi
gin-admin
gin-admin
master

搜索帮助