Cannot import SWM go module
ACM cannot import the SWM api due to a change in where the module is hosted. We tried to implement a fix provided by SWM but there is an issue with versioning now.
After implementing the suggested changes we get a versioning issue:
ubuntu@ip-10-0-132-239:~/redhat/dec-17/acm$ go mod tidy
go: errors parsing go.mod:
go.mod:14:2: require siemens.com/qos-scheduler/scheduler/api/v1alpha1: version "v2.0.1" invalid: should be v0 or v1, not v2
go.mod:82: replace siemens.com/qos-scheduler/scheduler/api/v1alpha1: version "v2.0.1" invalid: should be v0 or v1, not v2
Any further insight into why this is happening would be massively helpful.
Currently we are updating the go module in go.mod and go.main.