公告板
版本库
filestore
活动
搜索
登录
aps
/
aps_deploy
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master' of http://192.168.5.5:10010/r/aps/aps_deploy
wangpengfei
2023-06-02
d6e4f9259738c42d2df15d78475a3318a36b9f01
[aps/aps_deploy.git]
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
module basic.com/aps/aps_deploy.git
go 1.14
require (
github.com/spf13/viper v1.15.0
golang.org/x/crypto v0.1.0
k8s.io/api v0.27.2
k8s.io/apimachinery v0.27.2
k8s.io/client-go v0.27.2
)