1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-02 09:21:40 +02:00
lazygit/vendor/github.com/xanzy/ssh-agent
Glenn Vriesman 3f7e107d09 Vendor: Updated dependencies
* Updated go.mod
 * Updated go.sum
 * Updated vendor packages

Signed-off-by: Glenn Vriesman <glenn.vriesman@gmail.com>
2019-11-10 23:23:20 +11:00
..
.gitignore switch to Go modules 2019-09-01 21:24:03 +10:00
go.mod Vendor: Updated dependencies 2019-11-10 23:23:20 +11:00
go.sum Vendor: Updated dependencies 2019-11-10 23:23:20 +11:00
LICENSE bump dependencies 2018-08-09 14:41:58 +10:00
pageant_windows.go bump dependencies 2018-08-09 14:41:58 +10:00
README.md switch to Go modules 2019-09-01 21:24:03 +10:00
sshagent_windows.go bump dependencies 2018-08-09 14:41:58 +10:00
sshagent.go bump dependencies 2018-08-09 14:41:58 +10:00

ssh-agent

Create a new agent.Agent on any type of OS (so including Windows) from any Go application.

Limitations

When compiled for Windows, it will only support Pageant as the SSH authentication agent.

Credits

Big thanks to Давид Мзареулян (David Mzareulyan) for creating the go-pageant package!

Issues

If you have an issue: report it on the issue tracker

Author

Sander van Harmelen (sander@xanzy.io)

License

The files pageant_windows.go and sshagent_windows.go have their own license (see file headers). The rest of this package is licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0