Skip to content

Commit 3a1d363

Browse files
authored
Merge pull request #628 from ericzbeard/v-1-21-0
Version bump
2 parents 86ef206 + 69db385 commit 3a1d363

File tree

127 files changed

+3395
-1172
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+3395
-1172
lines changed

docs/bash_completion.sh

+8
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,8 @@ _rain_build()
454454
local_nonpersistent_flags+=("--no-cache")
455455
flags+=("--omit-patches")
456456
local_nonpersistent_flags+=("--omit-patches")
457+
flags+=("--only-cache")
458+
local_nonpersistent_flags+=("--only-cache")
457459
flags+=("--output=")
458460
two_word_flags+=("--output")
459461
two_word_flags+=("-o")
@@ -961,6 +963,8 @@ _rain_deploy()
961963
local_nonpersistent_flags+=("-k")
962964
flags+=("--nested-change-set")
963965
local_nonpersistent_flags+=("--nested-change-set")
966+
flags+=("--no-analytics")
967+
local_nonpersistent_flags+=("--no-analytics")
964968
flags+=("--no-exec")
965969
flags+=("-x")
966970
local_nonpersistent_flags+=("--no-exec")
@@ -1091,6 +1095,8 @@ _rain_fmt()
10911095
two_word_flags+=("--pkl-package")
10921096
local_nonpersistent_flags+=("--pkl-package")
10931097
local_nonpersistent_flags+=("--pkl-package=")
1098+
flags+=("--uncdk")
1099+
local_nonpersistent_flags+=("--uncdk")
10941100
flags+=("--unsorted")
10951101
flags+=("-u")
10961102
local_nonpersistent_flags+=("--unsorted")
@@ -1673,6 +1679,8 @@ _rain_pkg()
16731679
flags+=("-h")
16741680
local_nonpersistent_flags+=("--help")
16751681
local_nonpersistent_flags+=("-h")
1682+
flags+=("--no-analytics")
1683+
local_nonpersistent_flags+=("--no-analytics")
16761684
flags+=("--node-style=")
16771685
two_word_flags+=("--node-style")
16781686
local_nonpersistent_flags+=("--node-style")

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ Rain is a command line tool for working with AWS CloudFormation templates and st
3636
* [rain tree](rain_tree.md) - Find dependencies of Resources and Outputs in a local template
3737
* [rain watch](rain_watch.md) - Display an updating view of a CloudFormation stack
3838

39-
###### Auto generated by spf13/cobra on 17-Dec-2024
39+
###### Auto generated by spf13/cobra on 10-Jan-2025

docs/rain_bootstrap.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ rain bootstrap
3333

3434
* [rain](index.md) -
3535

36-
###### Auto generated by spf13/cobra on 17-Dec-2024
36+
###### Auto generated by spf13/cobra on 10-Jan-2025

docs/rain_build.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ rain build [<resource type>] or <prompt>
2121
--model string The ID of the Bedrock model to use for --prompt. Shorthand: claude2, claude3haiku, claude3sonnet, claude3opus, claude3.5sonnet (default "claude2")
2222
--no-cache Do not used cached schema files
2323
--omit-patches Omit patches and use the raw schema
24+
--only-cache Only use cached schema files
2425
-o, --output string Output to a file
2526
--pkl-class Output a pkl class based on a resource type schema
2627
-p, --profile string AWS profile name; read from the AWS CLI configuration file
@@ -41,4 +42,4 @@ rain build [<resource type>] or <prompt>
4142

4243
* [rain](index.md) -
4344

44-
###### Auto generated by spf13/cobra on 17-Dec-2024
45+
###### Auto generated by spf13/cobra on 10-Jan-2025

docs/rain_cat.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ rain cat <stack>
3535

3636
* [rain](index.md) -
3737

38-
###### Auto generated by spf13/cobra on 17-Dec-2024
38+
###### Auto generated by spf13/cobra on 10-Jan-2025

docs/rain_cc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ You must pass the --experimental (-x) flag to use this command, to acknowledge t
3333
* [rain cc rm](rain_cc_rm.md) - Delete a deployment created by cc deploy (Experimental!)
3434
* [rain cc state](rain_cc_state.md) - Download the state file for a template deployed with cc deploy
3535

