gomajor icon indicating copy to clipboard operation
gomajor copied to clipboard

failed: no module versions found

Open icholy opened this issue 2 years ago • 2 comments

I ran gomajor list -major in terraformer and got a lot of failed: no module versions found errors:

$ gomajor list -major
cloud.google.com/go/iam: v0.13.0 [latest v1.1.6]
github.com/Azure/azure-sdk-for-go: v63.4.0+incompatible [latest v68.0.0+incompatible]
github.com/IBM-Cloud/bluemix-go: failed: no module versions found
github.com/IBM-Cloud/container-services-go-sdk: failed: no module versions found
github.com/IBM/go-sdk-core/v4: v4.9.0 [latest v5.15.3]
github.com/IBM/go-sdk-core/v3: v3.3.1 [latest v5.15.3]
github.com/IBM/vpc-go-sdk: v0.4.1 [latest v1.0.2]
github.com/OctopusDeploy/go-octopusdeploy: v1.6.0 [latest v2.38.3]
github.com/apache/openwhisk-client-go: failed: no module versions found
github.com/ddelnano/terraform-provider-mikrotik/client: failed: no module versions found
github.com/ddelnano/terraform-provider-xenorchestra/client: failed: no module versions found
github.com/denverdino/aliyungo: failed: no module versions found
github.com/fastly/go-fastly/v7: v7.0.0 [latest v9.0.0]
github.com/hashicorp/hcl: v1.0.0 [latest v2.20.0]
github.com/hashicorp/terraform: v0.12.31 [latest v1.7.4]
github.com/heimweh/go-pagerduty: failed: no module versions found
github.com/hashicorp/vault: v0.10.4 [latest v1.15.6]
github.com/labd/commercetools-go-sdk: v0.3.1 [latest v1.5.0]
github.com/linode/linodego: v0.24.1 [latest v1.29.0]
github.com/google/go-github/v35: v35.1.0 [latest v60.0.0]
github.com/mrparkers/terraform-provider-keycloak: failed: no module versions found
github.com/microsoft/azure-devops-go-api/azuredevops: failed: no module versions found
github.com/okta/terraform-provider-okta: failed: no module versions found
github.com/newrelic/newrelic-client-go: v0.79.0 [latest v2.26.1]
github.com/okta/okta-sdk-golang/v2: v2.12.2-0.20220602195034-d7ea6917663f [latest v4.0.0]
github.com/yandex-cloud/go-genproto: failed: no module versions found
github.com/yandex-cloud/go-sdk: failed: no module versions found
github.com/vultr/govultr: v1.1.1 [latest v3.6.4]
google.golang.org/genproto: failed: no module versions found
k8s.io/client-go: v0.24.2 [latest v1.5.2]

icholy avatar Mar 08 '24 14:03 icholy

These modules have no listed versions: https://proxy.golang.org/github.com/apache/openwhisk-client-go/@v/list

icholy avatar Mar 08 '24 14:03 icholy

These dependencies have no published versions. Perhaps printing the current error is the correct thing to do.

icholy avatar Mar 08 '24 15:03 icholy

Another package which fails: github.com/golang/gddo

mitar avatar May 27 '24 19:05 mitar