Skip to content

Commit

Permalink
Merge pull request #628 from ericzbeard/v-1-21-0
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
ericzbeard authored Jan 11, 2025
2 parents 86ef206 + 69db385 commit 3a1d363
Show file tree
Hide file tree
Showing 127 changed files with 3,395 additions and 1,172 deletions.
8 changes: 8 additions & 0 deletions docs/bash_completion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,8 @@ _rain_build()
local_nonpersistent_flags+=("--no-cache")
flags+=("--omit-patches")
local_nonpersistent_flags+=("--omit-patches")
flags+=("--only-cache")
local_nonpersistent_flags+=("--only-cache")
flags+=("--output=")
two_word_flags+=("--output")
two_word_flags+=("-o")
Expand Down Expand Up @@ -961,6 +963,8 @@ _rain_deploy()
local_nonpersistent_flags+=("-k")
flags+=("--nested-change-set")
local_nonpersistent_flags+=("--nested-change-set")
flags+=("--no-analytics")
local_nonpersistent_flags+=("--no-analytics")
flags+=("--no-exec")
flags+=("-x")
local_nonpersistent_flags+=("--no-exec")
Expand Down Expand Up @@ -1091,6 +1095,8 @@ _rain_fmt()
two_word_flags+=("--pkl-package")
local_nonpersistent_flags+=("--pkl-package")
local_nonpersistent_flags+=("--pkl-package=")
flags+=("--uncdk")
local_nonpersistent_flags+=("--uncdk")
flags+=("--unsorted")
flags+=("-u")
local_nonpersistent_flags+=("--unsorted")
Expand Down Expand Up @@ -1673,6 +1679,8 @@ _rain_pkg()
flags+=("-h")
local_nonpersistent_flags+=("--help")
local_nonpersistent_flags+=("-h")
flags+=("--no-analytics")
local_nonpersistent_flags+=("--no-analytics")
flags+=("--node-style=")
two_word_flags+=("--node-style")
local_nonpersistent_flags+=("--node-style")
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ Rain is a command line tool for working with AWS CloudFormation templates and st
* [rain tree](rain_tree.md) - Find dependencies of Resources and Outputs in a local template
* [rain watch](rain_watch.md) - Display an updating view of a CloudFormation stack

###### Auto generated by spf13/cobra on 17-Dec-2024
###### Auto generated by spf13/cobra on 10-Jan-2025
2 changes: 1 addition & 1 deletion docs/rain_bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ rain bootstrap

* [rain](index.md) -

###### Auto generated by spf13/cobra on 17-Dec-2024
###### Auto generated by spf13/cobra on 10-Jan-2025
3 changes: 2 additions & 1 deletion docs/rain_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ rain build [<resource type>] or <prompt>
--model string The ID of the Bedrock model to use for --prompt. Shorthand: claude2, claude3haiku, claude3sonnet, claude3opus, claude3.5sonnet (default "claude2")
--no-cache Do not used cached schema files
--omit-patches Omit patches and use the raw schema
--only-cache Only use cached schema files
-o, --output string Output to a file
--pkl-class Output a pkl class based on a resource type schema
-p, --profile string AWS profile name; read from the AWS CLI configuration file
Expand All @@ -41,4 +42,4 @@ rain build [<resource type>] or <prompt>

* [rain](index.md) -

###### Auto generated by spf13/cobra on 17-Dec-2024
###### Auto generated by spf13/cobra on 10-Jan-2025
2 changes: 1 addition & 1 deletion docs/rain_cat.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ rain cat <stack>

* [rain](index.md) -

###### Auto generated by spf13/cobra on 17-Dec-2024
###### Auto generated by spf13/cobra on 10-Jan-2025
2 changes: 1 addition & 1 deletion docs/rain_cc.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ You must pass the --experimental (-x) flag to use this command, to acknowledge t
* [rain cc rm](rain_cc_rm.md) - Delete a deployment created by cc deploy (Experimental!)
* [rain cc state](rain_cc_state.md) - Download the state file for a template deployed with cc deploy

###### Auto generated by spf13/cobra on 17-Dec-2024
###### Auto generated by spf13/cobra on 10-Jan-2025
2 changes: 1 addition & 1 deletion docs/rain_cc_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ rain cc deploy <template> <name>

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

###### Auto generated by spf13/cobra on 17-Dec-2024
###### Auto generated by spf13/cobra on 10-Jan-2025
2 changes: 1 addition & 1 deletion docs/rain_cc_drift.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ rain cc drift <name>

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

