Hello I am testing out the Pulumi Terraform conver...
# getting-started
g
Hello I am testing out the Pulumi Terraform converter to GO, however I keep getting the following error
Copy code
go: downloading <http://github.com/pulumi/pulumi-std/sdk/go/std|github.com/pulumi/pulumi-std/sdk/go/std> v1.4.0
go: <http://github.com/pulumi/pulumi-std/sdk/go/std@v1.4.0|github.com/pulumi/pulumi-std/sdk/go/std@v1.4.0>: reading <http://github.com/pulumi/pulumi-std/sdk/go/std/go.mod|github.com/pulumi/pulumi-std/sdk/go/std/go.mod> at revision sdk/go/std/v1.4.0: unknown revision sdk/go/std/v1.4.0
error: installing dependencies failed; rerun manually to try again, then run `pulumi up` to perform an initial deployment: `go mod tidy` failed to install dependencies: exit status 1
I tried modifying the go.mod but it restores itself to the same thing and returns this error
b
please file a bug for this
e
I think the std provider isn't publishing for Go correctly, I've raised https://github.com/pulumi/pulumi-std/issues/34