From 6fa85864edb1680633342759b5f536e21d3a79c1 Mon Sep 17 00:00:00 2001 From: mopemoepe Date: Tue, 8 Jul 2014 15:53:10 +0900 Subject: [PATCH] Manage Dependencies With Godep --- Godeps/Godeps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Godeps/Godeps.json diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json new file mode 100644 index 00000000..a224fcd3 --- /dev/null +++ b/Godeps/Godeps.json @@ -0,0 +1,10 @@ +{ + "ImportPath": "github.com/gin-gonic/gin", + "GoVersion": "devel +2699961d1143 Wed Jun 25 09:57:48 2014 -0400", + "Deps": [ + { + "ImportPath": "github.com/julienschmidt/httprouter", + "Rev": "7deadb6844d2c6ff1dfb812eaa439b87cdaedf20" + } + ] +}