apparmor.d/go.mod

11 lines
211 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
2023-04-16 23:36:00 +01:00
go 1.20
2023-04-19 18:51:04 +01:00
require (
2023-09-04 15:03:22 +01:00
github.com/arduino/go-paths-helper v1.9.1
github.com/pkg/errors v0.9.1
2023-09-04 15:03:22 +01:00
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63
gopkg.in/yaml.v2 v2.4.0
2023-04-19 18:51:04 +01:00
)