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
I also tried adding this package by sending a request to https://pkg.go.dev/github.com/wttech/pulumi-aem, but I got another 404 error with the message "github.com/wttech/pulumi-aem could not be found."
When I run: go list -m -versions github.com/wttech/pulumi-aem/sdk
I get: github.com/wttech/pulumi-aem/sdk v0.1.1 v0.9.0 v0.9.1 v0.9.30 v0.9.31 v0.9.32 v0.9.33 v0.9.34
Questions:
How can I add github.com/wttech/pulumi-aem/sdk to pkg.go.dev?
How do I remove the v0.9.* versions?
Please let me know if any additional details are needed.
The text was updated successfully, but these errors were encountered:
Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only.
I'm having trouble finding the package github.com/wttech/pulumi-aem/sdk on pkg.go.dev. When I try, I just get a 404 error.
Steps to Reproduce:
I also tried adding this package by sending a request to https://pkg.go.dev/github.com/wttech/pulumi-aem, but I got another 404 error with the message "github.com/wttech/pulumi-aem could not be found."
When I run:
go list -m -versions github.com/wttech/pulumi-aem/sdk
I get:
github.com/wttech/pulumi-aem/sdk v0.1.1 v0.9.0 v0.9.1 v0.9.30 v0.9.31 v0.9.32 v0.9.33 v0.9.34
Questions:
Please let me know if any additional details are needed.
The text was updated successfully, but these errors were encountered: