mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-06-15 15:19:22 +08:00
9 lines
140 B
Modula-2
9 lines
140 B
Modula-2
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
|
|
)
|