mirror of
https://github.com/lxc/incus.git
synced 2026-02-05 09:46:19 +01:00
cmd: Update for lxc/incus
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
@@ -6,10 +6,10 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/cyphar/incus/client"
|
||||
config "github.com/cyphar/incus/internal/cliconfig"
|
||||
"github.com/cyphar/incus/shared/api"
|
||||
"github.com/cyphar/incus/shared/version"
|
||||
"github.com/lxc/incus/client"
|
||||
config "github.com/lxc/incus/internal/cliconfig"
|
||||
"github.com/lxc/incus/shared/api"
|
||||
"github.com/lxc/incus/shared/version"
|
||||
)
|
||||
|
||||
const userConfigKey = "user.lxd-benchmark"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/cyphar/incus/client"
|
||||
"github.com/cyphar/incus/shared/api"
|
||||
"github.com/lxc/incus/client"
|
||||
"github.com/lxc/incus/shared/api"
|
||||
)
|
||||
|
||||
func createContainer(c incus.InstanceServer, fingerprint string, name string, privileged bool) error {
|
||||
|
||||
@@ -6,9 +6,9 @@ import (
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
"github.com/cyphar/incus/client"
|
||||
"github.com/cyphar/incus/shared"
|
||||
"github.com/cyphar/incus/shared/version"
|
||||
"github.com/lxc/incus/client"
|
||||
"github.com/lxc/incus/shared"
|
||||
"github.com/lxc/incus/shared/version"
|
||||
)
|
||||
|
||||
type cmdGlobal struct {
|
||||
|
||||
Reference in New Issue
Block a user