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
{{ message }}
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.
What is the correct module path or what am I doing wrong here?
go: finding module for package github.com/xanzy/go-cloudstack/v2
github.pie.apple.com/isd-dev/monsoon-storage-reporting imports
github.com/xanzy/go-cloudstack/v2: module github.com/xanzy/go-cloudstack/v2@latest found (v2.9.0), but does not contain package github.com/xanzy/go-cloudstack/v2
In go.mod, you must use github.com/xanzy/go-cloudstack/v2, but in your Go code, you have to use the path github.com/xanzy/go-cloudstack/v2/cloudstack (Go code is in the cloudstack subdirectory)
I'm going to close this issue as I'm about to archive this repository. Development of this package has been moved to the Apache Foundation. Please find the new home for this package here: https://github.com/apache/cloudstack-go
VirtualMachine.Ostypeid of the response of the ver 4.13 is a string, the json can't unmarshal into int64.
The text was updated successfully, but these errors were encountered: