Revert to RoaringBitmap org

pull/10122/head
Edd Robinson 2018-07-31 15:01:42 +01:00
parent 61af08abde
commit 7662249fb9
5 changed files with 12 additions and 11 deletions

2
Godeps
View File

@ -13,7 +13,7 @@ github.com/golang/protobuf b4deda0973fb4c70b50d226b1af49f3da59f5265
github.com/golang/snappy d9eb7a3d35ec988b8585d4a0068e462c27d28380
github.com/google/go-cmp 3af367b6b30c263d47e8895973edcca9a49cf029
github.com/influxdata/influxql 5e999e6a81820d4450f2a1f35c5597b569258f01
github.com/influxdata/roaring d6540aab65a17321470b1661bfc52da1823871e9
github.com/RoaringBitmap/roaring 4c23670306840b0f8755db247d2e9b8369fc356e
github.com/influxdata/usage-client 6d3895376368aa52a3a81d2a16e90f0f52371967
github.com/jsternberg/zap-logfmt ac4bd917e18a4548ce6e0e765b29a4e7f397b0b6
github.com/jwilder/encoding b4e1701a28efcc637d9afcca7d38e495fe909a09

13
Gopkg.lock generated
View File

@ -17,6 +17,12 @@
packages = ["."]
revision = "a368813c5e648fee92e5f6c30e3944ff9d5e8895"
[[projects]]
name = "github.com/RoaringBitmap/roaring"
packages = ["."]
revision = "4c23670306840b0f8755db247d2e9b8369fc356e"
version = "v0.4.15"
[[projects]]
branch = "master"
name = "github.com/beorn7/perks"
@ -115,11 +121,6 @@
]
revision = "c661ab7db8ad858626cc7a2114e786f4e7463564"
[[projects]]
name = "github.com/influxdata/roaring"
packages = ["."]
revision = "ec86e26aba5545a1819e1ad68e9faa0f1745fff5"
[[projects]]
branch = "master"
name = "github.com/influxdata/usage-client"
@ -406,6 +407,6 @@
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "439d8ce7614902915daae4a9b249a987b3fd5ce17e6f096cffa61b20b63b40d2"
inputs-digest = "723d26554e6600a23282694d241e3d78788ab5dc5614361ffd874144ce15465f"
solver-name = "gps-cdcl"
solver-version = 1

View File

@ -7,8 +7,8 @@
branch = "master"
[[constraint]]
name = "github.com/influxdata/roaring"
revision = "ec86e26aba5545a1819e1ad68e9faa0f1745fff5"
name = "github.com/RoaringBitmap/roaring"
version = "=0.4.15"
[[constraint]]
name = "github.com/boltdb/bolt"

View File

@ -2,7 +2,7 @@
- bootstrap 3.3.5 [MIT LICENSE](https://github.com/twbs/bootstrap/blob/master/LICENSE)
- collectd.org [ISC LICENSE](https://github.com/collectd/go-collectd/blob/master/LICENSE)
- github.com/BurntSushi/toml [MIT LICENSE](https://github.com/BurntSushi/toml/blob/master/COPYING)
- github.com/influxdata/roaring [APACHE LICENSE](https://github.com/influxdata/roaring/blob/master/LICENSE)
- github.com/RoaringBitmap/roaring [APACHE LICENSE](https://github.com/RoaringBitmap/roaring/blob/master/LICENSE)
- github.com/beorn7/perks [MIT LICENSE](https://github.com/beorn7/perks/blob/master/LICENSE)
- github.com/bmizerany/pat [MIT LICENSE](https://github.com/bmizerany/pat#license)
- github.com/boltdb/bolt [MIT LICENSE](https://github.com/boltdb/bolt/blob/master/LICENSE)

View File

@ -5,7 +5,7 @@ import (
"sync"
"unsafe"
"github.com/influxdata/roaring"
"github.com/RoaringBitmap/roaring"
)
// SeriesIDSet represents a lockable bitmap of series ids.