Files
mostlymatter/vendor/github.com/RoaringBitmap/roaring/go.mod
Agniva De Sarker 76d492f9ab MM-37186: Update dependencies (#18604)
* MM-37186: Update dependencies

The split client libraries were excluded from being upgraded.

See: https://github.com/splitio/go-split-commons/issues/56

https://mattermost.atlassian.net/browse/MM-37186

```release-note
NONE
```

* Ignore staticcheck deprecation warnings

```release-note
NONE
```
2021-10-07 12:57:51 +05:30

10 строки
172 B
Modula-2

module github.com/RoaringBitmap/roaring
go 1.14
require (
github.com/bits-and-blooms/bitset v1.2.0
github.com/mschoch/smat v0.2.0
github.com/stretchr/testify v1.4.0
)