File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
1212 github.com/fsnotify/fsnotify v1.9.0
1313 github.com/google/renameio v1.0.1
1414 github.com/google/uuid v1.6.0
15- github.com/opencontainers/selinux v1.13.0
15+ github.com/opencontainers/selinux v1.13.1
1616 github.com/prometheus/procfs v0.19.2
1717 github.com/sirupsen/logrus v1.9.3
1818 github.com/stretchr/testify v1.11.1
Original file line number Diff line number Diff line change @@ -95,8 +95,8 @@ github.com/opencontainers/runtime-spec v1.2.1/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/
9595github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 h1:DmNGcqH3WDbV5k8OJ+esPWbqUOX5rMLR2PMvziDMJi0 =
9696github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 /go.mod h1:BRHJJd0E+cx42OybVYSgUvZmU0B8P9gZuRXlZUP7TKI =
9797github.com/opencontainers/selinux v1.9.1 /go.mod h1:2i0OySw99QjzBBQByd1Gr9gSjvuho1lHsJxIJ3gGbJI =
98- github.com/opencontainers/selinux v1.13.0 h1:Zza88GWezyT7RLql12URvoxsbLfjFx988+LGaWfbL84 =
99- github.com/opencontainers/selinux v1.13.0 /go.mod h1:XxWTed+A/s5NNq4GmYScVy+9jzXhGBVEOAyucdRUY8s =
98+ github.com/opencontainers/selinux v1.13.1 h1:A8nNeceYngH9Ow++M+VVEwJVpdFmrlxsN22F+ISDCJE =
99+ github.com/opencontainers/selinux v1.13.1 /go.mod h1:S10WXZ/osk2kWOYKy1x2f/eXF5ZHJoUs8UU/2caNRbg =
100100github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
101101github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
102102github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ github.com/opencontainers/runtime-spec/specs-go
158158github.com/opencontainers/runtime-tools/generate
159159github.com/opencontainers/runtime-tools/generate/seccomp
160160github.com/opencontainers/runtime-tools/validate/capabilities
161- # github.com/opencontainers/selinux v1.13.0
161+ # github.com/opencontainers/selinux v1.13.1
162162## explicit; go 1.19
163163github.com/opencontainers/selinux/go-selinux
164164github.com/opencontainers/selinux/pkg/pwalkdir
You can’t perform that action at this time.
0 commit comments