diff --git a/pkg/client/test_data/add_with_mod_spec/git/kcl.mod b/pkg/client/test_data/add_with_mod_spec/git/kcl.mod deleted file mode 100644 index 0465a74f..00000000 --- a/pkg/client/test_data/add_with_mod_spec/git/kcl.mod +++ /dev/null @@ -1,7 +0,0 @@ -[package] -name = "git" -edition = "v0.10.0" -version = "0.0.1" - -[dependencies] -cc = { git = "https://github.com/kcl-lang/flask-demo-kcl-manifests.git", commit = "8308200", version = "0.0.1" } diff --git a/pkg/client/test_data/add_with_mod_spec/git/kcl.mod.lock b/pkg/client/test_data/add_with_mod_spec/git/kcl.mod.lock deleted file mode 100644 index 6d55b3b1..00000000 --- a/pkg/client/test_data/add_with_mod_spec/git/kcl.mod.lock +++ /dev/null @@ -1,7 +0,0 @@ -[dependencies] - [dependencies.cc] - name = "cc" - full_name = "cc_0.0.1" - version = "0.0.1" - url = "https://github.com/kcl-lang/flask-demo-kcl-manifests.git" - commit = "8308200" diff --git a/pkg/client/test_data/add_with_mod_spec/git_mod_0/kcl.mod b/pkg/client/test_data/add_with_mod_spec/git_mod_0/kcl.mod deleted file mode 100644 index 0465a74f..00000000 --- a/pkg/client/test_data/add_with_mod_spec/git_mod_0/kcl.mod +++ /dev/null @@ -1,7 +0,0 @@ -[package] -name = "git" -edition = "v0.10.0" -version = "0.0.1" - -[dependencies] -cc = { git = "https://github.com/kcl-lang/flask-demo-kcl-manifests.git", commit = "8308200", version = "0.0.1" } diff --git a/pkg/client/test_data/add_with_mod_spec/git_mod_0/kcl.mod.lock b/pkg/client/test_data/add_with_mod_spec/git_mod_0/kcl.mod.lock deleted file mode 100644 index 6d55b3b1..00000000 --- a/pkg/client/test_data/add_with_mod_spec/git_mod_0/kcl.mod.lock +++ /dev/null @@ -1,7 +0,0 @@ -[dependencies] - [dependencies.cc] - name = "cc" - full_name = "cc_0.0.1" - version = "0.0.1" - url = "https://github.com/kcl-lang/flask-demo-kcl-manifests.git" - commit = "8308200" diff --git a/pkg/client/test_data/add_with_mod_spec/git_mod_1/kcl.mod b/pkg/client/test_data/add_with_mod_spec/git_mod_1/kcl.mod deleted file mode 100644 index c894b72b..00000000 --- a/pkg/client/test_data/add_with_mod_spec/git_mod_1/kcl.mod +++ /dev/null @@ -1,4 +0,0 @@ -[package] -name = "git" -edition = "v0.10.0" -version = "0.0.1" diff --git a/pkg/client/test_data/add_with_mod_spec/git_mod_1/kcl.mod.lock b/pkg/client/test_data/add_with_mod_spec/git_mod_1/kcl.mod.lock deleted file mode 100644 index e69de29b..00000000 diff --git a/pkg/client/test_data/add_with_mod_spec/oci/kcl.mod b/pkg/client/test_data/add_with_mod_spec/oci/kcl.mod deleted file mode 100644 index b5004265..00000000 --- a/pkg/client/test_data/add_with_mod_spec/oci/kcl.mod +++ /dev/null @@ -1,7 +0,0 @@ -[package] -name = "oci" -edition = "v0.10.0" -version = "0.0.1" - -[dependencies] -subhelloworld = { oci = "oci://ghcr.io/kcl-lang/helloworld", tag = "0.1.4", version = "0.0.1" } diff --git a/pkg/client/test_data/add_with_mod_spec/oci/kcl.mod.lock b/pkg/client/test_data/add_with_mod_spec/oci/kcl.mod.lock deleted file mode 100644 index b963a600..00000000 --- a/pkg/client/test_data/add_with_mod_spec/oci/kcl.mod.lock +++ /dev/null @@ -1,9 +0,0 @@ -[dependencies] - [dependencies.subhelloworld] - name = "subhelloworld" - full_name = "subhelloworld_0.0.1" - version = "0.0.1" - sum = "9J9HOMhdypaDYf0J7PqtpGTdlkbxkN0HFEYhosHhf4U=" - reg = "ghcr.io" - repo = "kcl-lang/helloworld" - oci_tag = "0.1.4" diff --git a/pkg/oci/test_data/test_pull/0.0.9/artifact.tgz b/pkg/oci/test_data/test_pull/0.0.9/artifact.tgz deleted file mode 100644 index ee0b25af..00000000 Binary files a/pkg/oci/test_data/test_pull/0.0.9/artifact.tgz and /dev/null differ