###### Auto generated by spf13/cobra on 17-Dec-2024
###### Auto generated by spf13/cobra on 10-Jan-2025
2 changes: 1 addition & 1 deletion docs/rain_cc_rm.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ rain cc rm <name>

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

###### Auto generated by spf13/cobra on 17-Dec-2024
###### Auto generated by spf13/cobra on 10-Jan-2025
2 changes: 1 addition & 1 deletion docs/rain_cc_state.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ rain cc state <name>

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

###### Auto generated by spf13/cobra on 17-Dec-2024
###### Auto generated by spf13/cobra on 10-Jan-2025
2 changes: 1 addition & 1 deletion docs/rain_console.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ rain console [stack]

* [rain](index.md) -

###### Auto generated by spf13/cobra on 17-Dec-2024
###### Auto generated by spf13/cobra on 10-Jan-2025
3 changes: 2 additions & 1 deletion docs/rain_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ rain deploy <template> [stack]
--ignore-unknown-params Ignore unknown parameters
-k, --keep keep deployed resources after a failure by disabling rollbacks
--nested-change-set Whether or not to include nested stacks in the change set (default true)
--no-analytics Do not write analytics to Metadata
-x, --no-exec do not execute the changeset
--node-style string Set the node output style to tagged, doublequoted, singlequoted, literal, folded, quotescalars, original, or flow (default "original")
--params strings set parameter values; use the format key1=value1,key2=value2
Expand All @@ -87,4 +88,4 @@ rain deploy <template> [stack]

* [rain](index.md) -

###### Auto generated by spf13/cobra on 17-Dec-2024
###### Auto generated by spf13/cobra on 10-Jan-2025
2 changes: 1 addition & 1 deletion docs/rain_diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ rain diff <from> <to>

* [rain](index.md) -

###### Auto generated by spf13/cobra on 17-Dec-2024
###### Auto generated by spf13/cobra on 10-Jan-2025
3 changes: 2 additions & 1 deletion docs/rain_fmt.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ rain fmt <filename>...
-p, --pkl Output the template as Pkl (default format: YAML).
--pkl-basic Don't use Pkl modules for output
--pkl-package string An alias or full package URI for the Pkl package for generated Pkl files (default "@cfn")
--uncdk Remove CDK Metadata and simplify logical ids
-u, --unsorted Do not sort the template's properties.
-v, --verify Check if the input is already correctly formatted and exit.
The exit status will be 0 if so and 1 if not.
Expand All @@ -37,4 +38,4 @@ rain fmt <filename>...

* [rain](index.md) -

###### Auto generated by spf13/cobra on 17-Dec-2024
###### Auto generated by spf13/cobra on 10-Jan-2025
2 changes: 1 addition & 1 deletion docs/rain_forecast.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ rain forecast --experimental <template> [stackName]

* [rain](index.md) -

###### Auto generated by spf13/cobra on 17-Dec-2024
###### Auto generated by spf13/cobra on 10-Jan-2025
2 changes: 1 addition & 1 deletion docs/rain_info.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ rain info

* [rain](index.md) -

###### Auto generated by spf13/cobra on 17-Dec-2024
###### Auto generated by spf13/cobra on 10-Jan-2025
2 changes: 1 addition & 1 deletion docs/rain_logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ rain logs <stack> (<resource>)

* [rain](index.md) -

###### Auto generated by spf13/cobra on 17-Dec-2024
###### Auto generated by spf13/cobra on 10-Jan-2025
2 changes: 1 addition & 1 deletion docs/rain_ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ rain ls <stack> [changeset]

* [rain](index.md) -

###### Auto generated by spf13/cobra on 17-Dec-2024
###### Auto generated by spf13/cobra on 10-Jan-2025
2 changes: 1 addition & 1 deletion docs/rain_merge.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ rain merge <template> <template> ...

* [rain](index.md) -

###### Auto generated by spf13/cobra on 17-Dec-2024
###### Auto generated by spf13/cobra on 10-Jan-2025
2 changes: 1 addition & 1 deletion docs/rain_module.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ The rain module command can be used to publish modules to CodeArtifact, and to i
* [rain module install](rain_module_install.md) - Install a package of Rain modules from CodeArtifact
* [rain module publish](rain_module_publish.md) - Publish a directory of Rain modules to CodeArtifact

