quaint-restaurant-18952
08/03/2021, 4:32 PMpulumi new kubernetes-go
just takes me straigth to
Installing dependencies...
go: <http://github.com/pulumi/pulumi/sdk/v3@v3.9.1|github.com/pulumi/pulumi/sdk/v3@v3.9.1> requires <http://github.com/spf13/cobra@v1.0.0|github.com/spf13/cobra@v1.0.0> requires <http://github.com/spf13/viper@v1.4.0|github.com/spf13/viper@v1.4.0> requires <http://go.uber.org/zap@v1.10.0|go.uber.org/zap@v1.10.0>: verifying go.mod: <http://go.uber.org/zap@v1.10.0/go.mod|go.uber.org/zap@v1.10.0/go.mod>: malformed record data
When i checked https://pkg.go.dev/go.uber.org/zap@v1.10.0 it is reported as broken.. any suggestions to how to get around this?billowy-army-68599
quaint-restaurant-18952
08/03/2021, 4:51 PMpulumi version v3.9.1
straigth from homebrew.billowy-army-68599
quaint-restaurant-18952
08/03/2021, 4:52 PMbillowy-army-68599
go.mod
and go.sum
into a github gist?quaint-restaurant-18952
08/03/2021, 8:17 PMmodule test-project-go
go 1.14
require (
<http://github.com/pulumi/pulumi-kubernetes/sdk/v3|github.com/pulumi/pulumi-kubernetes/sdk/v3> v3.5.2
<http://github.com/pulumi/pulumi/sdk/v3|github.com/pulumi/pulumi/sdk/v3> v3.9.1
)
I have no go.sum in my project as it fails to load zap.billowy-army-68599
go clean --modcache
go mod tidy
quaint-restaurant-18952
08/04/2021, 6:04 AMbillowy-army-68599