加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 676 Bytes
一键复制 编辑 原始数据 按行查看 历史
storyicon 提交于 2019-07-18 14:11 . yaml
module github.com/storyicon/grbac
go 1.12
require (
github.com/bxcodec/faker/v3 v3.1.0
github.com/hashicorp/go-immutable-radix v1.1.0
github.com/hashicorp/go-multierror v1.0.0
github.com/json-iterator/go v1.1.6
github.com/kr/pretty v0.1.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/robfig/cron v1.1.0
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.3.0
golang.org/x/sys v0.0.0-20190602015325-4c4f7f33c9ed // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v3 v3.0.0-20190709130402-674ba3eaed22
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化