mirror of
https://github.com/lxc/incus.git
synced 2026-02-05 09:46:19 +01:00
global: Update Go package to v6
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
@@ -15,10 +15,10 @@ import (
|
||||
"github.com/gorilla/websocket"
|
||||
"github.com/zitadel/oidc/v3/pkg/oidc"
|
||||
|
||||
"github.com/lxc/incus/shared/api"
|
||||
"github.com/lxc/incus/shared/logger"
|
||||
"github.com/lxc/incus/shared/simplestreams"
|
||||
"github.com/lxc/incus/shared/util"
|
||||
"github.com/lxc/incus/v6/shared/api"
|
||||
"github.com/lxc/incus/v6/shared/logger"
|
||||
"github.com/lxc/incus/v6/shared/simplestreams"
|
||||
"github.com/lxc/incus/v6/shared/util"
|
||||
)
|
||||
|
||||
// ConnectionArgs represents a set of common connection properties.
|
||||
|
||||
Reference in New Issue
Block a user