fix: fix scripts path module

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw-openim)
2023-08-09 11:40:06 +08:00
parent be6f189365
commit 18728fc993
23 changed files with 486 additions and 30 deletions
+8
View File
@@ -0,0 +1,8 @@
module github.com/OpenIMSDK/Open-IM-Server/tools/yamlfmt
go 1.20
require (
github.com/likexian/gokit v0.25.13
gopkg.in/yaml.v3 v3.0.1
)