'首次提交'

This commit is contained in:
2023-04-12 16:39:10 +08:00
parent 0c3a01b1ec
commit cbc416b73b
6 changed files with 240 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module prot
go 1.17
require golang.org/x/crypto v0.0.0-20220214200702-86341886e292
require (
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
)