* 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 ```
10 строки
172 B
Modula-2
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
|
|
)
|