Skip to content

Commit be8f1f3

Browse files
authored
Update dependencies (#202)
1 parent dda992b commit be8f1f3

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ require (
2424
github.com/opentofu/tofudl v0.0.0-20250129123822-d4254f2a6147
2525
github.com/pulumi/opentofu v0.0.0-00010101000000-000000000000
2626
github.com/pulumi/providertest v0.1.5
27-
github.com/pulumi/pulumi-terraform-bridge/v3 v3.103.0
28-
github.com/pulumi/pulumi/pkg/v3 v3.152.0
29-
github.com/pulumi/pulumi/sdk/v3 v3.152.0
27+
github.com/pulumi/pulumi-terraform-bridge/v3 v3.104.0
28+
github.com/pulumi/pulumi/pkg/v3 v3.154.0
29+
github.com/pulumi/pulumi/sdk/v3 v3.154.0
3030
github.com/stretchr/testify v1.10.0
3131
github.com/zclconf/go-cty v1.16.2
3232
google.golang.org/grpc v1.70.0

go.sum

+6
Original file line numberDiff line numberDiff line change
@@ -697,10 +697,16 @@ github.com/pulumi/providertest v0.1.5 h1:35PH+SBNzWjkfO/rP5mSjrfuTUJZ5nxeo2Cb845
697697
github.com/pulumi/providertest v0.1.5/go.mod h1:bU07oPwpgNjGuuIT6CPnI/eLXaGHqhypFrxX5ZsABo4=
698698
github.com/pulumi/pulumi-terraform-bridge/v3 v3.103.0 h1:kHY3wnVOutj1G3XcjA4ZNSlHbrUKHfMTZsJRykTYc48=
699699
github.com/pulumi/pulumi-terraform-bridge/v3 v3.103.0/go.mod h1:2+e4IIfbop+OBZYcMvlgx9KPZ9J6VrweKHadjnYyI6M=
700+
github.com/pulumi/pulumi-terraform-bridge/v3 v3.104.0 h1:e/ZRsVFRf3cLXY5ek2GEEn1mDLm0JLtd19kZmj1qvO8=
701+
github.com/pulumi/pulumi-terraform-bridge/v3 v3.104.0/go.mod h1:xeJKtT/2joUusDPykq47DblGfCPX3d0g72Jeuai/tMM=
700702
github.com/pulumi/pulumi/pkg/v3 v3.152.0 h1:SDhBD12bD5UoxwyLBHVBbfBC+iul1GoIgoHwtSfciI4=
701703
github.com/pulumi/pulumi/pkg/v3 v3.152.0/go.mod h1:WzIlIXzgRvu7pD1bS/5/5Z9Zs4vdHRs5gyjE7GcaPbo=
704+
github.com/pulumi/pulumi/pkg/v3 v3.154.0 h1:TD4hsZfV7g5nmySK+7l8lIdigmROXcVn9bCDssOd5hE=
705+
github.com/pulumi/pulumi/pkg/v3 v3.154.0/go.mod h1:IS+Yqg2NnvjdkBR7+tpBfzIKiCAHO/8Cwcg9UZ4YoVY=
702706
github.com/pulumi/pulumi/sdk/v3 v3.152.0 h1:sPstmYhbf/ArkREjkPYRgFUf+iv1llskLY2/4aASdxc=
703707
github.com/pulumi/pulumi/sdk/v3 v3.152.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA=
708+
github.com/pulumi/pulumi/sdk/v3 v3.154.0 h1:AK2XAIYwCVcCdvHuB87DqmnRLt7AlMRQobYb2VVycN8=
709+
github.com/pulumi/pulumi/sdk/v3 v3.154.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA=
704710
github.com/pulumi/terraform-diff-reader v0.0.2 h1:kTE4nEXU3/SYXESvAIem+wyHMI3abqkI3OhJ0G04LLI=
705711
github.com/pulumi/terraform-diff-reader v0.0.2/go.mod h1:sZ9FUzGO+yM41hsQHs/yIcj/Y993qMdBxBU5mpDmAfQ=
706712
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=

0 commit comments

Comments
 (0)