Update bloom module (#12383)

To fix dependency import issues when importing madmin-go v0.7.1
This commit is contained in:
Anis Elleuch
2021-05-27 16:02:39 +01:00
committed by GitHub
parent b251ae5f3d
commit e63908c391
6 changed files with 12 additions and 10 deletions

View File

@@ -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.