Merge pull request #30 from CyanChan/deprecated_yaml_v2

deprecated v2 yaml package
This commit is contained in:
刘丹冰 2024-08-19 11:05:25 +08:00 committed by GitHub
commit ddd0df9285
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,7 @@ import (
"github.com/aceld/kis-flow/flow"
"github.com/aceld/kis-flow/kis"
"github.com/aceld/kis-flow/metrics"
yaml "gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
)
type allConfig struct {

1
go.mod
View File

@ -6,7 +6,6 @@ require (
github.com/google/uuid v1.6.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/prometheus/client_golang v1.14.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)