rename remote-development in go modules and container registry to workspaces
Backround
As part of our rename epic from remote-development to workspaces:IDE group and Remote Development Category renam... (gitlab-org/gitlab#472761). This has caused the go import path not to make sense and us to refer to the wrong container registry in the CI.
What this change does:
- Update the container registry path to refer to workspaces
- Update all go import paths and go mod to reflect the new repo
What it unblocks
This blocks releasing new images as well so I will hold off on releasing the changes in handle k8s service updates properly (!1 - merged) until we can get this merged.
Edited by Safwan Ahmed