Browse Source

The luhn package moved

Jakob Borg 10 years ago
parent
commit
4833b6085c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deviceid.go

+ 1 - 1
deviceid.go

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