Skip to content

Commit 7d9f7a5

Browse files
committed
import [yamlcli](https://github.com/akashaProxy/yamlcli) as a submodule
1 parent f9d7fbd commit 7d9f7a5

7 files changed

Lines changed: 5 additions & 588 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "plugins/ruleconverter"]
22
path = plugins/ruleconverter
33
url = https://github.com/elysias123/ruleconverter
4+
[submodule "yamlcli"]
5+
path = yamlcli
6+
url = https://github.com/akashaProxy/yamlcli

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ check-deps:
1313
@command -v upx >/dev/null 2>&1 || { echo >&2 "[ERROR] upx is not installed. Please install upx."; exit 1; }
1414

1515
init:
16+
@git submodule update --init --recursive
1617
@mkdir -p tmp
1718
@cp -rf module/* tmp/
1819

yamlcli

Submodule yamlcli added at b9aba38

yamlcli/go.mod

Lines changed: 0 additions & 23 deletions
This file was deleted.

yamlcli/go.sum

Lines changed: 0 additions & 47 deletions
This file was deleted.

yamlcli/main.go

Lines changed: 0 additions & 216 deletions
This file was deleted.

0 commit comments

Comments
 (0)