Skip to content

Commit 2c7f3c8

Browse files
committed
Remove the vendored testprovider_go
Its only consumer was TestDotnetErrorHooks, which was removed in favor of the l2-resource-hook-on-error conformance test.
1 parent da5be11 commit 2c7f3c8

12 files changed

Lines changed: 1 addition & 1381 deletions

File tree

integration_tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ require (
1111
github.com/pulumi/pulumi/sdk/v3 v3.253.1-0.20260717102922-cd588358a197
1212
github.com/stretchr/testify v1.11.1
1313
google.golang.org/grpc v1.82.0
14-
google.golang.org/protobuf v1.36.11
1514
)
1615

1716
require (
@@ -217,6 +216,7 @@ require (
217216
google.golang.org/genproto v0.0.0-20260316180232-0b37fe3546d5 // indirect
218217
google.golang.org/genproto/googleapis/api v0.0.0-20260713224248-f5fc221cf8c4 // indirect
219218
google.golang.org/genproto/googleapis/rpc v0.0.0-20260713224248-f5fc221cf8c4 // indirect
219+
google.golang.org/protobuf v1.36.11 // indirect
220220
gopkg.in/yaml.v3 v3.0.1 // indirect
221221
lukechampine.com/frand v1.5.1 // indirect
222222
)

integration_tests/testprovider_go/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

integration_tests/testprovider_go/PulumiPlugin.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

integration_tests/testprovider_go/README.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

integration_tests/testprovider_go/component.go

Lines changed: 0 additions & 101 deletions
This file was deleted.

integration_tests/testprovider_go/echo.go

Lines changed: 0 additions & 222 deletions
This file was deleted.

0 commit comments

Comments
 (0)