You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command in the readme to install the Go package fails with the error:
>> go get cdk-stacksets-go
go: malformed module path "cdk-stacksets-go": missing dot in first path element
Go mod tidy produces
>> go mod tidy
go: finding module for package github.com/cdklabs/cdk-stacksets
go: teststack imports
github.com/cdklabs/cdk-stacksets: module github.com/cdklabs/cdk-stacksets@latest found (v0.0.150), but does not contain package github.com/cdklabs/cdk-stacksets
The command in the readme to install the Go package fails with the error:
Go mod tidy produces
I can't seem to find the package in https://pkg.go.dev either.
Is there a go build for this construct?
The text was updated successfully, but these errors were encountered: