art: Drop provider from c3os code

Part of: https://github.com/c3os-io/c3os/issues/68
This commit is contained in:
mudler
2022-08-10 18:56:07 +02:00
committed by Itxaka
parent b19a93e984
commit 3c6484de14
39 changed files with 26 additions and 2098 deletions

View File

@@ -8,11 +8,11 @@ import (
"time"
"github.com/c3os-io/c3os/internal/cmd"
"github.com/c3os-io/c3os/internal/utils"
config "github.com/c3os-io/c3os/pkg/config"
"github.com/c3os-io/c3os/pkg/utils"
"github.com/ipfs/go-log"
machine "github.com/c3os-io/c3os/internal/machine"
machine "github.com/c3os-io/c3os/pkg/machine"
"github.com/creack/pty"
"github.com/gliderlabs/ssh"
"github.com/mudler/edgevpn/pkg/logger"