diff options
Diffstat (limited to 'vendor/github.com/xanzy/ssh-agent/go.mod')
-rw-r--r-- | vendor/github.com/xanzy/ssh-agent/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/xanzy/ssh-agent/go.mod b/vendor/github.com/xanzy/ssh-agent/go.mod index 6664c4888e..80eaca0f6e 100644 --- a/vendor/github.com/xanzy/ssh-agent/go.mod +++ b/vendor/github.com/xanzy/ssh-agent/go.mod @@ -1,6 +1,6 @@ module github.com/xanzy/ssh-agent require ( + github.com/Microsoft/go-winio v0.4.14 golang.org/x/crypto v0.0.0-20190219172222-a4c6cb3142f2 - golang.org/x/sys v0.0.0-20190221075227-b4e8571b14e0 // indirect ) |