Update the dotnet codegen import path

This is follow-up work for https://github.com/pulumi/pulumi/issues/21638.
This commit is contained in:
Ian Wahbe
2026-02-09 14:28:33 +01:00
parent 5b05d733ea
commit fd6d348145
3 changed files with 10 additions and 7 deletions

5
go.mod
View File

@@ -14,10 +14,11 @@ require (
github.com/muesli/reflow v0.3.0
github.com/otiai10/copy v1.14.0
github.com/pulumi/providertest v0.6.0
github.com/pulumi/pulumi-dotnet/pulumi-language-dotnet/v3 v3.100.0
github.com/pulumi/pulumi-go-provider v1.3.0
github.com/pulumi/pulumi-java/pkg v1.16.0
github.com/pulumi/pulumi/pkg/v3 v3.219.0
github.com/pulumi/pulumi/sdk/v3 v3.219.0
github.com/pulumi/pulumi/pkg/v3 v3.219.1-0.20260208071218-1bd84f1343e1
github.com/pulumi/pulumi/sdk/v3 v3.219.1-0.20260208071218-1bd84f1343e1
github.com/regclient/regclient v0.7.1
github.com/sirupsen/logrus v1.9.3
github.com/spf13/afero v1.14.0