Skip to content

Commit

Permalink
fix(deps): update module gopkg.in/yaml.v1 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 28, 2024
1 parent 40e8666 commit ebae83f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ require (
go.uber.org/zap v1.26.0
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/mod v0.13.0 // indirect
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)

require github.com/kairos-io/go-nodepair v0.0.0-20231009015959-d3490b3b686c
require (
github.com/kairos-io/go-nodepair v0.0.0-20231009015959-d3490b3b686c
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
)

require (
atomicgo.dev/cursor v0.2.0 // indirect
Expand Down

0 comments on commit ebae83f

Please sign in to comment.