docs(更新文档): 更新文档

This commit is contained in:
2020-10-21 14:58:40 +08:00
parent 4b6cac9d6f
commit 87a2045616
3 changed files with 10 additions and 3 deletions

5
go.mod
View File

@ -2,4 +2,7 @@ module github.com/xiaoqidun/idkey
go 1.15
require golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
require (
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
golang.org/x/sys v0.0.0-20201020230747-6e5568b54d1a // indirect
)