psycofdj commented on pull request #7: URL: https://github.com/apache/cloudstack-go/pull/7#issuecomment-918260351
yes, that's how gomodules works from my experience and from what I understand of the linked documentation. With the current tag, I have to use pseudo-versioning, like this: ``` require ( github.com/apache/cloudstack-go/v2 v2.0.0-20210831123014-8290b0373f69 ) ``` many tools are will no longer be usable with pseudo-versions, eg. simple update command like `go get ...` or more sophiticated ones like github's dependabot. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org