update selinux to 1.6.0 release

Signed-off-by: Michael Crosby <michael@thepasture.io>
This commit is contained in:
Michael Crosby
2020-07-20 07:32:08 -04:00
parent 0443a13da7
commit 9b06da4773
21 changed files with 2008 additions and 327 deletions

View File

@@ -3,6 +3,7 @@ module github.com/opencontainers/selinux
go 1.13
require (
github.com/pkg/errors v0.8.1
github.com/pkg/errors v0.9.1
github.com/willf/bitset v1.1.11-0.20200630133818-d5bec3311243
golang.org/x/sys v0.0.0-20191115151921-52ab43148777
)