chore: switch to go.yaml.in/yaml/v3 (#2196)

This commit is contained in:
Jan-Otto Kröpke
2025-09-04 23:50:27 +02:00
committed by GitHub
parent 6289499dee
commit 4171ec17a5
6 changed files with 8 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ import (
"reflect"
"testing"
"gopkg.in/yaml.v3"
"go.yaml.in/yaml/v3"
)
// Unmarshal good configuration file and confirm data is flattened correctly.