Skip to content

Commit

Permalink
chore: use yamlv3 (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: rogerogers <[email protected]>
  • Loading branch information
rogerogers committed Apr 13, 2024
1 parent 6083ece commit 53029a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consul/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"fmt"
"time"

"sigs.k8s.io/yaml"
"sigs.k8s.io/yaml/goyaml.v3"
)

type ConfigType string
Expand Down

0 comments on commit 53029a9

Please sign in to comment.