Преглед изворни кода

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"
+		}
+	]
+}