Change all minio-io path to minio

This commit is contained in:
Harshavardhana
2015-05-11 16:23:10 -07:00
parent e39de4f603
commit 8d06504068
68 changed files with 127 additions and 127 deletions

View File

@@ -19,8 +19,8 @@ package keys_test
import (
"testing"
. "github.com/minio-io/check"
"github.com/minio-io/minio/pkg/utils/crypto/keys"
. "github.com/minio/check"
"github.com/minio/minio/pkg/utils/crypto/keys"
)
func Test(t *testing.T) { TestingT(t) }

View File

@@ -5,8 +5,8 @@ import (
"encoding/hex"
"testing"
. "github.com/minio-io/check"
"github.com/minio-io/minio/pkg/utils/crypto/md5"
. "github.com/minio/check"
"github.com/minio/minio/pkg/utils/crypto/md5"
)
func Test(t *testing.T) { TestingT(t) }

View File

@@ -14,7 +14,7 @@ import (
"hash"
"io"
"github.com/minio-io/minio/pkg/utils/cpu"
"github.com/minio/minio/pkg/utils/cpu"
)
// The size of a SHA1 checksum in bytes.

View File

@@ -14,7 +14,7 @@ import (
"hash"
"io"
"github.com/minio-io/minio/pkg/utils/cpu"
"github.com/minio/minio/pkg/utils/cpu"
)
// The size of a SHA1 checksum in bytes.

View File

@@ -14,7 +14,7 @@ import (
"hash"
"io"
"github.com/minio-io/minio/pkg/utils/cpu"
"github.com/minio/minio/pkg/utils/cpu"
)
// The size of a SHA256 checksum in bytes.

View File

@@ -15,7 +15,7 @@ import (
"hash"
"io"
"github.com/minio-io/minio/pkg/utils/cpu"
"github.com/minio/minio/pkg/utils/cpu"
)
// The size of a SHA512 checksum in bytes.