File tree Expand file tree Collapse file tree 4 files changed +467
-108
lines changed Expand file tree Collapse file tree 4 files changed +467
-108
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/RoaringBitmap/roaring/v2
2
2
3
- go 1.14
3
+ go 1.15
4
4
5
5
require (
6
6
github.com/bits-and-blooms/bitset v1.12.0
7
+ github.com/google/uuid v1.6.0
7
8
github.com/mschoch/smat v0.2.0
8
9
github.com/stretchr/testify v1.7.0
9
10
)
11
+
12
+ require (
13
+ github.com/davecgh/go-spew v1.1.0 // indirect
14
+ github.com/pmezard/go-difflib v1.0.0 // indirect
15
+ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
16
+ )
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ github.com/bits-and-blooms/bitset v1.12.0 h1:U/q1fAF7xXRhFCrhROzIfffYnu+dlS38vCZ
2
2
github.com/bits-and-blooms/bitset v1.12.0 /go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8 =
3
3
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8 =
4
4
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
5
+ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
6
+ github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
5
7
github.com/mschoch/smat v0.2.0 h1:8imxQsjDm8yFEAVBe7azKmKSgzSkZXDuKkSq9374khM =
6
8
github.com/mschoch/smat v0.2.0 /go.mod h1:kc9mz7DoBKqDyiRL7VZN8KvXQMWeTaVnttLRXOlotKw =
7
9
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
You can’t perform that action at this time.
0 commit comments