From 30dcd4795a19ace2e3730292040a60b6aa6844e9 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 31 Jul 2016 12:01:57 +0200 Subject: [PATCH] Godeps update --- Godeps/Godeps.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index 6d0c8a4..a96c2b6 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -1,6 +1,6 @@ { "ImportPath": "github.com/jedisct1/piknik", - "GoVersion": "go1.6.3", + "GoVersion": "go1.6", "GodepVersion": "v74", "Deps": [ { @@ -27,6 +27,18 @@ { "ImportPath": "golang.org/x/crypto/ed25519/internal/edwards25519", "Rev": "bc89c496413265e715159bdc8478ee9a92fdc265" + }, + { + "ImportPath": "golang.org/x/crypto/pbkdf2", + "Rev": "bc89c496413265e715159bdc8478ee9a92fdc265" + }, + { + "ImportPath": "golang.org/x/crypto/scrypt", + "Rev": "bc89c496413265e715159bdc8478ee9a92fdc265" + }, + { + "ImportPath": "golang.org/x/crypto/ssh/terminal", + "Rev": "bc89c496413265e715159bdc8478ee9a92fdc265" } ] }