Browse Source

The luhn package moved

Jakob Borg 11 năm trước cách đây
mục cha
commit
4833b6085c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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