diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..08e8496 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +Godeps/* +!Godep.json diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json new file mode 100644 index 0000000..d963b7e --- /dev/null +++ b/Godeps/Godeps.json @@ -0,0 +1,10 @@ +{ + "ImportPath": "github.com/gin-gonic/gin", + "GoVersion": "go1.3", + "Deps": [ + { + "ImportPath": "github.com/julienschmidt/httprouter", + "Rev": "7deadb6844d2c6ff1dfb812eaa439b87cdaedf20" + } + ] +}