###### Auto generated by spf13/cobra on 17-Dec-2024
###### Auto generated by spf13/cobra on 10-Jan-2025
2 changes: 1 addition & 1 deletion docs/rain_module_bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ rain module bootstrap [flags]

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

###### Auto generated by spf13/cobra on 17-Dec-2024
###### Auto generated by spf13/cobra on 10-Jan-2025
2 changes: 1 addition & 1 deletion docs/rain_module_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ rain module install <name> [flags]

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

###### Auto generated by spf13/cobra on 17-Dec-2024
###### Auto generated by spf13/cobra on 10-Jan-2025
2 changes: 1 addition & 1 deletion docs/rain_module_publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ rain module publish <name> [flags]

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

###### Auto generated by spf13/cobra on 17-Dec-2024
###### Auto generated by spf13/cobra on 10-Jan-2025
3 changes: 2 additions & 1 deletion docs/rain_pkg.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ rain pkg <template>
--debug Output debugging information
-x, --experimental Enable experimental features
-h, --help help for pkg
--no-analytics Do not include analytics in Metadata
--node-style string Set the node output style to tagged, doublequoted, singlequoted, literal, folded, quotescalars, original, or flow
-o, --output string Output packaged template to a file
-p, --profile string AWS profile name; read from the AWS CLI configuration file
Expand All @@ -69,4 +70,4 @@ rain pkg <template>

* [rain](index.md) -

###### Auto generated by spf13/cobra on 17-Dec-2024
###### Auto generated by spf13/cobra on 10-Jan-2025
2 changes: 1 addition & 1 deletion docs/rain_rm.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ rain rm <stack> [changeset]

* [rain](index.md) -

###### Auto generated by spf13/cobra on 17-Dec-2024
###### Auto generated by spf13/cobra on 10-Jan-2025
2 changes: 1 addition & 1 deletion docs/rain_stackset.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ This command manipulates stack sets. It has no action if specific stack set comm
* [rain stackset ls](rain_stackset_ls.md) - List a CloudFormation stack sets in a given region
* [rain stackset rm](rain_stackset_rm.md) - Delete a CloudFormation stack set and/or its instances.

###### Auto generated by spf13/cobra on 17-Dec-2024
###### Auto generated by spf13/cobra on 10-Jan-2025
10 changes: 6 additions & 4 deletions docs/rain_stackset_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ Rain will attempt to create an S3 bucket to store artifacts that it packages and
The bucket's name will be of the format rain-artifacts-<AWS account id>-<AWS region>.

The config flags can be used to set accounts, regions to operate and tags with parameters to use.
Configuration file with extended options can be provided along with '--config' flag in YAML or JSON format (see example file for details).
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).

YAML:
```
Parameters:
Name: Value
Tags:
Expand All @@ -28,9 +29,10 @@ StackSetInstances:
regions:
- us-east-1
- us-east-2
...
...
```

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.
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.


