File tree Expand file tree Collapse file tree 8 files changed +22
-3
lines changed
test/e2e/test_suites/test_kcl_run_28 Expand file tree Collapse file tree 8 files changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
12
12
kcl-lang.io/kcl-go v0.9.1
13
13
kcl-lang.io/kcl-openapi v0.6.3
14
14
kcl-lang.io/kcl-playground v0.5.1
15
- kcl-lang.io/kpm v0.9.1-0.20240710094621-7c6b74f8b24c
15
+ kcl-lang.io/kpm v0.9.1-0.20240715064158-09233a5a2ceb
16
16
)
17
17
18
18
require (
Original file line number Diff line number Diff line change @@ -1691,8 +1691,8 @@ kcl-lang.io/kcl-openapi v0.6.3 h1:6Br0IBaNshRvBfmaH22Zv1miVEt6FWlmh2v/wBLb194=
1691
1691
kcl-lang.io/kcl-openapi v0.6.3 /go.mod h1:Ai9mFztCVKkRSFabczO/r5hCNdqaNtAc2ZIRxTeV0Mk =
1692
1692
kcl-lang.io/kcl-playground v0.5.1 h1:MKQQUHgt4+2QyU2NVwa73oksOaBJGDi4keGoggA0MiU =
1693
1693
kcl-lang.io/kcl-playground v0.5.1 /go.mod h1:IFmnlw7m011ccX8OidMUfnnN2u/TWdtQGxyABRTbmow =
1694
- kcl-lang.io/kpm v0.9.1-0.20240710094621-7c6b74f8b24c h1:qCz15r0JFyB3AEYlSY2Aq1dPbT90EWJga4EMMMylyTc =
1695
- kcl-lang.io/kpm v0.9.1-0.20240710094621-7c6b74f8b24c /go.mod h1:6oKrOP+tNqteyfdlEy1VH8xvy7Eg3FL6q1CHxM4tjc0 =
1694
+ kcl-lang.io/kpm v0.9.1-0.20240715064158-09233a5a2ceb h1:owbKpqWf3BEKUO1rrqZ/wJpk6MV+eAgW36VaBgsZe+c =
1695
+ kcl-lang.io/kpm v0.9.1-0.20240715064158-09233a5a2ceb /go.mod h1:6oKrOP+tNqteyfdlEy1VH8xvy7Eg3FL6q1CHxM4tjc0 =
1696
1696
kcl-lang.io/lib v0.9.1 h1:wPcTYFZo4XQZYHPrEoQjV2SU++2jz2y/1Khfqj2/8DA =
1697
1697
kcl-lang.io/lib v0.9.1 /go.mod h1:tu+tzwGgHLzYZSIxUG/ntipStrxZd6OvutWYPTxS7cs =
1698
1698
oras.land/oras-go v1.2.5 h1:XpYuAwAb0DfQsunIyMfeET92emK8km3W4yEzZvUbsTo =
Original file line number Diff line number Diff line change
1
+ kcl run
Original file line number Diff line number Diff line change
1
+ hello: Hello World!
2
+ The_first_kcl_program: Hello World!
Original file line number Diff line number Diff line change
1
+ [package]
2
+ name = " run_7"
3
+ edition = " v0.9.0"
4
+ version = " 0.0.1"
5
+
6
+ [dependencies]
7
+ helloworld = " 0.1.1"
8
+
9
+ [profile]
10
+ entries = [" main.k" , " ${helloworld:KCL_MOD}/main.k" ]
Original file line number Diff line number Diff line change
1
+ [dependencies]
2
+ [dependencies.helloworld]
3
+ name = "helloworld"
4
+ full_name = "helloworld_0.1.1"
5
+ version = "0.1.1"
Original file line number Diff line number Diff line change
1
+ hello = 'Hello World!'
You can’t perform that action at this time.
0 commit comments