File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 66[ballerina ]
77dependencies-toml-version = " 2"
88
9+ [[package ]]
10+ org = " ballerina"
11+ name = " io"
12+ version = " 1.2.1"
13+ dependencies = [
14+ {org = " ballerina" , name = " jballerina.java" },
15+ {org = " ballerina" , name = " lang.value" }
16+ ]
17+ modules = [
18+ {org = " ballerina" , packageName = " io" , moduleName = " io" }
19+ ]
20+
921[[package ]]
1022org = " ballerina"
1123name = " jballerina.java"
@@ -25,11 +37,20 @@ modules = [
2537 {org = " ballerina" , packageName = " lang.string" , moduleName = " lang.string" }
2638]
2739
40+ [[package ]]
41+ org = " ballerina"
42+ name = " lang.value"
43+ version = " 0.0.0"
44+ dependencies = [
45+ {org = " ballerina" , name = " jballerina.java" }
46+ ]
47+
2848[[package ]]
2949org = " ballerina"
3050name = " regex"
3151version = " 1.2.2"
3252dependencies = [
53+ {org = " ballerina" , name = " io" },
3354 {org = " ballerina" , name = " jballerina.java" },
3455 {org = " ballerina" , name = " lang.string" },
3556 {org = " ballerina" , name = " test" }
You can’t perform that action at this time.
0 commit comments