Unified gopkg.in/yaml version to v2 (#5169)

* Unified gopkg.in/yaml version to v2 and go mod tidy

* update CHANGELOG
This commit is contained in:
Xuing
2023-03-09 15:19:01 +08:00
committed by Ming Deng
parent daa85868f5
commit f61065d674
6 changed files with 6 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ import (
"time"
"google.golang.org/protobuf/proto"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
)
// BeegoOutput does work for sending response header.