-
Notifications
You must be signed in to change notification settings - Fork 375
module error in go.mod #2834
Comments
@lhmily Can you please provide more information on what is the problem you are seeing? |
Do you have any input on this @rbradford, @sboeuf? |
@jodh-intel https://github.com/kata-containers/runtime/blame/master/virtcontainers/pkg/cloud-hypervisor/client/go.mod#L1 I guess that should have been replaced before checking in. |
@jcvenegas ^^ |
We don't use go modules with Kata 1.x, but we do for Kata 2.0 (added on kata-containers/kata-containers@e540648 as part of kata-containers/kata-containers#199). Interestingly, although we use ... so maybe this file should never have been added to this repo? @bergwolf - do you know anything about this? Finally, there is an issue to port Kata 1.x to use go mod: #1331. |
So, is the solution to simply remove the |
This issue is being automatically closed as Kata Containers 1.x has now reached EOL (End of Life). This means it is no longer being maintained.
This decision was discussed by the @kata-containers/architecture-committee and has been announced via the Kata Containers mailing list:
If you believe this issue still applies to Kata Containers 2.x, please open an issue against the Kata Containers 2.x repository, pointing to this one, providing details to allow us to migrate it. |
Description of problem
(replace this text with the list of steps you followed)
Expected result
module github.com/kata-containers/runtime/virtcontainers/pkg/cloud-hypervisor/client
Actual result
module github.com/GIT_USER_ID/GIT_REPO_ID
The text was updated successfully, but these errors were encountered: