File tree Expand file tree Collapse file tree
github.com/opencontainers/selinux/go-selinux Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ require (
4545 github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
4646 github.com/opencontainers/runc v1.1.1
4747 github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
48- github.com/opencontainers/selinux v1.10.0
48+ github.com/opencontainers/selinux v1.10.1
4949 github.com/pelletier/go-toml v1.9.3
5050 github.com/prometheus/client_golang v1.11.1
5151 github.com/sirupsen/logrus v1.8.1
Original file line number Diff line number Diff line change @@ -731,8 +731,9 @@ github.com/opencontainers/runtime-tools v0.0.0-20181011054405-1d69bd0f9c39/go.mo
731731github.com/opencontainers/selinux v1.6.0 /go.mod h1:VVGKuOLlE7v4PJyT6h7mNWvq1rzqiriPsEqVhc+svHE =
732732github.com/opencontainers/selinux v1.8.0 /go.mod h1:RScLhm78qiWa2gbVCcGkC7tCGdgk3ogry1nUQF8Evvo =
733733github.com/opencontainers/selinux v1.8.2 /go.mod h1:MUIHuUEvKB1wtJjQdOyYRgOnLD2xAPP8dBsCoU0KuF8 =
734- github.com/opencontainers/selinux v1.10.0 h1:rAiKF8hTcgLI3w0DHm6i0ylVVcOrlgR1kK99DRLDhyU =
735734github.com/opencontainers/selinux v1.10.0 /go.mod h1:2i0OySw99QjzBBQByd1Gr9gSjvuho1lHsJxIJ3gGbJI =
735+ github.com/opencontainers/selinux v1.10.1 h1:09LIPVRP3uuZGQvgR+SgMSNBd1Eb3vlRbGqQpoHsF8w =
736+ github.com/opencontainers/selinux v1.10.1 /go.mod h1:2i0OySw99QjzBBQByd1Gr9gSjvuho1lHsJxIJ3gGbJI =
736737github.com/opentracing/opentracing-go v1.1.0 /go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o =
737738github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c /go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc =
738739github.com/pelletier/go-toml v1.2.0 /go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic =
Original file line number Diff line number Diff line change @@ -488,8 +488,9 @@ github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 h1:3
488488github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
489489github.com/opencontainers/runtime-tools v0.0.0-20181011054405-1d69bd0f9c39 /go.mod h1:r3f7wjNzSs2extwzU3Y+6pKfobzPh+kKFJ3ofN+3nfs =
490490github.com/opencontainers/selinux v1.8.2 /go.mod h1:MUIHuUEvKB1wtJjQdOyYRgOnLD2xAPP8dBsCoU0KuF8 =
491- github.com/opencontainers/selinux v1.10.0 h1:rAiKF8hTcgLI3w0DHm6i0ylVVcOrlgR1kK99DRLDhyU =
492491github.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 =
493494github.com/opentracing/opentracing-go v1.1.0 /go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o =
494495github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c /go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc =
495496github.com/pelletier/go-toml v1.2.0 /go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic =
Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ github.com/opencontainers/runc/libcontainer/user
331331# github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
332332## explicit
333333github.com/opencontainers/runtime-spec/specs-go
334- # github.com/opencontainers/selinux v1.10.0
334+ # github.com/opencontainers/selinux v1.10.1
335335## explicit; go 1.13
336336github.com/opencontainers/selinux/go-selinux
337337github.com/opencontainers/selinux/go-selinux/label
You can’t perform that action at this time.
0 commit comments