Moving to godep for dependency management

This commit is contained in:
Frederick F. Kautz IV
2014-11-03 20:59:07 -08:00
parent 74f989e3ce
commit e98a77ff1a
49 changed files with 74 additions and 1513 deletions

22
Godeps/Godeps.json generated Normal file
View File

@@ -0,0 +1,22 @@
{
"ImportPath": "github.com/minios/minios",
"GoVersion": "go1.3.3",
"Packages": [
"./..."
],
"Deps": [
{
"ImportPath": "github.com/codegangsta/cli",
"Comment": "1.2.0-26-gf7ebb76",
"Rev": "f7ebb761e83e21225d1d8954fde853bf8edd46c4"
},
{
"ImportPath": "github.com/gorilla/context",
"Rev": "14f550f51af52180c2eefed15e5fd18d63c0a64a"
},
{
"ImportPath": "github.com/gorilla/mux",
"Rev": "e444e69cbd2e2e3e0749a2f3c717cec491552bbf"
}
]
}