36-
###### Auto generated by spf13/cobra on 17-Dec-2024
36+
###### Auto generated by spf13/cobra on 10-Jan-2025

docs/rain_cc_deploy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ rain cc deploy <template> <name>
4040

4141
* [rain cc](rain_cc.md) - Interact with templates using Cloud Control API instead of CloudFormation
4242

43-
###### Auto generated by spf13/cobra on 17-Dec-2024
43+
###### Auto generated by spf13/cobra on 10-Jan-2025

docs/rain_cc_drift.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ rain cc drift <name>
3333

3434
* [rain cc](rain_cc.md) - Interact with templates using Cloud Control API instead of CloudFormation
3535

36-
###### Auto generated by spf13/cobra on 17-Dec-2024
36+
###### Auto generated by spf13/cobra on 10-Jan-2025

docs/rain_cc_rm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ rain cc rm <name>
3333

3434
* [rain cc](rain_cc.md) - Interact with templates using Cloud Control API instead of CloudFormation
3535

36-
###### Auto generated by spf13/cobra on 17-Dec-2024
36+
###### Auto generated by spf13/cobra on 10-Jan-2025

docs/rain_cc_state.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ rain cc state <name>
3333

3434
* [rain cc](rain_cc.md) - Interact with templates using Cloud Control API instead of CloudFormation
3535

36-
###### Auto generated by spf13/cobra on 17-Dec-2024
36+
###### Auto generated by spf13/cobra on 10-Jan-2025

docs/rain_console.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ rain console [stack]
3939

4040
* [rain](index.md) -
4141

42-
###### Auto generated by spf13/cobra on 17-Dec-2024
42+
###### Auto generated by spf13/cobra on 10-Jan-2025

docs/rain_deploy.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ rain deploy <template> [stack]
6262
--ignore-unknown-params Ignore unknown parameters
6363
-k, --keep keep deployed resources after a failure by disabling rollbacks
6464
--nested-change-set Whether or not to include nested stacks in the change set (default true)
65+
--no-analytics Do not write analytics to Metadata
6566
-x, --no-exec do not execute the changeset
6667
--node-style string Set the node output style to tagged, doublequoted, singlequoted, literal, folded, quotescalars, original, or flow (default "original")
6768
--params strings set parameter values; use the format key1=value1,key2=value2
@@ -87,4 +88,4 @@ rain deploy <template> [stack]
8788

8889
* [rain](index.md) -
8990

90-
###### Auto generated by spf13/cobra on 17-Dec-2024
91+
###### Auto generated by spf13/cobra on 10-Jan-2025

docs/rain_diff.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ rain diff <from> <to>
2828

2929
* [rain](index.md) -
3030

31-
###### Auto generated by spf13/cobra on 17-Dec-2024
31+
###### Auto generated by spf13/cobra on 10-Jan-2025

docs/rain_fmt.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ rain fmt <filename>...
2121
-p, --pkl Output the template as Pkl (default format: YAML).
2222
--pkl-basic Don't use Pkl modules for output
2323
--pkl-package string An alias or full package URI for the Pkl package for generated Pkl files (default "@cfn")
24+
--uncdk Remove CDK Metadata and simplify logical ids
2425
-u, --unsorted Do not sort the template's properties.
2526
-v, --verify Check if the input is already correctly formatted and exit.
2627
The exit status will be 0 if so and 1 if not.
@@ -37,4 +38,4 @@ rain fmt <filename>...
3738

3839
* [rain](index.md) -
3940

40-
###### Auto generated by spf13/cobra on 17-Dec-2024
41+
###### Auto generated by spf13/cobra on 10-Jan-2025

docs/rain_forecast.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ rain forecast --experimental <template> [stackName]
5555

5656
* [rain](index.md) -
5757

58-
###### Auto generated by spf13/cobra on 17-Dec-2024
58+
###### Auto generated by spf13/cobra on 10-Jan-2025

docs/rain_info.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ rain info
3030

3131
* [rain](index.md) -
3232

33-
###### Auto generated by spf13/cobra on 17-Dec-2024
33+
###### Auto generated by spf13/cobra on 10-Jan-2025

docs/rain_logs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ rain logs <stack> (<resource>)
3737

3838
* [rain](index.md) -
3939

