Replace archived YAML dependency

Switch direct YAML usage from gopkg.in/yaml.v3 to go.yaml.in/yaml/v4, the maintained YAML org fork of the archived go-yaml repository.

Update README dependency and mirroring links so the documented source repository matches the module used by the application.
This commit is contained in:
mixeme
2026-06-16 08:12:14 +03:00
parent c1bd8c952c
commit d202f8a94c
5 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"runtime"
"strings"
"gopkg.in/yaml.v3"
"go.yaml.in/yaml/v4"
)
type Store struct {