Skip to content

Commit

Permalink
Update first-party Pulumi dependencies (#1991)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@pulumi/aws-native](https://pulumi.com)
([source](https://redirect.github.com/pulumi/pulumi-aws-native)) |
dependencies | minor | [`1.23.0` ->
`1.24.0`](https://renovatebot.com/diffs/npm/@pulumi%2faws-native/1.23.0/1.24.0)
|
| [@pulumi/aws-native](https://pulumi.com)
([source](https://redirect.github.com/pulumi/pulumi-aws-native)) |
peerDependencies | minor | [`1.23.0` ->
`1.24.0`](https://renovatebot.com/diffs/npm/@pulumi%2faws-native/1.23.0/1.24.0)
|
| [@pulumi/pulumi](https://redirect.github.com/pulumi/pulumi)
([source](https://redirect.github.com/pulumi/pulumi/tree/HEAD/sdk/nodejs))
| dependencies | minor | [`3.145.0` ->
`3.147.0`](https://renovatebot.com/diffs/npm/@pulumi%2fpulumi/3.145.0/3.147.0)
|
| [@pulumi/random](https://pulumi.io)
([source](https://redirect.github.com/pulumi/pulumi-random)) |
dependencies | minor | [`4.16.8` ->
`4.17.0`](https://renovatebot.com/diffs/npm/@pulumi%2frandom/4.16.8/4.17.0)
|
|
[github.com/pulumi/providertest](https://redirect.github.com/pulumi/providertest)
| require | patch | `v0.1.4` -> `v0.1.5` |
|
[github.com/pulumi/pulumi-aws-native/sdk](https://redirect.github.com/pulumi/pulumi-aws-native)
| require | minor | `v1.23.0` -> `v1.24.0` |
|
[github.com/pulumi/pulumi/pkg/v3](https://redirect.github.com/pulumi/pulumi)
| require | minor | `v3.145.0` -> `v3.147.0` |
|
[github.com/pulumi/pulumi/sdk/v3](https://redirect.github.com/pulumi/pulumi)
| require | minor | `v3.145.0` -> `v3.147.0` |
| [pulumi/actions](https://redirect.github.com/pulumi/actions) | action
| patch | `v6.0.0` -> `v6.0.1` |

---

### Release Notes

<details>
<summary>pulumi/pulumi-aws-native (@&#8203;pulumi/aws-native)</summary>

###
[`v1.24.0`](https://redirect.github.com/pulumi/pulumi-aws-native/compare/v1.23.0...v1.24.0)

[Compare
Source](https://redirect.github.com/pulumi/pulumi-aws-native/compare/v1.23.0...v1.24.0)

</details>

<details>
<summary>pulumi/pulumi (@&#8203;pulumi/pulumi)</summary>

###
[`v3.147.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31470-2025-01-21)

[Compare
Source](https://redirect.github.com/pulumi/pulumi/compare/v3.146.0...v3.147.0)

##### Features

-   \[cli] Update go.mod to require go1.22
[#&#8203;18274](https://redirect.github.com/pulumi/pulumi/pull/18274)

-   \[cli/config] Improve documentation for pulumi config set
[#&#8203;18285](https://redirect.github.com/pulumi/pulumi/pull/18285)

-   \[cli/package] Allow short hashes as versions in package add
[#&#8203;18277](https://redirect.github.com/pulumi/pulumi/pull/18277)

- \[cli/{package,plugin}] Support getting plugins from remote git
sources
[#&#8203;17827](https://redirect.github.com/pulumi/pulumi/pull/17827)

##### Bug Fixes

- \[engine] Skip acquiring program packages during refresh when running
inline automation programs
[#&#8203;18283](https://redirect.github.com/pulumi/pulumi/pull/18283)

-   \[sdk/nodejs] Avoid unnecessary Node.js installations
[#&#8203;18293](https://redirect.github.com/pulumi/pulumi/pull/18293)

- \[sdk/{nodejs,python}] Fix handling of DependencyResource when
checking invoke deps
[#&#8203;18275](https://redirect.github.com/pulumi/pulumi/pull/18275)

- \[sdk/{nodejs,python}] Permit output arguments in plain invokes for
backwards compatibility
[#&#8203;18304](https://redirect.github.com/pulumi/pulumi/pull/18304)

##### Miscellaneous

-   \[sdk/python] Manage the publish dependencies in pyproject.toml
[#&#8203;18261](https://redirect.github.com/pulumi/pulumi/pull/18261)

###
[`v3.146.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31460-2025-01-15)

[Compare
Source](https://redirect.github.com/pulumi/pulumi/compare/v3.145.0...v3.146.0)

##### Features

- \[cli] Allow specifying a version with `pulumi convert
--from=<plugin>@&#8203;<version>`
[#&#8203;18220](https://redirect.github.com/pulumi/pulumi/pull/18220)

-   \[cli] Enable Autonaming Configuration in non-experimental mode
[#&#8203;18228](https://redirect.github.com/pulumi/pulumi/pull/18228)

- \[cli] Retrieve Git metadata from the environment if not running in a
repository
[#&#8203;12871](https://redirect.github.com/pulumi/pulumi/pull/12871)

-   \[pkg] Add a `call` intrinsic to PCL
[#&#8203;18206](https://redirect.github.com/pulumi/pulumi/pull/18206)

- \[auto/go] Add `Color` option to `optdestroy`, `optpreview`,
`optrefresh`, and `optup` packages to allow explicit configuration of
output color.
[#&#8203;18184](https://redirect.github.com/pulumi/pulumi/pull/18184)

- \[cli/import] Add support for parameterized packages to `pulumi
import`
[#&#8203;18038](https://redirect.github.com/pulumi/pulumi/pull/18038)

- \[cli/import] Import can now import resources from parameterized
providers
[#&#8203;18039](https://redirect.github.com/pulumi/pulumi/pull/18039)

-   \[cli/new] Add support for Copilot templates
[#&#8203;16825](https://redirect.github.com/pulumi/pulumi/pull/16825)

##### Bug Fixes

- \[auto/go] Fix rejection of `nil` inline programs in the Go automation
API
[#&#8203;18214](https://redirect.github.com/pulumi/pulumi/pull/18214)

-   \[sdk/go] Improve error messages for wrong stack output types
[#&#8203;18245](https://redirect.github.com/pulumi/pulumi/pull/18245)

- \[sdk/{nodejs,python}] Wait for resource in the input property
dependencies
[#&#8203;18204](https://redirect.github.com/pulumi/pulumi/pull/18204)

- \[cli/plugin] Show plugin kind in plugin rm correctly. Also show the
usage string if the plugin type is incorrect
[#&#8203;18179](https://redirect.github.com/pulumi/pulumi/pull/18179)

-   \[cli/plugin] Passthrough unstructured logs from dynamic providers
[#&#8203;18253](https://redirect.github.com/pulumi/pulumi/pull/18253)

-   \[sdk/python] Fix callbackserver shutdown
[#&#8203;18190](https://redirect.github.com/pulumi/pulumi/pull/18190)

</details>

<details>
<summary>pulumi/pulumi-random (@&#8203;pulumi/random)</summary>

###
[`v4.17.0`](https://redirect.github.com/pulumi/pulumi-random/releases/tag/v4.17.0)

[Compare
Source](https://redirect.github.com/pulumi/pulumi-random/compare/v4.16.8...v4.17.0)

##### Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

#### What's Changed

- Update GitHub Actions workflows. by
[@&#8203;pulumi-bot](https://redirect.github.com/pulumi-bot) in
[https://github.com/pulumi/pulumi-random/pull/1459](https://redirect.github.com/pulumi/pulumi-random/pull/1459)
- Update GitHub Actions workflows. by
[@&#8203;pulumi-bot](https://redirect.github.com/pulumi-bot) in
[https://github.com/pulumi/pulumi-random/pull/1462](https://redirect.github.com/pulumi/pulumi-random/pull/1462)
- Remove `make upstream` from `preTest` by
[@&#8203;blampe](https://redirect.github.com/blampe) in
[https://github.com/pulumi/pulumi-random/pull/1463](https://redirect.github.com/pulumi/pulumi-random/pull/1463)
- Update GitHub Actions workflows. by
[@&#8203;pulumi-bot](https://redirect.github.com/pulumi-bot) in
[https://github.com/pulumi/pulumi-random/pull/1464](https://redirect.github.com/pulumi/pulumi-random/pull/1464)
- Update GitHub Actions workflows. by
[@&#8203;pulumi-bot](https://redirect.github.com/pulumi-bot) in
[https://github.com/pulumi/pulumi-random/pull/1515](https://redirect.github.com/pulumi/pulumi-random/pull/1515)
- Update GitHub Actions workflows. by
[@&#8203;pulumi-bot](https://redirect.github.com/pulumi-bot) in
[https://github.com/pulumi/pulumi-random/pull/1520](https://redirect.github.com/pulumi/pulumi-random/pull/1520)
- Upgrade pulumi-terraform-bridge to v3.99.0 by
[@&#8203;pulumi-bot](https://redirect.github.com/pulumi-bot) in
[https://github.com/pulumi/pulumi-random/pull/1524](https://redirect.github.com/pulumi/pulumi-random/pull/1524)
- Update GitHub Actions workflows. by
[@&#8203;pulumi-bot](https://redirect.github.com/pulumi-bot) in
[https://github.com/pulumi/pulumi-random/pull/1525](https://redirect.github.com/pulumi/pulumi-random/pull/1525)
- Update GitHub Actions workflows. by
[@&#8203;pulumi-bot](https://redirect.github.com/pulumi-bot) in
[https://github.com/pulumi/pulumi-random/pull/1531](https://redirect.github.com/pulumi/pulumi-random/pull/1531)
- Update GitHub Actions workflows. by
[@&#8203;pulumi-bot](https://redirect.github.com/pulumi-bot) in
[https://github.com/pulumi/pulumi-random/pull/1536](https://redirect.github.com/pulumi/pulumi-random/pull/1536)
- Update GitHub Actions workflows. by
[@&#8203;pulumi-bot](https://redirect.github.com/pulumi-bot) in
[https://github.com/pulumi/pulumi-random/pull/1543](https://redirect.github.com/pulumi/pulumi-random/pull/1543)
- Upgrade pulumi-terraform-bridge to v3.100.0 by
[@&#8203;pulumi-bot](https://redirect.github.com/pulumi-bot) in
[https://github.com/pulumi/pulumi-random/pull/1553](https://redirect.github.com/pulumi/pulumi-random/pull/1553)
- Remove `preTest` action as unit tests are run by default by
[@&#8203;iwahbe](https://redirect.github.com/iwahbe) in
[https://github.com/pulumi/pulumi-random/pull/1552](https://redirect.github.com/pulumi/pulumi-random/pull/1552)
- Update GitHub Actions workflows. by
[@&#8203;pulumi-bot](https://redirect.github.com/pulumi-bot) in
[https://github.com/pulumi/pulumi-random/pull/1575](https://redirect.github.com/pulumi/pulumi-random/pull/1575)
- Update GitHub Actions workflows. by
[@&#8203;pulumi-bot](https://redirect.github.com/pulumi-bot) in
[https://github.com/pulumi/pulumi-random/pull/1579](https://redirect.github.com/pulumi/pulumi-random/pull/1579)
- Upgrade pulumi-terraform-bridge to v3.101.0 by
[@&#8203;pulumi-bot](https://redirect.github.com/pulumi-bot) in
[https://github.com/pulumi/pulumi-random/pull/1582](https://redirect.github.com/pulumi/pulumi-random/pull/1582)
- Update GitHub Actions workflows. by
[@&#8203;pulumi-bot](https://redirect.github.com/pulumi-bot) in
[https://github.com/pulumi/pulumi-random/pull/1585](https://redirect.github.com/pulumi/pulumi-random/pull/1585)
- enable accurate bridge previews by default by
[@&#8203;VenelinMartinov](https://redirect.github.com/VenelinMartinov)
in
[https://github.com/pulumi/pulumi-random/pull/1586](https://redirect.github.com/pulumi/pulumi-random/pull/1586)

#### New Contributors

- [@&#8203;blampe](https://redirect.github.com/blampe) made their first
contribution in
[https://github.com/pulumi/pulumi-random/pull/1463](https://redirect.github.com/pulumi/pulumi-random/pull/1463)

**Full Changelog**:
pulumi/pulumi-random@v4.16.8...v4.17.0

</details>

<details>
<summary>pulumi/providertest (github.com/pulumi/providertest)</summary>

###
[`v0.1.5`](https://redirect.github.com/pulumi/providertest/releases/tag/v0.1.5)

[Compare
Source](https://redirect.github.com/pulumi/providertest/compare/v0.1.4...v0.1.5)

#### What's Changed

- Add handshake GRPC method replay by
[@&#8203;VenelinMartinov](https://redirect.github.com/VenelinMartinov)
in
[https://github.com/pulumi/providertest/pull/118](https://redirect.github.com/pulumi/providertest/pull/118)
- Fix secret identification by
[@&#8203;danielrbradley](https://redirect.github.com/danielrbradley) in
[https://github.com/pulumi/providertest/pull/121](https://redirect.github.com/pulumi/providertest/pull/121)
- Show diffs for all previews by
[@&#8203;thomas11](https://redirect.github.com/thomas11) in
[https://github.com/pulumi/providertest/pull/120](https://redirect.github.com/pulumi/providertest/pull/120)

**Full Changelog**:
pulumi/providertest@v0.1.4...v0.1.5

</details>

<details>
<summary>pulumi/pulumi (github.com/pulumi/pulumi/pkg/v3)</summary>

###
[`v3.147.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.147.0)

[Compare
Source](https://redirect.github.com/pulumi/pulumi/compare/v3.146.0...v3.147.0)

##### 3.147.0 (2025-01-21)

##### Features

-   \[cli] Update go.mod to require go1.22
[#&#8203;18274](https://redirect.github.com/pulumi/pulumi/pull/18274)

-   \[cli/config] Improve documentation for pulumi config set
[#&#8203;18285](https://redirect.github.com/pulumi/pulumi/pull/18285)

-   \[cli/package] Allow short hashes as versions in package add
[#&#8203;18277](https://redirect.github.com/pulumi/pulumi/pull/18277)

- \[cli/{package,plugin}] Support getting plugins from remote git
sources
[#&#8203;17827](https://redirect.github.com/pulumi/pulumi/pull/17827)

##### Bug Fixes

- \[engine] Skip acquiring program packages during refresh when running
inline automation programs
[#&#8203;18283](https://redirect.github.com/pulumi/pulumi/pull/18283)

-   \[sdk/nodejs] Avoid unnecessary Node.js installations
[#&#8203;18293](https://redirect.github.com/pulumi/pulumi/pull/18293)

- \[sdk/{nodejs,python}] Fix handling of DependencyResource when
checking invoke deps
[#&#8203;18275](https://redirect.github.com/pulumi/pulumi/pull/18275)

- \[sdk/{nodejs,python}] Permit output arguments in plain invokes for
backwards compatibility
[#&#8203;18304](https://redirect.github.com/pulumi/pulumi/pull/18304)

##### Miscellaneous

-   \[sdk/python] Manage the publish dependencies in pyproject.toml
[#&#8203;18261](https://redirect.github.com/pulumi/pulumi/pull/18261)

###
[`v3.146.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.146.0)

[Compare
Source](https://redirect.github.com/pulumi/pulumi/compare/v3.145.0...v3.146.0)

##### 3.146.0 (2025-01-15)

##### Features

- \[cli] Allow specifying a version with `pulumi convert
--from=<plugin>@&#8203;<version>`
[#&#8203;18220](https://redirect.github.com/pulumi/pulumi/pull/18220)

-   \[cli] Enable Autonaming Configuration in non-experimental mode
[#&#8203;18228](https://redirect.github.com/pulumi/pulumi/pull/18228)

- \[cli] Retrieve Git metadata from the environment if not running in a
repository
[#&#8203;12871](https://redirect.github.com/pulumi/pulumi/pull/12871)

-   \[pkg] Add a `call` intrinsic to PCL
[#&#8203;18206](https://redirect.github.com/pulumi/pulumi/pull/18206)

- \[auto/go] Add `Color` option to `optdestroy`, `optpreview`,
`optrefresh`, and `optup` packages to allow explicit configuration of
output color.
[#&#8203;18184](https://redirect.github.com/pulumi/pulumi/pull/18184)

- \[cli/import] Add support for parameterized packages to `pulumi
import`
[#&#8203;18038](https://redirect.github.com/pulumi/pulumi/pull/18038)

- \[cli/import] Import can now import resources from parameterized
providers
[#&#8203;18039](https://redirect.github.com/pulumi/pulumi/pull/18039)

-   \[cli/new] Add support for Copilot templates
[#&#8203;16825](https://redirect.github.com/pulumi/pulumi/pull/16825)

##### Bug Fixes

- \[auto/go] Fix rejection of `nil` inline programs in the Go automation
API
[#&#8203;18214](https://redirect.github.com/pulumi/pulumi/pull/18214)

-   \[sdk/go] Improve error messages for wrong stack output types
[#&#8203;18245](https://redirect.github.com/pulumi/pulumi/pull/18245)

- \[sdk/{nodejs,python}] Wait for resource in the input property
dependencies
[#&#8203;18204](https://redirect.github.com/pulumi/pulumi/pull/18204)

- \[cli/plugin] Show plugin kind in plugin rm correctly. Also show the
usage string if the plugin type is incorrect
[#&#8203;18179](https://redirect.github.com/pulumi/pulumi/pull/18179)

-   \[cli/plugin] Passthrough unstructured logs from dynamic providers

-   \[sdk/python] Fix callbackserver shutdown
[#&#8203;18190](https://redirect.github.com/pulumi/pulumi/pull/18190)

</details>

<details>
<summary>pulumi/actions (pulumi/actions)</summary>

###
[`v6.0.1`](https://redirect.github.com/pulumi/actions/releases/tag/v6.0.1)

[Compare
Source](https://redirect.github.com/pulumi/actions/compare/v6.0.0...v6.0.1)

##### What's Changed

-   fix: Make `pulumi login` respect configuration in `Pulumi.yaml`
([#&#8203;1299](https://redirect.github.com/pulumi/actions/pull/1299))

-   fix: Log stderr from commands

([#&#8203;1316](https://redirect.github.com/pulumi/actions/issues/1316))

- fix: Make the `output` command work without having to be in a working
    directory that contains a Pulumi.yaml file.
([#&#8203;1327](https://redirect.github.com/pulumi/actions/pull/1327))

##### New Contributors

-
[@&#8203;brandonpollack23](https://redirect.github.com/brandonpollack23)
made their first contribution in
[https://github.com/pulumi/actions/pull/1324](https://redirect.github.com/pulumi/actions/pull/1324)

**Full Changelog**:
pulumi/actions@v6...v6.0.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - "every weekday" (UTC).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19-->

Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
  • Loading branch information
pulumi-renovate[bot] authored Jan 22, 2025
1 parent 19c5481 commit 15963da
Show file tree
Hide file tree
Showing 26 changed files with 183 additions and 251 deletions.
28 changes: 14 additions & 14 deletions examples/autonaming-overlay/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/autonaming-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@types/node": "^16"
},
"dependencies": {
"@pulumi/pulumi": "3.145.0",
"@pulumi/aws-native": "1.23.0"
"@pulumi/pulumi": "3.147.0",
"@pulumi/aws-native": "1.24.0"
}
}
28 changes: 14 additions & 14 deletions examples/aws-native-naming-conventions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/aws-native-naming-conventions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@types/node": "^16"
},
"dependencies": {
"@pulumi/pulumi": "3.145.0",
"@pulumi/aws-native": "1.23.0"
"@pulumi/pulumi": "3.147.0",
"@pulumi/aws-native": "1.24.0"
}
}
4 changes: 2 additions & 2 deletions examples/aws-native-ts-stepfunctions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
},
"dependencies": {
"@pulumi/aws": "6.66.3",
"@pulumi/pulumi": "3.145.0"
"@pulumi/pulumi": "3.147.0"
},
"peerDependencies": {
"@pulumi/aws-native": "1.23.0"
"@pulumi/aws-native": "1.24.0"
}
}
4 changes: 2 additions & 2 deletions examples/aws-ts-assume-role/assume-role/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"@types/node": "^8.0.0"
},
"dependencies": {
"@pulumi/pulumi": "3.145.0",
"@pulumi/pulumi": "3.147.0",
"@pulumi/aws": "6.66.3",
"@pulumi/random": "4.16.8"
"@pulumi/random": "4.17.0"
},
"peerDependencies": {
"@pulumi/aws-native": "dev"
Expand Down
2 changes: 1 addition & 1 deletion examples/aws-ts-assume-role/create-role/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
},
"dependencies": {
"@pulumi/aws": "6.66.3",
"@pulumi/pulumi": "3.145.0"
"@pulumi/pulumi": "3.147.0"
}
}
2 changes: 1 addition & 1 deletion examples/cfn-custom-resource/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@types/node": "^8.0.0"
},
"dependencies": {
"@pulumi/pulumi": "3.145.0",
"@pulumi/pulumi": "3.147.0",
"@pulumi/aws": "6.66.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/cidr-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@types/node": "^8.0.0"
},
"dependencies": {
"@pulumi/pulumi": "3.145.0"
"@pulumi/pulumi": "3.147.0"
},
"peerDependencies": {
"@pulumi/aws-native": "dev"
Expand Down
2 changes: 1 addition & 1 deletion examples/ecs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
},
"dependencies": {
"@pulumi/aws": "6.66.3",
"@pulumi/pulumi": "3.145.0"
"@pulumi/pulumi": "3.147.0"
}
}
2 changes: 1 addition & 1 deletion examples/get-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@types/node": "^8.0.0"
},
"dependencies": {
"@pulumi/pulumi": "3.145.0"
"@pulumi/pulumi": "3.147.0"
},
"peerDependencies": {
"@pulumi/aws-native": "dev"
Expand Down
24 changes: 12 additions & 12 deletions examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ require (
github.com/aws/aws-sdk-go-v2 v1.32.6
github.com/aws/aws-sdk-go-v2/config v1.27.11
github.com/aws/aws-sdk-go-v2/service/ssm v1.56.1
github.com/pulumi/providertest v0.1.4
github.com/pulumi/pulumi/pkg/v3 v3.145.0
github.com/pulumi/pulumi/sdk/v3 v3.145.0
github.com/stretchr/testify v1.9.0
github.com/pulumi/providertest v0.1.5
github.com/pulumi/pulumi/pkg/v3 v3.147.0
github.com/pulumi/pulumi/sdk/v3 v3.147.0
github.com/stretchr/testify v1.10.0
)

require (
Expand All @@ -31,7 +31,7 @@ require (
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/ProtonMail/go-crypto v1.0.0 // indirect
github.com/ProtonMail/go-crypto v1.1.3 // indirect
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
Expand Down Expand Up @@ -59,7 +59,7 @@ require (
github.com/cheggaaa/pb v1.0.29 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/deckarep/golang-set/v2 v2.5.0 // indirect
github.com/djherbis/times v1.5.0 // indirect
Expand All @@ -68,8 +68,8 @@ require (
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/go-git/go-billy/v5 v5.5.0 // indirect
github.com/go-git/go-git/v5 v5.12.0 // indirect
github.com/go-git/go-billy/v5 v5.6.1 // indirect
github.com/go-git/go-git/v5 v5.13.1 // indirect
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
Expand Down Expand Up @@ -142,7 +142,7 @@ require (
github.com/segmentio/asm v1.2.0 // indirect
github.com/segmentio/encoding v0.3.5 // indirect
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
github.com/skeema/knownhosts v1.2.2 // indirect
github.com/skeema/knownhosts v1.3.0 // indirect
github.com/spf13/cobra v1.8.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
Expand All @@ -163,16 +163,16 @@ require (
gocloud.dev v0.37.0 // indirect
gocloud.dev/secrets/hashivault v0.37.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 // indirect
golang.org/x/mod v0.18.0 // indirect
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
golang.org/x/mod v0.19.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/oauth2 v0.22.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/term v0.27.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.22.0 // indirect
golang.org/x/tools v0.23.0 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
google.golang.org/api v0.169.0 // indirect
google.golang.org/genproto v0.0.0-20240311173647-c811ad7063a7 // indirect
Expand Down
Loading

0 comments on commit 15963da

Please sign in to comment.