40-
###### Auto generated by spf13/cobra on 17-Dec-2024
40+
###### Auto generated by spf13/cobra on 10-Jan-2025

docs/rain_ls.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ rain ls <stack> [changeset]
3131

3232
* [rain](index.md) -
3333

34-
###### Auto generated by spf13/cobra on 17-Dec-2024
34+
###### Auto generated by spf13/cobra on 10-Jan-2025

docs/rain_merge.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ rain merge <template> <template> ...
3030

3131
* [rain](index.md) -
3232

33-
###### Auto generated by spf13/cobra on 17-Dec-2024
33+
###### Auto generated by spf13/cobra on 10-Jan-2025

docs/rain_module.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ The rain module command can be used to publish modules to CodeArtifact, and to i
3131
* [rain module install](rain_module_install.md) - Install a package of Rain modules from CodeArtifact
3232
* [rain module publish](rain_module_publish.md) - Publish a directory of Rain modules to CodeArtifact
3333

34-
###### Auto generated by spf13/cobra on 17-Dec-2024
34+
###### Auto generated by spf13/cobra on 10-Jan-2025

docs/rain_module_bootstrap.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ rain module bootstrap [flags]
2929

3030
* [rain module](rain_module.md) - Interact with Rain modules in CodeArtifact
3131

32-
###### Auto generated by spf13/cobra on 17-Dec-2024
32+
###### Auto generated by spf13/cobra on 10-Jan-2025

docs/rain_module_install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ rain module install <name> [flags]
3030

3131
* [rain module](rain_module.md) - Interact with Rain modules in CodeArtifact
3232

33-
###### Auto generated by spf13/cobra on 17-Dec-2024
33+
###### Auto generated by spf13/cobra on 10-Jan-2025

docs/rain_module_publish.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ rain module publish <name> [flags]
3030

3131
* [rain module](rain_module.md) - Interact with Rain modules in CodeArtifact
3232

33-
###### Auto generated by spf13/cobra on 17-Dec-2024
33+
###### Auto generated by spf13/cobra on 10-Jan-2025

docs/rain_pkg.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ rain pkg <template>
5050
--debug Output debugging information
5151
-x, --experimental Enable experimental features
5252
-h, --help help for pkg
53+
--no-analytics Do not include analytics in Metadata
5354
--node-style string Set the node output style to tagged, doublequoted, singlequoted, literal, folded, quotescalars, original, or flow
5455
-o, --output string Output packaged template to a file
5556
-p, --profile string AWS profile name; read from the AWS CLI configuration file
@@ -69,4 +70,4 @@ rain pkg <template>
6970

7071
* [rain](index.md) -
7172

72-
###### Auto generated by spf13/cobra on 17-Dec-2024
73+
###### Auto generated by spf13/cobra on 10-Jan-2025

docs/rain_rm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ rain rm <stack> [changeset]
3434

3535
* [rain](index.md) -
3636

37-
###### Auto generated by spf13/cobra on 17-Dec-2024
37+
###### Auto generated by spf13/cobra on 10-Jan-2025

docs/rain_stackset.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ This command manipulates stack sets. It has no action if specific stack set comm
2828
* [rain stackset ls](rain_stackset_ls.md) - List a CloudFormation stack sets in a given region
2929
* [rain stackset rm](rain_stackset_rm.md) - Delete a CloudFormation stack set and/or its instances.
3030

31-
###### Auto generated by spf13/cobra on 17-Dec-2024
31+
###### Auto generated by spf13/cobra on 10-Jan-2025

docs/rain_stackset_deploy.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ Rain will attempt to create an S3 bucket to store artifacts that it packages and
1212
The bucket's name will be of the format rain-artifacts-<AWS account id>-<AWS region>.
1313

