1
0
Jakob Borg 10 жил өмнө
parent
commit
4833b6085c
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      deviceid.go

+ 1 - 1
deviceid.go

@@ -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