Skip to content

Commit

Permalink
fix(deps): update module gopkg.in/yaml.v2 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-coveooss[bot] authored Jul 10, 2024
1 parent 59f6262 commit f92a5c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cli/get_stack_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/coveooss/terragrunt/v2/configstack"
"github.com/coveooss/terragrunt/v2/options"

yaml "gopkg.in/yaml.v2"
yaml "gopkg.in/yaml.v3"
)

const getStackCommand = "get-stack"
Expand Down
2 changes: 1 addition & 1 deletion config/config_export_variables.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/coveooss/terragrunt/v2/util"
hclwrite "github.com/hashicorp/hcl/v2/hclwrite"
"github.com/hashicorp/terraform/configs"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
)

// ExportVariablesConfig represents a path and format where variables known to Terragrunt should be exported
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require (
github.com/urfave/cli v1.22.14
github.com/zclconf/go-cty v1.14.2
gopkg.in/matryer/try.v1 v1.0.0-20150601225556-312d2599e12e
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)

require (
Expand Down Expand Up @@ -126,7 +126,7 @@ require (
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)

replace (
Expand Down

0 comments on commit f92a5c6

Please sign in to comment.