1 Star 0 Fork 1

王毅/shell-operator

forked from lshgdut/shell-operator 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
module github.com/flant/shell-operator
go 1.12
require (
github.com/davecgh/go-spew v1.1.1
github.com/flant/kube-client v0.0.6
github.com/flant/libjq-go v1.6.2-0.20200616114952-907039e8a02a // branch: master
github.com/go-chi/chi v4.0.3+incompatible
github.com/go-openapi/spec v0.19.3
github.com/go-openapi/strfmt v0.19.3
github.com/go-openapi/swag v0.19.5
github.com/go-openapi/validate v0.19.7
github.com/hashicorp/go-multierror v1.0.0
github.com/kennygrant/sanitize v1.2.4
github.com/onsi/ginkgo v1.11.0
github.com/onsi/gomega v1.9.0
github.com/prometheus/client_golang v1.7.1
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.6.1
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/robfig/cron.v2 v2.0.0-20150107220207-be2e0b0deed5
gopkg.in/satori/go.uuid.v1 v1.2.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
k8s.io/api v0.19.11
k8s.io/apiextensions-apiserver v0.19.11
k8s.io/apimachinery v0.19.11
k8s.io/client-go v0.19.11
sigs.k8s.io/kind v0.10.0
sigs.k8s.io/yaml v1.2.0
)
// replace github.com/go-openapi/validate => ../go-openapi-validate
replace github.com/go-openapi/validate => github.com/flant/go-openapi-validate v0.19.4-0.20200313141509-0c0fba4d39e1 // branch: fix_in_body_0_19_7
replace github.com/onsi/ginkgo v1.11.0 => github.com/flant/ginkgo v1.11.1-0.20200206071017-2216da3b016c // fix_coverage_combining
// replace github.com/flant/libjq-go => ../libjq-go
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangyi_1998/shell-operator.git
git@gitee.com:wangyi_1998/shell-operator.git
wangyi_1998
shell-operator
shell-operator
master

搜索帮助