Skip to content

Commit

Permalink
refactor: bump Terragrunt lib to ignore dup blocks warning
Browse files Browse the repository at this point in the history
Bumps the Terragrunt lib to include changes to ignore duplicate generate block
warning. More information on this change can be found here: infracost/terragrunt#14
  • Loading branch information
hugorut committed Feb 23, 2024
1 parent cfd0727 commit 6ea7863
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,6 @@ replace github.com/jedib0t/go-pretty/v6 => github.com/aliscott/go-pretty/v6 v6.1
replace github.com/spf13/cobra => github.com/spf13/cobra v1.4.0

//replace github.com/gruntwork-io/terragrunt => github.com/infracost/terragrunt v0.47.1-0.20231211141424-6a52de9a284a
replace github.com/gruntwork-io/terragrunt => github.com/infracost/terragrunt v0.47.1-0.20240216083643-238c4f593673
replace github.com/gruntwork-io/terragrunt => github.com/infracost/terragrunt v0.47.1-0.20240223101652-0b78eb7e0d9a

replace github.com/heimdalr/dag => github.com/aliscott/dag v1.3.2-0.20231115114512-4ce18c825f94
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -852,8 +852,8 @@ github.com/imdario/mergo v0.3.13/go.mod h1:4lJ1jqUDcsbIECGy0RUJAXNIhg+6ocWgb1ALK
github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/infracost/terragrunt v0.47.1-0.20240216083643-238c4f593673 h1:QzoRiJHaV3P7M4CH6WAZV4kTDGdq7FuJ8g0olm6UYLQ=
github.com/infracost/terragrunt v0.47.1-0.20240216083643-238c4f593673/go.mod h1:xmRpWI+M4KlZbMQp1pj20CdXlZf5eIkRND5ybNkdnus=
github.com/infracost/terragrunt v0.47.1-0.20240223101652-0b78eb7e0d9a h1:z9/bne+0lKEYMuNnUPr0mYgItGXfSrkf4JPdyIiviOM=
github.com/infracost/terragrunt v0.47.1-0.20240223101652-0b78eb7e0d9a/go.mod h1:xmRpWI+M4KlZbMQp1pj20CdXlZf5eIkRND5ybNkdnus=
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo=
github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=
Expand Down

0 comments on commit 6ea7863

Please sign in to comment.