浏览代码

Merge pull request #56 from mopemope/godep

Manage Dependencies With Godep
Javier Provecho 11 年之前
父节点
当前提交
d09d128652
共有 2 个文件被更改,包括 12 次插入0 次删除
  1. 2 0
      .gitignore
  2. 10 0
      Godeps/Godeps.json

+ 2 - 0
.gitignore

@@ -0,0 +1,2 @@
+Godeps/*
+!Godep.json

+ 10 - 0
Godeps/Godeps.json

@@ -0,0 +1,10 @@
+{
+	"ImportPath": "github.com/gin-gonic/gin",
+	"GoVersion": "go1.3",
+	"Deps": [
+		{
+			"ImportPath": "github.com/julienschmidt/httprouter",
+			"Rev": "7deadb6844d2c6ff1dfb812eaa439b87cdaedf20"
+		}
+	]
+}