apparmor.d/go.mod

14 lines
231 B
Modula-2
Raw Normal View History

2021-11-21 21:57:11 +00:00
module github.com/roddhjav/apparmor.d
2021-11-09 22:41:12 +00:00
2024-04-28 00:39:24 +01:00
go 1.21
2023-04-19 18:51:04 +01:00
require (
2024-04-28 00:36:16 +01:00
github.com/stretchr/testify v1.9.0
2024-04-28 00:04:42 +01:00
gopkg.in/yaml.v3 v3.0.1
2023-04-19 18:51:04 +01:00
)
2024-04-28 00:36:16 +01:00
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
)