add yaml mod

This commit is contained in:
itouakirai
2024-04-28 09:33:00 +08:00
committed by GitHub
parent 03b3b18223
commit b726af587e

1
go.mod
View File

@@ -10,4 +10,5 @@ require (
require (
github.com/beevik/etree v1.3.0 // indirect
github.com/google/uuid v1.1.2 // indirect
gopkg.in/yaml.v2 v2.2.8
)