[lxc-devel] [lxd/master] lxd: Switch to new candid URL

stgraber on Github lxc-bot at linuxcontainers.org
Tue Oct 27 20:38:13 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 370 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20201027/9b3eea4c/attachment.bin>
-------------- next part --------------
From 7bad0cbaecdefef16e2c636a5d1a77aa49e54924 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Tue, 27 Oct 2020 16:37:45 -0400
Subject: [PATCH] lxd: Switch to new candid URL
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Closes #8085

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 lxd/daemon.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxd/daemon.go b/lxd/daemon.go
index e04cafc397..52308da8c3 100644
--- a/lxd/daemon.go
+++ b/lxd/daemon.go
@@ -16,7 +16,7 @@ import (
 	"sync"
 	"time"
 
-	"github.com/CanonicalLtd/candidclient"
+	"github.com/canonical/candid/candidclient"
 	dqliteclient "github.com/canonical/go-dqlite/client"
 	"github.com/canonical/go-dqlite/driver"
 	"github.com/gorilla/mux"


More information about the lxc-devel mailing list