Skip to content

Commit

Permalink
refactor: selectively bump yaml to v3
Browse files Browse the repository at this point in the history
this is so we use the correct Kilnfile parser for DeGlazeBehavior
  • Loading branch information
crhntr committed Jun 28, 2023
1 parent de9a40a commit afe2fa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/commands/flags/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/go-git/go-billy/v5"
"github.com/go-git/go-billy/v5/osfs"
"github.com/pivotal-cf/jhanda"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"

"github.com/pivotal-cf/kiln/internal/baking"
"github.com/pivotal-cf/kiln/pkg/cargo"
Expand Down
2 changes: 1 addition & 1 deletion internal/commands/init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

"github.com/go-git/go-billy/v5"
"github.com/pivotal-cf/jhanda"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
)

func TestCommands(t *testing.T) {
Expand Down

0 comments on commit afe2fa4

Please sign in to comment.