From e604245f3cd4334dded872396a77b9d381589493 Mon Sep 17 00:00:00 2001 From: lrodham Date: Mon, 10 Apr 2017 20:17:36 +0100 Subject: [PATCH] godeps fix --- Godeps/Godeps.json | 52 ++++++++++++++++++++++++++++++++++++++++++++++ Godeps/Readme | 5 +++++ 2 files changed, 57 insertions(+) create mode 100644 Godeps/Godeps.json create mode 100644 Godeps/Readme diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json new file mode 100644 index 0000000..90e3f7e --- /dev/null +++ b/Godeps/Godeps.json @@ -0,0 +1,52 @@ +{ + "ImportPath": "vault", + "GoVersion": "go1.7", + "GodepVersion": "v79", + "Deps": [ + { + "ImportPath": "github.com/gin-gonic/gin/binding", + "Comment": "v1.1.4", + "Rev": "e2212d40c62a98b388a5eb48ecbdcf88534688ba" + }, + { + "ImportPath": "github.com/gin-gonic/gin/render", + "Comment": "v1.1.4", + "Rev": "e2212d40c62a98b388a5eb48ecbdcf88534688ba" + }, + { + "ImportPath": "github.com/golang/protobuf/proto", + "Rev": "c9c7427a2a70d2eb3bafa0ab2dc163e45f143317" + }, + { + "ImportPath": "github.com/manucorporat/sse", + "Rev": "ee05b128a739a0fb76c7ebd3ae4810c1de808d6d" + }, + { + "ImportPath": "github.com/mattn/go-isatty", + "Comment": "v0.0.1-32-gfc9e8d8", + "Rev": "fc9e8d8ef48496124e79ae0df75490096eccf6fe" + }, + { + "ImportPath": "golang.org/x/net/context", + "Rev": "6c23252515492caf9b228a9d5cabcdbde29f7f82" + }, + { + "ImportPath": "golang.org/x/sys/unix", + "Rev": "afadfcc7779c1f4db0f6f6438afcb108d9c9c7cd" + }, + { + "ImportPath": "gopkg.in/gin-gonic/gin.v1", + "Comment": "v1.1.4", + "Rev": "e2212d40c62a98b388a5eb48ecbdcf88534688ba" + }, + { + "ImportPath": "gopkg.in/go-playground/validator.v8", + "Comment": "v8.18.1", + "Rev": "5f57d2222ad794d0dffb07e664ea05e2ee07d60c" + }, + { + "ImportPath": "gopkg.in/yaml.v2", + "Rev": "a3f3340b5840cee44f372bddb5880fcbc419b46a" + } + ] +} diff --git a/Godeps/Readme b/Godeps/Readme new file mode 100644 index 0000000..4cdaa53 --- /dev/null +++ b/Godeps/Readme @@ -0,0 +1,5 @@ +This directory tree is generated automatically by godep. + +Please do not edit. + +See https://github.com/tools/godep for more information.