1414
The config flags can be used to set accounts, regions to operate and tags with parameters to use.
15-
Configuration file with extended options can be provided along with '--config' flag in YAML or JSON format (see example file for details).
15+
Configuration file with extended options can be provided along with '--config' flag in YAML or JSON format (see [example file](https://github.com/aws-cloudformation/rain/blob/main/test/samples/test-config.yaml) for details).
1616

1717
YAML:
18+
```
1819
Parameters:
1920
Name: Value
2021
Tags:
@@ -28,9 +29,10 @@ StackSetInstances:
2829
regions:
2930
- us-east-1
3031
- us-east-2
31-
...
32+
...
33+
```
3234

33-
Account(s) and region(s) provided as flags OVERRIDE values from configuration files. Tags and parameters from the configuration file are MERGED with CLI flag values.
35+
Account(s) and region(s) provided as flags OVERRIDE values from configuration files. Tags and parameters from the configuration file are MERGED with CLI flag values.
3436

3537

3638
```
@@ -68,4 +70,4 @@ rain stackset deploy <template> [stackset] [flags]
6870

6971
* [rain stackset](rain_stackset.md) - This command manipulates stack sets.
7072

71-
###### Auto generated by spf13/cobra on 17-Dec-2024
73+
###### Auto generated by spf13/cobra on 10-Jan-2025

docs/rain_stackset_ls.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ rain stackset ls <stack set>
3131

3232
* [rain stackset](rain_stackset.md) - This command manipulates stack sets.
3333

34-
###### Auto generated by spf13/cobra on 17-Dec-2024
34+
###### Auto generated by spf13/cobra on 10-Jan-2025

docs/rain_stackset_rm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ rain stackset rm <stackset>
3131

3232
* [rain stackset](rain_stackset.md) - This command manipulates stack sets.
3333

34-
###### Auto generated by spf13/cobra on 17-Dec-2024
34+
###### Auto generated by spf13/cobra on 10-Jan-2025

docs/rain_tree.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ rain tree [template]
3030

3131
* [rain](index.md) -
3232

33-
###### Auto generated by spf13/cobra on 17-Dec-2024
33+
###### Auto generated by spf13/cobra on 10-Jan-2025

docs/rain_watch.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ rain watch <stack>
3030

3131
* [rain](index.md) -
3232

33-
###### Auto generated by spf13/cobra on 17-Dec-2024
33+
###### Auto generated by spf13/cobra on 10-Jan-2025

go.mod

+37-37
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ toolchain go1.22.4
77
require (
88
//github.com/ake-persson/mapslice-json v0.0.0-20210720081907-22c8edf57807
99
github.com/appscode/jsonpatch v1.0.1
10-
github.com/aws/aws-sdk-go-v2 v1.32.7
11-
github.com/aws/aws-sdk-go-v2/config v1.28.6
12-
github.com/aws/aws-sdk-go-v2/credentials v1.17.47
13-
github.com/aws/aws-sdk-go-v2/service/bedrockruntime v1.23.0
14-
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.56.2
15-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.198.0
16-
github.com/aws/aws-sdk-go-v2/service/s3 v1.71.0
17-
github.com/aws/aws-sdk-go-v2/service/sts v1.33.2
10+
github.com/aws/aws-sdk-go-v2 v1.32.8
11+
github.com/aws/aws-sdk-go-v2/config v1.28.10
12+
github.com/aws/aws-sdk-go-v2/credentials v1.17.51
13+
github.com/aws/aws-sdk-go-v2/service/bedrockruntime v1.23.2
14+
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.56.4
15+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.198.3
16+
github.com/aws/aws-sdk-go-v2/service/s3 v1.72.2
17+
github.com/aws/aws-sdk-go-v2/service/sts v1.33.6
1818
github.com/aws/smithy-go v1.22.1
1919
github.com/chzyer/readline v1.5.1
2020
github.com/google/go-cmp v0.6.0
@@ -23,36 +23,36 @@ require (
2323
github.com/nathan-fiscaletti/consolesize-go v0.0.0-20220204101620-317176b6684d
2424
github.com/spf13/cobra v1.8.1
2525
github.com/spf13/pflag v1.0.5
26-
golang.org/x/sys v0.28.0
27-
golang.org/x/term v0.27.0
26+
golang.org/x/sys v0.29.0
27+
golang.org/x/term v0.28.0
2828
gopkg.in/yaml.v3 v3.0.1
2929
)
3030

3131
require (
3232
github.com/apple/pkl-go v0.8.0
3333
github.com/aws/aws-lambda-go v1.47.0
34-
github.com/aws/aws-sdk-go-v2/service/acm v1.30.7
35-
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.43.1
36-
github.com/aws/aws-sdk-go-v2/service/codeartifact v1.33.7
37-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.38.0
38-
github.com/aws/aws-sdk-go-v2/service/kms v1.37.8
39-
github.com/aws/aws-sdk-go-v2/service/lightsail v1.42.8
40-
github.com/aws/aws-sdk-go-v2/service/rds v1.93.0
41-
github.com/aws/aws-sdk-go-v2/service/sagemaker v1.169.0
42-
github.com/aws/aws-sdk-go-v2/service/servicequotas v1.25.8
43-
github.com/aws/aws-sdk-go-v2/service/ssm v1.56.1
34+
github.com/aws/aws-sdk-go-v2/service/acm v1.30.10
35+
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.44.2
36+
github.com/aws/aws-sdk-go-v2/service/codeartifact v1.33.9
37+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.39.2
38+
github.com/aws/aws-sdk-go-v2/service/kms v1.37.10
39+
github.com/aws/aws-sdk-go-v2/service/lightsail v1.42.9
40+
github.com/aws/aws-sdk-go-v2/service/rds v1.93.4
41+
github.com/aws/aws-sdk-go-v2/service/sagemaker v1.172.1
42+
github.com/aws/aws-sdk-go-v2/service/servicequotas v1.25.10
43+
github.com/aws/aws-sdk-go-v2/service/ssm v1.56.4
4444
github.com/fatih/color v1.18.0
45-
github.com/gabriel-vasile/mimetype v1.4.7
45+
github.com/gabriel-vasile/mimetype v1.4.8
4646
github.com/lestrrat-go/jwx/v2 v2.1.3
4747
github.com/manifoldco/promptui v0.9.0
4848
github.com/mattn/go-runewidth v0.0.15
4949
github.com/stretchr/testify v1.10.0
5050
)
5151

5252
require (
53-
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.25 // indirect
54-
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.6 // indirect
55-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.6 // indirect
53+
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.27 // indirect
54+
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.8 // indirect
55+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.8 // indirect
5656
github.com/davecgh/go-spew v1.1.1 // indirect
5757
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
5858
github.com/goccy/go-json v0.10.4 // indirect
@@ -61,35 +61,35 @@ require (
6161
github.com/lestrrat-go/httprc v1.0.6 // indirect
6262
github.com/lestrrat-go/iter v1.0.2 // indirect
6363
github.com/lestrrat-go/option v1.0.1 // indirect
64-
github.com/mattn/go-colorable v0.1.13 // indirect
64+
github.com/mattn/go-colorable v0.1.14 // indirect
6565
github.com/mattn/go-isatty v0.0.20 // indirect
6666
github.com/pmezard/go-difflib v1.0.0 // indirect
6767
github.com/rivo/uniseg v0.2.0 // indirect
6868
github.com/segmentio/asm v1.2.0 // indirect
6969
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
7070
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
71-
golang.org/x/crypto v0.31.0 // indirect
72-
golang.org/x/net v0.32.0 // indirect
71+
golang.org/x/crypto v0.32.0 // indirect
72+
golang.org/x/net v0.34.0 // indirect
7373
)
7474

7575
require (
7676
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 // indirect
77-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.21 // indirect
78-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 // indirect
79-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 // indirect
77+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.23 // indirect
78+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.27 // indirect
79+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.27 // indirect
8080
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
81-
github.com/aws/aws-sdk-go-v2/service/cloudcontrol v1.23.3
82-
github.com/aws/aws-sdk-go-v2/service/iam v1.38.2
81+
github.com/aws/aws-sdk-go-v2/service/cloudcontrol v1.23.4
82+
github.com/aws/aws-sdk-go-v2/service/iam v1.38.4
8383
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect
84-
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.6 // indirect
85-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.6 // indirect
86-
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.6 // indirect
87-
github.com/aws/aws-sdk-go-v2/service/sso v1.24.7 // indirect
84+
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.8 // indirect
85+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.8 // indirect
86+
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.8 // indirect
87+
github.com/aws/aws-sdk-go-v2/service/sso v1.24.9 // indirect
8888
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
8989
github.com/inconshreveable/mousetrap v1.1.0 // indirect
9090
github.com/jmespath/go-jmespath v0.4.0 // indirect
9191
github.com/russross/blackfriday/v2 v2.1.0 // indirect
9292
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
93-
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
93+
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8
9494
gopkg.in/yaml.v2 v2.4.0
9595
)

0 commit comments

Comments
 (0)