Merge pull request #3211 from opencontainers/dependabot/go_modules/github.com/bits-and-blooms/bitset-1.2.1

build(deps): bump github.com/bits-and-blooms/bitset from 1.2.0 to 1.2.1
This commit is contained in:
Akihiro Suda
2021-09-10 16:03:40 +09:00
committed by GitHub
4 changed files with 7 additions and 4 deletions
+3 -1
View File
@@ -254,7 +254,9 @@ func (b *BitSet) Shrink(lastbitindex uint) *BitSet {
copy(shrunk, b.set[:idx])
b.set = shrunk
b.length = length
b.set[idx-1] &= (allBits >> (uint64(64) - uint64(length&(wordSize-1))))
if length < 64 {
b.set[idx-1] &= (allBits >> (uint64(64) - uint64(length&(wordSize-1))))
}
return b
}
+1 -1
View File
@@ -1,4 +1,4 @@
# github.com/bits-and-blooms/bitset v1.2.0
# github.com/bits-and-blooms/bitset v1.2.1
## explicit
github.com/bits-and-blooms/bitset
# github.com/checkpoint-restore/go-criu/v5 v5.0.0