mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
9 lines
129 B
Modula-2
9 lines
129 B
Modula-2
module github.com/roddhjav/apparmor.d
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/arduino/go-paths-helper v1.12.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|