The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/8086

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Closes #8085

Signed-off-by: Stéphane Graber <stgra...@ubuntu.com>
From 7bad0cbaecdefef16e2c636a5d1a77aa49e54924 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgra...@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 <stgra...@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"
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to