You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
177 B
8 lines
177 B
3 years ago
|
module github.com/42wim/sshsig
|
||
|
|
||
|
go 1.17
|
||
|
|
||
|
require golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
|
||
|
|
||
|
require golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 // indirect
|