Add erasure to godep

This commit is contained in:
Harshavardhana
2015-04-01 16:56:43 -07:00
parent 07235399a1
commit 92f408af5d
73 changed files with 29396 additions and 2 deletions

View File

@@ -12,8 +12,8 @@ import (
"crypto/md5"
"encoding/hex"
encoding "github.com/minio-io/erasure"
"github.com/minio-io/iodine"
encoding "github.com/minio-io/minio/pkg/encoding/erasure"
"github.com/minio-io/minio/pkg/utils/split"
)