HMM / landrun-main /go.mod
Speedofmastery's picture
LANDRUN INTEGRATION - Kernel-level Linux sandbox with Landlock security
b299500
raw
history blame contribute delete
461 Bytes
module github.com/zouuup/landrun
go 1.18
require (
github.com/landlock-lsm/go-landlock v0.0.0-20250303204525-1544bccde3a3
github.com/urfave/cli/v2 v2.27.6
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
golang.org/x/sys v0.26.0 // indirect
kernel.org/pub/linux/libs/security/libcap/psx v1.2.70 // indirect
)