1
0
mirror of https://github.com/lxc/incus.git synced 2026-02-05 09:46:19 +01:00

global: Update for internal/version

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
Stéphane Graber
2023-09-07 15:31:13 -04:00
parent 283513f84f
commit 4c73aa85ed
118 changed files with 118 additions and 118 deletions

View File

@@ -9,7 +9,7 @@ import (
"github.com/lxc/incus/client"
config "github.com/lxc/incus/internal/cliconfig"
"github.com/lxc/incus/shared/api"
"github.com/lxc/incus/shared/version"
"github.com/lxc/incus/internal/version"
)
const userConfigKey = "user.incus-benchmark"

View File

@@ -8,7 +8,7 @@ import (
"github.com/lxc/incus/client"
"github.com/lxc/incus/shared"
"github.com/lxc/incus/shared/version"
"github.com/lxc/incus/internal/version"
)
type cmdGlobal struct {