Skip to content

Commit 10b1473

Browse files
committed
go.mod: willf/[email protected] -> bits-and-blooms/[email protected]
The repo was removed: bits-and-blooms/bitset@06a6e5e Changes: bits-and-blooms/bitset@v1.1.11...v1.2.0 Signed-off-by: Akihiro Suda <[email protected]>
1 parent ea2e2c4 commit 10b1473

20 files changed

Lines changed: 36 additions & 16 deletions

go-selinux/selinux_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ import (
1616
"strings"
1717
"sync"
1818

19+
"github.com/bits-and-blooms/bitset"
1920
"github.com/opencontainers/selinux/pkg/pwalk"
2021
"github.com/pkg/errors"
21-
"github.com/willf/bitset"
2222
"golang.org/x/sys/unix"
2323
)
2424

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/opencontainers/selinux
33
go 1.13
44

55
require (
6+
github.com/bits-and-blooms/bitset v1.2.0
67
github.com/pkg/errors v0.9.1
7-
github.com/willf/bitset v1.1.11
88
golang.org/x/sys v0.0.0-20191115151921-52ab43148777
99
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
github.com/bits-and-blooms/bitset v1.2.0 h1:Kn4yilvwNtMACtf1eYDlG8H77R07mZSPbMjLyS07ChA=
2+
github.com/bits-and-blooms/bitset v1.2.0/go.mod h1:gIdJ4wp64HaoK2YrL1Q5/N7Y16edYb8uY+O0FJTyyDA=
13
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
24
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
3-
github.com/willf/bitset v1.1.11 h1:N7Z7E9UvjW+sGsEl7k/SJrvY2reP1A07MrGuCjIOjRE=
4-
github.com/willf/bitset v1.1.11/go.mod h1:83CECat5yLh5zVOf4P1ErAgKA5UDvKtgyUABdr3+MjI=
55
golang.org/x/sys v0.0.0-20191115151921-52ab43148777 h1:wejkGHRTr38uaKRqECZlsCsJ1/TGxIyFbH32x5zUdu4=
66
golang.org/x/sys v0.0.0-20191115151921-52ab43148777/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
File renamed without changes.
File renamed without changes.
File renamed without changes.

vendor/github.com/willf/bitset/README.md renamed to vendor/github.com/bits-and-blooms/bitset/README.md

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/willf/bitset/azure-pipelines.yml renamed to vendor/github.com/bits-and-blooms/bitset/azure-pipelines.yml

File renamed without changes.

vendor/github.com/willf/bitset/bitset.go renamed to vendor/github.com/bits-and-blooms/bitset/bitset.go

Lines changed: 22 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/bits-and-blooms/bitset/go.mod

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)