Skip to content

Commit

Permalink
Merge pull request #639 from crhntr/bump-yaml-in-release-manifest-pac…
Browse files Browse the repository at this point in the history
…kage

Bump to gopkg.in/yaml.v2 to v3 in the release/manifest package
  • Loading branch information
selzoc authored Dec 13, 2023
2 parents 3084288 + fb88b36 commit 1ee492f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/manifest/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

bosherr "github.com/cloudfoundry/bosh-utils/errors"
boshsys "github.com/cloudfoundry/bosh-utils/system"
yaml "gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
)

type Manifest struct {
Expand Down

0 comments on commit 1ee492f

Please sign in to comment.