Skip to content

Commit

Permalink
Merge pull request #9 from seipan/renovate/gopkg.in-yaml.v2-3.x
Browse files Browse the repository at this point in the history
Update module gopkg.in/yaml.v2 to v3
  • Loading branch information
seipan committed Apr 11, 2024
2 parents e28ebb4 + 0a503a8 commit ea0f545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/mattn/go-sqlite3 v1.14.22
github.com/spf13/cobra v1.8.0
github.com/stretchr/testify v1.9.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
gopkg.in/yaml.v3 v3.0.1
)

Expand Down
2 changes: 1 addition & 1 deletion lib/yaml_parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ package lib
import (
"os"

"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
)

func ParseYML(filepath string) (*Config, error) {
Expand Down

0 comments on commit ea0f545

Please sign in to comment.