1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-05 07:50:24 +08:00

完善密钥分发

This commit is contained in:
fumiama
2021-10-25 21:20:28 +08:00
parent 34d48859d9
commit 51b557f06f
7 changed files with 62 additions and 12 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module github.com/fumiama/WireGold
go 1.16
require github.com/sirupsen/logrus v1.8.1
require (
github.com/fumiama/go-x25519 v1.0.0
github.com/sirupsen/logrus v1.8.1
)