Created
May 4, 2022 17:59
-
-
Save pramodya1994/bd56471ef2512f9a6bb65a2eaf46c348 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# AUTO-GENERATED FILE. DO NOT MODIFY. | |
# This file is auto-generated by Ballerina for managing dependency versions. | |
# It should not be modified by hand. | |
[ballerina] | |
dependencies-toml-version = "2" | |
[[package]] | |
org = "ballerina" | |
name = "io" | |
version = "1.2.1" | |
dependencies = [ | |
{org = "ballerina", name = "jballerina.java"}, | |
{org = "ballerina", name = "lang.value"} | |
] | |
modules = [ | |
{org = "ballerina", packageName = "io", moduleName = "io"} | |
] | |
[[package]] | |
org = "ballerina" | |
name = "jballerina.java" | |
version = "0.0.0" | |
[[package]] | |
org = "ballerina" | |
name = "lang.value" | |
version = "0.0.0" | |
dependencies = [ | |
{org = "ballerina", name = "jballerina.java"} | |
] | |
[[package]] | |
org = "ballerina" | |
name = "observe" | |
version = "1.0.3" | |
dependencies = [ | |
{org = "ballerina", name = "jballerina.java"} | |
] | |
[[package]] | |
org = "ballerinai" | |
name = "observe" | |
version = "0.0.0" | |
dependencies = [ | |
{org = "ballerina", name = "jballerina.java"}, | |
{org = "ballerina", name = "observe"} | |
] | |
modules = [ | |
{org = "ballerinai", packageName = "observe", moduleName = "observe"} | |
] | |
[[package]] | |
org = "pramodya" | |
name = "mypackage" | |
version = "0.1.0" | |
dependencies = [ | |
{org = "ballerina", name = "io"}, | |
{org = "ballerinai", name = "observe"} | |
] | |
modules = [ | |
{org = "pramodya", packageName = "mypackage", moduleName = "mypackage"} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment