Skip to content

Commit

Permalink
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 Jun 17, 2024
1 parent c4bf75a commit 7442a91
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
@@ -1,6 +1,8 @@
module github.com/mudler/yip

go 1.20
go 1.21

toolchain go1.22.4

require (
github.com/Masterminds/sprig/v3 v3.2.3
Expand Down Expand Up @@ -30,6 +32,7 @@ require (
gopkg.in/ini.v1 v1.67.0
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
pault.ag/go/modprobe v0.1.2
)

Expand Down Expand Up @@ -88,6 +91,5 @@ require (
golang.org/x/tools v0.17.0 // indirect
gopkg.in/djherbis/times.v1 v1.3.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
pault.ag/go/topsort v0.1.1 // indirect
)

0 comments on commit 7442a91

Please sign in to comment.