[lxc-devel] [lxd/master] Makefile: Switch to tsenart/deadcode

stgraber on Github lxc-bot at linuxcontainers.org
Mon Oct 21 17:22:33 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 354 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20191021/dfe0eff9/attachment-0001.bin>
-------------- next part --------------
From df86dc05542417eb39d389db66548180b60ed150 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Mon, 21 Oct 2019 12:03:51 -0400
Subject: [PATCH] Makefile: Switch to tsenart/deadcode
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/Makefile b/Makefile
index 0b268c65ba..9aa11a6b00 100644
--- a/Makefile
+++ b/Makefile
@@ -129,7 +129,7 @@ endif
 .PHONY: check
 check: default
 	go get -v -x github.com/rogpeppe/godeps
-	go get -v -x github.com/remyoudompheng/go-misc/deadcode
+	go get -v -x github.com/tsenart/deadcode
 	go get -v -x github.com/golang/lint/golint
 	go test -v -tags "$(TAG_SQLITE3)" $(DEBUG) ./...
 	cd test && ./main.sh


More information about the lxc-devel mailing list