Skip to content

Commit

Permalink
Switch to influxdata fork
Browse files Browse the repository at this point in the history
  • Loading branch information
e-dard committed Sep 18, 2018
1 parent ca07a38 commit 722ca22
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Gopkg.toml
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE_OF_DEPENDENCIES.md
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion tsdb/series_set.go
Expand Up @@ -5,7 +5,7 @@ import (
"sync"
"unsafe"

"github.com/RoaringBitmap/roaring"
"github.com/influxdata/roaring"
)

// SeriesIDSet represents a lockable bitmap of series ids.
Expand Down

0 comments on commit 722ca22

Please sign in to comment.