Skip to content

Commit

Permalink
Fix pulumi/pkg version (#375)
Browse files Browse the repository at this point in the history
Fixes #373 &
#372

Once this is merged, we can merge
#374 to prevent
this from happening in the future
  • Loading branch information
julienp authored Jan 16, 2025
1 parent f3ca16c commit d0f69b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.23
replace github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.9.3

require (
github.com/pulumi/pulumi/pkg/v3 v3.145.0
github.com/pulumi/pulumi/pkg/v3 v3.146.0
github.com/pulumi/pulumi/sdk/v3 v3.146.0
github.com/stretchr/testify v1.10.0
)
Expand Down
4 changes: 2 additions & 2 deletions tests/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,8 @@ github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE=
github.com/pulumi/esc v0.10.0 h1:jzBKzkLVW0mePeanDRfqSQoCJ5yrkux0jIwAkUxpRKE=
github.com/pulumi/esc v0.10.0/go.mod h1:2Bfa+FWj/xl8CKqRTWbWgDX0SOD4opdQgvYSURTGK2c=
github.com/pulumi/pulumi/pkg/v3 v3.145.0 h1:hAhFLieunnCKuMd3GbLqE5uWQ1hpNLdl6+bCDFSF4YQ=
github.com/pulumi/pulumi/pkg/v3 v3.145.0/go.mod h1:N19IsMJ3GyYO5N2JfpsCAVk0eH1NKkF05fZGn5dnhBE=
github.com/pulumi/pulumi/pkg/v3 v3.146.0 h1:vy2cz6wueVqfyDED3sYCZ3ag0ZyZJvEpiQsMcTCQyGU=
github.com/pulumi/pulumi/pkg/v3 v3.146.0/go.mod h1:Plsujztb+EB2BeJ5DYT6leIDoBDxtkElsEhNGuLPgQI=
github.com/pulumi/pulumi/sdk/v3 v3.146.0 h1:L7+qD0pe9RjX7PaLhXXJPizMZ50qN5eZtI3Ae/i4P4c=
github.com/pulumi/pulumi/sdk/v3 v3.146.0/go.mod h1:4iCUMfpr1Kj5/YzY13/Ef2GPKFJy5Kk4hCe2dEXRVoc=
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
Expand Down

0 comments on commit d0f69b2

Please sign in to comment.