Encrypt restore token
This commit is contained in:
parent
abd9fd4773
commit
16dc47b570
11 changed files with 137 additions and 49 deletions
|
|
@ -29,6 +29,11 @@ modules:
|
|||
tag: v0.37.0
|
||||
commit: 99b3ae0643f9a2f9d820fcbba5f9e4c83b23bd48
|
||||
dest: vendor/golang.org/x/net
|
||||
- type: git
|
||||
url: https://github.com/golang/crypto
|
||||
tag: v0.36.0
|
||||
commit: 49bf5b80c8108983f588ecabd7bf996e6e63a515
|
||||
dest: vendor/golang.org/x/crypto
|
||||
- type: file
|
||||
path: modules.txt
|
||||
dest: vendor
|
||||
|
|
|
|||
|
|
@ -9,6 +9,9 @@ github.com/godbus/dbus/v5
|
|||
github.com/skip2/go-qrcode
|
||||
github.com/skip2/go-qrcode/bitset
|
||||
github.com/skip2/go-qrcode/reedsolomon
|
||||
# golang.org/x/crypto v0.36.0
|
||||
## explicit; go 1.23.0
|
||||
golang.org/x/crypto/hkdf
|
||||
# golang.org/x/net v0.37.0
|
||||
## explicit; go 1.23.0
|
||||
golang.org/x/net/websocket
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue