mirror of https://github.com/gin-gonic/gin.git
Merge pull request #56 from mopemope/godep
Manage Dependencies With Godep
This commit is contained in:
commit
d09d128652
|
@ -0,0 +1,2 @@
|
||||||
|
Godeps/*
|
||||||
|
!Godep.json
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"ImportPath": "github.com/gin-gonic/gin",
|
||||||
|
"GoVersion": "go1.3",
|
||||||
|
"Deps": [
|
||||||
|
{
|
||||||
|
"ImportPath": "github.com/julienschmidt/httprouter",
|
||||||
|
"Rev": "7deadb6844d2c6ff1dfb812eaa439b87cdaedf20"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue