From 4833b6085c5b152914620d5fa70e548fdd019ca7 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Tue, 13 Jan 2015 13:20:29 +0100 Subject: [PATCH] The luhn package moved --- deviceid.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deviceid.go b/deviceid.go index 93753d7f..21b32325 100644 --- a/deviceid.go +++ b/deviceid.go @@ -24,7 +24,7 @@ import ( "regexp" "strings" - "github.com/syncthing/syncthing/internal/luhn" + "github.com/calmh/luhn" ) type DeviceID [32]byte