Adding lru to memory driver, not wired to command line opts

This commit is contained in:
Frederick F. Kautz IV
2015-04-15 12:35:23 -07:00
parent b464ddbf31
commit 59a81a73c6
7 changed files with 273 additions and 57 deletions
+5 -1
View File
@@ -1,6 +1,6 @@
{
"ImportPath": "github.com/minio-io/minio",
"GoVersion": "go1.4",
"GoVersion": "go1.4.2",
"Packages": [
"./..."
],
@@ -9,6 +9,10 @@
"ImportPath": "github.com/dustin/go-humanize",
"Rev": "8cc1aaa2d955ee82833337cfb10babc42be6bce6"
},
{
"ImportPath": "github.com/golang/groupcache/lru",
"Rev": "604ed5785183e59ae2789449d89e73f3a2a77987"
},
{
"ImportPath": "github.com/gorilla/context",
"Rev": "50c25fb3b2b3b3cc724e9b6ac75fb44b3bccd0da"