chore: replace gopkg.in/yaml.v3 with go.yaml.in/yaml/v3

- gopkg.in/yaml.v3 is archived and unmaintained
- go.yaml.in/yaml/v3 is a compatible fork under the umbrella
  of https://yaml.org/
This commit is contained in:
Earl Warren 2025-08-19 18:10:49 +02:00
commit c284f97a00
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
26 changed files with 32 additions and 24 deletions

View file

@ -24,7 +24,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"gopkg.in/yaml.v3"
"go.yaml.in/yaml/v3"
)
func TestDumpRestore(t *testing.T) {