Skip to content

Commit

Permalink
Update pulumi-go-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
iwahbe committed Apr 24, 2024
1 parent 22d57c0 commit 712be1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/pulumi/pulumi-pulumiservice/provider
go 1.21.0

require (
github.com/pulumi/pulumi-go-provider v0.16.1-0.20240424230913-508f0de2d5d7
github.com/pulumi/pulumi-go-provider v0.16.1-0.20240424235329-b483c8a12896
github.com/pulumi/pulumi/pkg/v3 v3.112.0
github.com/pulumi/pulumi/sdk/v3 v3.112.0
github.com/stretchr/testify v1.9.0
Expand All @@ -18,7 +18,7 @@ require (
github.com/ProtonMail/go-crypto v1.0.0 // 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
github.com/apparentlymart/go-textseg/v13 v13.0.0 // inqdirect
github.com/atotto/clipboard v0.1.4 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
Expand Down
4 changes: 2 additions & 2 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,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.6.2 h1:+z+l8cuwIauLSwXQS0uoI3rqB+YG4SzsZYtHfNoXBvw=
github.com/pulumi/esc v0.6.2/go.mod h1:jNnYNjzsOgVTjCp0LL24NsCk8ZJxq4IoLQdCT0X7l8k=
github.com/pulumi/pulumi-go-provider v0.16.1-0.20240424230913-508f0de2d5d7 h1:8qhVp/J5ZlhfFLr94zzjd7nkHqsPIdeBTzruSsRzSlQ=
github.com/pulumi/pulumi-go-provider v0.16.1-0.20240424230913-508f0de2d5d7/go.mod h1:sJUl1EjF3BQXAkrOeRhS3kZq17lz2o2QnTQd+c1FepU=
github.com/pulumi/pulumi-go-provider v0.16.1-0.20240424235329-b483c8a12896 h1:+tQjOV58uWTEX37mrL7sepoOPJ4stobBOcF3io/eYFU=
github.com/pulumi/pulumi-go-provider v0.16.1-0.20240424235329-b483c8a12896/go.mod h1:sJUl1EjF3BQXAkrOeRhS3kZq17lz2o2QnTQd+c1FepU=
github.com/pulumi/pulumi/pkg/v3 v3.112.0 h1:vhoM6sx1eegJntIeUZENtck3VeMtK1zBiQ2E3EPOnHw=
github.com/pulumi/pulumi/pkg/v3 v3.112.0/go.mod h1:GQhNr0v5E8TACF8j0p6UQqyr7mZreUpoMfVjLeu6eY0=
github.com/pulumi/pulumi/sdk/v3 v3.112.0 h1:cq2x5N6iuYhSLdeOdRs+LIq0EneB0Cb54WOlD/VaX3E=
Expand Down

0 comments on commit 712be1d

Please sign in to comment.