apparmor.d/go.mod

9 lines
129 B
Modula-2
Raw Normal View History

2021-11-21 22:57:11 +01:00
module github.com/roddhjav/apparmor.d
2021-11-09 23:41:12 +01:00
2024-04-28 01:04:42 +02:00
go 1.22
2023-04-19 19:51:04 +02:00
require (
2024-03-05 19:42:46 +01:00
github.com/arduino/go-paths-helper v1.12.0
2024-04-28 01:04:42 +02:00
gopkg.in/yaml.v3 v3.0.1
2023-04-19 19:51:04 +02:00
)