添加 yaml.v3

This commit is contained in:
GoEdgeLab
2022-03-04 12:28:09 +08:00
parent 0cf53eef77
commit 6e6ac1caab
2 changed files with 3 additions and 0 deletions

1
go.mod
View File

@@ -11,4 +11,5 @@ require (
google.golang.org/genproto v0.0.0-20220303160752-862486edd9cc // indirect
google.golang.org/grpc v1.44.0
google.golang.org/protobuf v1.27.1
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)