加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 1.75 KB
一键复制 编辑 原始数据 按行查看 历史
module github.com/didi/gatekeeper
go 1.16
require (
git.apache.org/thrift.git v0.13.0
github.com/BurntSushi/toml v0.3.1
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/bitly/go-simplejson v0.5.0
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff // indirect
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
github.com/denisenkom/go-mssqldb v0.0.0-20200620013148-b91950f658ec // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/e421083458/gorm v1.0.1
github.com/e421083458/grpc-proxy v0.2.0
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/garyburd/redigo v1.6.0
github.com/gin-gonic/contrib v0.0.0-20191209060500-d6e26eeaa607
github.com/gin-gonic/gin v1.7.0
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/gorilla/sessions v1.1.3 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.1 // indirect
github.com/lib/pq v1.7.1 // indirect
github.com/mattn/go-sqlite3 v1.14.0 // indirect
github.com/mwitkow/grpc-proxy v0.0.0-20181017164139-0f1106ef9c76 // indirect
github.com/pkg/errors v0.9.1
github.com/rs/xid v1.3.0
github.com/smartystreets/goconvey v1.6.4
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
github.com/swaggo/gin-swagger v1.2.0
github.com/swaggo/swag v1.6.5
github.com/zenazn/goji v1.0.1
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
golang.org/x/tools v0.1.5
google.golang.org/grpc v1.38.0
gopkg.in/go-playground/validator.v9 v9.29.0
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化