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

client: Rename imports to new go module

Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
This commit is contained in:
Thomas Parrott
2023-07-04 21:48:48 +01:00
parent bfa9fa7c93
commit fa0571c4cc
28 changed files with 57 additions and 57 deletions

View File

@@ -15,9 +15,9 @@ import (
"github.com/gorilla/websocket"
"github.com/zitadel/oidc/v2/pkg/oidc"
"github.com/lxc/lxd/shared"
"github.com/lxc/lxd/shared/logger"
"github.com/lxc/lxd/shared/simplestreams"
"github.com/canonical/lxd/shared"
"github.com/canonical/lxd/shared/logger"
"github.com/canonical/lxd/shared/simplestreams"
)
// ConnectionArgs represents a set of common connection properties.