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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user