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
+2 -1
View File
@@ -5,7 +5,7 @@ go 1.22
require (
fyne.io/fyne/v2 v2.5.3
github.com/robfig/cron/v3 v3.0.1
gopkg.in/yaml.v3 v3.0.1
go.yaml.in/yaml/v4 v4.0.0-rc.5
)
require (
@@ -37,4 +37,5 @@ require (
golang.org/x/net v0.25.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.16.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)