Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update kpm version to ignore the module downloading hint #1084

Merged
merged 1 commit into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ require (
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
kcl-lang.io/kcl-go v0.8.2
kcl-lang.io/kcl-plugin v0.5.0
kcl-lang.io/kpm v0.8.6-0.20240428063742-f3e75d94c905
kcl-lang.io/kpm v0.8.6-0.20240429075109-0d47303d1a4a
kusionstack.io/kube-api v0.1.1
sigs.k8s.io/controller-runtime v0.15.1
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1752,8 +1752,8 @@ kcl-lang.io/kcl-go v0.8.2 h1:XbF7NJ2dHXREmZx/dJSvEdMdaOM9NA8ePZj3LdcEZ34=
kcl-lang.io/kcl-go v0.8.2/go.mod h1:KLPIalP4jr19KUqnXWbe2sVNEMEH7EhnsXH+ihnTUQw=
kcl-lang.io/kcl-plugin v0.5.0 h1:eoh6y4l81rwA8yhJXU4hN7YmJeTUNB1nfYCP9OffSxc=
kcl-lang.io/kcl-plugin v0.5.0/go.mod h1:QnZ5OLcyBw5nOnHpChRHtvBq8wvjwiHu/ZZ8j1dfz48=
kcl-lang.io/kpm v0.8.6-0.20240428063742-f3e75d94c905 h1:c3QhaGQG/c6jbX7n1ZRQBe+UbeobTqvsl3ffJ0A0+RM=
kcl-lang.io/kpm v0.8.6-0.20240428063742-f3e75d94c905/go.mod h1:ws42LNStszL2UJ/fA6Zmof+XTAPbrJRTOlThDqB5jsA=
kcl-lang.io/kpm v0.8.6-0.20240429075109-0d47303d1a4a h1:L2zxk1adMHo+iCVf6aBUhLIDrnMMBKZ0I2m0/Owot4M=
kcl-lang.io/kpm v0.8.6-0.20240429075109-0d47303d1a4a/go.mod h1:ws42LNStszL2UJ/fA6Zmof+XTAPbrJRTOlThDqB5jsA=
kcl-lang.io/lib v0.8.2 h1:G8Fm+eHSMpVOSNJhd5T41XgoKZjysHRU290q6Xotepk=
kcl-lang.io/lib v0.8.2/go.mod h1:ubsalGXxJaa5II/EsHmsI/tL2EluYHIcW+BwzQPt+uY=
kusionstack.io/kube-api v0.1.1 h1:ieoZhaUfK78hsyQ7GsU6ZuxBAcVU+ZuKs7vedGkO8sI=
Expand Down
Loading