加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 1014 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ángel Barrera Sánchez 提交于 2021-09-10 11:35 . Updating dependencies
module sighupio/permission-manager
go 1.16
require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-playground/validator v9.31.0+incompatible
github.com/imdario/mergo v0.3.12 // indirect
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.3.0 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/rakyll/statik v0.1.7
github.com/stretchr/testify v1.7.0
github.com/valyala/fasttemplate v1.1.0 // indirect
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6 // indirect
golang.org/x/sys v0.0.0-20201223074533-0d417f636930 // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
k8s.io/api v0.18.4
k8s.io/apimachinery v0.18.4
k8s.io/client-go v0.18.4
k8s.io/utils v0.0.0-20200414100711-2df71ebbae66 // indirect
sigs.k8s.io/controller-runtime v0.6.0
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化