Skip to content

Commit 6cd3ce1

Browse files
committed
chore: Bumping Boilerplate to v0.10.0
1 parent 4f8142c commit 6cd3ce1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

cli/commands/scaffold/scaffold.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ func Run(ctx context.Context, l log.Logger, opts *options.TerragruntOptions, mod
201201
OnMissingKey: boilerplate_options.DefaultMissingKeyAction,
202202
OnMissingConfig: boilerplate_options.DefaultMissingConfigAction,
203203
Vars: vars,
204-
DisableShell: true,
205-
DisableHooks: true,
204+
NoShell: true,
205+
NoHooks: true,
206206
NonInteractive: opts.NonInteractive,
207207
DisableDependencyPrompt: opts.NoDependencyPrompt,
208208
TemplateFolder: boilerplateDir,

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/gofrs/flock v0.12.1
2121
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
2222
github.com/google/uuid v1.6.0
23-
github.com/gruntwork-io/boilerplate v0.8.1
23+
github.com/gruntwork-io/boilerplate v0.10.0
2424
github.com/gruntwork-io/go-commons v0.17.2
2525
github.com/gruntwork-io/terragrunt-engine-go v0.0.16
2626
github.com/gruntwork-io/terratest v0.50.0
@@ -82,6 +82,7 @@ require (
8282

8383
require (
8484
github.com/aws/aws-sdk-go-v2/config v1.31.2
85+
github.com/aws/aws-sdk-go-v2/credentials v1.18.6
8586
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.49.1
8687
github.com/aws/aws-sdk-go-v2/service/iam v1.47.1
8788
github.com/aws/aws-sdk-go-v2/service/s3 v1.87.1
@@ -134,7 +135,6 @@ require (
134135
github.com/atotto/clipboard v0.1.4 // indirect
135136
github.com/aws/aws-sdk-go v1.55.5 // indirect
136137
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.0 // indirect
137-
github.com/aws/aws-sdk-go-v2/credentials v1.18.6 // indirect
138138
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.4 // indirect
139139
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.72 // indirect
140140
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.4 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1240,8 +1240,8 @@ github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0/go.mod h1:hgWBS7lorOAVIJEQMi4Zs
12401240
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3/go.mod h1:o//XUCC/F+yRGJoPO/VU0GSB0f8Nhgmxx0VIRUvaC0w=
12411241
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 h1:X5VWvz21y3gzm9Nw/kaUeku/1+uBhcekkmy4IkffJww=
12421242
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1/go.mod h1:Zanoh4+gvIgluNqcfMVTJueD4wSS5hT7zTt4Mrutd90=
1243-
github.com/gruntwork-io/boilerplate v0.8.1 h1:FHP5CA86FguvgCERqf3U6ZKFxWxqW8/sp226sUCuiy0=
1244-
github.com/gruntwork-io/boilerplate v0.8.1/go.mod h1:h7U/nXYnViGXVQilZqX498hH5PCFrmaGwp4xdhGVu8c=
1243+
github.com/gruntwork-io/boilerplate v0.10.0 h1:q64OAkkREVGCR0sfbq0z88H378L/IDFYoZ8Ohn+WJRM=
1244+
github.com/gruntwork-io/boilerplate v0.10.0/go.mod h1:h7U/nXYnViGXVQilZqX498hH5PCFrmaGwp4xdhGVu8c=
12451245
github.com/gruntwork-io/go-commons v0.17.2 h1:14dsCJ7M5Vv2X3BIPKeG9Kdy6vTMGhM8L4WZazxfTuY=
12461246
github.com/gruntwork-io/go-commons v0.17.2/go.mod h1:zs7Q2AbUKuTarBPy19CIxJVUX/rBamfW8IwuWKniWkE=
12471247
github.com/gruntwork-io/terragrunt-engine-go v0.0.16 h1:1i/VRCOedQIOgPkmqyXl295EKF9saOjRoo/I+zuLKpY=

0 commit comments

Comments
 (0)