mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 04:00:25 +03:00
Updating to use objectdriver
This commit is contained in:
+6
-6
@@ -32,13 +32,13 @@ import (
|
||||
"net/http"
|
||||
"net/http/httptest"
|
||||
|
||||
"github.com/fkautz/testify/mock"
|
||||
"github.com/minio-io/minio/pkg/api"
|
||||
"github.com/minio-io/minio/pkg/drivers"
|
||||
"github.com/minio-io/minio/pkg/drivers/donut"
|
||||
"github.com/minio-io/minio/pkg/drivers/file"
|
||||
"github.com/minio-io/minio/pkg/drivers/memory"
|
||||
"github.com/minio-io/minio/pkg/drivers/mocks"
|
||||
"github.com/stretchr/testify/mock"
|
||||
"github.com/minio-io/objectdriver"
|
||||
"github.com/minio-io/objectdriver/donut"
|
||||
"github.com/minio-io/objectdriver/file"
|
||||
"github.com/minio-io/objectdriver/memory"
|
||||
"github.com/minio-io/objectdriver/mocks"
|
||||
|
||||
. "github.com/minio-io/check"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user