terraconstructs 0.0.8 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/.mise.toml +4 -1
- package/.nvmrc +1 -1
- package/README.md +15 -3
- package/go.mod +63 -77
- package/go.sum +130 -962
- package/lib/aws/arn.js +1 -1
- package/lib/aws/aws-construct.js +1 -1
- package/lib/aws/aws-stack.js +1 -1
- package/lib/aws/cloudwatch/actions/ec2.js +1 -1
- package/lib/aws/cloudwatch/actions/lambda.js +1 -1
- package/lib/aws/cloudwatch/alarm-base.js +1 -1
- package/lib/aws/cloudwatch/alarm-rule.js +1 -1
- package/lib/aws/cloudwatch/alarm-status-widget.js +1 -1
- package/lib/aws/cloudwatch/alarm.js +1 -1
- package/lib/aws/cloudwatch/composite-alarm.js +1 -1
- package/lib/aws/cloudwatch/dashboard.js +1 -1
- package/lib/aws/cloudwatch/data-protection-policy.js +3 -3
- package/lib/aws/cloudwatch/graph.js +8 -8
- package/lib/aws/cloudwatch/layout.js +3 -3
- package/lib/aws/cloudwatch/log-destinations/kinesis.js +1 -1
- package/lib/aws/cloudwatch/log-destinations/lambda.js +1 -1
- package/lib/aws/cloudwatch/log-group.js +1 -1
- package/lib/aws/cloudwatch/log-query.js +1 -1
- package/lib/aws/cloudwatch/log-stream.js +1 -1
- package/lib/aws/cloudwatch/metric-filter.js +1 -1
- package/lib/aws/cloudwatch/metric.js +2 -2
- package/lib/aws/cloudwatch/pattern.js +3 -3
- package/lib/aws/cloudwatch/policy.js +1 -1
- package/lib/aws/cloudwatch/query-definition.js +2 -2
- package/lib/aws/cloudwatch/stats.js +1 -1
- package/lib/aws/cloudwatch/subscription-filter.js +1 -1
- package/lib/aws/cloudwatch/text.js +1 -1
- package/lib/aws/cloudwatch/variable.js +3 -3
- package/lib/aws/cloudwatch/widget.js +1 -1
- package/lib/aws/compute/activity.js +1 -1
- package/lib/aws/compute/architecture.js +1 -1
- package/lib/aws/compute/chain.js +1 -1
- package/lib/aws/compute/condition.js +1 -1
- package/lib/aws/compute/event-invoke-config.js +1 -1
- package/lib/aws/compute/event-source-filter.js +2 -2
- package/lib/aws/compute/event-source-mapping.js +1 -1
- package/lib/aws/compute/event-sources/s3-onfailure-destination.js +1 -1
- package/lib/aws/compute/event-sources/s3.js +1 -1
- package/lib/aws/compute/event-sources/sqs-dlq.js +1 -1
- package/lib/aws/compute/event-sources/sqs.js +1 -1
- package/lib/aws/compute/fields.js +4 -4
- package/lib/aws/compute/function-alias.js +1 -1
- package/lib/aws/compute/function-base.js +2 -2
- package/lib/aws/compute/function-destinations/event-bridge.js +1 -1
- package/lib/aws/compute/function-destinations/function.js +1 -1
- package/lib/aws/compute/function-destinations/sqs.js +1 -1
- package/lib/aws/compute/function-nodejs.js +1 -1
- package/lib/aws/compute/function-url.js +1 -1
- package/lib/aws/compute/function.js +1 -1
- package/lib/aws/compute/state-graph.js +1 -1
- package/lib/aws/compute/state-machine-fragment.js +1 -1
- package/lib/aws/compute/state-machine.js +4 -4
- package/lib/aws/compute/states/choice.js +1 -1
- package/lib/aws/compute/states/custom-state.js +1 -1
- package/lib/aws/compute/states/distributed-map/item-batcher.js +1 -1
- package/lib/aws/compute/states/distributed-map/item-reader.js +5 -5
- package/lib/aws/compute/states/distributed-map/result-writer.js +1 -1
- package/lib/aws/compute/states/distributed-map.js +1 -1
- package/lib/aws/compute/states/fail.js +1 -1
- package/lib/aws/compute/states/map-base.js +1 -1
- package/lib/aws/compute/states/map.js +1 -1
- package/lib/aws/compute/states/parallel.js +1 -1
- package/lib/aws/compute/states/pass.js +2 -2
- package/lib/aws/compute/states/state.js +1 -1
- package/lib/aws/compute/states/succeed.js +1 -1
- package/lib/aws/compute/states/task-base.js +2 -2
- package/lib/aws/compute/states/task.js +1 -1
- package/lib/aws/compute/states/wait.js +2 -2
- package/lib/aws/compute/task-credentials.js +1 -1
- package/lib/aws/compute/task-input.js +1 -1
- package/lib/aws/compute/tasks/aws-sdk/call-aws-service.js +1 -1
- package/lib/aws/compute/tasks/eventbridge/put-events.js +1 -1
- package/lib/aws/compute/tasks/http/invoke.js +1 -1
- package/lib/aws/compute/tasks/lambda/invoke.js +1 -1
- package/lib/aws/compute/tasks/sqs/send-message.js +1 -1
- package/lib/aws/compute/tasks/stepfunctions/invoke-activity.js +1 -1
- package/lib/aws/compute/tasks/stepfunctions/start-execution.js +1 -1
- package/lib/aws/compute/types.js +1 -1
- package/lib/aws/edge/certificate.js +1 -1
- package/lib/aws/edge/distribution.js +3 -3
- package/lib/aws/edge/dns-alias-record-targets.js +2 -2
- package/lib/aws/edge/dns-record.js +13 -13
- package/lib/aws/edge/dns-zone.js +1 -1
- package/lib/aws/edge/function.js +2 -2
- package/lib/aws/edge/key-value-store.js +4 -4
- package/lib/aws/edge/origin.js +3 -3
- package/lib/aws/encryption/alias.js +1 -1
- package/lib/aws/encryption/key.js +1 -1
- package/lib/aws/encryption/via-service-principal.js +1 -1
- package/lib/aws/iam/grant.js +2 -2
- package/lib/aws/iam/managed-policy.js +1 -1
- package/lib/aws/iam/oidc-provider.js +1 -1
- package/lib/aws/iam/policy-document.js +1 -1
- package/lib/aws/iam/policy-statement.js +1 -1
- package/lib/aws/iam/policy.js +1 -1
- package/lib/aws/iam/principals.js +20 -20
- package/lib/aws/iam/role.js +1 -1
- package/lib/aws/iam/saml-provider.js +2 -2
- package/lib/aws/iam/unknown-principal.js +1 -1
- package/lib/aws/network/simple-ipv4-vpc.js +1 -1
- package/lib/aws/network/subnet-group.js +3 -3
- package/lib/aws/network/subnet.js +4 -4
- package/lib/aws/notify/archive.js +1 -1
- package/lib/aws/notify/connection.js +3 -3
- package/lib/aws/notify/event-bus.js +3 -3
- package/lib/aws/notify/event-pattern.js +1 -1
- package/lib/aws/notify/input.js +2 -2
- package/lib/aws/notify/kinesis-stream.js +1 -1
- package/lib/aws/notify/queue-policy.js +1 -1
- package/lib/aws/notify/queue.js +1 -1
- package/lib/aws/notify/resource-policy.js +1 -1
- package/lib/aws/notify/rule.js +1 -1
- package/lib/aws/notify/schedule.js +1 -1
- package/lib/aws/notify/targets/event-bus.js +1 -1
- package/lib/aws/notify/targets/function.js +1 -1
- package/lib/aws/notify/targets/log-group.js +2 -2
- package/lib/aws/notify/targets/sqs.js +1 -1
- package/lib/aws/notify/targets/state-machine.js +1 -1
- package/lib/aws/storage/bucket-notifications.js +1 -1
- package/lib/aws/storage/bucket-policy.js +1 -1
- package/lib/aws/storage/bucket-source.js +1 -1
- package/lib/aws/storage/bucket.js +1 -1
- package/lib/aws/storage/notification-targets/function.js +1 -1
- package/lib/aws/storage/notification-targets/queue.js +1 -1
- package/lib/aws/storage/origin-access-identity.js +1 -1
- package/lib/construct-base.js +2 -2
- package/lib/duration.js +1 -1
- package/lib/size.js +1 -1
- package/lib/stack-base.js +1 -1
- package/package.json +2 -2
package/.jsii
CHANGED
|
@@ -2162,7 +2162,7 @@
|
|
|
2162
2162
|
},
|
|
2163
2163
|
"name": "terraconstructs",
|
|
2164
2164
|
"readme": {
|
|
2165
|
-
"markdown": "# TerraConstructs\n\n**TerraConstructs** is a library of classes and interfaces inspired by [AWS CDK](https://github.com/aws/aws-cdk), but designed to leverage the power and flexibility of Terraform. Built using [CDKTF](https://github.com/hashicorp/terraform-cdk), TerraConstructs enables developers to define cloud infrastructure using familiar object-oriented programming patterns, while taking advantage of Terraform/OpenTofu's broad provider ecosystem and efficient state management.\n\nWith TerraConstructs, you can write infrastructure as code that is intuitive, modular, and maintainable. It combines the ease of high-level constructs with the powerful capabilities of Terraform providers, offering an exceptional developer experience for defining and managing cloud resources.\n\n---\n\n### Why TerraConstructs?\n\n- **Object-Oriented Constructs**: Simplify infrastructure definition with reusable, high-level constructs that abstract complexity.\n- **Terraform Integration**: Use the extensive Terraform provider ecosystem for multi-cloud and hybrid-cloud deployments.\n- **Inspired by AWS CDK**: Enjoy similar patterns and abstractions with the flexibility to go beyond AWS.\n\n---\n\nFor detailed documentation, examples, and to learn more about the project, visit our website:\n👉 **[terraconstructs.dev](https://terraconstructs.dev)**\n\n###
|
|
2165
|
+
"markdown": "# TerraConstructs\n\n**TerraConstructs** is a library of classes and interfaces inspired by [AWS CDK](https://github.com/aws/aws-cdk), but designed to leverage the power and flexibility of Terraform. Built using [CDKTF](https://github.com/hashicorp/terraform-cdk), TerraConstructs enables developers to define cloud infrastructure using familiar object-oriented programming patterns, while taking advantage of Terraform/OpenTofu's broad provider ecosystem and efficient state management.\n\nWith TerraConstructs, you can write infrastructure as code that is intuitive, modular, and maintainable. It combines the ease of high-level constructs with the powerful capabilities of Terraform providers, offering an exceptional developer experience for defining and managing cloud resources.\n\n---\n\n### Why TerraConstructs?\n\n- **Object-Oriented Constructs**: Simplify infrastructure definition with reusable, high-level constructs that abstract complexity.\n- **Terraform Integration**: Use the extensive Terraform provider ecosystem for multi-cloud and hybrid-cloud deployments.\n- **Inspired by AWS CDK**: Enjoy similar patterns and abstractions with the flexibility to go beyond AWS.\n\n---\n\nFor detailed documentation, examples, and to learn more about the project, visit our website:\n👉 **[terraconstructs.dev](https://terraconstructs.dev)**\n\n### Contributing\n\nTo get started contributing to TerraConstructs:\n\n1. **Clone the Repository**\n ```bash\n git clone https://github.com/terraconstructs/base.git\n cd base\n ```\n\n2. **Install Dependencies**\n Ensure you have **Node.js** (`>=18.18.0`) installed along with the **pnpm** (`9.9.0`) package manager. Then run:\n ```bash\n pnpm install\n ```\n\n This will set up the workspace and install all required dependencies.\n\n### Tool versions\n\nCorrect tool versions can be controlled using [mise](https://mise.jdx.dev/getting-started.html#quickstart).\n\n```console\n# view requested config\nmise ls\n\n# install tool versions required\nmise install\n```\n\n### Integration testing\n\nTerraConstructs are validated using [gruntwork-io/terratest](https://github.com/gruntwork-io/terratest).\n\nRefer to [integ/](./integ/README.md) for further details.\n"
|
|
2166
2166
|
},
|
|
2167
2167
|
"repository": {
|
|
2168
2168
|
"type": "git",
|
|
@@ -79775,6 +79775,6 @@
|
|
|
79775
79775
|
"symbolId": "src/aws/storage/notification-targets/queue:QueueDestination"
|
|
79776
79776
|
}
|
|
79777
79777
|
},
|
|
79778
|
-
"version": "0.0.
|
|
79779
|
-
"fingerprint": "
|
|
79778
|
+
"version": "0.0.9",
|
|
79779
|
+
"fingerprint": "CLoyjWvlzrHqo3gUPAWBEPCwZ8RT8bZsYWzQG6TxtWo="
|
|
79780
79780
|
}
|
package/.mise.toml
CHANGED
package/.nvmrc
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
20
|
|
1
|
+
18.20.5
|
package/README.md
CHANGED
|
@@ -17,9 +17,9 @@ With TerraConstructs, you can write infrastructure as code that is intuitive, mo
|
|
|
17
17
|
For detailed documentation, examples, and to learn more about the project, visit our website:
|
|
18
18
|
👉 **[terraconstructs.dev](https://terraconstructs.dev)**
|
|
19
19
|
|
|
20
|
-
###
|
|
20
|
+
### Contributing
|
|
21
21
|
|
|
22
|
-
To get started
|
|
22
|
+
To get started contributing to TerraConstructs:
|
|
23
23
|
|
|
24
24
|
1. **Clone the Repository**
|
|
25
25
|
```bash
|
|
@@ -28,13 +28,25 @@ To get started with TerraConstructs as a developer:
|
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
2. **Install Dependencies**
|
|
31
|
-
Ensure you have **Node.js** installed along with the **pnpm** package manager. Then run:
|
|
31
|
+
Ensure you have **Node.js** (`>=18.18.0`) installed along with the **pnpm** (`9.9.0`) package manager. Then run:
|
|
32
32
|
```bash
|
|
33
33
|
pnpm install
|
|
34
34
|
```
|
|
35
35
|
|
|
36
36
|
This will set up the workspace and install all required dependencies.
|
|
37
37
|
|
|
38
|
+
### Tool versions
|
|
39
|
+
|
|
40
|
+
Correct tool versions can be controlled using [mise](https://mise.jdx.dev/getting-started.html#quickstart).
|
|
41
|
+
|
|
42
|
+
```console
|
|
43
|
+
# view requested config
|
|
44
|
+
mise ls
|
|
45
|
+
|
|
46
|
+
# install tool versions required
|
|
47
|
+
mise install
|
|
48
|
+
```
|
|
49
|
+
|
|
38
50
|
### Integration testing
|
|
39
51
|
|
|
40
52
|
TerraConstructs are validated using [gruntwork-io/terratest](https://github.com/gruntwork-io/terratest).
|
package/go.mod
CHANGED
|
@@ -4,110 +4,102 @@ go 1.22.2
|
|
|
4
4
|
|
|
5
5
|
// replace github.com/terraconstructs/go-synth => /path/to/terraconstructs/go-synth
|
|
6
6
|
|
|
7
|
-
// terratest ported to aws-sdk-v2
|
|
8
|
-
replace github.com/gruntwork-io/terratest => github.com/wakeful/terratest v0.47.2-0.20241015095311-22a3870b391e
|
|
9
|
-
|
|
10
7
|
// includes fixes for https://github.com/AndrewKlopper/go-jmespath/commit/08acbd74c946a6184bb1139c10334a604e05bae6
|
|
11
8
|
// ref: https://github.com/jmespath/go-jmespath/pull/87
|
|
12
9
|
replace github.com/jmespath/go-jmespath => github.com/AndrewKlopper/go-jmespath v0.4.1
|
|
13
10
|
|
|
14
11
|
require (
|
|
15
12
|
github.com/aws/aws-sdk-go-v2 v1.32.7
|
|
16
|
-
github.com/aws/aws-sdk-go-v2/config v1.
|
|
17
|
-
github.com/aws/aws-sdk-go-v2/service/acm v1.30.
|
|
13
|
+
github.com/aws/aws-sdk-go-v2/config v1.28.5
|
|
14
|
+
github.com/aws/aws-sdk-go-v2/service/acm v1.30.6
|
|
18
15
|
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.38.7
|
|
19
16
|
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.43.4
|
|
20
17
|
github.com/aws/aws-sdk-go-v2/service/cloudwatchevents v1.27.3
|
|
21
|
-
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.
|
|
18
|
+
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.44.0
|
|
22
19
|
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.36.1
|
|
23
|
-
github.com/aws/aws-sdk-go-v2/service/iam v1.
|
|
20
|
+
github.com/aws/aws-sdk-go-v2/service/iam v1.38.1
|
|
24
21
|
github.com/aws/aws-sdk-go-v2/service/kinesis v1.32.8
|
|
25
|
-
github.com/aws/aws-sdk-go-v2/service/kms v1.37.
|
|
26
|
-
github.com/aws/aws-sdk-go-v2/service/lambda v1.
|
|
27
|
-
github.com/aws/aws-sdk-go-v2/service/s3 v1.
|
|
22
|
+
github.com/aws/aws-sdk-go-v2/service/kms v1.37.6
|
|
23
|
+
github.com/aws/aws-sdk-go-v2/service/lambda v1.69.0
|
|
24
|
+
github.com/aws/aws-sdk-go-v2/service/s3 v1.69.0
|
|
28
25
|
github.com/aws/aws-sdk-go-v2/service/sfn v1.33.2
|
|
29
|
-
github.com/aws/aws-sdk-go-v2/service/sqs v1.
|
|
26
|
+
github.com/aws/aws-sdk-go-v2/service/sqs v1.37.1
|
|
30
27
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
|
31
28
|
github.com/google/go-cmp v0.6.0
|
|
32
|
-
github.com/gruntwork-io/terratest v0.
|
|
33
|
-
github.com/hashicorp/go-multierror v1.1.
|
|
34
|
-
github.com/hashicorp/terraform-json v0.
|
|
29
|
+
github.com/gruntwork-io/terratest v0.48.1
|
|
30
|
+
github.com/hashicorp/go-multierror v1.1.1
|
|
31
|
+
github.com/hashicorp/terraform-json v0.23.0
|
|
35
32
|
github.com/jmespath/go-jmespath v0.4.0
|
|
36
33
|
github.com/spf13/afero v1.11.0
|
|
37
|
-
github.com/stretchr/testify v1.
|
|
34
|
+
github.com/stretchr/testify v1.9.0
|
|
38
35
|
github.com/terraconstructs/go-synth v0.0.0-20241223031117-f10d006646ea
|
|
39
36
|
go.uber.org/zap v1.27.0
|
|
40
37
|
)
|
|
41
38
|
|
|
42
39
|
require (
|
|
43
|
-
|
|
44
|
-
cloud.google.com/go/compute v1.23.3 // indirect
|
|
45
|
-
cloud.google.com/go/compute/metadata v0.2.3 // indirect
|
|
46
|
-
cloud.google.com/go/iam v1.1.5 // indirect
|
|
47
|
-
cloud.google.com/go/storage v1.35.1 // indirect
|
|
40
|
+
filippo.io/edwards25519 v1.1.0 // indirect
|
|
48
41
|
github.com/agext/levenshtein v1.2.3 // indirect
|
|
49
|
-
github.com/apparentlymart/go-textseg/
|
|
50
|
-
github.com/aws/aws-sdk-go v1.44.122 // indirect
|
|
42
|
+
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
|
|
51
43
|
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 // indirect
|
|
52
|
-
github.com/aws/aws-sdk-go-v2/credentials v1.17.
|
|
53
|
-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.
|
|
54
|
-
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.
|
|
44
|
+
github.com/aws/aws-sdk-go-v2/credentials v1.17.46 // indirect
|
|
45
|
+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.20 // indirect
|
|
46
|
+
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.41 // indirect
|
|
55
47
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 // indirect
|
|
56
48
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 // indirect
|
|
57
49
|
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
|
|
58
50
|
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.26 // indirect
|
|
59
|
-
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.
|
|
51
|
+
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.51.0 // indirect
|
|
60
52
|
github.com/aws/aws-sdk-go-v2/service/codeartifact v1.30.3 // indirect
|
|
61
|
-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.
|
|
62
|
-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.
|
|
63
|
-
github.com/aws/aws-sdk-go-v2/service/ecr v1.36.
|
|
64
|
-
github.com/aws/aws-sdk-go-v2/service/ecs v1.
|
|
65
|
-
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.
|
|
66
|
-
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.
|
|
67
|
-
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.
|
|
68
|
-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.
|
|
69
|
-
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.
|
|
70
|
-
github.com/aws/aws-sdk-go-v2/service/rds v1.
|
|
71
|
-
github.com/aws/aws-sdk-go-v2/service/route53 v1.
|
|
72
|
-
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.34.
|
|
73
|
-
github.com/aws/aws-sdk-go-v2/service/sns v1.33.
|
|
74
|
-
github.com/aws/aws-sdk-go-v2/service/ssm v1.
|
|
75
|
-
github.com/aws/aws-sdk-go-v2/service/sso v1.24.
|
|
76
|
-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.
|
|
77
|
-
github.com/aws/aws-sdk-go-v2/service/sts v1.
|
|
53
|
+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.37.1 // indirect
|
|
54
|
+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.193.0 // indirect
|
|
55
|
+
github.com/aws/aws-sdk-go-v2/service/ecr v1.36.6 // indirect
|
|
56
|
+
github.com/aws/aws-sdk-go-v2/service/ecs v1.52.0 // indirect
|
|
57
|
+
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect
|
|
58
|
+
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.5 // indirect
|
|
59
|
+
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.5 // indirect
|
|
60
|
+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.5 // indirect
|
|
61
|
+
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.5 // indirect
|
|
62
|
+
github.com/aws/aws-sdk-go-v2/service/rds v1.91.0 // indirect
|
|
63
|
+
github.com/aws/aws-sdk-go-v2/service/route53 v1.46.2 // indirect
|
|
64
|
+
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.34.6 // indirect
|
|
65
|
+
github.com/aws/aws-sdk-go-v2/service/sns v1.33.6 // indirect
|
|
66
|
+
github.com/aws/aws-sdk-go-v2/service/ssm v1.56.0 // indirect
|
|
67
|
+
github.com/aws/aws-sdk-go-v2/service/sso v1.24.6 // indirect
|
|
68
|
+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.5 // indirect
|
|
69
|
+
github.com/aws/aws-sdk-go-v2/service/sts v1.33.1 // indirect
|
|
78
70
|
github.com/aws/smithy-go v1.22.1 // indirect
|
|
79
71
|
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
|
|
80
72
|
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
|
|
81
|
-
github.com/cpuguy83/go-md2man/v2 v2.0.
|
|
73
|
+
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
|
|
82
74
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
83
75
|
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
|
|
84
76
|
github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0 // indirect
|
|
85
|
-
github.com/go-logr/logr v1.2
|
|
77
|
+
github.com/go-logr/logr v1.4.2 // indirect
|
|
86
78
|
github.com/go-openapi/jsonpointer v0.19.6 // indirect
|
|
87
79
|
github.com/go-openapi/jsonreference v0.20.2 // indirect
|
|
88
80
|
github.com/go-openapi/swag v0.22.3 // indirect
|
|
89
|
-
github.com/go-sql-driver/mysql v1.
|
|
81
|
+
github.com/go-sql-driver/mysql v1.8.1 // indirect
|
|
90
82
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
91
|
-
github.com/golang/
|
|
92
|
-
github.com/golang/protobuf v1.5.3 // indirect
|
|
83
|
+
github.com/golang/protobuf v1.5.4 // indirect
|
|
93
84
|
github.com/google/gnostic-models v0.6.8 // indirect
|
|
94
85
|
github.com/google/gofuzz v1.2.0 // indirect
|
|
95
|
-
github.com/google/
|
|
96
|
-
github.com/google/uuid v1.4.0 // indirect
|
|
97
|
-
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
|
|
98
|
-
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
|
|
86
|
+
github.com/google/uuid v1.6.0 // indirect
|
|
99
87
|
github.com/gruntwork-io/go-commons v0.8.0 // indirect
|
|
100
88
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
101
89
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
102
|
-
github.com/hashicorp/go-getter
|
|
90
|
+
github.com/hashicorp/go-getter/v2 v2.2.3 // indirect
|
|
103
91
|
github.com/hashicorp/go-safetemp v1.0.0 // indirect
|
|
104
|
-
github.com/hashicorp/go-version v1.
|
|
105
|
-
github.com/hashicorp/hcl/v2 v2.
|
|
92
|
+
github.com/hashicorp/go-version v1.7.0 // indirect
|
|
93
|
+
github.com/hashicorp/hcl/v2 v2.22.0 // indirect
|
|
106
94
|
github.com/imdario/mergo v0.3.11 // indirect
|
|
95
|
+
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
96
|
+
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
97
|
+
github.com/jackc/pgx/v5 v5.7.1 // indirect
|
|
98
|
+
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
|
107
99
|
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect
|
|
108
100
|
github.com/josharian/intern v1.0.0 // indirect
|
|
109
101
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
110
|
-
github.com/klauspost/compress v1.
|
|
102
|
+
github.com/klauspost/compress v1.16.5 // indirect
|
|
111
103
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
112
104
|
github.com/mattn/go-zglob v0.0.2-0.20190814121620-e3c945676326 // indirect
|
|
113
105
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
@@ -118,31 +110,25 @@ require (
|
|
|
118
110
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
119
111
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
120
112
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
121
|
-
github.com/pquerna/otp v1.
|
|
113
|
+
github.com/pquerna/otp v1.4.0 // indirect
|
|
122
114
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
123
115
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
124
|
-
github.com/tmccombs/hcl2json v0.
|
|
116
|
+
github.com/tmccombs/hcl2json v0.6.4 // indirect
|
|
125
117
|
github.com/ulikunitz/xz v0.5.10 // indirect
|
|
126
|
-
github.com/urfave/cli v1.22.
|
|
127
|
-
github.com/zclconf/go-cty v1.
|
|
128
|
-
go.opencensus.io v0.24.0 // indirect
|
|
118
|
+
github.com/urfave/cli v1.22.16 // indirect
|
|
119
|
+
github.com/zclconf/go-cty v1.15.0 // indirect
|
|
129
120
|
go.uber.org/multierr v1.11.0 // indirect
|
|
130
|
-
golang.org/x/crypto v0.
|
|
131
|
-
golang.org/x/
|
|
132
|
-
golang.org/x/
|
|
133
|
-
golang.org/x/
|
|
134
|
-
golang.org/x/
|
|
135
|
-
golang.org/x/
|
|
136
|
-
golang.org/x/
|
|
137
|
-
golang.org/x/
|
|
138
|
-
golang.org/x/
|
|
139
|
-
|
|
140
|
-
google.golang.org/
|
|
141
|
-
google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17 // indirect
|
|
142
|
-
google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect
|
|
143
|
-
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
|
|
144
|
-
google.golang.org/grpc v1.59.0 // indirect
|
|
145
|
-
google.golang.org/protobuf v1.33.0 // indirect
|
|
121
|
+
golang.org/x/crypto v0.29.0 // indirect
|
|
122
|
+
golang.org/x/mod v0.18.0 // indirect
|
|
123
|
+
golang.org/x/net v0.31.0 // indirect
|
|
124
|
+
golang.org/x/oauth2 v0.24.0 // indirect
|
|
125
|
+
golang.org/x/sync v0.9.0 // indirect
|
|
126
|
+
golang.org/x/sys v0.27.0 // indirect
|
|
127
|
+
golang.org/x/term v0.26.0 // indirect
|
|
128
|
+
golang.org/x/text v0.20.0 // indirect
|
|
129
|
+
golang.org/x/time v0.8.0 // indirect
|
|
130
|
+
golang.org/x/tools v0.22.0 // indirect
|
|
131
|
+
google.golang.org/protobuf v1.35.1 // indirect
|
|
146
132
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
147
133
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
148
134
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|