mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
c295a6339c
full diff: https://github.com/opencontainers/selinux/compare/5215b1806f52b1fcc2070a8826c542c9d33cd3cf...v1.3.1 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
9 lines
146 B
Modula-2
9 lines
146 B
Modula-2
module github.com/opencontainers/selinux
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/pkg/errors v0.8.1
|
|
golang.org/x/sys v0.0.0-20191115151921-52ab43148777
|
|
)
|