File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
2323 "sort"
2424 "unsafe"
2525
26- "github.com/dgraph-io/ristretto/z"
26+ "github.com/dgraph-io/ristretto/v2/ z"
2727 "github.com/dgryski/go-groupvarint"
2828)
2929
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.24.1
77require (
88 github.com/dgraph-io/badger/v4 v4.6.0
99 github.com/dgraph-io/dgo/v200 v200.0.0-20210125093441-2ab429259580
10- github.com/dgraph-io/ristretto v0.2 .0
10+ github.com/dgraph-io/ristretto/v2 v2.1 .0
1111 github.com/dgraph-io/roaring v0.5.6-0.20210305191002-fa54ba7e926a
1212 github.com/dgryski/go-groupvarint v0.0.0-20190318181831-5ce5df8ca4e1
1313 github.com/gogo/protobuf v1.3.2
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ github.com/dgraph-io/badger/v4 v4.6.0 h1:acOwfOOZ4p1dPRnYzvkVm7rUk2Y21TgPVepCy5d
1111github.com/dgraph-io/badger/v4 v4.6.0 /go.mod h1:KSJ5VTuZNC3Sd+YhvVjk2nYua9UZnnTr/SkXvdtiPgI =
1212github.com/dgraph-io/dgo/v200 v200.0.0-20210125093441-2ab429259580 h1:ZdOpRE98+fV+z9dPAixXX+LsRTFKYxqQbacc9yT4MQs =
1313github.com/dgraph-io/dgo/v200 v200.0.0-20210125093441-2ab429259580 /go.mod h1:1LUTb0AVUKsPQhajQinkz2TnpIrD2C1yFNtVgk5lW5A =
14- github.com/dgraph-io/ristretto v0.2 .0 h1:XAfl+7cmoUDWW/2Lx8TGZQjjxIQ2Ley9DSf52dru4WE =
15- github.com/dgraph-io/ristretto v0.2 .0/go.mod h1:8uBHCU/PBV4Ag0CJrP47b9Ofby5dqWNh4FicAdoqFNU =
14+ github.com/dgraph-io/ristretto/v2 v2.1 .0 h1:59LjpOJLNDULHh8MC4UaegN52lC4JnO2dITsie/Pa8I =
15+ github.com/dgraph-io/ristretto/v2 v2.1 .0/go.mod h1:uejeqfYXpUomfse0+lO+13ATz4TypQYLJZzBSAemuB4 =
1616github.com/dgraph-io/roaring v0.5.6-0.20210305191002-fa54ba7e926a h1:jcaPBPeWTWnltLLNAOhJVG7Atw5X4lDgDXOG2w/TRCQ =
1717github.com/dgraph-io/roaring v0.5.6-0.20210305191002-fa54ba7e926a /go.mod h1:aBi3k7+/LPOBRxCokcmphZZkx0C7Fvrn8HxQUDOExks =
1818github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 h1:fAjc9m62+UWV/WAFKLNi6ZS0675eEUC9y3AlwSbQu1Y =
You can’t perform that action at this time.
0 commit comments