Closed zong-zhe closed 10 months ago
Please answer these questions before submitting your issue. Thanks!
kcl mod add k8s should add the dependency k8s:1.29 successfully.
kcl mod add k8s
It panic.
The main branch of KCL CLI installed by go install kcl-lang.io/cli/cmd/kcl@main.
go install kcl-lang.io/cli/cmd/kcl@main
Closed by https://github.com/kcl-lang/kpm/pull/239
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
kcl mod add k8s
should add the dependency k8s:1.29 successfully.3. What did you see instead (Required)
It panic.
4. What is your KCL components version? (Required)
The main branch of KCL CLI installed by
go install kcl-lang.io/cli/cmd/kcl@main
.