File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/ipfs/go-ds-badger
2
2
3
3
require (
4
- github.com/dgraph-io/badger v1.6.1
4
+ github.com/dgraph-io/badger v1.6.2
5
5
github.com/ipfs/go-datastore v0.4.4
6
6
github.com/ipfs/go-log/v2 v2.0.5
7
7
github.com/jbenet/goprocess v0.1.4
Original file line number Diff line number Diff line change 1
1
github.com/AndreasBriese/bbloom v0.0.0-20190306092124-e2d15f34fcf9 h1:HD8gA2tkByhMAwYaFAX9w2l7vxvBQ5NMoxDrkhqhtn4 =
2
2
github.com/AndreasBriese/bbloom v0.0.0-20190306092124-e2d15f34fcf9 /go.mod h1:bOvUY6CB00SOBii9/FifXqc0awNKxLFCL/+pkDPuyl8 =
3
+ github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 h1:cTp8I5+VIoKjsnZuH8vjyaysT/ses3EvZeaV/1UkF2M =
4
+ github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 /go.mod h1:bOvUY6CB00SOBii9/FifXqc0awNKxLFCL/+pkDPuyl8 =
3
5
github.com/BurntSushi/toml v0.3.1 /go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU =
4
6
github.com/OneOfOne/xxhash v1.2.2 /go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU =
5
7
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 /go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8 =
@@ -17,6 +19,8 @@ github.com/dgraph-io/badger v1.6.0 h1:DshxFxZWXUcO0xX476VJC07Xsr6ZCBVRHKZ93Oh7Ev
17
19
github.com/dgraph-io/badger v1.6.0 /go.mod h1:zwt7syl517jmP8s94KqSxTlM6IMsdhYy6psNgSztDR4 =
18
20
github.com/dgraph-io/badger v1.6.1 h1:w9pSFNSdq/JPM1N12Fz/F/bzo993Is1W+Q7HjPzi7yg =
19
21
github.com/dgraph-io/badger v1.6.1 /go.mod h1:FRmFw3uxvcpa8zG3Rxs0th+hCLIuaQg8HlNV5bjgnuU =
22
+ github.com/dgraph-io/badger v1.6.2 h1:mNw0qs90GVgGGWylh0umH5iag1j6n/PeJtNvL6KY/x8 =
23
+ github.com/dgraph-io/badger v1.6.2 /go.mod h1:JW2yswe3V058sS0kZ2h/AXeDSqFjxnZcRrVH//y2UQE =
20
24
github.com/dgraph-io/ristretto v0.0.2 h1:a5WaUrDa0qm0YrAAS1tUykT5El3kt62KNZZeMxQn3po =
21
25
github.com/dgraph-io/ristretto v0.0.2 /go.mod h1:KPxhHT9ZxKefz+PCeOGsrHpl1qZ7i70dGTu2u+Ahh6E =
22
26
github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2 h1:tdlZCpZ/P9DhczCTSixgIKmwPv6+wP5DGjqLYw5SUiA =
You can’t perform that action at this time.
0 commit comments