2019-10-28 21:10:20 +00:00
|
|
|
module github.com/xanzy/ssh-agent
|
|
|
|
|
2021-08-30 15:18:50 +00:00
|
|
|
go 1.16
|
|
|
|
|
2019-10-28 21:10:20 +00:00
|
|
|
require (
|
2021-08-30 15:18:50 +00:00
|
|
|
github.com/Microsoft/go-winio v0.5.0
|
|
|
|
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
|
|
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
2019-10-28 21:10:20 +00:00
|
|
|
)
|