Skip to content

Why not change the Go module to github.com/NVIDIA/kubevirt-gpu-device-plugin in go.mod? #131

Description

@mingyanghaha

Why is this needed?

In some scenarios, need to reference the kubevirt-gpu-device-plugin code. If follow the current Go module configuration, an error will be reported during go get github.com/NVIDIA/kubevirt-gpu-device-plugin.

$ go get github.com/NVIDIA/kubevirt-gpu-device-plugin
go: downloading github.com/NVIDIA/kubevirt-gpu-device-plugin v1.3.1
go: github.com/NVIDIA/kubevirt-gpu-device-plugin@v1.3.1 requires go >= 1.23.0; switching to go1.23.6
go: github.com/NVIDIA/kubevirt-gpu-device-plugin@upgrade (v1.3.1) requires github.com/NVIDIA/kubevirt-gpu-device-plugin@v1.3.1: parsing go.mod:
        module declares its path as: kubevirt-gpu-device-plugin
                but was required as: github.com/NVIDIA/kubevirt-gpu-device-plugin

Proposal

Change the Go module from kubevirt-gpu-device-plugin to github.com/NVIDIA/kubevirt-gpu-device-plugin in the go.mod file.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions