Fix bad dependencies (#536)

I had to relax branch protections in order to merge #527 and during that
 time Renovate was able to sneak some bad PRs in.

This rolls those changes back.
This commit is contained in:
Bryce Lampe
2025-05-01 15:47:53 -07:00
committed by GitHub
parent 7009361c0f
commit 52d8cfcd96
5 changed files with 15 additions and 15 deletions

View File

@@ -4,7 +4,7 @@ go 1.24.1
require (
github.com/blang/semver v3.5.1+incompatible
github.com/pulumi/pulumi/sdk/v3 v3.163.0
github.com/pulumi/pulumi/sdk/v3 v3.165.0
)
require (