iodine is part of minio now

This commit is contained in:
Harshavardhana
2015-04-08 18:02:03 -07:00
parent 879e428596
commit 38155e86ac
46 changed files with 1579 additions and 26 deletions

View File

@@ -23,8 +23,8 @@ import (
"path"
"github.com/gorilla/mux"
"github.com/minio-io/iodine"
"github.com/minio-io/minio/pkg/api/config"
"github.com/minio-io/minio/pkg/iodine"
"github.com/minio-io/minio/pkg/utils/crypto/keys"
"github.com/minio-io/minio/pkg/utils/log"
)