Skip to content

Commit 16027b8

Browse files
authored
Merge pull request opencontainers#3140 from opencontainers/dependabot/go_modules/github.com/opencontainers/selinux-1.8.4
build(deps): bump github.com/opencontainers/selinux from 1.8.3 to 1.8.4
2 parents 7d4bac6 + bda1bd7 commit 16027b8

File tree

10 files changed

+215
-16
lines changed

10 files changed

+215
-16
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/moby/sys/mountinfo v0.4.1
1515
github.com/mrunalp/fileutils v0.5.0
1616
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
17-
github.com/opencontainers/selinux v1.8.3
17+
github.com/opencontainers/selinux v1.8.4
1818
github.com/seccomp/libseccomp-golang v0.9.1
1919
github.com/sirupsen/logrus v1.8.1
2020
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ github.com/mrunalp/fileutils v0.5.0 h1:NKzVxiH7eSk+OQ4M+ZYW1K6h27RUV3MI6NUTsHhU6
4646
github.com/mrunalp/fileutils v0.5.0/go.mod h1:M1WthSahJixYnrXQl/DFQuteStB1weuxD2QJNHXfbSQ=
4747
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 h1:3snG66yBm59tKhhSPQrQ/0bCrv1LQbKt40LnUPiUxdc=
4848
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
49-
github.com/opencontainers/selinux v1.8.3 h1:tzZR7AuKB5gU1+53uBkoG4XdIFGZzvJTOVoNbRQI8/4=
50-
github.com/opencontainers/selinux v1.8.3/go.mod h1:HTvjPFoGMbpQsG886e3lQwnsRWtE4TC1OF3OUvG9FAo=
49+
github.com/opencontainers/selinux v1.8.4 h1:krlgQ6/j9CkCXT5oW0yVXdQFOME3NjKuuAZXuR6O7P4=
50+
github.com/opencontainers/selinux v1.8.4/go.mod h1:HTvjPFoGMbpQsG886e3lQwnsRWtE4TC1OF3OUvG9FAo=
5151
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
5252
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
5353
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

vendor/github.com/opencontainers/selinux/go-selinux/rchcon.go

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

vendor/github.com/opencontainers/selinux/go-selinux/rchcon_go115.go

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

vendor/github.com/opencontainers/selinux/go-selinux/selinux_linux.go

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

vendor/github.com/opencontainers/selinux/pkg/pwalk/README.md

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

vendor/github.com/opencontainers/selinux/pkg/pwalk/pwalk.go

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

vendor/github.com/opencontainers/selinux/pkg/pwalkdir/README.md

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

vendor/github.com/opencontainers/selinux/pkg/pwalkdir/pwalkdir.go

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

vendor/modules.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,12 @@ github.com/mrunalp/fileutils
4242
# github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
4343
## explicit
4444
github.com/opencontainers/runtime-spec/specs-go
45-
# github.com/opencontainers/selinux v1.8.3
45+
# github.com/opencontainers/selinux v1.8.4
4646
## explicit
4747
github.com/opencontainers/selinux/go-selinux
4848
github.com/opencontainers/selinux/go-selinux/label
4949
github.com/opencontainers/selinux/pkg/pwalk
50+
github.com/opencontainers/selinux/pkg/pwalkdir
5051
# github.com/pkg/errors v0.9.1
5152
github.com/pkg/errors
5253
# github.com/russross/blackfriday/v2 v2.0.1

0 commit comments

Comments
 (0)