```
Expand Down Expand Up @@ -68,4 +70,4 @@ rain stackset deploy <template> [stackset] [flags]

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

###### Auto generated by spf13/cobra on 17-Dec-2024
###### Auto generated by spf13/cobra on 10-Jan-2025
2 changes: 1 addition & 1 deletion docs/rain_stackset_ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ rain stackset ls <stack set>

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

###### Auto generated by spf13/cobra on 17-Dec-2024
###### Auto generated by spf13/cobra on 10-Jan-2025
2 changes: 1 addition & 1 deletion docs/rain_stackset_rm.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ rain stackset rm <stackset>

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

###### Auto generated by spf13/cobra on 17-Dec-2024
###### Auto generated by spf13/cobra on 10-Jan-2025
2 changes: 1 addition & 1 deletion docs/rain_tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ rain tree [template]

* [rain](index.md) -

###### Auto generated by spf13/cobra on 17-Dec-2024
###### Auto generated by spf13/cobra on 10-Jan-2025
2 changes: 1 addition & 1 deletion docs/rain_watch.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ rain watch <stack>

* [rain](index.md) -

###### Auto generated by spf13/cobra on 17-Dec-2024
###### Auto generated by spf13/cobra on 10-Jan-2025
74 changes: 37 additions & 37 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ toolchain go1.22.4
require (
//github.com/ake-persson/mapslice-json v0.0.0-20210720081907-22c8edf57807
github.com/appscode/jsonpatch v1.0.1
github.com/aws/aws-sdk-go-v2 v1.32.7
github.com/aws/aws-sdk-go-v2/config v1.28.6
github.com/aws/aws-sdk-go-v2/credentials v1.17.47
github.com/aws/aws-sdk-go-v2/service/bedrockruntime v1.23.0
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.56.2
github.com/aws/aws-sdk-go-v2/service/ec2 v1.198.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.71.0
github.com/aws/aws-sdk-go-v2/service/sts v1.33.2
github.com/aws/aws-sdk-go-v2 v1.32.8
github.com/aws/aws-sdk-go-v2/config v1.28.10
github.com/aws/aws-sdk-go-v2/credentials v1.17.51
github.com/aws/aws-sdk-go-v2/service/bedrockruntime v1.23.2
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.56.4
github.com/aws/aws-sdk-go-v2/service/ec2 v1.198.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.72.2
github.com/aws/aws-sdk-go-v2/service/sts v1.33.6
github.com/aws/smithy-go v1.22.1
github.com/chzyer/readline v1.5.1
github.com/google/go-cmp v0.6.0
Expand All @@ -23,36 +23,36 @@ require (
github.com/nathan-fiscaletti/consolesize-go v0.0.0-20220204101620-317176b6684d
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
golang.org/x/sys v0.28.0
golang.org/x/term v0.27.0
golang.org/x/sys v0.29.0
golang.org/x/term v0.28.0
gopkg.in/yaml.v3 v3.0.1
)

require (
github.com/apple/pkl-go v0.8.0
github.com/aws/aws-lambda-go v1.47.0
github.com/aws/aws-sdk-go-v2/service/acm v1.30.7
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.43.1
github.com/aws/aws-sdk-go-v2/service/codeartifact v1.33.7
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.38.0
github.com/aws/aws-sdk-go-v2/service/kms v1.37.8
github.com/aws/aws-sdk-go-v2/service/lightsail v1.42.8
github.com/aws/aws-sdk-go-v2/service/rds v1.93.0
github.com/aws/aws-sdk-go-v2/service/sagemaker v1.169.0
github.com/aws/aws-sdk-go-v2/service/servicequotas v1.25.8
github.com/aws/aws-sdk-go-v2/service/ssm v1.56.1
github.com/aws/aws-sdk-go-v2/service/acm v1.30.10
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.44.2
github.com/aws/aws-sdk-go-v2/service/codeartifact v1.33.9
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.39.2
github.com/aws/aws-sdk-go-v2/service/kms v1.37.10
github.com/aws/aws-sdk-go-v2/service/lightsail v1.42.9
github.com/aws/aws-sdk-go-v2/service/rds v1.93.4
github.com/aws/aws-sdk-go-v2/service/sagemaker v1.172.1
github.com/aws/aws-sdk-go-v2/service/servicequotas v1.25.10
github.com/aws/aws-sdk-go-v2/service/ssm v1.56.4
github.com/fatih/color v1.18.0
github.com/gabriel-vasile/mimetype v1.4.7
github.com/gabriel-vasile/mimetype v1.4.8
github.com/lestrrat-go/jwx/v2 v2.1.3
github.com/manifoldco/promptui v0.9.0
github.com/mattn/go-runewidth v0.0.15
github.com/stretchr/testify v1.10.0
)

require (
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.25 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.6 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.6 // indirect
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.27 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.8 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.8 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
github.com/goccy/go-json v0.10.4 // indirect
Expand All @@ -61,35 +61,35 @@ require (
github.com/lestrrat-go/httprc v1.0.6 // indirect
github.com/lestrrat-go/iter v1.0.2 // indirect
github.com/lestrrat-go/option v1.0.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/segmentio/asm v1.2.0 // indirect
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/net v0.32.0 // indirect
golang.org/x/crypto v0.32.0 // indirect
golang.org/x/net v0.34.0 // indirect
)

require (
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.21 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.23 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.27 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.27 // indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
github.com/aws/aws-sdk-go-v2/service/cloudcontrol v1.23.3
github.com/aws/aws-sdk-go-v2/service/iam v1.38.2
github.com/aws/aws-sdk-go-v2/service/cloudcontrol v1.23.4
github.com/aws/aws-sdk-go-v2/service/iam v1.38.4
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.6 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.6 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.6 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.24.7 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.8 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.8 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.8 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.24.9 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8
gopkg.in/yaml.v2 v2.4.0
)
Loading

0 comments on commit 3a1d363

Please sign in to comment.