summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorgreatroar <61184462+greatroar@users.noreply.github.com>2020-04-20 09:02:33 +0200
committerGitHub <noreply@github.com>2020-04-20 09:02:33 +0200
commit44b0f0b456e1c4568af7b7ebbcc0d82f7d38dbcb (patch)
tree6eb616e64183b10df6b8ba0758fbbd73a2fdf019 /go.mod
parent4aa2199d5b4a2e86fa33f87c1a4f3c4da44ac079 (diff)
lib/db: Switch to faster blobloom Bloom filter pkg (#6537)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 1 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index cb999c1c54..4f6415dcfc 100644
--- a/go.mod
+++ b/go.mod
@@ -17,6 +17,7 @@ require (
github.com/gobwas/glob v0.2.3
github.com/gogo/protobuf v1.3.1
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6
+ github.com/greatroar/blobloom v0.0.0-20200416084947-36d5bf1a4e53
github.com/jackpal/gateway v1.0.6
github.com/jackpal/go-nat-pmp v1.0.2
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
@@ -33,14 +34,11 @@ require (
github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563
github.com/sasha-s/go-deadlock v0.2.0
github.com/shirou/gopsutil v0.0.0-20190714054239-47ef3260b6bf
- github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/syncthing/notify v0.0.0-20190709140112-69c7a957d3e2
github.com/syndtr/goleveldb v1.0.1-0.20190923125748-758128399b1d
github.com/thejerf/suture v3.0.2+incompatible
github.com/urfave/cli v1.22.2
github.com/vitrun/qart v0.0.0-20160531060029-bf64b92db6b0
- github.com/willf/bitset v1.1.10 // indirect
- github.com/willf/bloom v2.0.3+incompatible
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
golang.org/x/sys v0.0.0-20191224085550-c709ea063b76
@@ -50,6 +48,3 @@ require (
)
go 1.13
-
-// https://github.com/spaolacci/murmur3/pull/30
-replace github.com/spaolacci/murmur3 v1.1.0 => github.com/twmb/murmur3 v1.1.3