Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Unable to import Resource Manager from virtual-kubelet 1.0 #1

@gabrielhartmann

Description

@gabrielhartmann

The package github.com/virtual-kubelet/virtual-kubelet/manager has been moved to github.com/virtual-kubelet/internal/manager. This project currently has dependencies on that now internal package.

$ git diff go.mod
diff --git a/go.mod b/go.mod
index fb5ee7e..2865e9f 100644
--- a/go.mod
+++ b/go.mod
@@ -10,7 +10,7 @@ require (
        github.com/sirupsen/logrus v1.4.2
        github.com/spf13/cobra v0.0.5
        github.com/spf13/pflag v1.0.3
-       github.com/virtual-kubelet/virtual-kubelet v0.11.1
+       github.com/virtual-kubelet/virtual-kubelet v1.0.0
        go.opencensus.io v0.20.2
        k8s.io/api v0.0.0-20190222213804-5cb15d344471
        k8s.io/apimachinery v0.0.0-20190221213512-86fb29eff628
$ go build
go: finding github.com/virtual-kubelet/virtual-kubelet/manager latest
provider/store.go:6:2: unknown import path "github.com/virtual-kubelet/virtual-kubelet/manager": cannot find module providing package github.com/virtual-kubelet/virtual-kubelet/manager

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