add yaml mod

This commit is contained in:
itouakirai 2024-04-28 09:33:00 +08:00 committed by GitHub
parent 03b3b18223
commit b726af587e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
)