Implement headBucketHandler() and its related tests

Remove internal testify/mock and use upstream - update all godeps
This commit is contained in:
Harshavardhana
2015-04-07 00:44:01 -07:00
parent 2ddde59b46
commit 2a21b7d639
29 changed files with 160 additions and 721 deletions
+7 -7
View File
@@ -1,14 +1,10 @@
{
"ImportPath": "github.com/minio-io/minio",
"GoVersion": "go1.4.2",
"GoVersion": "go1.4",
"Packages": [
"./..."
],
"Deps": [
{
"ImportPath": "github.com/fkautz/testify/mock",
"Rev": "e4ec8152c15fc46bd5056ce65997a07c7d415325"
},
{
"ImportPath": "github.com/gorilla/context",
"Rev": "50c25fb3b2b3b3cc724e9b6ac75fb44b3bccd0da"
@@ -28,7 +24,7 @@
},
{
"ImportPath": "github.com/minio-io/donut",
"Rev": "1adb050ccbc6b56caa8b29502adf43592d16adbd"
"Rev": "9d0c663a857103c780414e15d7e426c6fca9984e"
},
{
"ImportPath": "github.com/minio-io/erasure",
@@ -40,7 +36,7 @@
},
{
"ImportPath": "github.com/minio-io/objectdriver",
"Rev": "144846812e29de66814a67b38c949f9875e0ee46"
"Rev": "3efb266b6a644b161d8a4d9a1f55bea95a2e391b"
},
{
"ImportPath": "github.com/stretchr/objx",
@@ -49,6 +45,10 @@
{
"ImportPath": "github.com/stretchr/testify/assert",
"Rev": "e4ec8152c15fc46bd5056ce65997a07c7d415325"
},
{
"ImportPath": "github.com/stretchr/testify/mock",
"Rev": "e4ec8152c15fc46bd5056ce65997a07c7d415325"
}
]
}