fix: update module gopkg.in/yaml.v2 to v3

This commit is contained in:
Renovate Bot 2024-10-25 02:00:59 +00:00 committed by Sebastian Mark
parent 84e95fdd93
commit f3b9244b16
3 changed files with 2 additions and 3 deletions

2
go.mod
View file

@ -10,7 +10,7 @@ require (
github.com/fatih/color v1.18.0
github.com/gen2brain/beeep v0.0.0-20240516210008-9c006672e7f4
github.com/gorilla/websocket v1.5.3
gopkg.in/yaml.v2 v2.2.4
gopkg.in/yaml.v3 v3.0.1
)
require (