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

View file

@ -3,7 +3,7 @@ package helper
import (
"git.smsvc.net/pomodoro/ChronoTomato/pkg/models"
"github.com/charmbracelet/log"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
"os"
"path/filepath"
"strings"