From 742cacf38436f628d2cabf300d97f3d622bb35af Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Sat, 30 Sep 2017 13:14:44 +0200 Subject: [PATCH] Add vendors --- glide.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 glide.yaml diff --git a/glide.yaml b/glide.yaml new file mode 100644 index 0000000..bb96eb8 --- /dev/null +++ b/glide.yaml @@ -0,0 +1,9 @@ +package: github.com/moul/sshportal +import: +- package: github.com/gliderlabs/ssh + version: 4a4de39 +- package: github.com/urfave/cli + version: ^1.20.0 +- package: golang.org/x/crypto + subpackages: + - ssh