The luhn package moved

This commit is contained in:
Jakob Borg 2015-01-13 13:20:29 +01:00
parent 2ceaca8828
commit 4833b6085c

View File

@ -24,7 +24,7 @@ import (
"regexp" "regexp"
"strings" "strings"
"github.com/syncthing/syncthing/internal/luhn" "github.com/calmh/luhn"
) )
type DeviceID [32]byte type DeviceID [32]byte