Skip to content

Instantly share code, notes, and snippets.

@pramodya1994
Created May 4, 2022 17:59
Show Gist options
  • Save pramodya1994/bd56471ef2512f9a6bb65a2eaf46c348 to your computer and use it in GitHub Desktop.
Save pramodya1994/bd56471ef2512f9a6bb65a2eaf46c348 to your computer and use it in GitHub Desktop.
# 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