Skip to content

Commit

Permalink
Updated to latest RoaringBitmap libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
gamolina committed Nov 9, 2024
1 parent 1787a6a commit 534381b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.23.2

require (
github.com/Jeffail/tunny v0.0.0-20190930221602-f13eb662a36a
github.com/RoaringBitmap/roaring/v2 v2.4.1
github.com/RoaringBitmap/roaring/v2 v2.4.2
github.com/akrylysov/pogreb v0.9.1
github.com/alecthomas/kong v0.2.17
github.com/araddon/dateparse v0.0.0-20210207001429-0eec95c9db7e
Expand Down Expand Up @@ -144,5 +144,3 @@ require (
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/RoaringBitmap/roaring/v2 => /home/ec2-user/roaring

0 comments on commit 534381b

Please sign in to comment.