mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
13 lines
206 B
Modula-2
13 lines
206 B
Modula-2
module github.com/roddhjav/apparmor.d
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.9.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
)
|