Skip to content

Commit

Permalink
chore(deps): update module gopkg.in/yaml.v2 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2023
1 parent bf25e25 commit 8b5f63f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ go 1.19
require (
github.com/karuppiah7890/go-jsonschema-generator v0.0.0-20191229070329-082ad3307d9e
github.com/spf13/cobra v1.7.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)

require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)

replace gopkg.in/yaml.v2 => gopkg.in/yaml.v2 v2.4.0
replace gopkg.in/yaml.v3 => gopkg.in/yaml.v2 v3.0.1

0 comments on commit 8b5f63f

Please sign in to comment.