Update go.mod
This commit is contained in:
parent
d9490a6ce9
commit
3e655b9b53
@ -1,7 +1,7 @@
|
|||||||
package idvalidator
|
package idvalidator
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"id-validator/data"
|
"github.com/guanguans/id-validator/data"
|
||||||
"math"
|
"math"
|
||||||
"math/rand"
|
"math/rand"
|
||||||
"regexp"
|
"regexp"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
package idvalidator
|
package idvalidator
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"id-validator/data"
|
"github.com/guanguans/id-validator/data"
|
||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
@ -5,7 +5,7 @@ import (
|
|||||||
"strconv"
|
"strconv"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"id-validator/data"
|
"github.com/guanguans/id-validator/data"
|
||||||
)
|
)
|
||||||
|
|
||||||
// 身份证信息
|
// 身份证信息
|
||||||
|
Loading…
Reference in New Issue
Block a user