fix: update module gopkg.in/yaml.v2 to v3
This commit is contained in:
parent
84e95fdd93
commit
f3b9244b16
3 changed files with 2 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue