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 @@ -46,7 +46,7 @@ require (
4646 github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
4747 github.com/opencontainers/runc v1.1.1
4848 github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
49- github.com/opencontainers/selinux v1.10.0
49+ github.com/opencontainers/selinux v1.10.1
5050 github.com/pelletier/go-toml v1.9.3
5151 github.com/pkg/errors v0.9.1
5252 github.com/prometheus/client_golang v1.11.1
Original file line number Diff line number Diff line change @@ -733,8 +733,9 @@ github.com/opencontainers/runtime-tools v0.0.0-20190417131837-cd1349b7c47e/go.mo
733733github.com/opencontainers/selinux v1.6.0 /go.mod h1:VVGKuOLlE7v4PJyT6h7mNWvq1rzqiriPsEqVhc+svHE =
734734github.com/opencontainers/selinux v1.8.0 /go.mod h1:RScLhm78qiWa2gbVCcGkC7tCGdgk3ogry1nUQF8Evvo =
735735github.com/opencontainers/selinux v1.8.2 /go.mod h1:MUIHuUEvKB1wtJjQdOyYRgOnLD2xAPP8dBsCoU0KuF8 =
736- github.com/opencontainers/selinux v1.10.0 h1:rAiKF8hTcgLI3w0DHm6i0ylVVcOrlgR1kK99DRLDhyU =
737736github.com/opencontainers/selinux v1.10.0 /go.mod h1:2i0OySw99QjzBBQByd1Gr9gSjvuho1lHsJxIJ3gGbJI =
737+ github.com/opencontainers/selinux v1.10.1 h1:09LIPVRP3uuZGQvgR+SgMSNBd1Eb3vlRbGqQpoHsF8w =
738+ github.com/opencontainers/selinux v1.10.1 /go.mod h1:2i0OySw99QjzBBQByd1Gr9gSjvuho1lHsJxIJ3gGbJI =
738739github.com/opentracing/opentracing-go v1.1.0 /go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o =
739740github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c /go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc =
740741github.com/pelletier/go-toml v1.2.0 /go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic =
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ require (
4545 github.com/moby/sys/signal v0.7.0 // indirect
4646 github.com/opencontainers/runc v1.1.1 // indirect
4747 github.com/opencontainers/runtime-tools v0.0.0-20190417131837-cd1349b7c47e // indirect
48- github.com/opencontainers/selinux v1.10.0 // indirect
48+ github.com/opencontainers/selinux v1.10.1 // indirect
4949 github.com/pelletier/go-toml v1.9.3 // indirect
5050 github.com/pkg/errors v0.9.1 // indirect
5151 github.com/pmezard/go-difflib v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -512,8 +512,9 @@ github.com/opencontainers/runtime-tools v0.0.0-20190417131837-cd1349b7c47e h1:2T
512512github.com/opencontainers/runtime-tools v0.0.0-20190417131837-cd1349b7c47e /go.mod h1:r3f7wjNzSs2extwzU3Y+6pKfobzPh+kKFJ3ofN+3nfs =
513513github.com/opencontainers/selinux v1.8.2 /go.mod h1:MUIHuUEvKB1wtJjQdOyYRgOnLD2xAPP8dBsCoU0KuF8 =
514514github.com/opencontainers/selinux v1.9.1 /go.mod h1:2i0OySw99QjzBBQByd1Gr9gSjvuho1lHsJxIJ3gGbJI =
515- github.com/opencontainers/selinux v1.10.0 h1:rAiKF8hTcgLI3w0DHm6i0ylVVcOrlgR1kK99DRLDhyU =
516515github.com/opencontainers/selinux v1.10.0 /go.mod h1:2i0OySw99QjzBBQByd1Gr9gSjvuho1lHsJxIJ3gGbJI =
516+ github.com/opencontainers/selinux v1.10.1 h1:09LIPVRP3uuZGQvgR+SgMSNBd1Eb3vlRbGqQpoHsF8w =
517+ github.com/opencontainers/selinux v1.10.1 /go.mod h1:2i0OySw99QjzBBQByd1Gr9gSjvuho1lHsJxIJ3gGbJI =
517518github.com/opentracing/opentracing-go v1.1.0 /go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o =
518519github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c /go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc =
519520github.com/pelletier/go-toml v1.2.0 /go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic =
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ github.com/opencontainers/runtime-tools/generate
323323github.com/opencontainers/runtime-tools/generate/seccomp
324324github.com/opencontainers/runtime-tools/specerror
325325github.com/opencontainers/runtime-tools/validate
326- # github.com/opencontainers/selinux v1.10.0
326+ # github.com/opencontainers/selinux v1.10.1
327327## explicit; go 1.13
328328github.com/opencontainers/selinux/go-selinux
329329github.com/opencontainers/selinux/go-selinux/label
You can’t perform that action at this time.
0 commit comments