Switch to influxdata fork

pull/10234/head
Edd Robinson 2018-08-01 15:09:13 +01:00
parent ca07a38402
commit 722ca22c79
4 changed files with 13 additions and 13 deletions

18
Gopkg.lock generated
View File

@ -21,14 +21,6 @@
pruneopts = "UT"
revision = "a368813c5e648fee92e5f6c30e3944ff9d5e8895"
[[projects]]
digest = "1:071bc10aade52ea2b6f919474e18900671903b24b12074b9bcc1c17698035586"
name = "github.com/RoaringBitmap/roaring"
packages = ["."]
pruneopts = "UT"
revision = "4c23670306840b0f8755db247d2e9b8369fc356e"
version = "v0.4.15"
[[projects]]
branch = "master"
digest = "1:d6afaeed1502aa28e80a4ed0981d570ad91b2579193404256ce672ed0a609e0d"
@ -190,6 +182,14 @@
pruneopts = "UT"
revision = "34fd898d6ced9f42dd5111526dfbdc2b62fd3279"
[[projects]]
branch = "master"
digest = "1:ca1ab73a1e54a6e820ce3d55c7f7ae02a73815d270c42a5b272727b01af0aa36"
name = "github.com/influxdata/roaring"
packages = ["."]
pruneopts = "UT"
revision = "fc520f41fab6dcece280e8d4853d87a09a67f9e0"
[[projects]]
branch = "master"
digest = "1:b07e7ba2bb99a70ce3318ea387a62666371c1ab4f9bfcae192a59e3f4b8ffa56"
@ -590,7 +590,6 @@
"collectd.org/api",
"collectd.org/network",
"github.com/BurntSushi/toml",
"github.com/RoaringBitmap/roaring",
"github.com/bmizerany/pat",
"github.com/boltdb/bolt",
"github.com/cespare/xxhash",
@ -617,6 +616,7 @@
"github.com/influxdata/influxql",
"github.com/influxdata/platform",
"github.com/influxdata/platform/query",
"github.com/influxdata/roaring",
"github.com/influxdata/usage-client/v1",
"github.com/jsternberg/zap-logfmt",
"github.com/jwilder/encoding/simple8b",

View File

@ -7,8 +7,8 @@
branch = "master"
[[constraint]]
name = "github.com/RoaringBitmap/roaring"
version = "=0.4.15"
name = "github.com/influxdata/roaring"
branch = "master"
[[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/RoaringBitmap/roaring [APACHE LICENSE](https://github.com/RoaringBitmap/roaring/blob/master/LICENSE)
- github.com/influxdata/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/RoaringBitmap/roaring"
"github.com/influxdata/roaring"
)
// SeriesIDSet represents a lockable bitmap of series ids.