aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/xanzy/ssh-agent/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/xanzy/ssh-agent/go.mod')
-rw-r--r--vendor/github.com/xanzy/ssh-agent/go.mod6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/github.com/xanzy/ssh-agent/go.mod b/vendor/github.com/xanzy/ssh-agent/go.mod
new file mode 100644
index 0000000000..6664c4888e
--- /dev/null
+++ b/vendor/github.com/xanzy/ssh-agent/go.mod
@@ -0,0 +1,6 @@
+module github.com/xanzy/ssh-agent
+
+require (
+ golang.org/x/crypto v0.0.0-20190219172222-a4c6cb3142f2
+ golang.org/x/sys v0.0.0-20190221075227-b4e8571b14e0 // indirect
+)