1 Star 2 Fork 2

cmlfxz / gin-k8s

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
go.mod 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
cmlfxz 提交于 2021-10-07 12:20 . first commit
module gitee.com/cmlfxz/gin-k8s
go 1.16
require (
github.com/cosmtrek/air v1.27.3 // indirect
github.com/creack/pty v1.1.15 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/gin-gonic/gin v1.7.4
github.com/go-redis/redis v6.15.9+incompatible
github.com/howeyc/fsnotify v0.9.0 // indirect
github.com/jonboulle/clockwork v0.2.2 // indirect
github.com/kubernetes/dashboard v1.10.1
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lestrrat-go/strftime v1.0.5 // indirect
github.com/mattn/go-colorable v0.1.11 // indirect
github.com/onsi/gomega v1.16.0 // indirect
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/pilu/config v0.0.0-20131214182432-3eb99e6c0b9a // indirect
github.com/pilu/fresh v0.0.0-20190826141211-0fa698148017 // indirect
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
github.com/sirupsen/logrus v1.8.1
golang.org/x/sys v0.0.0-20211001092434-39dca1131b70 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
gorm.io/driver/mysql v1.1.2
gorm.io/gorm v1.21.13
k8s.io/api v0.22.1
k8s.io/apimachinery v0.22.1
k8s.io/client-go v0.22.1
)
1
https://gitee.com/cmlfxz/gin-k8s.git
git@gitee.com:cmlfxz/gin-k8s.git
cmlfxz
gin-k8s
gin-k8s
master

搜索帮助