Skip to content

Commit 05a1a6a

Browse files
authored
Merge pull request #911 from kubernetes-sigs/dependabot/go_modules/github.com/opencontainers/selinux-1.10.1
Bump github.com/opencontainers/selinux from 1.10.0 to 1.10.1
2 parents 91c7f10 + a156899 commit 05a1a6a

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/onsi/gomega v1.19.0
1313
github.com/opencontainers/go-digest v1.0.0
1414
github.com/opencontainers/runc v1.1.0
15-
github.com/opencontainers/selinux v1.10.0
15+
github.com/opencontainers/selinux v1.10.1
1616
github.com/pborman/uuid v1.2.1
1717
github.com/pkg/errors v0.9.1
1818
github.com/sirupsen/logrus v1.8.1

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,9 @@ github.com/opencontainers/runtime-spec v1.0.2/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/
488488
github.com/opencontainers/runtime-spec v1.0.3-0.20200929063507-e6143ca7d51d/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
489489
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
490490
github.com/opencontainers/selinux v1.8.2/go.mod h1:MUIHuUEvKB1wtJjQdOyYRgOnLD2xAPP8dBsCoU0KuF8=
491-
github.com/opencontainers/selinux v1.10.0 h1:rAiKF8hTcgLI3w0DHm6i0ylVVcOrlgR1kK99DRLDhyU=
492491
github.com/opencontainers/selinux v1.10.0/go.mod h1:2i0OySw99QjzBBQByd1Gr9gSjvuho1lHsJxIJ3gGbJI=
492+
github.com/opencontainers/selinux v1.10.1 h1:09LIPVRP3uuZGQvgR+SgMSNBd1Eb3vlRbGqQpoHsF8w=
493+
github.com/opencontainers/selinux v1.10.1/go.mod h1:2i0OySw99QjzBBQByd1Gr9gSjvuho1lHsJxIJ3gGbJI=
493494
github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
494495
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
495496
github.com/pborman/uuid v1.2.1 h1:+ZZIw58t/ozdjRaXh/3awHfmWRbzYxJoAdNJxe/3pvw=

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

Lines changed: 1 addition & 1 deletion
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: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ github.com/opencontainers/go-digest
119119
## explicit
120120
github.com/opencontainers/runc/libcontainer/apparmor
121121
github.com/opencontainers/runc/libcontainer/utils
122-
# github.com/opencontainers/selinux v1.10.0
122+
# github.com/opencontainers/selinux v1.10.1
123123
## explicit
124124
github.com/opencontainers/selinux/go-selinux
125125
github.com/opencontainers/selinux/pkg/pwalk

0 commit comments

Comments
 (0)