mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
Update bloom module (#12383)
To fix dependency import issues when importing madmin-go v0.7.1
This commit is contained in:
@@ -31,6 +31,7 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/bits-and-blooms/bloom/v3"
|
||||
"github.com/cespare/xxhash/v2"
|
||||
"github.com/klauspost/compress/zip"
|
||||
"github.com/minio/madmin-go"
|
||||
@@ -43,7 +44,6 @@ import (
|
||||
"github.com/minio/minio/pkg/event"
|
||||
xnet "github.com/minio/minio/pkg/net"
|
||||
"github.com/minio/minio/pkg/sync/errgroup"
|
||||
"github.com/willf/bloom"
|
||||
)
|
||||
|
||||
// NotificationSys - notification system.
|
||||
|
||||
Reference in New Issue
Block a user